
.container{
    font-size: .28rem;
    position: relative;
    background: #ffffff;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    padding-top: 1.6rem;
}

img{
    object-fit: cover;
}
.news-img,
.swiper-news{
    width: 100%;
    height: 4.6rem;
}
.swiper-news{
    border-radius: .1rem;
    overflow: hidden;
}
.swiper-news .news-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: .3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: .22rem .15rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.swiper-container-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    bottom: .8rem;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    display: inline-block;
    border: 0;
    border-radius: 100%;
    background: #fff;
    opacity: .6;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b14811;
}
.news-box{
    padding-bottom: .5rem;
    border-bottom: 1px solid #e0e0e0;
}


.fixed-head-box{
    z-index: 10;
}
.fixed-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    height: 1.6rem;
    background: #b14811;
}

.fixed-head .logo{
    width: 4rem;
}
.fixed-head .menu-btn{
    width: .64rem;
    cursor: pointer;
}
.fixed-head .sub-box{
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.6rem;
    max-height: calc(100vh - 1.6rem);
    overflow-y: auto;
    display: none;
}
.fixed-head .sub-list{
    background: #b14811;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
}
.fixed-head .sub-list .sub-item{
    width: 4.95rem;
    border-bottom: .02rem solid #fff;
    padding: 0 .2rem;
    color: #fff;
    font-size: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .18rem;
    margin-top: .64rem;
}
.fixed-head .sub-list .sub-item .arrow-r{
    width: .17rem;
    display: block;
}


.common-title-box{
    display: flex;
}
.common-title-box .icon{
    width: .7rem;
    margin-right: .16rem;
}
.common-title-box .txt{
    font-size: .42rem;
    color: #333;
    font-weight: bold;
}
.common-title-box .active .txt{
    color: #b14811;
}
.common-title-box .common-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding-bottom: .34rem;
}
.common-title-box.tab-box .common-title,
.common-title-box .common-title.b-line{
    border-bottom: 1px solid #b14811;
}
.common-title-box.tab-box .common-title.active{
    border-bottom: .1px solid #b14811;
}

.list .item,
.list.deep .item:last-of-type,
.list-video .item{
    padding: .4rem 0;
    border-bottom: 1px solid #e0e0e0;
}
.list .item:last-of-type{
    border-bottom: 0;
}

.list .item .title,
.list-video .item .title{
    font-size: .32rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: .2rem;
}
.list .item .date,
.list-video .item .date{
    font-size: .28rem;
    color: #d39d81;
    display: flex;
    align-items: center;
}
.list.deep .item .date{
    color: #b04811;
}
.list .item .date .icon-date{
    width: .28rem;
    display: block;
    margin-right: .1rem;
}
.list .item .news-thumb{
    border-radius: .1rem;
    overflow: hidden;
    margin-bottom: .14rem;
}
.list-video .item{
    display: flex;
}
.list-video .item .info{
    flex: 1;
    overflow: hidden;
    padding-left: .24rem;
    padding-top: .06rem;
}
.list-video .item .video-thumb{
    width: 2.4rem;
    height: 1.5rem;
    border-radius: .1rem;
}
.more{
    height: .8rem;
	border-radius: .06rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    font-size: .28rem;
    color: #999999;
    width: 100%;
}






.footer{
    border-top: .04rem solid #b0490f;
    background: #fffaf7;
    padding: .1rem .3rem;
    margin-top: .8rem;
    color: #80716a;
    font-size: .24rem;
    text-align: center;
}
.footer .bottom-logo-box{
    padding: .5rem 0;
}
.footer .bottom-logo-img{
    display: block;
    width: 5.44rem;
}
.footer .footer-info{
    border-top: .02rem solid #f5e8e2;
    padding: .5rem 0 .4rem;
}
.footer .txt{
    line-height: 2;
}



