.news_box {
    padding: .2rem 3rem .52rem;
    min-height: 5rem;
}

.new_list_box {}

.news_list_item {
    width: 3.5rem;
    margin: 0 .95rem .6rem 0;
}

.news_list_item:nth-child(3n) {
    margin-right: 0;
}

.news_img_box {
    width: 100%;
    height: 2rem;
    border-radius: .08rem;
    overflow: hidden;
}

.news_item_title {
    width: 100%;
    margin: .3rem 0 .2rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #000000;
    font-family: "Microsoft Ya Hei";
}

.news_item_date {
    font-size: .16rem;
    color: #ee0000;
    font-family: "Arial";
}

.news_content {
    padding: .7rem 0 1rem;
    /* background: #000; */
}

.news_title {
    text-align: center;
    font-size: .24rem;
    line-height: .36rem;
    color: #000000;
    font-family: "Microsoft Ya Hei";
}

.news_paragraph {
    font-size: .16rem;
    line-height: .36rem;
    color: #666666;
    font-family: "Microsoft Ya Hei";
    text-indent: 2em;
}

.news_img {
    margin: 0.3rem 0;
}

.news_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.sub_title {
    margin: 25px 0;
}

.t1Img {
    width: 60%!important;
    max-width: 600px;
}

.t2Img {
    width: 40%!important;
    max-width: 400px;
}

.t3Img {
    width: 30%!important;
}

.t4Img {
    width: 20%!important;
}

.t1Img,
.t2Img,
.t3Img,
.t4Img {
    margin-bottom: 20px;
}

.redText {
    position: relative;
    top: -15px;
    font-size: 14px;
    text-align: center;
    color: #c20606;
}


/* swiper */

.swiper {
    /* width: 80%; */
    /* height: 320px; */
}

.swiper-slide {
    width: 100%;
    height: 100%;
    transition: 300ms;
    transform: scale(0.8);
    border-radius: 5px;
    overflow: hidden;
}

.swiper-slide img {
    width: 600px!important;
    height: 420px!important;
    object-fit: cover;
    /* transition: 300ms;
    transform: scale(0.8); */
    border-radius: 5px;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.adjust-swiper1 {
    width: 600px!important;
}

.adjust-swiper1 img {
    width: 600px!important;
    height: 420px!important;
    object-fit: cover;
}