@charset "utf-8";

/****清除初始样式****/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

body {
    font-family: "微软雅黑", "arial";
    background-color: #f8f8f7;
    font-size: 16px;
}

img {
    border: none;
}

button {
    cursor: pointer;
    font-size: 0px;
    outline: none;
    border: none;
}

input {
    outline: none;
}

i {
    font-style: normal;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

a:focus {
    outline: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '020';
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}
body {
    font-family: "微软雅黑", "arial";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0px auto;
}

body {
    background: #f8f8f7;
}

.main {
    min-height: 400px;
    width: 1200px;
    margin: 0px auto;
    padding: 20px 0px 40px 0px;
}

.weizhi {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    margin: 0px auto;
    margin-bottom: 20px;
    padding-left: 51px;
    background: #fff url(weizhi.png) 26px center no-repeat;
}

.weizhi .wz_span a {
    font-size: 14px;
    color: #333;
}

.content {
    margin: 0px auto;
    width: 1200px;
    padding: 15px;
    background: #fff;
    color: #333;
    font-size: 16px;
}

.content .content_h1 {
    text-align: center;
    height: auto;
    line-height: 46px;
    width: 100%;
    padding: 10px 50px 20px 50px;
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    font-weight: bold;
}

.content .gn {
    height: 36px;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    padding: 0px 20px;
}

.content .gn li {
    float: left;
    min-width: 200px;
    text-align: left;
    margin-right: 20px;
}

.content .gn .li1 {
    margin-left: 110px;
}

.content .gn .li3 a {
    color: #0055A5;
}

.content .gn .li3 a:hover {
    color: #0055A5;
}

.content .gn .li4 {
    float: right;
    min-width: 100px;
    width: 110px;
    height: 36px;
    margin-right: 0px!important;
}

.content .gn .li4 a {
    margin-right: 10px;
    margin-top: 10px;
}

.cu {
    font-weight: bold;
}

.wz_share .icon-wechat {
    width: 25px;
    height: 24px;
    background: url(sharewechat.png) no-repeat;
    background-size: 20px 20px;
}

.wz_share .icon-weibo {
    width: 25px;
    height: 24px;
    background: url(shareweibo.png) no-repeat;
    background-size: 20px 20px;
}

.wz_share .icon-qzone {
    width: 25px;
    height: 24px;
    background: url(shareqqzone.png) no-repeat;
    background-size: 20px 20px;
}

.content .zw_content {
    margin: 5px 0px;
    padding: 30px 30px 20px 30px;
    min-height: 50px;
    overflow: hidden;
    font-size: 18px;
    line-height: 150%;
    min-height: 300px;
    overflow: hidden;
    text-align: justify;
}

.content .zw_content table {
    max-width: 100%!important;
}

.content .zw_content img {
    max-width: 80%!important;
}

.content .zw_content p {
    font-size: 18px;
    line-height: 200% !important;
    font-family: '微软雅黑' !important;
    max-width: 100%;
}

.content .zw_content span {
    font-size: 18px;
    line-height: 200% !important;
    font-family: '微软雅黑' !important;
    max-width: 100%;
}

.content .zw_content div {
    font-size: 18px;
    line-height: 200% !important;
    font-family: '微软雅黑' !important;
    max-width: 100%;
}

.content .ud {
    /* border: 1px dashed #ccc; */
    margin: 15px 0px;
    padding: 10px 20px;
    line-height: 180%;
    color: #000;
}

.content .ud p {
    font-size: 16px;
    line-height: 180%;
    color: #000;
}

.content .ud p span {
    font-weight: bold;
    margin-right: 10px;
}

.content .ud p a {
    font-family: Microsoft YaHei UI;
    font-size: 16px;
}

.content .ud p a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

.content .ud p a:hover {
    color: #0066CC;
}