body {background: #f9f9f9 !important;}
.zt_header { width: 100%; background: url(../images2021/2022sfxzt_bg.jpg) no-repeat top center;background-size: 1920px 880px;height: 880px;}
.zt_header_box { width: 100%;max-width: 1200px;margin: 0 auto;}
.zt_header_top { height: auto; width: 100%; overflow: hidden;}
.zt_header_top .zt_logo  { display: block; float: left; margin-top:59px;}
.zt_header_top .zt_logo img {display: block;}

.sfxzt_list {width: 100%;max-width: 1200px;margin: 0 auto;padding: 32px 0 62px;}
.sfxzt_list dl {width: 586px;height: 96px; float: left;background: #fff;padding: 18px;box-sizing: border-box;margin:28px 28px 0 0;}
.sfxzt_list dl:nth-child(2n) {margin-right: 0;}
.sfxzt_list dl dt {width: 78px;height: 60px;text-align: center;background: #1467b4;float: left;}
.sfxzt_list dl dt h2 {font-size: 30px;font-weight: bold;color: #fff;line-height: 30px;display: block;margin-top: 5px;}
.sfxzt_list dl dt span {font-size: 14px; color: #fff;line-height: 14px;display: block;margin-top: 2px;}
.sfxzt_list dl dd {margin-left: 22px;width: 450px;float: left;}
.sfxzt_list dl dd a {font-size: 18px; color: #333;line-height: 30px;}
.sfxzt_list dl dd a:hover {color: #1467b4;}

@media screen and (max-width:959px){
    .zt_header{background-size: 170%;height: 210px;}
    .zt_header_top .zt_logo{margin: 20px 0 0 20px;width: 60%;}
    .zt_header_top .zt_logo img{width: 100%;}
    .sfxzt_list{padding: 20px 0 0;}
    .sfxzt_list dl{width: 100%;padding: 10px 10px 0;margin: 0;height: auto;}
    .sfxzt_list dl dd{margin-left: 20px;width: 70%;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
    
}