*{
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #333;
    /* font-size: 20px; */
}
ul,li{
    list-style: none;
}
@font-face{
font-family: '方正小标宋';
src : url('../fonts/fzxbst_gbk.TTF');
}
.contain {
    /* width:100%;  */
    width: 1903px;
    /* height: 1535px; */
    background: url(../images/2021zfxxgkndbg_bg.png) no-repeat;
    margin: 0 auto;
    /* padding-bottom: 34px; */
    background-color: #f6f4f4;
    
}
.contain a:hover  {
    color: #f74a39;
}
.contain-cell{
    width: 1100px;
    margin: 0 auto;
}
.ndbg {
    padding: 35px;
    background-color: #fff;
    margin-bottom: 40px;
}
.logo {
display: inline-block;
margin-top: 20px;
}
.ndbg-content {
    background-color: #fff5e2;
    margin-top: -5px;
    padding: 15px 0 15px 30px;
}
.ndbg-content ul {
    overflow: hidden;
}
.ndbg-content ul li {
    float: left;
    width: 20%;
    line-height: 35px;
    height: 35px;
}
.content {
    margin-top: 295px;
}
.head span {
    color: #fff;
    font-size: 60px;
    font-family:'方正小标宋';
    /* font-weight: bold; */
    position: absolute;
    width: 390px;
    height: 60px;
    left: 50%;
    margin-left: -195px;
    top: 128px;
    width: 600px;
    margin-left: -300px;
    text-align: center;
    top: 129px;
}
.footer {background-color: #f74a39;}
.footer_con {color: #fff;}
.footer_con a{ color:#fff;}
.footer_con a:hover{ color:#333}