/*专家解读-start*/
body{
    background: #fff;
}
.expert-list{
    margin:10px auto;
    width: 1200px;
    margin-top: 30px;

}
.expert-interpretation-box{
    background: #fff;
    width: 100%;
    margin-top: 26px;
}
.expert-interpretation-main{
    background: #fff;
    width: 1180px;
    margin: auto;
}

.expert-list .expert-item{
    float: left;
    width: 410px;
    margin-right: 20px;
    position: relative;
    padding-left: 170px;
    background: #fff;
    height:210px;
    cursor: pointer;
    margin-bottom: 40px;
    background: url("../../img/panl-icon.png") ;
    background-position:right bottom ;
    background-repeat: no-repeat;
}
.expert-photo-box{
    position: absolute;
    top:0px;
    left: 0px;
    width: 150px;
    height:210px;
    overflow: hidden;
}
.expert-photo-box .expert-photo{
    position: absolute;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: auto;
    height: auto;
}
.expert-photo img{
    width: 100%;
    height: 100%;

}
.expert-bg-icon{
    position: absolute;
    top:-8px;
    right: 15px;
}
.expert-info-box{
    padding-right: 20px;
}
.expert-info-desc-title{
    font-size: 14px;
    color:#333;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.expert-info-desc-title:hover{
    color:#6888ff;
}
.expert-info-desc-det{
    font-size: 12px;
    color:#666666;
    line-height: 22px;
}
.expert-person-box{
    position: absolute;
    bottom: 10px;
    left: 170px;
}
.expert-name{
    font-size: 14px;
    color:#333;
    border-bottom: 2px solid #6888ff;
    display: inline-block;
}
.expert-school{
    font-size: 12px;
    color:#666;
    line-height: 20px;
    margin-top: 2px;
}
/*专家详情*/
.expert-details-box{
    width: 1180px;
    margin: auto;
    margin-top: 73px;
}
.left-expert-photo{
    float: left;
    width: 170px;
    margin-right: 36px;
}
.left-expert-photo img{
    width: 170px;
    height: auto;
}
.right-expert-desc{
    float: left;
    width: 974px;
}
.expert-desc-title{
    font-size: 18px;
    color: #666666;
}
.expert-desc-content{
    margin-top: 26px;
}
.expert-desc-content p,.expert-desc-content span{
    font-size: 14px !important;
    color: #333 !important;
    line-height: 24px !important;
    text-indent: 2em;
    word-break: break-all;
}
.expert-desc-content img{
    display: block;
    width: 80%;
    margin: 30px auto;
}