.news_imgs img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.mainbox01{background: url(../images/mainbox01_bg.png) no-repeat right bottom / 13.73rem 7.28rem;}
.mainbox01 .inner{padding: 0.7rem 0 1rem;}
#wp_paging_w301{display:none !important;}
.top_info{
    display: flex;
    position: relative;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1.78rem 0.5rem 0.5rem;
    background: linear-gradient(to right,#A5282E 0 14.8%,#F7F6F4 14.8% 100%);
}
.top_info::after{
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: block;
    width: 6.29rem;
    height: 2.83rem;
    background: url(../images/cloud4.png) no-repeat center / 100% 100%;
}
.top_info>div{position: relative;z-index: 2;}
.top_info .news_imgs{
    width: 2.4955rem;
    height: 3.22rem;
    background-color: #e5e5e5;
    flex-shrink: 0;
}
.top_info .news_con{
    width: calc(100% - 3.28rem);
    padding-left: 0.78rem;
    box-sizing: border-box;
}
.top_info .news_title{
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    margin: 0.2rem 0;
}
.top_info .box01{
    display: flex;
    align-items: flex-end;
    font-size: 0.18rem;
    font-weight: bold;
    color: #A5282E;
    border-bottom: 1px solid #EFE7DF;
    padding-bottom: 0.35rem;
    margin-bottom: 0.3rem;
}
.top_info .box02{
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-bottom: 0.7rem;
}
.top_info .box02 .add{
    padding-left: 0.36rem;
    background: url(../images/z_address.png) no-repeat left top / 0.24rem 0.24rem;
    margin-bottom: 0.16rem;
}
.top_info .box02 .email{
    padding-left: 0.36rem;
    background: url(../images/z_email.png) no-repeat left top / 0.24rem 0.24rem;
}
.top_info .box03 .title{
    font-size: 0.22rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.16rem;
}
.top_info .box03 .f7{
    font-size: 0.16rem;
    color: #8D8D8D;
}
/* bottom_info */
.bottom_info .content_box{margin-bottom: 0.3rem;}
.bottom_info .content_tt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
    padding: 0.12rem 0.24rem 0.12rem 0.29rem;
    background-color: #A5282E08;
}
.bottom_info .content_title{
    font-size: 0.22rem;
    font-weight: bold;
    color: #A5282E;
}
.bottom_info .content_arrow{
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/z_arrow03.png) no-repeat center / 100% 100%;
    cursor: pointer;
}
.bottom_info .content_box.active .content_arrow{
    background-image: url(../images/z_arrow03_act.png);
    transform:rotateX(180deg);
}
.bottom_info .content_box .content_text{
    max-height: 5rem;
}
.bottom_info .content_box .content_text,
.bottom_info .content_box .content_text p,
.bottom_info .content_box .content_text span,
.bottom_info .content_box .content_text font,
.bottom_info .content_box .content_text strong{
    font-size: 0.16rem !important;
}
.bottom_info .content_box.hasScroll .content_text{
    overflow: auto;
}
.bottom_info .content_box.hasScroll .content_text::-webkit-scrollbar {
    width: 0.08rem; /* 设置滚动条宽度 */
    background-color: #F0EDEA;
}
.bottom_info .content_box.hasScroll .content_text::-webkit-scrollbar-thumb {
    background-color: #A5282E; /* 设置滑块背景颜色 */
    border-radius: 0.04rem; /* 设置滑块圆角 */
}
@media screen and (max-width: 999px){
    .top_info .box03 .title{font-size:18px;}
    .top_info .box01,
    .top_info .box02,
    .top_info .box03 .f8{font-size:14px;}

    .bottom_info .content_title{font-size: 18px;}
    .bottom_info .content_box .content_text,
    .bottom_info .content_box .content_text p,
    .bottom_info .content_box .content_text span,
    .bottom_info .content_box .content_text font,
    .bottom_info .content_box .content_text strong{
        font-size: 16px !important;
    }
}
@media screen and (max-width: 767px){
    .top_info{
        flex-direction:column;
        background:#F7F6F4;
        padding:20px;
    }
    .top_info .news_con{
        width:100%;
        padding-left:0;
    }
}