.news_imgs{
    position:relative;
    overflow:hidden;
}
.news_imgs img{
    position:absolute;
    z-index:5;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition: transform 0.3s ease;
    cursor: pointer;
    -webkit-user-drag: none;
    user-select: none;
    touch-action: manipulation;
}
.news_imgs img:active {
    transform: scale(1.15);
    transition: transform 0.1s ease;
}

.news_imgs:hover img {
    transform: scale(1.2);
}
.news_intro{
    font-size: 0.18rem;
    color: #252525;
    line-height: 1.75;
}
.mainbox01 .inner{padding: 0.88rem 0 0.75rem;}

.mainbox01 .news{
    display: flex;
}
.mainbox01 .news_imgs{
    width: 7.49rem;
    height: 4.21rem;
    flex-shrink: 0;
    background-color: #e5e5e5;
}
.mainbox01 .news_con{
    width: calc(100% - 7.49rem);
    padding-left: 0.53rem;
    box-sizing: border-box;
}
.mainbox01 .news_title{
    font-size: 0.32rem;
    font-weight: bold;
    color: #AD231C;
    margin-bottom: 0.3rem;
}

/* mainbox02 */
.mainbox02 .inner{width: 100%;padding-bottom:0.7rem;}
.mainbox02 .top_title{margin-bottom: 0.5rem;}
.mainbox02 .top_title img{
    width: 17.1rem;
}
.mainbox02 .news_list{padding-left: calc(50% - 7.5rem);}
.mainbox02 .news{
    display: flex;
}
.mainbox02 .news_imgs{
    width: 9.6rem;
    height: 6rem;
    flex-shrink: 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.1rem;
    margin-top:-1.8rem;
    box-shadow:0 0.03rem 0.15rem 0 #00000030;
}
.mainbox02 .news_imgs img{
    left:0.1rem;
    right:0.1rem;
    top:0.1rem;
    bottom:0.1rem;
    width:calc(100% - 0.2rem);
    height:calc(100% - 0.2rem);
}
.mainbox02 .news_intro{
    width: calc(100% - 9.6rem);
    padding-right: 0.48rem;
    box-sizing: border-box;
}
/* mainbox03 */
.mainbox03 .news_list{
    padding: 0.47rem 0.8rem 0.6rem;
    background-color: #A5282E;
    display: flex;
    justify-content: space-between;
}
.mainbox03 .title_box{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: 0.01rem dashed #ffffff80;
    padding: 0.1rem;
}
.mainbox03 .short_title{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../images/z_icon31.png) no-repeat center / 100% 100%;
    font-size: 0.5rem;
    color: #fff;
    font-family: 'ysbth';
}
.mainbox03 .news:nth-child(2) .short_title{background-image: url(../images/z_icon32.png);}
.mainbox03 .news:nth-child(3) .short_title{background-image: url(../images/z_icon33.png);}
.mainbox03 .news:nth-child(4) .short_title{background-image: url(../images/z_icon34.png);}
.mainbox03 .news:nth-child(5) .short_title{background-image: url(../images/z_icon35.png);}

.mainbox03 .news_title{
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 0.28rem;
}
/* mainbox04 */
.mainbox04 .inner{padding: 0.5rem 0 1.2rem;}
@media screen and (max-width: 999px){
    .mainbox01 .news{
        flex-direction:column;
    }
    .mainbox01 .news_imgs,
    .mainbox01 .news_con{
        width:100%;
        padding:0;
    }
    .mainbox01 .news_imgs{
        height:0;
        padding-top:56.2%;
        margin-bottom:20px;
    }
    .mainbox02 .top_title img{width:100%;}
    .mainbox02 .news{flex-direction:column-reverse;}
    .mainbox02 .news_imgs,
    .mainbox02 .news_intro{
        width:100%;
        padding:0;
    }
    .mainbox02 .news_imgs{
        margin-top:0;
        margin-bottom:20px;
    }
}
@media screen and (max-width: 767px){
    .mainbox03 .news_list{
        padding:20px;
        flex-wrap: wrap;
        justify-content:center;
    }
    .mainbox03 .news{
        margin:10px;
    }
}

.wrapper.mainbox04 span {
    font-size: 0.18rem !important;
    color: #252525 !important;
    line-height: 1.75 !important;
    font-family: "思源黑体CN", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif !important;
}