@charset "utf-8";
body{
    -webkit-text-size-adjust: 100%;
    background-color:#fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.expertWrap{
    margin-bottom:70px;
    overflow: hidden;
}
.expertBerWrao{
    background: url("../../cn/img/expertBanner2026.png") no-repeat center 0;
    min-width: 1200px;
    height: 210px;
    margin: 30px auto 0 auto;
    text-align: center;
    width: 100%;
}
.expertBerWrao img{
    padding-top:60px;
}
/*start expertList.css*/
.loadMore{
    font-weight: bold;
    text-align: center;
    background: #fff;
    outline: none;
    width: 173px;
    padding: 14px 0;
    border: 1px solid #212121;
    font-size: 16px;
    color: #212121;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 16px;
    margin: 40px auto 0;
    display: none;
}
.loadMore:hover {
    color: #1e88e5;
    border: 1px solid #1e88e5;
}
.expertList{
    margin-top:-41px;
    width: 1200px;
}
.expertList>li{
    float: left;
    display: inline-block;
    width:170px ;
    text-align: center;
    min-height: 270px;
    margin-bottom: 26px;
    margin-right: 30px;
}

.expertList>li>a,.expertList>li>a:hover{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}
.expertList img{
    width: 170px;
    height: 170px;
    min-width: 170px;
    min-height: 170px;
}
.expertList h3{
    padding: 20px 0 10px;
    line-height: 1;
    height: 30px;
}
.expertList .userName{
    cursor: default;
    color: #212121;
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    float: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    text-align: left;
    max-width:88px;
    width: auto;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.expertList .noTage{
    max-width: 100%;
}
.expertList .user-name-rank{
    width: 62px;
    height: 16px;
    display: block;
    background: url(../img/expertList/expert.png) no-repeat center;
    margin-left: 90px;
    background-size: 100%;
}
.expertList .post-name{
    cursor:default;
    text-align: left;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #212121;
}
.loadMoreWrap{
    text-align: center;
}
/*end expertList.css*/
#gotoTop {
    display: none;
    position: fixed;
    right: 70px;
    bottom: 10px;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    background-image: url(../../cn/common/img/gotop.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.dotoOver {
    background-position: 0 -30px!important;
}
#public-nav-forum>a{
    color: #1e88e5!important;
}
