.szdw .news_list {
    display: flex;
    flex-wrap: wrap;
gap:45px;
}
.szdw .news_list .news {
    width: 16.66%;
    line-height: 82px;
    background: #F1F5FB;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.wp_subcolumn_list {
    display: block;
    width: 100%;
    margin-bottom: 70px;
}
.wp_subcolumn_list .wp_sublist .sublist_title {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #004098;
    margin-bottom: 38px;
    padding-bottom: 20px;
}
.wp_subcolumn_list .wp_sublist .sublist_title a {
    display: inline-block;
    color: #004098;
    font-size: 28px;
    font-weight: bold;
    padding-left: 50px;
    position: relative;
}
.wp_subcolumn_list .wp_sublist .sublist_title a:after{content:'';width:22px;height:25px;background:url(../images/szdwicon.svg)no-repeat center/100%;position:absolute;left:0;    bottom: 50%;transform: translateY(50%);}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink{display:none;}

.zilanmu{
    float: left;
    display: flex;
    align-items: flex-end;
    color: #004098;
    line-height: 58px;
    margin-top: 55px;
    gap: 40px;
margin-left:25px;
}
.zilanmu .lanmu{
width: 214px;
    text-align: center;
    background: #BFBFBF;
    color: #fff;
    font-size: 34px;
    color: #fff;
    transform: skew(20deg);
cursor: pointer;
}
.zilanmu .lanmu a{    color: #fff;}
.zilanmu .lanmu.active{background:#004098;}

.zilanmu .lanmu span{
display: block;
    transform: skew(340deg);
}

.sousbox{    width: 100%;    margin-bottom: 79px;
    background: #F1F5FB;}
.sousbox .center{display: flex;
    justify-content: space-between;
    line-height: 74px;
    width: 72%;
    margin: 0 auto;
    padding: 57px 0;}
.sousbox .center .left {    width: 20%;
    text-align: center;
    background: #851818;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;}
.sousbox .center .right{width: 76.74%;
display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;}
.sousbox .souscon{
    font-size: 18px;
    color: #4E4E4E;
    border: 0;
    padding-left: 94px;    width: 100%;    font-family: 'shr';
    background: url(../images/szdwsous.svg) no-repeat center left 34px / 27px;
}
.sousbox .sous{border: 0;
    background: #004098;
    border-radius: 6px;
    color: #fff;
    margin: 14px 20px;
    padding: 0 29px;
    font-size: 24px;
    font-family: 'shr';}

@media screen and (max-width: 999px) {
.sousbox .center {
    display: flex;
    justify-content: space-between;
    line-height: 74px;
    width: 100%;
    margin: 0 auto;
    padding: 57px 0;
    align-items: center;
    flex-direction: column;
}
.sousbox .sous {
    border: 0;
    background: #004098;
    border-radius: 6px;
    color: #fff;
    margin: 0;
    padding: 14px 20px;
    font-size: 24px;
    font-family: 'shr';
}
.sousbox .souscon {
    font-size: 18px;
    color: #4E4E4E;
    border: 0;
    padding-left: 44px;
    width: 100%;
    font-family: 'shr';
    background: url(../images/szdwsous.svg) no-repeat center left 16px / 17px;
}
.zilanmu{display:none;}
.sousbox .center .left {
    width: 40%;
    text-align: center;
    background: #851818;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 20px;
}
.sousbox .center .right {
    width: 90%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
}
.szdw .news_list .news {
    width: 20%;}

}
@media screen and (max-width: 767px) {

    .szdw .news_list{gap:0;}
    .szdw .news_list .news {
        width: 33.33%;
    }
}
@media screen and (max-width: 479px) {
.szdw .news_list .news{font-size:18px;}
    .sousbox .center .left {
        width: 40%;
        text-align: center;
        background: #851818;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px;
        margin-bottom: 20px;
        line-height: 40px;
    }
.sousbox .sous{font-size:20px;}
.sousbox .souscon{font-size:16px;}
.wp_subcolumn_list .wp_sublist .sublist_title a{font-size:20px;}
}