.banner{
    position: relative;
}
.bannerCon{
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.bannerCon h3{
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
}
.bannerCon p{
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 10px;
}

.currentLoc{
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.currentLoc img{
    margin-right: 6px;
}
.currentLoc p{
    display: flex;
    align-items: center;
}
.currentLoc p a{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.currentLoc p a.viewDet{
    color: #3681FE;
}

.wrap{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid #E6E6E6;
}
.expertCon{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.expert_l{
    width: 880px;
    background: #fff;
    padding: 20px;
}
.dynamicDet{
    width: 100%;
}
.dynamicDet h1{
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
}
.dynamicDet span{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.dynamicDet li{
    width: 100%;
    margin-top: 40px;
}
.dynamicDet li p{
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
}
.prevNext{
    width: 100%;
    background: #F2F2F2;
    padding: 20px;
    margin-top: 100px;
}
.prevNext li{
    width: 100%;
    margin-bottom: 10px;
}
.prevNext li:last-child{
    margin-bottom: 0;
}
.prevNext li a{
    font-weight: 400;
    font-size: 15px;
    color: #666666;
}
.prevNext li a:hover{
    text-decoration: underline;
}

.expert_r{
    width: 300px;
}
.expert_rCon{
    width: 100%;
    background: #fff;
    margin-bottom: 40px;
}
.expert_rCon:last-child{
    margin-bottom: 0;
}
.expert_rCon h1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.expert_rCon h1 span{
    font-weight: 400;
    font-size: 16px;
    color: #3681FE;
}
.expert_rCon h1 a{
    font-weight: 400;
    font-size: 13px;
    color: #999999;
}
.expert_rCon h1 a:hover{
    text-decoration: underline;
}

.related{
    width: 100%;
    margin-top: 5px;
}
.tjExperts{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
}
.tjExperts:last-child{
    border-bottom: unset;
}
.tjImg{
    width: 65px;
    height: 74px;
    overflow: hidden;
}
.tjImg img{
    width: 100%;
    transition: transform 0.3s ease;
}
.tjImg:hover img{
    transform: scale(1.1);
}
.expInfo{
    width: 74%;
}
.expInfo h3{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.expInfo a:hover h3{
    color: #3681FE;
}
.expInfo p{
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    margin-top: 10px;
}

.expert_rEve{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
}
.expert_rEve:last-child{
    border-bottom: unset;
}
.expert_rEveImg{
    width: 120px;
    height: 70px;
    overflow: hidden;
}
.expert_rEveImg img{
    width: 100%;
    transition: transform 0.3s ease;
}
.expert_rEveImg:hover img{
    transform: scale(1.1);
}
.expert_rEveInfo{
    width: 56%;
}
.expert_rEveInfo h3, .expert_rEveInfo p{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.expert_rEveInfo h3:hover{
    color: #3681FE;
}
.expert_rEveInfo p{
    font-size: 13px;
    margin-top: 16px;
}

#content p{
    text-indent:30px;
}
#content img{
    margin:15px auto;
    display:block;
    width: 100%;
}