.sznry_top{
    margin-top: 40px;
    background: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    border-top: 5px solid #5c307d;
}
.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: #5c307d;
}
.sznry_top .sznry_rt h3 span{
    font-weight: normal;
    font-size: 18px;
    margin-left: 20px;
    color: #333;
}
.sznry_bottom{margin-top: 50px;margin-bottom: 50px;}
.sznry_bottom .tit{
    background: #fff;
    border-left: 5px solid #5c307d;
    padding: 10px 20px;
    font-size: 18px;
    color: #5c307d;
    font-weight: 700;
}

.sznry_bottom .sz_cont{
    margin:35px 0;
}
.sznry_bottom .sz_cont p{
    margin: 14px 0;
    line-height: 1.5;
    font-size: 16px;
}

@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%;
    }
}