.index-page {
    padding: 0 0.15rem 0.15rem 0.15rem;
    padding-top: 1.16rem;
}
.fixed-box{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0.15rem;
    right: 0.15rem;
    background-color: #ffffff;
    padding-top: 0.15rem;
}

img {
    width: 100%;
    height: 100%;
}

.logo {
    width: 0.99rem;
    height: 0.34rem;
}

.line {
    width: 0.01rem;
    height: 0.15rem;
    background: #999999;
}

.h5-name {
    font-size: 0.14rem;
    color: #999999;
    display: flex;
    align-items: center;
}

.search-icon{
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/search.png?v=20260401135147) no-repeat;
    background-size: 100%;
    margin-left: -0.04rem;
}

.to-web {
    width: 0.68rem;
    height: 0.24rem;
    background: linear-gradient(90deg, #77e8ff, #07adfd);
    border-radius: 0.12rem;
    text-align: center;
    line-height: 0.24rem;
}

.to-web a {
    color: #ffffff;
    font-size: 0.14rem;
}

.nav-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0.22rem 0 0.1rem 0;
}

.nav-container::-webkit-scrollbar {
    display: none;
}

.nav-list {
    display: inline-flex;
    white-space: nowrap;
    /*transition: transform 0.3s ease;*/
}

.nav-item {
    padding: 0 0.07rem;
    opacity: 0.8;
    font-size: 0.16rem;
    color: #333333;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-bottom: 0.1rem;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-item.active {
    opacity: 1;
    color: #000;
    font-weight: 500;
}
.nav-item.active{
    background: url(../images/nav-active.png?v=20260401135147) no-repeat;
    background-size: 0.15rem 0.06rem;
    background-position: center bottom;
}
.head-list li{
    margin-bottom: 0.12rem;
}
.head-list li .title{
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.24rem;
}
.head-list li .pubtime{
    font-size: 0.12rem;
    color: #999999;
}
.list-tab{
    margin-top: -0.15rem;
}
/* 轮播图 */
.swiper-content{
    margin: 0.16rem 0 0.06rem 0;
}
.top-swiper{
    width: 3.45rem;
    height: 1.94rem;
}
.top-swiper .title-shadow{
    position: absolute;
    bottom: 0;
    width: 3.45rem;
    height: 0.84rem;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.70));
}
.top-swiper img{
    border-radius: 0.1rem 0.1rem 0 0;
}
.title-shadow p{
    margin: 0.14rem;
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.24rem;
}
.top-swiper .swiper-scrollbar{
    background: rgba(255,255,255,0.30)!important;
    bottom: 0.08rem!important;
}
.top-swiper .swiper-scrollbar-drag{
    background-color: #ffffff!important;
}
/* 新闻列表 */
.news-list li{
    padding: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid rgba(0,0,0,0.08);
}
.news-list li .list-right{
    width: 2.25rem;
    height: 0.62rem;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.1rem;
}
.news-list li.words .list-right{
    width: 100%;
    height: auto;
}
.news-list li.words .list-right p{
    margin-bottom: 0.14rem;
}
.news-list li img{
    width: 1.1rem;
    height: 0.62rem;
    border-radius: 0.05rem;
}
.news-list li .list-right p{
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.23rem;
}
.news-list li .list-right p span{
    color: #07adfd;
}
.news-list li .list-right .pubtime{
    font-size: 0.12rem;
    color: #999999;
}
/* 专题 */
.topic-list{
    margin-top: 0.2rem;
}
.topic-list .topic-head .name{
   font-size: 0.17rem;
   color: #333333;
   font-weight: Medium;
}
.topic-list .topic-head .more{
    display: block;
    width: 0.06rem;
    height: 0.13rem;
    background: url(../images/right.png?v=20260401135147) no-repeat;
    background-size: 100%;
}
.topic-swiper{
    margin: 0.16rem 0;
    width: 3.29rem;
    height: 1.45rem;
}
.topic-swiper img{ 
    border-radius: 0.1rem;
    width: 3rem;
    height: 1.45rem;
}
/* 列表页 */
.list-page {
    padding: 0 0.15rem 0.15rem 0.15rem;
}
.load-more{
    text-align: center;
    margin-top: 0.1rem;
    color: #666666;
}
/* 专题列表页面 */
.news-list .topic-item,.news-list .topic-item a{
    width: 100%;
    height: 1.64rem;
    /* height: 1.94rem; */
}
.news-list .topic-item img{
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
}
.news-list .topic-item a{
    display: block;
}
.news-list .topic-item{
    position: relative;
    padding: 0;
    margin: 0.15rem 0;
}
.news-list .topic-item .topic-shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.1rem 0.15rem;
    background-color: rgba(255,255,255,0.60);
    border-radius: 0 0 0.08rem 0.08rem;
}
.news-list .topic-item .topic-shadow p{
    line-height: 0.2rem;
    font-size: 0.14rem;
    color: #333333;
}
.iframe-tab iframe{
    width: 100%;
    height: 80vh;
    border: none;
}
.list-tab,.iframe-tab{
    display: none;
}
.h5-list {
    padding-top: 1.16rem;
}