.news-wrap {
    margin: 0 auto;
}

.index-news-box {
    display: flex;
    flex-wrap: wrap;
}

.index-news-item {
    width: 4.5rem;
    background: #F8F8F8;
    padding: 0.1rem;
    margin-right: 0.65rem;
    margin-top: 0.6rem;
}

.index-news-item:nth-child(3n) {
    margin-right: 0;
}

.index-news-img {
    width: 100%;
    height: 3rem;
}

.index-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-news-top {
    padding: 0.2rem 0;
    margin: 0 0.1rem;
    border-bottom: 1px solid #EEEEEE;
}

.index-news-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.index-news-time {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}

.index-news-time img {
    width: 0.14rem;
    height: 0.14rem;
}

.index-news-time p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-left: 0.08rem;
}

.index-news-p {
    margin: 0.2rem 0.1rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.2rem;
    color: #666666;
}

.index-news-bt {
    width: 1.28rem;
    height: 0.4rem;
    background: #00C7FF;
    border-radius: 0.05rem;
    margin: 0 0.1rem;
    margin-bottom: 0.15rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.4rem;
    color: #FFFFFF;
    text-align: center;
}

/* 视频新闻 */
.news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-item {
    width: 4.58rem;
    margin-right: 0.53rem;
    margin-top: 0.6rem;
}

.news-item:nth-child(3n) {
    margin-right: 0;
}

.news-img-box {
    height: 3.19rem;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border-radius: 0.12rem;
    overflow: hidden;
    position: relative;
}

.news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-play {
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.news-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 0.2rem 0 0.15rem 0;
}

.news-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.28rem;
    color: #666666;
}

/* 详情 */
.newsDetail-wrap {
    margin: 0.6rem auto;
}

.newsDetail-title {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.newsDetail-issue {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 0.2rem;
    text-align: center;
}

.newsDetail-content {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.28rem;
    color: #333333;
    margin-top: 0.5rem;
}

.newsDetail-video {
    width: 100%;
    /* height: 8rem; */
    margin: 0.5rem 0;
}

.newsDetail-video video {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}


















@media all and (max-width: 1024px) { 
    .common-banner img {
        height: auto !important;
    }
    /*缴费服务 - 详情 开始*/
    .newsDetail-wrap {
        padding: 0 15px;
    }
    .newsDetail-title {
        font-size: 14px;    
    }
    
    .newsDetail-issue {
        font-size: 12px;
    }
    
    .newsDetail-content img {
        max-width: 100% !important;
        display: block !important;
        margin: 10px auto !important;
        height: auto !important;
    }
    
    .newsDetail-content p ,
    .newsDetail-content p span {
        font-size: 14px !important;
        text-align: left;
        text-align: justify;
        line-height: 1.5 !important;
    }
    
    /*缴费服务 - 详情 结束*/
    
    
    
    
     /*新闻中心 - 列表 开始*/
    .index-news-box {
        padding: 0 15px;
    }
    .index-news-item {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .index-news-img {
        height: 50vw;
    }
    .index-news-text {
        font-size: 14px;
    }
    .index-news-time {
        margin-top: 10px;
    }
    .index-news-time p {
        font-size: 12px;
    }
    .index-news-time img {
        width: 12px;
        height: 12px;
    }
    .index-news-p {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        height: auto;
    }
    .index-news-bt {
        margin: 0 auto;
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    /*新闻中心 - 列表 结束*/
    
   
   
       /*新闻中心 - 视频新闻 开始*/
       .cus-video-list {
           flex-direction: column;
           padding: 25px 15px;
       }
       .cus-video-list .news-item {
           width: 100%;
           margin: 0;
           margin-bottom: 15px;
       }
       .cus-video-list .news-text {
           font-size: 14px;
       }
       .cus-video-list .news-p {
           font-size: 12px;
           line-height: 1.5;
       }
       /*新闻中心 - 视频新闻 结束*/
   
}






























