 /* 专家基本信息*/
 
 .expertIntro {
     width: 1080px;
     margin: 0 auto;
     padding: 60px 60px 70px;
     background: url('/img/shuangbai-images/expertDetail/expertBg.png') no-repeat center;
     display: flex;
 }
 
 .introLeft {
     margin-right: 45px;
 }
 
 .introLeft img {
     width: 210px;
     height: 280px;
 }
 
 .introRight {
     color: #fffefe;
 }
 
 .introRight strong {
     display: inline-block;
     text-align: center;
     font-size: 30px;
     font-weight: 600;
     padding-bottom: 10px;
     border-bottom: 4px solid #ffffff;
     margin-bottom: 30px;
 }
 
 .introRight p {
     margin-bottom: 15px;
     font-size: 16px;
 }
 
 .introRight p span {
     font-size: 18px;
     font-weight: 600;
 }
 /*专家履历介绍*/
 
 .detailsContent {
     width: 1200px;
     margin: 25px auto 80px;
 }
 
 .detailsMain {
     width: 1200px;
     margin: 0 auto;
     display: flex;
 }
 
 .detailsMainLeft {
     width: 245px;
     background: #eef5f6;
     /* height: 1010px;*/
     padding: 15px 20px;
     margin-right: 25px;
 }
 /* 导航 */
 
 .detailsMainNav {
     margin-top: 20px;
 }
 
 .detailsMainNav li {
     font-size: 22px;
     font-weight: 600;
     color: #fefefe;
     padding: 15px 0;
     text-align: center;
     background: url('/img/shuangbai-images/icon/benchBtn.png') no-repeat center;
     background-size: 100%;
     margin-bottom: 15px;
     cursor: pointer;
 }
 
 .detailsMainNav li:last-child {
     margin-bottom: 0;
 }
 
 .detailsMainNav li span img {
     width: 30px;
 }
 
 .detailsMainNav .detailsActive {
     width: 255px;
     background: url('/img/shuangbai-images/icon/benchActive1.png') no-repeat center;
     background-size: 100%;
 }
 
 .expertDetailList {
     width: 905px;
     background: #eef5f6;
     display: none;
 }
 
 .detailHeader {
     padding: 14px 20px;
     background: #00bacb;
 }
 
 .detailHeader h4 {
     height: 22px;
     line-height: 22px;
     font-size: 22px;
     font-weight: 600;
     color: #ffffff;
     border-left: 4px solid #ffffff;
     padding-left: 15px;
 }
 
 .detailInfo {
     padding: 30px;
     overflow: auto;
 }
 
 .detailInfo p {
     font-size: 14px;
     color: #444444;
     line-height: 24px;
 }