@charset "utf-8";

/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, form, fieldset, input, p, span, th, td, blockquote, lengend, button, textarea {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none outside;
    font-size: 15px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a img, input {
    border: 0
}

img {
    vertical-align: middle;
}

/* 常用样式设置 start */
body {
    font-family: "微软雅黑";
    font-family: "Microsoft YaHei";
    font-size: 15px;
    line-height: 130%;
    color: #333;
    /* overflow: hidden; */
    background: #f0f0f0 url(indexbj.jpg) center top no-repeat;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #007dc1;
    text-decoration: none;
}

a:active {
    color: #333;
    text-decoration: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 690px
}

.news {
    margin-bottom: 30px;
}

.news .channel {
    line-height: 30px;
    padding-left: 23px;
    background: url(line.png) left center no-repeat;
    margin-bottom: 15px
}

.news .channel h3 {
    width: 90%;
    float: left;
}

.news .channel h3 a {
    font-size: 24px;
    color: #082138;
}

.news .channel span {
    display: inline-block;
    float: right;
    padding-right: 15px;
    background: url(more.png) right center no-repeat;
}

.news .channel span a {
    font-size: 18px;
    color: #206aae
}

.list ul li {
    padding-left: 20px;
    line-height: 42px;
    background: url(dot.png) left center no-repeat;
}

.list ul li a {
    display: inline-block;
    width: 87%;
    font-size: 18px;
    color: #000000
}

.list ul li span {
    display: inline-block;
    font-size: 18px;
    width: 10%;
    float: right;
    text-align: right;
    color: #636c74
}
.footerWrap{width:900px;margin:0 auto; padding-bottom:40px;overflow: hidden;}
.footerLeft{width:200px;float: left;}
.footerLeft img{vertical-align: middle;}
.footerRight{float: left;font-size:12px;color:#666;margin-top:28px;margin-left: 6px;}
.footerRight ul {overflow: hidden;}
.footerRight ul li{float: left;margin-right:18px; font-size:12px; color:#666}
.footerRight p{text-align: center;color:#069;}
.footerRight ul:first-child{
    padding-bottom: 6px;
}