.szlist ul{
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
}
.szlist ul li{
    width: 33.333333%;
    padding: 20px;
    box-sizing: border-box;
}
.szlist ul li a{
    display: flex;
    justify-content: space-between;
    background:#f5f5f5;
    padding: 15px;
}

.szlist ul li a .img{
    position: relative;
    width: 40%;
    overflow: hidden;
    /* max-width:180px; */
}

.szlist ul li .sz_txt{
    color: #6B7C93;
    width: 55%;
    line-height: 1.5;
    margin-top: 20px;
}
.szlist ul li a .img .none{
    display:none;
}
.szlist ul li a .img .img_hezi{
    padding-bottom: 120%;
    transition: .5s;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.szlist ul li .name{
    color:#333;
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
    margin-bottom: 10px;
}











/****/

.sznry_top{
    margin-top: 40px;
    background: #EAEEFC;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    box-shadow: 3px 3px 20px rgb(125 138 185 / 20%);
}
.sznry_top .sznry_lt{
    width: 180px; 
}

.sznry_top .sznry_rt{
   width: calc(100% - 220px);
    margin-top: 30px;
    
}
.sznry_top .img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.sznry_top .img .img_hezi{
    padding-bottom: 120%;
    transition: .5s;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.sznry_top .img .none{
    display:none;
}

.sznry_top .sznry_rt .sznry_detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.sznry_top .sznry_rt .sznry_detail li{
    width: 50%;
    font-size: 16px;
    line-height: 2;
}
.sznry_top .sznry_rt h3{
    font-size: 24px;
    color: #5E068C;
    
}
.sznry_top .sznry_rt h3 span{
    font-weight: normal;
    font-size: 18px;
    margin-left: 20px;
    color: #333;
}
.sznry_bottom{margin-top: 50px;}
.sznry_bottom .tit{
    background: #eaeefc;
    border-left: 5px solid #5E068C;
    padding: 10px 20px;
    font-size: 18px;
    color: #5E068C;
    font-weight: 700;
}

.sznry_bottom .sz_cont{
    margin:35px 0;
}
.sznry_bottom .sz_cont p{
    margin: 14px 0;
    line-height: 1.5;
}

@media screen and (max-width: 1000px) {
    .sznry_top .sznry_rt{
        margin-top:0
    }
    .sznry_top .sznry_rt .sznry_detail li{
        width:100%;
    }
    .szlist ul li a{
        align-items:center;
    }
    .szlist ul li{
        width:50%;
    }
    .szlist ul li .sz_txt{
        margin-top: 0;
    }
}

@media screen and (max-width: 640px) {
    .sznry_top{
        flex-direction: column;
        align-items: center;
    }
        .sznry_top .sznry_rt {
        margin-top: 20px;
    }
    .sznry_top .sznry_rt .sznry_detail{margin-top:0;}
    .sznry_top .sznry_rt{width:100%;}
    .szlist ul li {
        width: 100%;
    }
    .sznry_top .sznry_rt h3{text-align: center;}
    .sznry_top .sznry_rt .sznry_detail li{text-align: center;}
}