@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1500px;
    background: #ffffff;
    font-family: "Microsoft YaHei", 宋体, sans-serif;
}




ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1366 {
    width: 1366px;
    height: auto;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.w1600 {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.abs {
    position: absolute;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/* 图标*/
@font-face {
    font-family: "iconfont";
    src: url('fonts/iconfont.eot');/* IE9*/
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8*/ url('fonts/iconfont.woff') format('woff'),
        /* chrome、firefox*/ url('fonts/iconfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('fonts/iconfont.svg#iconfont') format('svg');/* iOS 4.1-*/
}

.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*header*/
.header {
    height: 150px;
    width: 100%;
    background: url("../images/header_bg.png");
    position: fixed;
    z-index: 100
}

.header .top_link {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: right
}

.header .top_link a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 0.7;
    padding: 0 10px;
    background: url("../images/top_linkjgx.png") right center no-repeat;
}

.header .top_link a:hover {
    opacity: 1
}

.header .logo {
    margin: 17px 0 0 0;
    float: left
}

/*banner*/

.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    left: 15%;
    bottom: 30px;
    z-index: 1;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
    margin: 3px 6px 0 0;
}

.ibanner .hd ul li.on {
    background: none;
    opacity: 1;
    color: #fff;
    width: 12px;
    height: 12px;
    border: #990000 3px solid;
    margin: 0 6px 0 0;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}

.ibanner .bd li h1 {
    position: absolute;
    bottom: 80px;
    left: 15%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 15px 25px;
}

.ibanner .bd img {
    width: 100%;
    display: block;
}

.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../images/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}

.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}

/*nav*/
.i-nav {
    width:960px;
    height: 118px;
    margin: 0 30px 0 0;
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    padding: 0 0;
    height: 118px;
    line-height: 118px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;

}

.nav .nLi:hover {
    background: url("../images/tm_bg1.png");
}

.nav .sub {
    display: none;
    width: 102%;
    left: 0;
    top: 118px;
    position: absolute;
    background: url("../images/tm_bg1.png");
    line-height: 36px;
    padding: 0;
}

.nav .sub li {
    zoom: 1;
    background: url("../images/sub_tmline.png") bottom center no-repeat;
    text-align: center;
}

.nav .sub a {
    display: block;
    padding: 0 5px;
}

.nav .sub a:hover {
    background: url("../images/tm_bg2.png");
    color: #000000;
}

.nav .on h3 a {
    color: #ffffff;
}

/*search*/
.i-searchbox {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 73px;
}

.i_search_btn {
    display: block;
    width: 20px;
    height: 20px;
    padding: 8px 0 0 10px !important;
    float: right;
    cursor: pointer
}

.i-search {
    width: 290px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    margin: 0;
    border-radius: 0;
    top: 150px;
    right: 0;
    background: url("../images/tm_bg1.png");
    padding: 20px;
}

.i-search .search-txt {
    width: 229px;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    color: #666666;
    border: none;
    background: #ffffff;
    outline: none;
}

.i-search .search-btn {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: none;
    background: url(../images/ico_search2.png) center no-repeat #ff9900;
    cursor: pointer;
}

.i-search .search-btn:hover {
    background: url("../images/ico_search2.png") center no-repeat #990000;
}

/*news_part*/

.news_part {
    height: auto;
    position: relative;
}

.news_part_left {
    width: 505px;
    float: left;
}

.news_part_center {
    width: 380px;
    float: left;
    margin: 75px 0 0 28px;
    position: relative;
}

.news_part_right {
    width: 300px;
    height: 510px;
    float: right;
    border-top: #990000 3px solid;
    position: relative;
    top: -36px;
    z-index: 999;
    background: #ffffff;
    padding: 0 28px
}

.i-title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 20px 0 5px 0;
    border-bottom: #e5e5e5 1px solid;
}

.i-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #990000;
    display: block;
    float: left;
    padding: 0;
}

.i-title h2 span {
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    font-weight: normal;
    font-style: normal
}

.i-title a {
    display: block;
    font-size: 12px;
    float: right;
    color: #9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
}

.i-title a:hover {
    color: #330000;
}

.i-title .i_more {
    display: block;
    background: url("../images/ico_more.png") 0 0 no-repeat;
    width: 30px;
    height: 15px;
    overflow: hidden;
    margin: 22px 0 0 0;
    padding: 0
}

.i-title .i_more:hover {
    background: url("../images/ico_more.png") 0 -15px no-repeat;
}

