body{ margin: 0; padding: 0;}
#main{overflow: hidden;width: 100%; margin: 0; padding: 0; color: #333}
img{ overflow:hidden;display:block;border: none;}
.m-banner{
    overflow: hidden;
    width: 100%;
    border-bottom: solid .2rem #f7f7f7;
    background: #fff;
    padding: .35rem 0;
}
.m-banner span{
    overflow: hidden;
    display: block;
    font-size: .28rem;
    line-height: .48rem;
    padding: 0 .25rem;
}
.m-banner span.size{
    font-size: .32rem;
    color: #003355;
    margin-bottom: .15rem;
}
.team-nav{
    overflow: hidden;
}
.team-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-nav ul li{
    overflow: hidden;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border-bottom: solid .02rem #eee;
    background: #fff;
}
.team-nav ul li a{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .45rem .25rem;
}
.team-nav ul li a.check{
    background: #eee;
    border-left: solid .1rem #0096dc;
    padding-left: .15rem;
}
.team-nav ul li .left{
    overflow: hidden;
}
.team-nav ul li .right{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.team-nav ul li span{
    overflow: hidden;
    color: #666;
    font-size: .24rem;
}
.team-nav ul li span.size{
    font-size: .32rem;
    color: #003355;
}
.team-nav ul li span.color{
    color: #0096dc;
    font-weight: bold;
}
.team-nav ul li .pic{
    overflow: hidden;
    width: .25rem;
    height: .13rem;
    background: url("/images/team-arrow.png");
    background-position: 0 .14rem;
    background-size: .25rem .28rem;
    margin-left: .35rem;
}
.team-nav ul li .pic.hide{
    background-position: 0 .28rem;
}
.team-nav ul li img{
    width: .25rem;
    height: .13rem;
    margin-left: .35rem;
}
.team-nav ul li img.hide{
    /*display: none*/
    margin-left: -.25rem;
}
.team-list{
    overflow: hidden;
    display: none;
    width: 100%;
    background: #f7f7f7;
    padding-top: .3rem;
}
.team-list .team-con{
    overflow: hidden;
    margin: 0 .25rem;
}
.team-list .team-con p{
    overflow: hidden;
    display: block;
    font-size: .28rem;
    line-height: .48rem;
    padding-bottom: .3rem;
}
.web-nei-06{
    overflow: hidden;
}
.web-nei-06 .list-06{
    overflow: hidden;
    width: 100%;
    margin-bottom: .15rem;
}
.web-nei-06 .list-06 img{
    width: 7.5rem!important;
    height: 4.65rem!important;
    margin-left: 0;
}
.web-nei-06 .list-06 p{
    overflow: hidden;
    display: block;
    font-size: .28rem;
    line-height: .48rem;
    padding: 0 .25rem;
}
.web-nei-06 .list-06 p.bold{
    font-weight: bold;
    margin-top: .1rem;
}
.web-nei-06 .list-07{
    overflow: hidden;
    margin: 0 .25rem .1rem .25rem;
}
.web-nei-06 .list-07 ul li{
    overflow: hidden;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction:row;
    width: 2.2rem;
    float: left;
    margin-bottom: .1rem;
    background: transparent;
    border-bottom: none;
}
.web-nei-06 .list-07 ul li.width{width: 2.6rem}
.web-nei-06 .list-07 ul li.width-1{width: 5rem}
.web-nei-06 .list-07 ul li img{
    overflow: visible;
    display: inline-block;
    width: .45rem!important;
    height: .45rem;
    margin-left: 0;
}
.web-nei-06 .list-07 ul li span{
    overflow: hidden;
    display: inline-block;
    font-size: .28rem;
    margin-right: .1rem;
}
.web-nei-06 .list-07 ul li a{
    overflow: hidden;
    display: inline-block;
    font-size: .28rem;
    line-height: .36rem;
    color: #333;
    padding: 0;
    margin-left: .1rem;
    border-left: none;
}
.web-nei-06 .list-07 ul li a:hover{
    text-decoration: underline;
}

.data-footer{overflow: hidden;padding-bottom: 0.8rem}
.live-footer{
    overflow: hidden;
}
.live-footer a{
    overflow: hidden;
    display: block;
    background: #456d88;
    padding: .32rem .25rem .3rem .25rem;
}
.live-footer a:hover {
    background-color: #718d9e;
}
.live-footer .words{
    overflow: hidden;
    font-size: .28rem;
    color: #fff;
    text-align: right;
    letter-spacing: 1px;
    padding-bottom: .25rem;
}
.live-footer .download{
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.live-footer .download span{
    overflow: hidden;
    display: block;
    border-bottom: solid .03rem #fff;
    font-size: .28rem;
    color: #fff;
    margin-right: .3rem;
}
.live-footer .download img{
    width: .45rem;
    height: .29rem;
    margin-right: .02rem;
}
.live-copyright{
    background: #f6f6f6;
    padding: .5rem 0;
    font-size: .24rem;
    color: #999;
    text-align: center;
    line-height: 1.8;
}













