.news-wrap {
    margin: 0 auto;
    margin-top: .8rem;
    background: #FFFFFF;
    padding-bottom: .8rem;
}

/*  */
.news-list {
    margin: 0 auto;
}

.news-item {
    padding: 0.38rem 0.4rem;
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    border-bottom: .01rem solid #CFCFCF;
}

.news-item:last-of-type {
    margin-bottom: 0;
}

.news-date-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 1rem;
}

.news-date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.news-date::after {
    content: '';
    width: 0.24rem;
    height: 0.02rem;
    background: #9E9E9E;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .7rem;
    transition: all .365s;
}

.news-date-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
}

.news-date-p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin-top: .1rem;
}

.news-icon {
    width: 0.51rem;
    height: 0.23rem;
    background: #D6D6D6;
    margin-top: .35rem;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .365s;
}

.news-icon img {
    width: .29rem;
}

.news-des {
    flex: 1;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.news-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
}

.news-p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.3rem;
}

.news-img {
    width: 2.8rem;
    height: 1.7rem;
    flex-shrink: 0;
    margin-left: .5rem;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-page {
    padding-top: 0.6rem;
}

.news-item:hover {
    background: #F8F9FA;
    box-shadow: 0.03rem 0.03rem 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
    border: none;
}

.news-item:hover .news-icon {
    background: #18A5E5;
}

.news-item:hover .news-date::after {
    width: .6rem;
}

.news-item:hover .news-text {
    color: #18A5E5;
}

/*  */
.news-swiper {
    width: 100%;
    margin-bottom: .6rem;
    height: 4rem;
}

.news-slide {
    display: flex;
}

.news-slide-img {
    width: 7rem;
    height: 4rem;
    flex-shrink: 0;
}

.news-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-slide-content {
    height: 4rem;
    background: url(../img/news/bg.png) no-repeat;
    background-size: cover;
    padding: .85rem .6rem;
}

.news-slide-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.22rem;
    color: #222222;
    padding-bottom: .2rem;
    border-bottom: 0.01rem solid #0C96D9;
}

.news-slide-p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #222222;
    line-height: 0.3rem;
    margin-top: .25rem;
}

.news-slide-time {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #646464;
    margin-top: .6rem;
}

.newsSwiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding: 0 .6rem;
    padding-bottom: .2rem;

}

.newsSwiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.04rem;
    background: #DBDBDB;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    opacity: 1;
}

.newsSwiper-pagination .swiper-pagination-bullet-active {
    width: 0.34rem;
    height: 0.04rem;
    background: #18A5E5;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}