.news_part_right h2 
{
    font-size: 24px;
    font-weight: bold;
    color: #990000;
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    height: 80px;
    width: 100%;
    line-height: 80px;
    border-bottom: #e8e8e8 1px solid;
}
.news_part_right .i-title .i_more {
    display: block;
    background: url("../images/ico_more.png") 0 0 no-repeat;
    width: 30px;
    height: 15px;
    overflow: hidden;
    margin: 22px 0 0 0;
    padding: 0
}
.news_part_right .i-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #990000;
    display: block;
    float: left;
    padding: 0;
width:auto;
line-height:55px;
}
/**/
.news_part_center .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 36%;
    bottom: 15px;
    z-index: 1;
}

.news_part_center .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.news_part_center .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.news_part_center .hd ul li.on {
    background: #990000;
    color: #fff;
}

.news_part_center .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.news_part_center .bd li {
    zoom: 1;
    vertical-align: middle;
}

.news_part_center .bd img {
    width: 380px;
    height: 400px;
    display: block;
}

.news_part_center .prev,
.news_part_center .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow2.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.news_part_center .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.news_part_center .prev:hover,
.news_part_center .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.news_part_center .prevStop {
    display: none;
}

.news_part_center .nextStop {
    display: none;
}

.tw_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 20px 0 15px 0;
}

.tw_top .imga {
    width: 240px;
    height: 170px;
    overflow: hidden;
    display: block;
    float: left
}

.tw_top img {
    width: 240px;
    height: 170px;
    padding: 0;
    float: left;
    margin-right: 15px;
}

.tw_top .tw_txt {
    float: right;
    width: 245px;
    height: 170px;
    overflow: hidden;
    padding: 0 0 0 0;
}

.tw_top .tw_txt h1 {
    color: #990000;
    font-size: 18px;
    line-height: 30px;
}

.tw_top .tw_txt h1 a {
    color: #990000;
    font-weight: bold;
}

.tw_top .tw_txt p {
    font-size: 14px;
    line-height: 27px;
    color: #a5a5a5;
    margin: 5px 0;
    padding: 0;
}

.tw_top .tw_txt p a {
    color: #666666
}

.topicList ul {
    background: url(../images/boxline.png) no-repeat 5px 10px;
}

.topicList .t .date {
    float: left;
    background-color: #eee;
    width: 90px;
    height: 90px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #005caa;
    margin-right: 20px;
    display: inline;
}

.topicList .t .date b {
    display: block;
    background-color: #f5f5f5;
    height: 60px;
    line-height: 60px;
    font-size: 48px;
    font-weight: 100;
}

.topicList .t {
    *zoom: 1;
    background: none;
    padding-bottom: 15px;
}

.topicList .t:after {
    content: "";
    display: table;
    clear: both;
}

.topicList .t .pic {
    float: left;
    margin-right: 20px;
    display: inline;
}

.topicList .t .con .title {
    font-weight: 100;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-top: 2px;
}

.topicList .t1:hover .con .title .tit {
    color: #cc0000;
}

.topicList .t1:hover .con .intro {
    color: #222222;
}

.topicList .t1:hover .date {
    color: #cc0000;
}

.topicList .t .con .title .tit {
    text-decoration: none;
    color: #0061b6;
    font-weight: bold;
    font-size: 24px
}

.topicList .t .con .intro {
    font-size: 14px;
    line-height: 24px;
    color: #717171;
}

.topicList .n .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.topicList .n a {
    text-decoration: none;
    background: url("../images/liteicon.png") no-repeat 0 5px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 40px;
    color: #333333
}

.topicList .n:hover a {
    background: url("../images/liteicon.png") no-repeat 0 -27px;
    color: #990000
}

.topicList .n .date {
    float: right;
    color: #999;
}

.date_list {
    height: auto;
    padding: 0 0 0 0 !important;
    position: relative;
    margin: 27px 0 0 0
}

.date_list li {
    width: 100%;
    height: 82px;
    display: block;
    padding: 0 0 5px 0;
    border-bottom: #f2f2f2 1px solid;
    margin: 0 0 15px 0;
    position: relative;
}

.date_list li:last-child {
    border-bottom: none;
}

.date_list li a {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 36px;
    position: relative;
}

.date_list li span {
    float: left;
    display: block;
    width: 68px;
    height: 68px;
    background: #f2f2f2;
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 27px;
    margin-right: 15px;
}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #990000;
    background: #e7e7e7;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    height: 40px;
}

