.banner{
    position: relative;
}

.banner>img{
    width: 100%;
    display: block;
}

.main-nav{
    width: 100%;
    height: 1rem;
}

.nav-list{
    width: 6.84rem;
    height: 1rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.02rem solid #e3e3e2;
}

.nav-list>ul{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-list>ul>li{
    width: 1.79rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.nav-list>ul>li>p:first-child{
    font-size: 0.3rem;
    color: #00cdcb;
    margin-top: 0.25rem;
}

.nav-list>ul>li>p:last-child{
    font-size: 0.16rem;
    color: #7d7d7d;
}

.nav-list>ul>li.showInfo{
    border-bottom: 0.05rem solid rgba(188,229,224,0.5);

}

.container-daddy,.container-Dr{
    width: 6.84rem;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.15rem;
    margin: 0 auto;
    min-height: 7rem;
}

.container-daddy>ul,.container-Dr>ul{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container-daddy>ul>a>li,.container-Dr>ul>a>li{
    width: 3.07rem;
    height: 2.42rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.07rem solid white;
    background-color: white;
    margin-top: 0.37rem;
}

.li-img-box{
    width: 100%;
    height: 1.6rem;
    overflow: hidden;
}

.li-img-box>img{
    width: 100%;
}

.li-word-box{
    width: 100%;
    height: 0.69rem;
    position: relative;
}

.word-box-detail{
    width: 100%;
    height: 0.25rem;

}

.word-box-detail>p{
    font-size: 0.20rem;
    color: #7c7c7c;
    overflow: hidden;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;
}

.word-box-btn{
    width: 0.89rem;
    height: 0.26rem;
    border: 0.02rem solid #00cdcb;
    background-color: white;
    color: #00cdcb;
    line-height: 0.28rem;
    font-size: 0.18rem;
    text-align: center;
    position: absolute;
    right: 0.1rem;
    bottom: 0;
}

.more-box{
    width: 100%;
    text-align: right;
    margin-top: 0.2rem
}

.more-box>a>p{
    font-size: 0.16rem;
    color: #787878;
}

.img-box{
    width: 6.5rem;
    height: auto;
    margin: 0.54rem auto 0 auto;
}

.img-box>img{
    width: 100%;
}

.article-list{
    width: 6.75rem;
    height: auto;
    margin: 0.4rem auto 0 auto;
}

.article-list>ul{
    width: 100%;
    height: 100%;
}

.article-list>ul>a>li{
    width: 100%;
    height: 1.84rem;
    background-color: rgba(255,255,255,0.7);
    padding: 0.13rem 0.13rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.17rem;
}

.article-list>ul>a:first-child>li{
    margin-top: 0rem;
}

.article-left{
    width: 2.47rem;
    height: 100%;
    overflow: hidden;
}

.article-left>img{
    width: 100%;
}

.article-right{
    width: 4.03rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.05rem 0.25rem;
    position: relative;
}

.article-right-main{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.article-right-main>h1{
    font-size: 0.21rem;
    color: #5ac8c8;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-right-span{
    width: 100%;
    height: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
}

.article-right-span>span{
    font-size: 0.15rem;
    color: #7d7d7d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.article-detail{
    font-size: 0.18rem;
    color: #7d7d7d;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0.1rem;
}

.article-right-span>a:first-child>span{
    margin-left: 0;
}

.bottom{
    margin-top: 0.3rem;
}

.headBg-font{
    width: 2.54rem;
    height: 0.95rem;
    position: absolute;
    top: 1rem;
    left: 0.81rem;
}

.headBg-font>h1{
    font-size: 0.5rem;
    color: #5ac8c8;
}

.headBg-font-detail{
    width: 100%;
    height: 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.05rem;
}

.headBg-font-detail-middle{
    width: 1.6rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.16rem;
    color: #7d7d7d;
}

.headBg-font-detail-left,.headBg-font-detail-right{
    width: 0.5rem;
    height: 0.01rem;
    background-color: #7d7d7d;
    margin-top: 0.11rem;
}


.moreBtn{
    width: 1rem;
    height: 1rem;
    border: 0.01rem solid  #5ac8c8;
    margin: 0.5rem auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.moreBtn>p{
    width: 0.4rem;
    font-size: 0.2rem;
    color: #7d7d7d;
}


.loadingImg{
    width: 1rem;
    height: 1rem;
    background: url("../imgs/Rolling.svg");
    background-size: 100%;
    margin: 0.5rem auto;
}

.allbox{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}