.news-index {
    margin-bottom: 0.15rem;
}

.news-index .news-item {
    margin: 0;
}

.news-item {
    padding: 0.35rem 0.3rem;
    background-color: #fff;
}

.news-index .title {
    height: 0.9rem;
    line-height: 0.9rem;
    background: #fff;
    font-size: 0.32rem;
    padding: 0 0.3rem;
}

.icon::before {
    content: "";
    width: 0.04rem;
    height: 0.3rem;
    display: inline-block;
    background: #ff6700;
    border-radius: 0.02rem;
    margin-right: 0.1rem;
    position: relative;
    bottom: -.03rem;
}

.news-index .title .title-r .r-item {
    margin: 0 .2rem 0 0;
    font-size: .26rem;
    color: #666;
}
.news-item-l {
    margin-right: 0.36rem;
}

.news-item-tit {
    font-size: 0.3rem;
    color: #333;
    height: 1.08rem;
    margin-bottom: 0.14rem;
    overflow: hidden;
}

.news-item-type {
    font-size: 0.26rem;
    color: #999;
}

.news-item-r img {
    display: block;
    width: 2.2rem;
    height: 1.6rem;
    border-radius: 0.04rem;
}

.banner-swiper-container {
    height: 3.75rem;
}

.news-swiper-image {
    display: block;
    width: 100%;
    height: 3.75rem;
    object-fit: cover;
}
.banner-swiper-container img { width: 100%; }
.news-swiper-int {
    font-size: 0.3rem;
    color: #fff;
    width: 100%;
    height: 1rem;
    padding: 0.46rem 0 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    bottom: 0;
}

.news-swiper-tit {
    width: 6.6rem;
    padding-left: 0.2rem;
}

.news-swiper-page {
    padding-right: 0.2rem;
}

.news-nav {
    width: 100%;
    padding: 0 0.15rem;
    border-bottom: 0.02rem solid #e5e5e5;
    background-color: #fff;
    overflow-x: auto;
    margin-bottom: 0.15rem;
}

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

.news-nav-con {
    width: 31rem;
}

.news-nav-item {
    font-size: 0.28rem;
    line-height: 0.8rem;
    padding: 0 0.1rem;
    margin: 0 0.15rem;
    border-bottom: 0.04rem solid #fff;
    color: #999;
    transition: all 0.1s ease-in-out;
}

.news-nav-item.act {
    color: #111;
    border-bottom: 0.04rem solid #ff8400;
}

.news-item {
    margin-bottom: 0.15rem;
    padding: 0.35rem 0.3rem;
    background-color: #fff;
}

.news-item-l {
    margin-right: 0.36rem;
}

.news-item-tit {
    font-size: 0.3rem;
    color: #333;
    height: 1.08rem;
    margin-bottom: 0.14rem;
    overflow: hidden;
}

.news-item-type {
    font-size: 0.26rem;
    color: #999;
}

.news-item-r img {
    display: block;
    width: 2.2rem;
    height: 1.6rem;
    border-radius: 0.04rem;
}

.pagination-pd {
    margin-top: 0.8rem;
}
#topNav {
    width: 100%;
    overflow: hidden; font-size: 16px;
    border-bottom:1px solid #f8f8f8;
    background: #ffffff;
    margin-bottom: 10px;
}
#topNav .swiper-slide {
    padding: 3px 5px;
    letter-spacing:2px;
    min-width:60px;
    width: auto;
    text-align:center;
}
#topNav .swiper-slide span{
}
#topNav .active {
    color: #000000;
    border-bottom: 2px solid #ff8400;
}
#topNav .active a { color: #000 }