/* 通用样式 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, a, div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    /*font-weight: lighter;*/
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
    border: none;
    outline: none;
}

table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both
}

.clearfix:before {
    display: table;
    content: "";
}

.clear {
    content: "";
    clear: both;
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a { /*inline-block*/
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 共用样式 */
html, body {
    min-width: 1200px;
}

.division a, .division div {
    color: #494949;
}

.substance {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.division {
    padding: 12px 0;
    font-size: 16px;
}
.division > .division-fr > .current > h3{
    line-height: 60px;
}

.top-banner {
    /*max-height: 200px;*/
    margin-top: 12px;
    overflow: hidden;
}
.division .list{
    padding-left: 0;
    overflow: unset;
}

.division-fl {
    width: 230px;
}

.left-nav {
    margin: 0 0 30px;
    padding: 30px 25px 50px;
    background: #f2f2f2;
}

.left-nav li {
    margin: 20px 0 0;
}

.left-nav li:first-child {
    margin: 0;
}

.left-nav a {
    display: block;
    padding: 8px 0;
    background: #fff;
    text-align: center;
}

.division-fl h2 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background: #1E90FF;
    text-align: center;
}

.division-fr {
    width: 940px;
}

.current {
    height: 60px;
    line-height: 60px;
    margin: 0 0 8px;
    padding: 0 10px 0 15px;
    /*background: url("../image/columnBg.png") 0% 0%;*/
    border-top: 3px solid #1E90FF;
}
.detail .current{
    height: auto;
}

.current h3 {
    font-size: 22px;
}

.place {
    font-size: 12px;
    color: #999;
}

.place a {
    color: #999;
}

/* list css end */
/* content css start */
.articles h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 18px;
}

.articles .sub {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    text-align: center;
    background: #f2f2f2;
}
.articles .sub span{
    margin: 0 5px;
}

.articles .content {
    padding: 22px 0 0;
    /*border-bottom: 1px solid #e5e5e5;*/
    margin-bottom: 20px;
}

.articles .content p {
    font-size: 16px;
    line-height: 35px;
    text-indent: 35px;
    color: #333;
}

.articles .cont-page {
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 14px;
}

.articles .cont-page a {
    display: block;
    color: #666;
}

.articles .cont-page a span {
    font-weight: bold;
    color: #1E90FF;
}

/* content css end */
/* other css start */
.list li {
    line-height: 43.5px;
}

.list a {
    text-indent: 14px;
    background: url('../image/rightArrow.png') no-repeat 0% 50%;
}

.list span {
    float: right;
    font-size: 12px;
    color: #999;
}

.articles .cont-page a, .left-nav a, .list li, .fwzn a, .tzgg ul li {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.place a:hover, .articles .cont-page a:hover, .list3 li a:hover, .list li a:hover, .fwzn a:hover, .column a:hover, .tzgg ul li a:hover {
    color: #1E90FF;
}

.articles .cont-page a:hover, .list li:hover {
    padding: 0 8px;
    background: #f2f2f2;
    box-shadow: 0px 0px 5px 0px #999;
}

.left-nav a:hover {
    color: #fff;
    background: #1E90FF;
}
.foot.mt40{
    height: 162px;
}

/*全体色调替换*/
/*#a60c05*/
.division-fl h2, .left-nav a:hover {
    background: #1E90FF;
}

.current {
    border-color: #1E90FF;
}

.place a:hover
, .articles .cont-page a:hover
, .list3 li a:hover
, .list li a:hover
, .fwzn a:hover
, .column a:hover
, .tzgg ul li a:hover
, .light:hover {
    color: #1E90FF;
}