.date_list li:hover span i {
    background: #990000;
    color: #ffffff;
    transition: all 0.6s
}

.date_list li:hover span {
    background: #e7e7e7;
    color: #990000
}

.date_list li:hover a {
    color: #990000
}

/*jsfc*/

.i-tzgg {
    width: 100%;
    height: 415px;
    background: url("../images/tzgg_bg.jpg") center no-repeat #ffffff;
    background-size: cover;
    padding: 60px 0 0 0;
}

.tz_box_nr {
    width: 1300px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0;
}

.tzggbox {
    width: 1300px;
    margin: 0 auto;
    text-align: left;
    background: url("../images/tzggbox_bg.png")
}

.tzggbox .hd {
    height: 67px;
    line-height: 52px;
    background: url("../images/there.png");
    padding: 0;
    position: relative;
}

.tzggbox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 54px;
    width: 100%;
}

.tzggbox .hd ul li {
    float: left;
    padding: 0;
    cursor: pointer;
    width: 33.333%;
    text-align: center;
    font-size: 24px;
    line-height: 52px;
}

.tzggbox .hd ul li.on {
    height: 67px;
    background: url("../images/here.png") center no-repeat;
    color: #ffffff;
}

.tzggbox .bd ul {
    padding: 0;
    zoom: 1;
    height: 200px;
}

.tzggbox .bd {
    padding: 20px 35px 40px 35px;
}

/*zz*/
.Scroll_zz {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.Scroll_zz .hds {
    height: 0;
}

.Scroll_zz .hds .prevs {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/ks-arrow.png") -50px 0 no-repeat;
    position: absolute;
    top: 30%;
    right: -100px;
}

.Scroll_zz .hds .prevs:hover {
    background: url("../images/ks-arrow.png") -50px -100px no-repeat;
    transition: all 0s;
}

.Scroll_zz .hds .nexts {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/ks-arrow.png") 0 0 no-repeat;
    position: absolute;
    top: 30%;
    left: -100px;
}

.Scroll_zz .hds .nexts:hover {
    background: url("../images/ks-arrow.png") 0 -100px no-repeat;
    transition: all 0s;
}

.Scroll_zz .hds ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.Scroll_zz .hds ul li.on {
    background-position: 0 0;
}

.Scroll_zz .bds {
    padding: 0 0;
    height: 207px;
    overflow: hidden;
}

.Scroll_zz .bds ul {
    overflow: hidden;
    zoom: 1;
}

.Scroll_zz .bds ul li {
    margin: 0 32px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 390px;
}

.Scroll_zz .bds .pic {
    width: 160px;
    text-align: center;
    height: 200px;
    overflow: hidden;
    float: left;
}

.Scroll_zz .picList img {
    width: 160px;
    height: 200px;
    display: block;
    transition: all 0.6s;
}

.Scroll_zz .bds .pic a:hover img {
    border-color: #999;
}

.Scroll_zz .bds ul li .title {
    color: #ffffff;
    line-height: 40px;
    width: 190px;
    height: 180px;
    padding: 15px 20px;
    float: left;
    background: #666666;

}

.Scroll_zz .bds ul li .title h2 {
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

.Scroll_zz .bds ul li .title p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.Scroll_zz .bds .tempWrap {
    width: 1275px;
}

.Scroll_zz .bds li:hover img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.Scroll_zz .bds li:hover .title {
    background: #990000;
    transition: all 0.6s;
}

.Scroll_zz .bds li:hover .title p {
    color: #ffffff;
    transition: all 0.6s;
}

/*i_qtxx_box*/
.i_qtxx_box {
    height: auto;
    overflow: hidden;
    margin: 50px auto 0 auto;
}

.i_qtxx {
    display: block;
    width: 432px;
    height: 300px;
    position: relative;
    overflow: hidden
}

.i_qtxx:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #00000090;
    bottom: 0
}

.i_qtxx h2 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
    position: relative;
    z-index: 999;
    top: 45%;
    background: url("../images/qt_title_bg.png") center no-repeat;
    transition: all 0.6s;
}

.i_qtxx h2 a, .i_qtxx p a {
    color: #ffffff
}

.i_qtxx p {
    width: 80%;
    padding: 0 10px;
    margin: 40px auto 0 auto;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    position: relative;
    z-index: 999;
    text-align: justify;
    text-justify: inter-word;
    bottom: -300px;
    transition: all 0.6s;
}

.i_qtxx:hover:before {
    background: #99000099;
    transition: all 0.4s;
    width: 100%;
}

