@charset "utf-8";

.userList{
    background: none;
}
body{
    background: #fff!important;
}
.brandBannerWrap{
    background: #eee;
    width: 100%;
    padding-bottom: 20px;
}
.wrap{
    width: 1170px;
    margin: 0 auto;
}
.curImgBan{
    width: 1170px;
    height: 320px;
    border-radius: 40px;
    overflow: hidden;
}
.curImgBan img{
    max-width: 1170px;
    max-height: 320px;
}
.advisorWrap{
    margin-top: -28px;
}
.contentTitle h5{
    font-size: 24px;
    color: #346FCA;
    line-height: 1;
    font-weight: bold;
}
.contentTitle h5 span{
    color: #080808;
    margin-left: 26px;
}
.brandContentWrap{
    position: relative;
}


/*shareDiv.css start*/
.shareDiv{
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    top: 20px;
    margin-top: 20px;
}
.share-Title{
    color: #9e9e9e;
    cursor: default;
    font-size: 12px;
    line-height: 40px;
    padding-left: 23px;
    background: url("../img/shareN.png") no-repeat 0 center;
    background-size: 15px 15px;
}
.share-btn {
    background: none;
    border: none;
    height: auto;
    margin-top: 0;
    width: 120px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 3px;
}
/*shareDiv.css end*/
#brandListData{
    padding: 0 15px;
}
/*advisorList.css start*/
.advisorList{
    margin-top: 40px;
    margin-bottom: 50px;
}
.advisorList li{
    width: 160px;
    height: 180px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.advisorList li:hover .desWrap{
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
}
.advisorList li:hover .desWrap span:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #FFFFFF;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.advisorList li a{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.advisorList li img{
    width: 100%;
    height: 100%;
}
.advisorList li .desWrap{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top:120px;
    padding: 0 14px;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.advisorList li .desWrap span{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
    display: block;
}
.advisorList li .desWrap span.unline:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #FFFFFF;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.advisorList li .desWrap p{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 23px;
    font-weight: 400;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}
.advisorList li{
    float: left;
    margin-right: 42px;
}
.advisorList li:last-child{
    margin-right: 0;
}
/*advisorList.css ens*/
.adCenterWrap, .adCenterWrap img {
    width: 1170px;
    height: 150px;
}
.adCenterWrap {
    margin-top: 20px;
    padding-bottom: 60px;
    box-sizing: content-box;
}
.jianjieWrap{
    /*padding-top: 30px;*/
    margin-bottom: 40px;
}
.jianjieWrap .contentTitle{
    margin-top: 0;
}
.jianjieText{
    margin-top: 24px;
    font-size: 14px;
    color: #080808;
    line-height: 24px;
}
@media only screen and (max-width:750px){
    .wrap{
        width: 100%;
        clear: both;

    }

    .brandContentWrap{
        padding: 0 15px;
    }
    .curImgBan {
        border-radius: 10px;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }
    .curImgBan img{
        max-width: 100%;
        height: auto;
    }
    .shareDiv{
        display: none;
    }
    .contentTitle h5 {
        font-size: 18px;
    }
    .contentTitle h5 span {
        margin-left: 16px;
    }
    .jianjieWrap{
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 0;
    }
    .jianjieText{
        margin-top: 15px;
    }
    .advisorWrap{
        margin-top: 25px;
    }

    .advisorList {
        max-width: 342px;
        width: 100%;
        margin: 25px auto 0;
    }
    .advisorList li {
        float: left;
        margin-right: calc(100% - 320px);
        margin-bottom: 22px;
    }
    .advisorList li:nth-child(2n){
        margin-right: 0;
    }
    .adCenterWrap {
        padding-top: 10px;
        padding-bottom: 15px;
        box-sizing: content-box;
    }
    .adCenterWrap, .adCenterWrap img {
        width: 100%;
        max-height: 150px;
        height: auto;
    }


    .advisorList li:hover .desWrap{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform:  none;
        transform:  none;
    }
    .advisorList li:hover .desWrap span:after{
        content: "";
        width: 0!important;
        height: 0!important;
        background: #FFFFFF;
        display: none!important;
    }
    #brandListData{
        padding: 0;
    }

}
#gotoTop{
    z-index: 999999999;
}