

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li,
dl {
    list-style: none;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}







.czpf_header_box {
    margin-bottom: 20px;
    width: 100%;
    height: 474px;
    background: url("jncz20201019czpf_head.png") no-repeat center 0;
}
.czpf_con_box{
    margin: 0 auto;
    padding: 140px 0 0 0;
    width: 1200px;
    height: 850px;
    background: url("xfyd_bg.png") no-repeat 0 50px;
}
.pfgzdt_con_box{
    margin: 0 auto;
    padding: 140px 0 0 0;
    width: 1200px;
    height: 850px;
    background: url("pfgzdt_bg.png") no-repeat 0 50px;
}
.czpf_con_box ul li{
    margin-bottom: 28px;
    padding: 25px 21px;
    width: 568px;
    height: 132px;
    background: #f7f0e9;
}
.czpf_con_box ul li a.list_tit{
    padding-left: 23px;
    font-size: 18px;
    font-weight: bolder;
    color: #d51111;
    background:url("xfyd_list_icon.png") no-repeat 0 center;
}
.czpf_con_box ul li p{
    margin-top: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #333;
    text-indent: 2em;
}
.czpf_con_box ul li a.list_more{
    font-size: 15px;
    font-weight: bolder;
    color: #d51111;
}
.czpf_con_box a.czpf_more{
    font-size: 15px;
    font-weight: bolder;
    color: #d51111;
}
.czpf_footer{
    padding-top: 35px;
    width: 100%;
    height: 168px;
    background: #c21f13;
}
.czpf_footer p{
    text-align: center;
    line-height: 25px;
    color: #fff;
}


