.szmd{
    font-size:18px;
    font-family: 宋体, SimSun;
    font-weight: 700;
}
.szmd h2{
    font-size: 20px;
    color: #5c307f;
    font-weight: 700;
}
.szmd .sz_box{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.szmd .sz_box h3{
    width: 200px;
    position:relative;
    text-align:justify;
    /* text-align-last:justify; */
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 5px;
    color: #333;
    font-weight: 700;
}

.szmd .sz_box ul{display: flex;width: calc(100% - 200px);flex-wrap: wrap;}
.szmd .sz_box ul li{
    width: 20%;
    line-height:1.5;
    padding-bottom: 20px;

}

.szmd .sz_box ul li a{cursor: pointer;}
.szmd .sz_box ul li a:hover{
color: #202c6f;
}

.szmd .sz_box ul li a span{display: block;font-size: 16px;}


@media( max-width: 992px){
.szmd .sz_box ul li{width: 25%;}
}

@media( max-width: 767px){

.szmd .sz_box{
      flex-direction: column;
}
.szmd .sz_box h3{font-size:16px;}
.szmd .sz_box ul{width:100%;}
.szmd .sz_box ul li{width: 25%;font-size:16px;}
.szmd .sz_box ul li span{font-size:14px;}
}


@media( max-width: 420px){
.szmd .sz_box ul li{
        width: 33.333333%;
}
}

@media( max-width: 360px){
.szmd .sz_box ul li{
        width: 50%;
}
}