﻿.faq{padding:30px 0}.faq .container{display:flex}.faq .left{width:300px;margin-right:30px}.faq .left .topic-list{overflow:hidden;width:300px}.faq .left .topic-list .topic{width:100%;padding:7px}.faq .left .topic-list .topic .box{display:block;color:#000;cursor:pointer;height:150px;overflow:hidden;background-color:#fff;box-shadow:1px 1px 5px #aaa;transition:all .2s;border-radius:3px;padding:15px;position:relative}.faq .left .topic-list .topic .box .text{position:relative;width:50%;float:left}.faq .left .topic-list .topic .box .text h3{font-size:.8rem}.faq .left .topic-list .topic .box .text p{margin-top:-.3rem;color:#777}.faq .left .topic-list .topic .box .text .open{margin-top:.3rem;color:#3e82b0}.faq .left .topic-list .topic .box .img{float:left;width:50%}.faq .left .topic-list .topic .box .img img{transition:all .3s;max-width:100%}.faq .left .topic-list .topic .box:hover{background-color:#3e82b0}.faq .left .topic-list .topic .box:hover .text{color:#fff}.faq .left .topic-list .topic .box:hover .text p{color:#ccc}.faq .left .topic-list .topic .box:hover .img img{transform:scale(1.1,1.1)}.faq .left .contact{margin-top:50px;text-align:center}.faq .left .contact a{display:inline-block;box-shadow:0 5px 10px 0 rgba(84,110,117,.4);width:180px;height:50px;line-height:50px;text-align:center;border-radius:50px;outline:none;font-size:20px;background-color:#12599c;color:#fff;text-decoration:none}.faq .right{flex:1}.faq .right .subtitle{margin-bottom:30px}.faq .right .project-nav-wrap{margin-bottom:50px}.faq .right .project-nav-wrap .project-nav{display:flex;justify-content:space-around}.faq .right .project-nav-wrap .project-nav li a{padding:10px 35px;border:1px solid #bbb;border-radius:30px;text-decoration:none;font-size:16px;color:#333;display:block}.faq .right .project-nav-wrap .project-nav li.active a{background-color:#e54c4c;border-color:#e54c4c;color:#fff}.faq .right .project-list-wrap{background-color:#fff}.faq .right .project-list-wrap .project-list{padding:0 20px}.faq .right .project-list-wrap .project-list span{white-space:normal !important}