/*初始化css*/

body {
    font-family: 微软雅黑;
    color: #333;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
}

input {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

textarea,
input {
    font-family: 微软雅黑;
}

.hidden {
    display: none;
}

a {
    /* outline: none; */
    color: #333;
}

a:hover {
    /* outline: none; */
    text-decoration: none;
}

a:focus {
    /* outline: none; */
    text-decoration: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1
}


/* 通用元件 */

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.height30 {
    height: 30px;
}

.head-box {
    width: 100%;
    height: 600px;
    background: url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/604313/images/head-bg.png) no-repeat center top;
    margin-bottom: 30px;
}

.content-dy {
    width: 100%;
    height: 254px;
    background: url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/604313/images/content-dy.png) no-repeat center top;
    padding: 63px 82px 0 97px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 40px;
}

.content {
    margin-bottom: 40px;
}

.content-tit {
    width: 100%;
    height: 60px;
    background: url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/604313/images/content-tit.png) no-repeat center;
    line-height: 58px;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 51.5px;
    color: #218afd;
    padding-left: 456px;
    margin-bottom: 16px;
}

.content-list {
    width: 50%;
    height: auto;
    float: left;
}

.content-list1 li {
    padding-right: 20px;
    padding-left: 12px;
    background: url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/604313/images/list-icon.png) no-repeat left center;
}

.content-list2 li {
    padding-left: 32px;
    background: url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/604313/images/list-icon.png) no-repeat 20px center;
}

.content-list li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px dashed #333;
}

.content-list li span {
    font-size: 16px;
    float: right;
}

.cgzs-list {
    padding-top: 14px;
}

.cgzs-list li {
    width: 216px;
    height: 54px;
    border: 1px solid #d8d8d8;
    margin: 0 30px 25px 0;
    line-height: 52px;
    float: left;
}

.cgzs-list li:nth-child(5n) {
    margin-right: 0px;
}

.cgzs-list li div {
    width: 60px;
    height: 100%;
    text-align: center;
    float: left;
}