.i_qtxx:hover h2 {
    top: 10%;
    transition: all 0.6s;
}

.i_qtxx:hover p {
    display: block;
    bottom: 0;
    transition: all 0.6s;
}

.i_qtxx_link {
    position: relative;
    z-index: 999;
    height: auto;
    overflow: hidden;
    padding: 50px 0 0 0;
    top: 240px
}

.i_qtxx_link li {
    margin: 15px auto;
}

.i_qtxx_link a {
    width: 60%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    background: #99000098;
    border-radius: 30px;
    margin: 0 auto;
}

.i_qtxx_link a:hover {
    background: #300000 !important;
    width: 65%;
}

.qt_02:hover .i_qtxx_link {
    top: 0;
    transition: all 0.6s;
}

/*i_link*/
.i_link {
    background: #efefef;
    height: 60px;
    margin: 40px 0 0 0
}

.i_link h2 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
}

.i_link select {
    width: 250px;
    height: 32px;
    border: #d4d4d4 1px solid;
    text-align: center
}

/*footer*/
.footer {
    width: 100%;
    height: 100px;
    background: url("../images/flooter_bg.jpg") center no-repeat #962d2d;
    padding: 40px 0 20px 0;
    border-top: #660000 7px solid;
    background-size: cover;
}

.copyright {
    width: 560px;
    float: left;
    background: url("../images/end_logo.png") left center no-repeat;
    padding: 10px 0 15px 405px
}

