.post9 .tt{margin-bottom: 0.3rem;}
.post9 .tt .title{
    font-size: 0.28rem;
    font-weight: bold;
    color: #AD231C;
    text-align: center;
}

.mainbox01{padding: 0.9rem 0;}
.mainbox01 .text{
    font-size: 0.18rem;
    line-height: 1.75;
    color: #333333;
}

.mainbox02 .news_list{
    display: flex;
    justify-content: space-between;
}
.mainbox02 .news{
    position:relative;
    width: 13.75%;
    height: 4rem;
    position: relative;
    background-color: #fff;
    border-radius: 0 0.5rem 0 0.5rem;
    box-shadow: 0 0.03rem 0.2rem 0 #00000033;
    padding-left: 0.44rem;
    padding-top: 0.36rem;
    box-sizing: border-box;
    transition: 0.4s;
}
.mainbox02 .news::before{
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0.43rem;
    display: block;
    width: 0.07rem;
    height: 0.9rem;
    background-color: #86241D;
    transition: 0.4s;
}
.mainbox02 .news .news_ico{
    position: absolute;
    z-index: 11;
    right: 0.3rem;
    bottom: 0.42rem;
    display: block;
    width: 1.15rem;
    height: 0.8rem;
}
.mainbox02 .news .news_ico svg{width:100%;height:100%;}
.mainbox02 .news:nth-child(2) .news_ico{
    width: 1.04rem;
    height: 0.78rem;
}
.mainbox02 .news:nth-child(3) .news_ico{
    width: 1.1rem;
    height: 0.78rem;
}
.mainbox02 .news:nth-child(4) .news_ico{
    width: 1.04rem;
    height: 0.88rem;
}
.mainbox02 .news:nth-child(5) .news_ico{
    width: 1rem;
    height: 0.88rem;
}
.mainbox02 .news:nth-child(6) .news_ico{
    width: 1.1rem;
    height: 0.88rem;
}
.mainbox02 .news>a{
    display: block;
    width: 100%;
    height: 100%;
}
.mainbox02 .news_title{
    position: relative;
    z-index: 12;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
    width: 0.25rem;
    -webkit-line-clamp: 10;
line-height: 1.5;
}
.mainbox02 .news:hover{background-color: #AD231C;}
.mainbox02 .news:hover::before{background-color: #DDBC73;}
.mainbox02 .news:hover::after{filter: brightness(100);}
.mainbox02 .news:hover .news_title{color: #fff;}

.mainbox03{padding-top: 1rem;}
.news_imgs{background: none;}
.mainbox03 .news_list{
    width: 12rem;
    margin: 0 auto;
}
.mainbox03 .news_list .news{
    float: left;
    width: 25%;
    height: 3rem;
    box-sizing: border-box;
}
.mainbox03 .news_list .news .img_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mainbox03 .news_list .news .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainbox03 .news_list .news_title{line-height: 1.5;text-align: center;}

.mainbox03 .news_list .news:nth-child(1){padding: 0.4rem;}
.mainbox03 .news_list .news:nth-child(1) .news_con{position: relative;width: 100%;height: 100%;}
.mainbox03 .news_list .news:nth-child(1) .news_box{color: #AD231C;font-size: 0.18rem;font-weight: bold;}
.mainbox03 .news_list .news:nth-child(1) .news_box .short_title{font-size: 0.8rem;}
.mainbox03 .news_list .news:nth-child(1) .news_box.box1{position: absolute;z-index: 10;left: 0;top: 0;}
.mainbox03 .news_list .news:nth-child(1) .news_box.box2{position: absolute;z-index: 10;right: 0;bottom: 0;}
.mainbox03 .news_list .news:nth-child(1) .news_line{
position: absolute;
    z-index: 10;
    left: 30%;
    top: 35%;
    width: 1px;
    height: 2rem;
    background-color: #AD231C;
    transform: translate(-50%, -30%) rotate(45deg);
}

.mainbox03 .news_list .news:nth-child(2){
    background-color: #597BB1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0.1rem;
}
.mainbox03 .news_list .news:nth-child(2) .news_imgs img{width: 0.8rem;height: 0.8rem;}
.mainbox03 .news_list .news:nth-child(2) .short_title{font-size: 0.58rem;font-weight: bold;color: #fff;margin: 0.15rem 0;}
.mainbox03 .news_list .news:nth-child(2) .news_title{font-size: 0.2rem;font-weight: bold;color: #fff;}

.mainbox03 .news_list .news:nth-child(4){
    padding: 0 0.6rem;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mainbox03 .news_list .news:nth-child(4) .short_title{font-size: 0.9rem;font-weight: bold;color: #C4A258;margin-bottom: 20px;}
.mainbox03 .news_list .news:nth-child(4) .news_title{font-size: 0.18rem;font-weight: bold;color: #C4A258;text-align: center;}

.mainbox03 .news_list .news:nth-child(5) .img_box{border-radius: 50% 0 0 0;}

.mainbox03 .news_list .news:nth-child(6){
    background-color: #8A54AC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 50% 0;
    padding: 0 0.6rem;
    overflow: hidden;
}
.mainbox03 .news_list .news:nth-child(6) .news_imgs img{width: 0.9rem;height: 0.58rem;}
.mainbox03 .news_list .news:nth-child(6) .short_title{font-size: 0.48rem;font-weight: bold;color: #fff;margin: 0.15rem 0;}
.mainbox03 .news_list .news:nth-child(6) .news_title{font-size: 0.15rem;font-weight: bold;color: #fff;}

.mainbox03 .news_list .news:nth-child(7){
    padding: 0 0.1rem;
    background-color: #AD231C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50% 0 0 0;
    overflow: hidden;
}
.mainbox03 .news_list .news:nth-child(7) .short_title{font-size: 0.71rem;font-weight: bold;color: #DDBC73;margin-bottom: 0.2rem;}
.mainbox03 .news_list .news:nth-child(7) .news_title{font-size: 0.2rem;font-weight: bold;color: #DDBC73;}

.mainbox03 .news_list .news:nth-child(9){
    padding: 0 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mainbox03 .news_list .news:nth-child(9) .news_imgs img{width: 0.82rem;height: 0.82rem;}
.mainbox03 .news_list .news:nth-child(9) .short_title{font-size: 0.58rem;font-weight: bold;color: #AD231C;margin: 0.15rem 0;}
.mainbox03 .news_list .news:nth-child(9) .news_title{font-size: 0.2rem;font-weight: bold;color: #AD231C;}

.mainbox03 .news_list .news:nth-child(10){
    padding: 0 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mainbox03 .news_list .news:nth-child(10) .news_imgs img{width: 1.1rem;height: 0.86rem;}
.mainbox03 .news_list .news:nth-child(10) .short_title{font-size: 0.58rem;font-weight: bold;color: #AD231C;margin: 0.15rem 0;}
.mainbox03 .news_list .news:nth-child(10) .news_title{font-size: 0.16rem;font-weight: bold;color: #AD231C;text-align: center;}

.mainbox03 .news_list .news:nth-child(12){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #C4A258;
    border-radius: 50% 0 0 0;
}
.mainbox03 .news_list .news:nth-child(12) .short_title{font-size: 0.23rem;font-weight: bold;color: #fff;margin-bottom: 0.15rem;}
.mainbox03 .news_list .news:nth-child(12) .short_title span{font-size: 0.72rem;}
.mainbox03 .news_list .news:nth-child(12) .news_title{font-size: 0.16rem;font-weight: bold;color: #fff;}

.mainbox03 .news_list .news:nth-child(13){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #C4A258;
    border-radius: 0 50% 0 0;
    padding: 0 0.1rem;
}
.mainbox03 .news_list .news:nth-child(13) .news_imgs img{width: 1rem;height: 0.74rem;}
.mainbox03 .news_list .news:nth-child(13) .short_title{font-size: 0.58rem;font-weight: bold;color: #AD231C;margin: 0.15rem 0;}
.mainbox03 .news_list .news:nth-child(13) .news_title{font-size: 0.2rem;font-weight: bold;color: #AD231C;}

.mainbox03 .news_list .news:nth-child(15){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #D3497E;
    padding: 0 0.5rem;
}
.mainbox03 .news_list .news:nth-child(15) .news_imgs img{width: 0.8rem;height: 0.62rem;}
.mainbox03 .news_list .news:nth-child(15) .short_title{font-size: 0.42rem;font-weight: bold;color: #fff;margin: 0.15rem 0;}
.mainbox03 .news_list .news:nth-child(15) .news_title{font-size: 0.16rem;font-weight: bold;color: #fff;text-align: center;}

.mainbox03 .news_list .news:nth-child(16) .img_box{border-radius: 0 0 50% 0;}

@media screen and (max-width:999px){
.mainbox03 .news_list .news:nth-child(1) .news_box .short_title {
    font-size: 0.6rem;
}
    .post9 .tt .title{font-size:22px;}
    .mainbox01 .text{font-size:16px;}
    .mainbox02 .news_list{
        flex-wrap:wrap;
    }
    .mainbox02 .news{
        width:31.3%;
        height:150px;
        margin-bottom:20px;
        padding:10px 20px;
    }
    .mainbox02 .news_title{font-size:16px;}
    .mainbox02 .news::before{top:10px;}
    .mainbox03 .news_list{width:100%;}
}
@media screen and (max-width:479px){
    .mainbox03 .news_list .news:nth-child(1) .news_box .short_title {
        font-size: 1rem;
    }
    .mainbox03 .news_list .news{width:50%;}
}