
.channel-wrap{
    position: relative;
    height: 149px;
    width: 1119px;
    margin: 33px auto;
}
.list-left-img{
    position: absolute;
    left: 0;
    top: 0;
}
.list-right-img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.list-wrap-item {
    background-color: #eaeaea;
    color: #999999;
    background-size: 100% 100%;
    width: 136px;
    height: 46px;
    margin: 0 12.5px;

}
.list-item:hover{
   /* color: #55bb8a; */
}
.nav-itemhover {
    background-color: #55bb8a;
    color: #ffffff;
}
.selfdetail {
    font-size: 16px!important;
    margin-top: 10px;
    line-height: 30px;
    width: 1100px;
}
.list-title-wrap{
    margin: 90px auto;
}
.list-title-name{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    border:2px solid #55bb8a;
    color:#55bb8a ;
    font-size: 42px;
    margin: 0 -4px;
    font-weight: 700;
}

.noText{
    color: #999999;
    margin-top: -150px;
    display: none;
}
.noinfo{
    display: none;
}
.banner{
    height: 420px;
    width: 100%;
    background: url(./../img/baner.png) center top no-repeat;
}
.btm-bg{
    width: 100%;
}