/*commom style*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

a:hover {
    color: #004a7c;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

body {
    font-family: "微软雅黑";
}


/*各频道页对应导航高亮*/
/* 
.sub_nav02 a {
    color: #bb2335 !important;
} */

.fq-1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
}

.nav {
    width: 1200px;
}

.fq-clear {
    clear: both;
}

.ld-left {
    width: 49%;
    height: auto;
    float: left;
    /* padding-right: 40px; */
}

.ld-right {
    width: 390px;
    height: auto;
    float: left;
    border-left: 1px solid #cfcfcf;
    padding-left: 30px;
}

.ld-tit {
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #dadada;
    color: #c10d0c;
    font-size: 23px;
}

.ld-tit1 {
    width: 100%;
    height: 43px;
    color: #c10d0c;
    font-size: 23px;
    text-align: center;
}

.ld-ldxq {
    width: 100%;
    height: 1060px;
    /* background: #f7f7f7; */
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bt-box-1200.clearfix {
    width: 1200px;
    margin: 0 auto;
}

.ld-d205 {
    width: 100%;
    height: 160px;
    padding-top: 20px;
}

.left2 {
    margin-left: 20px;
}

.left1 .ld-ldxq {
    border-right: 1px solid #cfcfcf;
}

.ld-205 {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.ld-dxx {
    float: left;
    margin-right: 35px;
}

.ld-dzw {
    width: 330px;
    float: left;
    font-size: 19px;
    font-weight: bold;
    color: #355e92;
    text-align: left;
    margin-top: 20px;
}

.ld-dxx-name {
    margin-top: 55px;
}

.ld-zw {
    width: 330px;
    float: left;
    font-size: 19px;
    font-weight: bold;
    color: #355e92;
    text-align: left;
    margin-bottom: 20px;
}

.ld-xx {
    width: 100%;
    height: 100%;
    float: left;
}

.ld-xx ul {
    margin: 0;
    padding: 0;
}

.ld-xx li {
    width: 100px;
    height: 100%;
    float: left;
    margin-right: 35px;
}

.ld-xx-pic {
    width: 100px;
    height: 134px;
}

.ld-xx-pic img {
    width: 100px;
    height: 134px;
}

.ld-xx-name {
    /* width: 100px; */
    height: 17px;
    line-height: 17px;
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 20px;
}

.ld-zw span {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #355e92;
}

.zw-zx {
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
}

.zw-tit {
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #dadada;
    color: #c10d0c;
    font-size: 23px;
}

.zw-tit a {
    color: #c10d0c;
    font-size: 23px;
}

.zw-zy {
    width: 100%;
    height: 117px;
    border-bottom: 1px dashed #abb1ba;
    padding-top: 20px;
}

.zw-zy-tit {
    width: 100%;
    height: 18px;
    line-height: 18px;
}

.zw-zy-tit a {
    font-size: 17px;
    font-weight: bold;
    color: #004a7c;
}

.zw-zy-tit span {
    float: right;
    font-size: 15px;
    color: #999999;
}

.zw-zy-jj {
    width: 100%;
    height: auto;
    padding-top: 10px;
    line-height: 28px;
    font-size: 13px;
    color: #666666;
}

.zw-zy-jj span a {
    color: #c10d0c;
}

.zw-zx-first {
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.zw-zx-first a {
    font-size: 17px;
    font-weight: bold;
    color: #004a7c;
}

.zw-zx-first span {
    float: right;
    color: #999999;
}

.zw-zx ul {
    margin: 0;
    padding: 0;
}

.zw-zx li {
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.zw-zx li a {
    font-size: 17px;
}

.zw-zx li span {
    float: right;
    color: #999999;
}

.zw-zx li img {
    margin-bottom: 5px;
    margin-right: 10px;
}

.ld-xwfb {
    width: 100%;
    height: 313px;
}

.ld-xwfb-list {
    width: 100%;
    height: 250px;
    background: #f5f5f5;
    padding: 20px 10px;
}

.ld-xwfb-tit {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: url(ld9_03.png) left center no-repeat;
    padding-left: 38px;
    font-size: 17px;
    font-weight: bold;
    color: #355e92;
}

.ld-xwfb-zt {
    width: 100%;
    height: 36px;
    margin-top: 5px;
    line-height: 36px;
    font-size: 17px;
}

.ld-xwfb-list span {
    display: block;
    line-height: 28px;
    font-size: 15px;
    color: #666666;
}

.ld-hg {
    width: 100%;
    height: 477px;
}

.ld-hg ul {
    margin: 0;
    padding: 0;
}

.ld-hg li {
    width: 100%;
    height: 153px;
    border-top: 1px dashed #98a4ab;
    padding-top: 20px;
}

.ld-hg li:first-child {
    border-top: none;
}

.ld-hg-pic {
    width: 164px;
    height: 112px;
    float: left;
    margin-right: 20px;
}

.ld-hg-pic img {
    width: 164x;
    height: 112px;
}

.ld-hg-bt {
    width: 175px;
    height: 93px;
    line-height: 31px;
    float: left;
    font-size: 15px;
}

.ld-hg-bt .hg {
    color: #c10d0c;
}

.data {
    color: #999999;
    float: right;
}

.xwfb1 {
    width: 100%;
    height: 153px;
    padding-top: 20px;
}

.ld-bg {
    width: 100%;
    height: 200px;
}

.ld-bg ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.ld-bg li {
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.ld-bg li a {
    font-size: 17px;
}

.ld-bg li img {
    margin-right: 10px;
    margin-bottom: 3px;
}

.ld-bg li span {
    float: right;
    color: #999999;
}

.lb-zfgb {
    width: 100%;
    height: 250px;
}

.lb-zfgb-list {
    width: 100%;
    height: 204px;
    padding-top: 20px;
}

.lb-zfgb-left {
    width: 132px;
    height: 100%;
    float: left;
}

.lb-zfgb-fm {
    width: 132px;
    height: 100%;
    float: left;
}

.lb-zfgb-nr {
    width: 230px;
    height: 100%;
    float: left;
    padding-left: 25px;
}

.lb-zfgb-zx {
    width: 100%;
    height: 37px;
}

.lb-zfgb-bt {
    width: 100%;
    height: 15px;
    line-height: 15px;
    margin-top: 15px;
}

.lb-zfgb-bt a {
    font-size: 15px;
    font-weight: bold;
    color: #355e92;
}

.lb-zfgb-nr span {
    width: 100%;
    height: 15px;
    display: block;
    line-height: 15px;
    color: #999999;
    margin-top: 15px;
    font-size: 15px;
}

.lb-zfgb-right {
    width: 638px;
    height: 100%;
    float: left;
    padding-left: 20px;
}

.lb-zfgb-right ul {
    margin: 0;
    padding: 0;
}

.lb-zfgb-right li {
    width: 300px;
    height: 36px;
    line-height: 36px;
    float: left;
}

.lb-zfgb-right li a {
    font-size: 17px;
}

.lb-zfgb-right li img {
    margin-right: 10px;
    margin-bottom: 3px;
}

.lb-zfgb-right li span {
    float: right;
    color: #999999;
}

.ld-two {
    width: 100%;
    height: 370px;
    background: #f7f7f7;
    padding-top: 40px;
    margin-top: 35px;
}

.ld-two-bt {
    width: 100%;
    height: 22px;
    background: url(btbg_03.png) left center repeat-x;
}

.ld-two-tit {
    width: 222px;
    height: 22px;
    background: #f7f7f7;
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
}

.ld-two-tit a {
    font-size: 22px;
    color: #bb2335;
}

.ld-dsj {
    width: 100%;
    height: 455px;
}

.ld-dsj-list {
    width: 100%;
    height: 412px;
    padding-top: 20px;
    padding-left: 30px;
}

.ld-dsj-year {
    width: 100%;
    height: 43px;
    background: url(nian_03.png) left top no-repeat;
    line-height: 33px;
    padding-left: 48px;
}

.ld-dsj-year a {
    font-size: 17px;
    font-weight: bold;
    color: #004a7c;
}

.ld-dsj-lb {
    width: 100%;
    height: 335px;
    background: url(ev_6.jpg) 56px top repeat-y;
    margin-top: 10px;
}

.subcon {
    height: 335px;
    overflow: hidden;
    display: block;
}

.ld-dsj-list .ld-dsj-lb .iteam {
    background: url(xy_03.png) 51px no-repeat;
    height: 110px;
    padding: 10px 0;
    position: relative;
}

.ld-dsj-list .ld-dsj-lb .curr {
    background: url(dy_03.png) 49px no-repeat;
}

.ld-dsj-list .ld-dsj-lb dd {
    text-indent: 2em;
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    width: 235px;
    height: 90px;
    overflow: hidden;
    float: right;
}

.ld-dsj-list .ld-dsj-lb dt {
    position: absolute;
    font-size: 17px;
    color: #004a7c;
    top: 47px;
}

.gd-tit {
    width: 100%;
    height: 60px;
    line-height: 30px;
}

.gd-tit a {
    font-size: 17px;
    color: #4a6c9a;
}

.gd-zy {
    width: 100%;
    height: 140px;
    line-height: 28px;
}

.gd-zy a {
    font-size: 13px;
    color: #a7a7a7;
}

.gd-dian {
    width: 100%;
    height: 10px;
    text-align: center;
    margin-top: 9px;
}

.gd-data {
    width: 100%;
    height: 13px;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    color: #53739f;
    margin-top: 20px;
}

.scroll_horizontal {
    position: relative;
    width: 1200px;
    height: 270px;
    background-color: #f3f3f3;
    background: url(bg_03.png) right top no-repeat;
    margin-top: 30px;
}

.scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 1088px;
    height: 270px;
    margin: 0 auto;
    padding: 5px 0px;
}

.scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
    margin: 0px;
    padding: 0px;
}

.scroll_horizontal .list li {
    float: left;
    width: 272px;
    height: 270px;
    padding: 0 20px;
}

.scroll_horizontal .list li img {
    border: none;
}

.scroll_horizontal .prev {
    position: absolute;
    background: url(left_03.png) no-repeat;
    left: 5px;
    display: block;
    width: 27px;
    height: 46px;
    top: 15px;
}

.scroll_horizontal .next {
    position: absolute;
    top: 15px;
    width: 27px;
    height: 46px;
    background: url(right_03.png) no-repeat;
    cursor: pointer;
}

.scroll_horizontal .prev {
    left: 5px;
    margin-top: 75px;
}

.scroll_horizontal .next {
    right: 5px;
    margin-top: 75px;
}


/*
 <!--[if lt IE 9]> <script src="http://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script> <![endif]-->
<!--[if lt IE 9]>
<script type="text/javascript">
document.createElement("header");
document.createElement("footer");
document.createElement("nav");
document.createElement("article");
document.createElement("section");
document.createElement("aside");
document.createElement("canvas");
document.createElement("details");
document.createElement("figcaption");
document.createElement("figure");
document.createElement("hgroup");
document.createElement("menu");
document.createElement("summary");
</script>
<![endif]-->
header,footer,nav,article,section,aside,canvas,details,figcaption,figure,hgroup,menu,summary{display:block;}
 */