﻿@charset "utf-8";
/* CSS Document */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img span {
    margin: 0;
    padding: 0;
}

fieldset,
img,
button {
    border: none;
}

/*为了照顾ie6 链接图片有边框*/

ul,
ol,
li {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "微软雅黑";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑";
}

a {
    color: #333;
    text-decoration: none !important;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 16px;
}

.banner {
    width: 100%;
    height: 463px;
    background: url('../images/banner.png') no-repeat top center;
}

.Bothbj {
    background: url('../images/countimg.png') no-repeat top center #b8261c !important;
}

.footerimg {
    background: url('../images/countfooter.png') no-repeat bottom center !important;
}

.content,.list {
    width: 990px;
    margin: 0 auto;
    padding: 13px;
    overflow: hidden;
    background-color: #fff;
}

.location {
    height: 50px;
    line-height: 50px;
}

.secBox {
    border: solid 1px #dcdcdc;
    padding: 20px;
}

.secListTitle {
    height: 40px;
    line-height: 40px;
}

.secListTitle h2 {
    font-size: 30px;
    color: #941612;
    font-weight: bold;
    padding: 0 20px;
    display: inline;
    padding-bottom: 7px;
}

.secBox .secList {
    margin-top: 20px;
    display: block;
}

.secList li {
    height: 40px;
    line-height: 40px;
    background: url('../images/title.png') no-repeat center left;
    padding-left: 35px;
}
.secList li a:hover{
    color: #00a7fc;
}
.secList li span {
    float: right;
}

.secList .line {
    margin: 15px 0px;
    border-bottom: dashed 1px #ff0000;
}

.secList li a {
    font-size: 16px;
}

/* 内容*/

.conTit {
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 15px;
}

.conTit h1 {
    font-size: 30px;
    color: #941612;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.time {
    line-height: 30px;
    text-align: center;
}

.contentBox {
    margin-top: 15px;
    line-height: 2;
}

.page {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.bottom_con_top {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -260px;
}

.btmTxt {
    line-height: 30px;
    height: 30px;
    color: #FFF;
    width: 470px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -180px;
}

.TRS_Editor img {
    margin: 0 auto;
}

.TRS_Editor {
    font-size: 16px;
}

.footer{
    height: 208px;
    background:url(../images/footer.png) 0 0 no-repeat;
    margin-top: 40px;
    font-size: 16px;
    color: #931511;
    overflow: hidden;
}
.footer div{
    width: 1200px;
    margin: 75px auto 0;
    text-align: center;
    height: 100px;
    line-height: 35px;
    font-weight: bold;
}

