/* 列表页 */
.hreder { height: 164px !important; }
.listCon { width: 1200px; margin: 0 auto; margin-bottom: 30px; overflow:hidden; min-height:400px;}
p.position { font-size: 14px; line-height: 34px; height: 34px; padding-top: 8px; border-bottom: 1px solid #e5e5e5; margin-bottom: 30px; }

/* 列表页 */
.listCon h1 {  font-size: 18px; height: 50px; margin-bottom: 30px; }
.listCon h1 span, .listCon_R h1 span a { display: inline-block; width: auto; border-bottom: solid 1px #054a83; color: #054a83; font-size: 24px; padding-bottom: 18px; position:relative; }
.listCon h1 span i, .listCon_R h1 span a i { display: inline-block; width: 0; height: 0; border-width: 5px; border-color: #054a83 transparent transparent transparent; border-style: solid; position: absolute; bottom: -10px; left: 50%; margin-left: -5px; }

/* 图片列表 */
.zstsfw_list{
    margin-bottom: 42px;
    width: 1200px;
}
.zstsfw_list li {
    width: 400px;
    margin-bottom: 30px;
    float: left;
}
.zshgtsfw img {
    width: 380px;    
    height: 96px;
    object-fit: fill;
}

/* 适配代码 */
@media screen and (max-width:1199px) {
.listCon {
    width: 100%;
    padding: 0 20px 20px;
 }
 .zstsfw_list {
     width: auto;
 }
}
@media screen and (max-width:1024px) {
    #Content {
        padding: 0;
    }
    .zstsfw_list li {
        width: 50%;
    }
    .zstsfw_list li img {
        width: calc(100% - 10px);
        height: auto;
    }
}
@media screen and (max-width:800px) {
    .zstsfw_list li {
        width: 100%;
    }
    .zstsfw_list li img {
        width: 100%;
    }

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