.szdw20250420 .img{
    position: relative;
    width: 100%;}
.szdw20250420 .img .img_hezi {
    padding-bottom: 127%;
    transition: all 0.5s ease-in-out;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;}
.szdw20250420 .none{
     display:none;}


.szdw20250420{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -25px 0 105px;}
.szdw20250420 li{
    width: 48%;
    margin-bottom: 30px;
    background: #f5f5f5;
    transition: all 0.5s ease-in-out;
    position: relative;}

.szdw20250420 li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    position: relative;}
.szdw20250420 li a .img{
    width:30%;
    margin-right: 5%;
    overflow: hidden;}
.szdw20250420 li a .sz_txt{
    width: 65%;
    display: flex;
    flex-direction: column;}
.szdw20250420 li a .sz_txt h3{
    
    margin-bottom: 20px;}
.szdw20250420 li a .sz_txt h3 b{
    font-size: 20px;
    color: #6416a6;}
.szdw20250420 li a .sz_txt span{
    font-size: 16px;
    line-height: 1.5;}
.szdw20250420 li a .sz_txt h3 span{
    font-weight: 400;
    margin-left: 10px;}
.szdw20250420 li a:hover .img .img_hezi{
    transform: scale(1.1);}
.szdw20250420 li a:hover span{
    color: #333;}
.szdw20250420 li:hover{
    opacity: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);}


.zm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 105px;
    margin-bottom: 50px;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;}
.zm>div{
    width: 90px;
    font-size: 1.6rem;}
.zm ul.letterList{
    position: relative;
    display: flex;
    box-sizing: border-box;
    left: auto;
    top: auto;
    width: calc(100% - 90px);}

@media screen and (max-width: 1024px) {
    .szdw20250420 li{
        width:100%;}
    .szdw20250420 {
        margin: 0 -10px 0 55px;}
    .szdw20250420 li a .sz_txt h3 {
        margin-bottom: 10px;}
    
    .zm{
        align-items: self-start;
        margin-left:55px;}
    .zm ul.letterList{
        flex-wrap: wrap;}
}



@media screen and (max-width: 767px) {

.szdw20250420 li a .sz_txt h3 b {
    font-size: 1.8rem;}
.szdw20250420 li a .sz_txt span {
    font-size: 1.6rem;}
.zm>div {
    width: 70px;}
.zm ul.letterList{
    width: calc(100% - 70px);}

}

@media screen and (max-width: 520px) {
    .zm{
        flex-direction: column;}
    .zm>div {
        width:100%;
        padding-left: 14px;}
        .zm ul.letterList {
        width: 100%;}
}

