html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    line-height: 1;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

table {
    width: 100%;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #dd2525;
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.container {
    width: 1240px;
    margin: 0 auto;
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1240px;
}

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 30px auto;
    margin-bottom: 0px;
}

.xll_pagebox>a {
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
}

.xll_pagebox>p {
    display: inline-block;
}

.xll_pagebox>font {
    margin-left: 0px;
    color: #7d7d7d;
}

.xll_pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-left: 6px;
}

.page_hide a,
.page_hide span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
}

.zt11 {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
}

.zt12 {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #af1d1e;
    border: 1px solid #af1d1e;
}

.page_hide span {
    background-color: #af1d1e;
    color: #fff;
    border: 1px solid #af1d1e;
}

body {
    background: url(bg.jpg) top center no-repeat;
}

.header {
    height: 620px;
    position: relative;
}

.header a {
    position: absolute;
}

.header a.logo {
    top: 20px;
    left: 0;
}

.header a.backhome {
    top: 33px;
    right: 0;
}

.content {
    border-radius: 15px;
    padding: 40px 30px 20px;
    background: #fff;
}

.content>img {
    width: 100%;
}

.content ul.n_list {
    margin-top: 30px;
}

.content ul.n_list li {
    border-bottom: 1px dashed #cfcfcf;
    padding: 20px 0;
}

.content ul.n_list li>a {
    color: #997c52;
    padding-left: 28px;
    font-size: 18px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.content ul.n_list li>a::after {
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    left: 4px;
    top: 9px;
    background-color: #ccbda8;
}

.content ul.n_list li>p {
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
}

.content ul.n_list li>p>a {
    color: #d82e1e;
}

.pages {
    margin-top: 30px;
}

.page_hide span {
    background: #d82e1e;
    color: #FFFFFF;
    border: 1px solid #d82e1e;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #d82e1e;
    border: 1px solid #d82e1e;
}

.normal_tab {
    float: left;
    width: 540px;
    margin-top: 20px;
    height: 300px;
}

.normal_tab:nth-child(2n) {
    float: right;
}


/*通用tab样式*/

.tab {
    height: 50px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.tab ul li {
    height: 50px;
    line-height: 40px;
    float: left;
    margin-right: 40px;
}

.tab ul li a {
    display: inline-block;
    font-size: 22px;
    height: 50px;
    position: relative;
    font-weight: bold;
}

.tab ul li.on a {
    color: #ae0000;
}

.tab ul li.on a::before {
    display: block;
}

.more {
    width: 55px;
    height: 56px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0
}

.more a {
    display: block;
    width: 55px;
    height: 50px;
    font-size: 16px;
    color: #999999;
}

.tab_list {
    margin-top: 5px;
}

.tab_list li {
    height: 48px;
    line-height: 48px;
    position: relative;
}

.tab_list li a {
    display: inline-block;
    width: 81%;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    overflow: hidden;
}

.tab_list li a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    background: #ae0000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tab_list li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.tab_list li:hover a {
    color: #1658a0;
}

.footer {
    height: 165px;
    background-color: #af1d1e;
}

.link {
    display: none;
}

#footer {
    margin-top: 30px;
    background: #a20518;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer * {
    line-height: 30px;
}