.copyright p {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.end_box_r {
    width: 200px;
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}

.end_box_r li {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 0 0 30px;
    opacity: 0.7
}

.yl_weixin {
    position: absolute;
    bottom: 60px;
    left: 0;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.yl_weibo {
    position: absolute;
    bottom: 60px;
    left: 90px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.end_box_r li:hover {
    opacity: 1
}


/*listbanner*/
.list_banner {
    width: 100%;
    text-align: center;
}

.list_banner img {
    width: 100%;
}

.this_map {
    background: #e5e5e5;
    height: 48px;
    position: relative;
    width: 100%;
}

.this_name {
    float: left;
    width: 240px;
    height: 54px;
    position: absolute;
    top: -45px;
    background:url("../images/sub_h1bg.png");
    padding: 20px 0;
}

.this_name h1 {
    font-size: 30px;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.this_name span {
    font-size: 14px;
    color: #d8dfd8;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.this_dqwz {
    float: right;
    width: 1020px;
    text-align: right;
    color: #555555;
    font-size: 14px;
    line-height: 48px;
}

.this_dqwz h2 {
    display: block;
    float: left;
    line-height: 48px;
    font-weight: bold;
    color: #990000;
    font-size: 20px;
}

.this_dqwz .ico_home {
    margin: 0 5px;
}

/*list_main*/
.list_main {
    width: 1300px;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.list_main_left {
    width: 240px;
    float: left;
}

.list_main_right {
    width: 1020px;
    float: right;
    padding: 10px 0;
}

.list_sub {
    width: 100%;
    min-height: 300px;
    background: url("../images/list_subj.png") bottom right no-repeat #e5e5e5;
    padding: 20px 0;
    overflow: hidden;
}

.list_sub li {
    width: 100%;
    padding: 5px 0 5px 20px;
}

.list_sub li a {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding: 0 0 0 15px;
    font-size: 16px;
}

.list_sub li a:hover {
    background: #ffffff;
    border-left: #b7b7b7 2px solid;
    color: #555555;
    font-weight: bold;
}

.list_sub .on_here {
    background: #ffffff;
    border-left: #990000 2px solid;
    color: #990000;
    font-weight: bold;
}

/*list_box*/

.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.list_box li {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("../images/dxhx.png") bottom repeat-x;
}

.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/listnav_bg.png") left center no-repeat;
}

.list_box li:hover {
    background: #ffffff;
    color: #cc3300;
}

.list_box li a:hover {
    background: url("../images/listnav_bg.png") left center no-repeat;
    color: #cc0000;
}

.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}

/*piclist*/
.pic-list {
    width: 1020px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {
    width: 1040px;
    margin: 0 auto;
    padding: 0;
}

.pic-list li {
    width:310px;
    margin-right: 34px;
    float: left;
    margin-bottom: 10px;
}

.pic-list li img {
    width: 180px;
    height: 200px;
    border: #efefef 1px solid;
    padding: 5px;
}

.pic-list li img:hover {
    border: #ccc 1px solid;
    padding: 5px;
}

.pic-list li a {
}

.pic-list li a:hover {
    color: #000;
}

.pic-list li span {
    text-align: center;
    width: 60%;
    line-height: 40px;
    color: #666;
    display: block
}


/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}

.c-content .c-title {
    font-size: 30px;
    color: #cc3333;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #0d8100;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}

.wzclose-relative span {
    margin: 0 15px;
}

.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0; position: relative;
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.i-sxt a:hover {
    color: #cc0010;
}
/*c-content*/
.icontent{  width: 1300px;border: #e5e5e5 1px solid;  padding:0 40px; background: #fcfcfc; overflow: hidden; margin: 15px auto}
.icontent .lm_name{  height: 70px; line-height: 70px; border-bottom: #cccccc 1px solid}
.icontent .lm_name h2{ float: left;width: 130px; text-align: center;height: 69px; font-size: 24px; color: #3e6db5; font-weight: bold; border-bottom: #3e6db5 3px solid;}
.icontent .lm_name span{ float: right; color: #666666; font-size: 12px; }
.icontent .lm_name span a{ color: #666666;}
.wafx{ padding: 0; position: absolute; right: 0;top:40px;}



/*zh*/
.zh_list {
    margin: 20px 0 10px 0;
    height: auto;
    overflow: hidden
}

.zh_bk1 {
    width: 988px;
    height: auto;
    overflow: hidden;
    padding: 0 15px 20px 15px;
    background: #ffffff;
    border: #e5e5e5 1px solid;
    margin: 15px 0 0 0
}

.zh_bk {
    width: 467px;
    padding: 0 15px 0 15px;
    background: #ffffff;
    height: 290px;
    border-top: #990000 2px solid;
    border-bottom: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    border-right: #e5e5e5 1px solid;
}

.i-title2 {
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 0;
    border-bottom: #e5e5e5 1px solid;
}

.i-title2 h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: block;
    float: left;
    padding: 0 0 0 30px;
}

.i-title2 a {
    display: block;
    font-size: 12px;
    float: right;
    color: #9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
}

.i-title2 a:hover {
    color: #330000;
}

.i-title2 .i_more {
    display: block;
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 14px;
    font-weight: normal;
}

.i-title2 .i_more:hover {
    color: #cc0000;
}

.newslist {
    width: 98%;
    height: auto;
    overflow: hidden;
    padding: 15px 5px 0 5px;
}

.newslist ul {
    height: auto;
    overflow: hidden;
}

.newslist li {
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    height: 34px;
    *line-height: 26px;
    *height: 26px;
}

.newslist li a {
    background: url("../images/ico_01.gif") left center no-repeat;
    padding-left: 15px;
    color: #555555;
    font-size: 14px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
    text-align: left;
}

.newslist li a:hover {
    color: #cc0000
}

.newslist li span {
    float: right;
    color: #a9a9a9
}

.ico_ibg1 {
    background: url(../images/ico_title_bg1.png) left center no-repeat;
}

.news_box_right {
    width: 470px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-top: 15px;
}

.top_title {
    margin: 0 0 10px 0
}

.top_title a {
    color: #cc0000;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.top_title a:hover {
    color: #cc3300;
}

.top_time {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}

.top_zy a {
    color: #595858;
    font-size: 14px;
    line-height: 27px;
}

.top_zy {
    color: #686868;
    font-size: 14px;
    line-height: 27px;
    border-bottom: #dcdcdc 1px dashed;
    padding: 0 0 10px 0;
}

/*picnews*/
.news_box_left {
    background: #ffffff;
    width: 484px;
    height: 325px;
    float: left;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.news_box_left .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
}

.news_box_left .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.news_box_left .hd ul li {
    float: left;
    margin-right: 4px;
    width: 7px;
    height: 7px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    border-radius: 50px;
}

.news_box_left .hd ul li.on {
    background: #ff0000;
    color: #fff;
}

.news_box_left .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.news_box_left .bd li {
    zoom: 1;
    vertical-align: middle;
}

.news_box_left .bd img {
    width: 484px;
    height: 325px;
    display: block;
}

.news_box_left .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/title_bg.png);
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

.news_box_left .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.news_box_left .prev,
.news_box_left .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow2.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.news_box_left .next{ left:auto; right:3%; background-position:8px 5px; }
.news_box_left .prev:hover,
.news_box_left .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.news_box_left .prevStop{ display:none;  }
.news_box_left .nextStop{ display:none;  }