.banner>img{
    width: 100%;
    display: block;
}

.header-box{
    width: 100%;
    height: auto;
    border-bottom: 0.03rem solid rgba(150,150,150,0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.head-in-box{
    width: 6.56rem;
    height: auto;
    margin: 0 auto;
    padding-top: 0.35rem;
    padding-bottom: 0.19rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.head-in-box>h1{
    color: #57bcb2;
    font-size: 0.32rem;
}

.timer{
    color: #969696;
    font-size: 0.2rem;
    margin-top: 0.17rem;
}

.label-box{
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    overflow: hidden;
}

.label-box>ul{
    width: 100%;
    height: 100%;
}

.label-box>ul>a>li{
    width: auto;
    height: 0.44rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.02rem solid #57bcb2;
    border-radius: 0.1rem;
    line-height: 0.4rem;
    color: #5ac8c8;
    font-size: 0.26rem;
    padding: 0 0.1rem;
    display: inline-block;
    margin-right: 0.22rem;
    margin-top: 0.2rem;
}

.container{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.28rem 0.45rem;
    border-bottom: 0.03rem solid rgba(150,150,150,0.5);
}

.container img{
    width: 100%;
    height: auto;
}

.container video{
    margin: 0 auto;
    display: -webkit-box;
    width: 6rem;
    min-height: 4rem;
}

.container>p,span{
    font-size: 0.28rem;
    color: #969696;
}

.subject{
    height: 0.32rem;
    margin: 0.57rem 0 0 0.5rem;
}

.reader-more{
    width: 6.75rem;
    height: auto;
    margin: 0.3rem auto 0 auto;
}

.reader-more>ul{
    width: 100%;
    height: 100%;
}

.reader-more>ul>li{
    width: 100%;
    height: 1.82rem;
    background-color: rgba(255,255,255,0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.1rem 0.14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.12rem;
}

.reader-more>ul>li:first-child{
    margin-top: 0;
}

.img-box{
    width: 2.46rem;
    height: 100%;
}

.img-box>a>img{
    width: 100%;
}

.word-box{
    width: 4.29rem;
    height: 100%;
    padding: 0.09rem 0.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.word-box-title{
    width: 100%;
    height: 1.3rem;
    overflow: hidden;
}

.word-box-title>a>h1{
    font-size: 0.21rem;
    color: #969696;
}

.word-box>p{
    font-size: 0.21rem;
    color: #969696;

}

.bottom{
    margin-top: 0.2rem;
}
