/* 
* @Author: anchen
* @Date:   2021-08-13 10:49:48
* @Last Modified by:   anchen
* @Last Modified time: 2021-08-15 08:02:47
*/
.common{
    margin-top: 20px;
    padding:20px 20px 50px;
}
.content .crumb{
    padding: 20px 20px 0;
}
.content .crumb .crumb-desc,
.content .crumb .crumb-desc a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: light;
    color: #999;
    line-height: 18px;
    margin-bottom: 30px;
}
.main .thumb img{
    width:100%;
}
.main .body{
    padding: 30px;
}

/* 专家 */
.common,.common p,.common h2 {
    color:#999;
    font-family: Source Han Sans CN;
}
.box{
    padding: 10px ;
    border: #ccc solid 1px;
    border-radius: 20px;
    float: left;
    height: 100%;
}
.team img{
    width:100%;
    display: block;
    border-radius: 70px;
}
.title h2{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 32px;
    margin-bottom: 30px;
    /*padding-left: 20px;*/
}

.team .thumb{
    width:40%;
    float:left;
    padding-right: 15px;
}
.team .content{
    width:60%;
    float:right;
    padding-left: 15px;
}

.content .member-info .member{
    color: #ac1f24;
    font-size: 18px;
    font-weight: bold;
}
.content .member-info .member-work{
    color: #555;
    font-size: 16px;
}
.content .member-desc{
    color: #555;
    font-size: 14px;
    display:block;
}