﻿﻿@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1200px;
    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;}



a {
    text-decoration: none;
    color: #666666;}

a:hover {
    text-decoration: none;
    color: #cc3300;
    transition: all 0.6s;}

.fl {
    float: left !important;}

.fr {
    float: right !important;}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;}

.w1070 {
    width: 1070px;
    height: auto;
    margin: 0 auto;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.relative {
    position: relative;}

.imghover {
    cursor: pointer;
    transition: all 0.6s;}

.imghover:hover {
    transform: scale(1.2);}


/*header*/
.top_banner {
    background: #cfb4b4;
   height:auto;
	overflow:hidden;position:relative;}
.top_banner .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1;}
.top_banner .hd ul{ overflow:hidden; zoom:1; float:left;}
.top_banner .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer;}
.top_banner .hd ul li.on{ background:#f00; color:#fff;}
.top_banner .bd{ position:relative; height:100%; z-index:0;}
.top_banner .bd li{ zoom:1; vertical-align:middle;}
.top_banner .bd li a { width:100%; display:block; height: 460px;}


/*nav*/
#menu-button {
    display: none;}
.i-nav {
    width: 100%;
    background: #600808;
    height: 60px;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.nav {
    padding: 0;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    width:1070px;}

.nav a {
    color: #fff;}

.nav .nLi {
    float: left;
    position: relative;
    display: inline; color:#ffffff
;}
.nav .nLi:after {content:"|";}
.nav .nLi:last-child:after {content:"";}
.nav .nLi h3 {
    float: left;}

.nav .nLi h3 a {
    display: block;
    padding: 0 52px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;}

.nav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: #000000;
    line-height: 40px;
    padding: 0;
    opacity: 0.8;}

.nav .sub li {
    zoom: 1;
    border-bottom: #1f1f1f 1px solid;
    text-align: center;}

.nav .sub a {
    display: block;
    padding: 0 10px;}

.nav .sub a:hover {
    background: #104783;
    color: #fff;}

.nav .on h3 a {
    background:#600808;
    color: #ffcc33;}

/*i-banner*/
.i-banner {
    width: 100%;
    overflow: hidden;
    height: 400px;
    margin: 0 auto;}

/*banner*/

.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;}

.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 15px;
    z-index: 1;}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;}

.ibanner .hd ul li {
    float: left;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 20px;}

.ibanner .hd ul li.on {
    background: #f00;
    color: #fff;}

.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: 40px;
    left: 20%;
    background: url(../images/tt_bg_4.png);
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;}

.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;}


/*i_tzgg*/
.i_tzgg_box {
    width: 100%;
    height:55px;
    line-height:55px;
    padding: 15px 0 15px 0;}

.i_tzgg {
    width:1070px;
    height:55px;
    position: relative;
    margin: 0 auto;
    border-bottom: #600808 1px solid;
    background:#efe6e6;}

.i_tzgg .hd {
    position: relative;
    top: -35px;
    right: 0;
    z-index: 9999;}

.i_tzgg .hd .prev {
    display: block;
    width: 17px;
    height: 17px;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/arrow_right.png) no-repeat #ffffff;
    border: #e6e6e6 1px solid
;}

.i_tzgg .hd .prev:hover {
    border: #c01e23 1px solid
;}

.i_tzgg .hd .next {
    display: block;
    width: 17px;
    height: 17px;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/arrow_left.png) no-repeat #ffffff;
    border: #e6e6e6 1px solid
;}

.i_tzgg .hd .next:hover {
    border: #c01e23 1px solid
;}

.i_tzgg .bd {
    padding: 0 35px 0 35px;
    width: 1000px;
    overflow: hidden;
    float: left;}
.i_tzgg .bd .tempWrap{}
.i_tzgg .bd .tempWrap li {}

.i_tzgg h2 {
    float: left;
    width: 100px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: url(../images/ico_tzico.png) left center no-repeat;
    padding: 0 0 0 0
;}

.i_tzgg .bd ul {
    overflow: hidden;
    zoom: 1;}

.i_tzgg .bd ul li {
    margin-right:120px;
    float: left;
    height: 55px;
    line-height: 55px;
    text-align: left;
    _display: inline;    background: url(../images/list_icog_4.png) left center no-repeat;}

.i_tzgg .bd ul li span {
    color: #6a6a6a;}

.i_tzgg .bd ul li a {
    color: #333333;
    background: url(../images/ico_tzlist.png) left center no-repeat;
    padding: 0 0 0 15px
;}

.i_box {
    height: auto;
    overflow: hidden;
    padding:0;
    width: 1070px;
    margin: 0 auto
;}
.i_jzdt{
	height: auto;
    overflow: hidden;
    padding: 0 0 0 0;
    width: 1070px;
    margin: 0 auto;}
.i_box2 {
    background: #ffffff;
    height: auto;
    overflow: hidden;
    padding: 20px 0 0 0;
    width: 1070px;
    margin: 0 auto
;}

.p_box_left {
    float: left;
    width: 590px;
    height: auto;
    overflow: hidden;
    background: #ffffff;}

.p_box_right {
    float: right;
    width: 590px;
    height: 324px;
    overflow: hidden;
    background: #ffffff;}

.ititle {
    height: 54px;
    margin: 0 auto 15px auto;
    border-bottom: #600808 1px solid
;}

.ititle h2 {
    float: left;
    margin: 0;
    padding: 0 3px;
    font-size: 24px;
    font-weight: bold;
    color: #600808;
    line-height:54px;
    height: 54px;
    display: block;}

.ititle h2 span {
    color: #ff6600
;}

.ititle .entitle {
    color: #929292;
    font-size: 12px;
    line-height: 50px;
    font-style: normal;
    padding: 0 8px;
    margin: 2px 0 0 0;
    display: block;
    float: left;}

.ititle a {
    float: right;
    font-size: 14px;
    color: #600808;
    padding-right: 0;
    line-height: 55px;
    height: 50px;
    margin-top: 0;}

.ititle a:hover {
    color: #cc0000;
    opacity: 0.8
;}

.newbox {
    width: 1070px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 20px 0
;}

.newbox_left {
    width:520px;
    height: auto;
    overflow: hidden;
    float: left
;}

.newbox_right {
    width:520px;
    height: auto;
    overflow: hidden;
    float: right;border-bottom: #600808 1px solid;}

/*picnews*/
.picnews {
    width:520px;
    height: 310px;
    overflow: hidden;
    position: relative;}

.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;}

.picnews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;}

.picnews .hd ul li {
    float: left;
    margin-right: 4px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #ffffff;
    cursor: pointer;}

.picnews .hd ul li.on {
    background: #cc0000;
    color: #fff;}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;}

.picnews .bd li {
    zoom: 1;
    vertical-align: middle;}

.picnews .bd img {
    width:520px;
    height: 310px;
    display: block;}

.picnews .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/tt_bg_4.png);
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-weight: bold;}

.picnews .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;}

.headline {
    height: auto;
    overflow: hidden;
    border-bottom: #e5e5e5 1px dashed
;}

.headline h2 {
    color: #cc0000;
    font-size: 26px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    width: 100%;
    text-align: center
;}

.headline:hover h2 {
    color: #cc3300;}

.headline:hover p {
    color: #000000;}

.headline p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    padding: 10px 0 10px 0
;}

.newslist {
    height: auto;
    position: relative;
    padding: 0 2px 0 0
;}

.newslist ul {
    padding-top: 5px;}

.newslist li {
    width: 100%;
    display: block;
    font-size: 15px;
    color: #999999;
    line-height: 36px;
    text-align: right
;}

.newslist li a {
    background: url(../images/ico_001.png) left center no-repeat;
    padding-left: 10px;
    color: #000000;
    font-size: 15px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.newslist li a:hover {
    color: #cc0000
;}

.newslist li span {}

/*i_box2*/
.i_box2_l {
    width:520px;
    height: 310px;
    float: left;border-bottom: #600808 1px solid;}



.i_box2_r {
    width: 520px;
    height: 310px;
    float: right;border-bottom: #600808 1px solid;}

/*p_news*/
.p_news {
    width: 1200px;
    margin: 20px auto 0 auto;
    height: auto;
    overflow: hidden;
    position: relative;}

.p_news_left {
    float: left;
    width: 315px;
    margin-right: 30px;}

.p_news_center {
    float: left;
    width: 510px;}

.p_news_right {
    float: right;
    width: 310px;
    overflow: hidden
;}

/**/
/**/
.ztwzbox {
    width: 1168px;
    margin: 15px auto;
    border: #ededed 1px solid;
    padding: 10px 15px 20px 15px;}

.ztwzbox h1 {
    margin: 0 auto;
    width: 315px;
    display: block;
    height: 70px;
    line-height: 70px;
    background: url(../images/title_bg3.png) center no-repeat;
    text-align: center;
    font-weight: bold;
    color: #af0113
;}

.i-gdzt {
    width: 1168px;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;}

.i-gdzt .hd {
    height: 0;
    position: relative;}

.i-gdzt .hd .prev {
    display: block;
    width: 20px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/arrow_right.png) center no-repeat #424242;
    z-index: 99999;
    position: absolute;
    right: 0;
    top: 25px;
    opacity: 0.5
;}

.i-gdzt .hd .next {
    display: block;
    width: 20px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/arrow_left.png) center no-repeat #424242;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 25px;
    opacity: 0.5
;}

.i-gdzt .hd .prev:hover {
    opacity: 1
;}

.i-gdzt .hd .next:hover {
    opacity: 1
;}

.i-gdzt .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;}

.i-gdzt .hd ul li.on {
    background-position: 0 0;}

.i-gdzt .bd {
    padding: 5px 0 0 0;
    width: 1168px;
    margin: 0 auto;
    overflow: hidden;}

.i-gdzt .bd ul {
    overflow: hidden;
    zoom: 1;}

.i-gdzt .bd ul li {
    margin: 0 14px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;}

.i-gdzt .bd ul li .pic {
    text-align: center;}

.i-gdzt .bd ul li .pic img {
    width: 282px;
    height: 82px;
    display: block;}

.i-gdzt .bd ul li .pic a:hover img {
    opacity: 0.8
;}

.i-gdzt .bd ul li .title {
    line-height: 24px;}

/**/
.more {
    position: absolute;
    top: 120px;
    right: 20px
;}

.slideTxtBox {
    width: 100%;
    text-align: left;}

.slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #dadada;
    position: relative;}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: -1px;
    height: 40px;}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 10px;
    cursor: pointer;
    font-size: 18px;
    color: #666666;}

.slideTxtBox .hd ul li.on {
    height: 40px;
    border-bottom: 2px solid #00579e;
    color: #00579e;
    font-weight: bold;}

.slideTxtBox .bd ul {
    padding: 0;
    zoom: 1;}

.slideTxtBox .t_jgx {}

.more {
    position: absolute;
    top: -25px;
    right: 10px
;}

.date_list {
    height: 310px;
    padding: 10px 0 0 0 !important;
    position: relative
;}

.date_list li {
    width: 100%;
    height: 53px;
    display: block;
    border-bottom: #e4e4e4 1px solid;
    padding: 10px 0;}

.date_list li a {
    font-size: 14px;
    color: #666666;
    line-height: 24px;}

.date_list li a:hover {
    color: #cc3300;}

.date_list li span {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    margin-right: 12px;
    border: #00579e 1px solid;}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #01589e;
    font-size: 20px;
    font-style: normal;
    line-height: 30px;}

.n_list {
    height: 310px;
    padding: 10px 0 0 0 !important;
    position: relative
;}

.n_list li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    display: block;
    color: #999999;
    font-size: 14px;}

.n_list li a {
    font-size: 14px;
    color: #666666;
    background: url(../images/list_icog_4.png) left center no-repeat;
    padding-left: 10px;
    float: left
;}

.n_list li a:hover {
    color: #cc3300
;}

.n_list li .date {
    float: right
;}

.n_list li i {
    font-style: normal;
    color: #ff9900
;}

.tw_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto
;}

.tw_top img {
    width: 147px;
    height: 95px;
    padding: 3px;
    border: #dfdfdf 1px solid;
    float: left;
    margin-right: 15px
;}

.tw_top .tw_txt {
    float: right;
    width: 335px;
    height: 96px;
    overflow: hidden;
    border-bottom: #cccccc 1px dashed;
    padding: 5px 0 0 0;}

.tw_top .tw_txt h1 {
    color: #cc0000;
    font-size: 18px;
    line-height: 30px;}

.tw_top .tw_txt h1 a {
    color: #cc0000;}

.tw_top .tw_txt p {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    margin: 5px 0;
    padding: 0;}

.tw_top .tw_txt p a {
    color: #999999
;}

.top_pic {
    width: 322px;
    height: auto;
    overflow: hidden;
    margin: 10px auto 10px auto;}

.top_pic img {
    width: 142px;
    height: 95px;
    padding: 3px;
    border: #dfdfdf 1px solid;
    float: left;
    margin-right: 10px
;}

.ns_list {
    height: auto;
    overflow: hidden;
    padding: 0 0 0 0 !important;
    position: relative
;}

.ns_list li {
    width: 100%;
    height:40px;
    line-height:40px;
    display: block;
    color: #333333;
    font-size:14px; background:url(../images/dxhx_4.png) bottom repeat-x;}
.ns_list li:last-child{background:none;}
.ns_list li a {
    font-size: 14px;
    color: #333333;
    float: left;
    background: url(../images/list_icog_4.png) left center no-repeat;
    padding-left: 10px;}
.ns_list li span{float:right;}
.ns_list li a:hover {
    color: #cc0000
;}

.ns_list li .date {
    float: right;
    color: #999999
;}

.ns_list li i {
    font-style: normal;
    color: #ff9900;
    margin-right: 3px;}

.title_h1 {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-bottom: 1px solid #dadada;
    position: relative;
    margin: 0 auto
;}

.title_h1 h1 {
    height: 40px;
    border-bottom: 2px solid #00579e;
    color: #00579e;
    font-size: 18px;
    padding: 0 10px;
    float: left;
    font-weight: bold;}

.title_h1 a {
    float: right;
    margin-top: 15px;}

.i-piclink {
    width: 1280px;
    height: auto;
    margin: 12px auto;
    background: #ffffff;
    position: relative;}

.i-piclink .hd {}

.i-piclink .hd .prev {
    display: block;
    width: 13px;
    height: 25px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/piclink_rico.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 35px;
    opacity: 0.5;}

.i-piclink .hd .next {
    display: block;
    width: 13px;
    height: 25px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/piclink_lico.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 35px;
    opacity: 0.5;}

.i-piclink .hd .next:hover, .i-piclink .hd .prev:hover {
    opacity: 1;}

.i-piclink .hd .prevStop {
    background-position: -60px 0;}

.i-piclink .hd .nextStop {
    background-position: -60px -50px;}

.i-piclink .tempWrap {
    width: 1200px !important;
    margin: 0 auto
;}

.i-piclink .bd {
    padding: 10px 0;}

.i-piclink .bd ul {
    overflow: hidden;
    zoom: 1;}

.i-piclink .bd ul li {
    margin: 0 15px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 190px;
    height: 68px;}

.i-piclink .bd ul li .pic {
    text-align: center;}

.i-piclink .bd ul li .pic img {
    width: 189px;
    height: 68px;
    display: block;
    padding: 0;
    border: 1px solid #cecece;}

.i-piclink .bd ul li .pic a:hover img {
    border-color: #999;}

.i-piclink .bd ul li .title {
    line-height: 24px;}

.i-special {
    margin: 0 auto 20px auto
;}

/*end*/
.i-kstd {
    height: 130px;
    padding: 30px 0 30px 0;
    background: #e7f3ff;}

.i-kstd-left {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto
;}

.i-kstd-left h2 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 45px;
    display: block;}

.i-kstd-right h2 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 45px;
    display: block;}

.i-kstd-left ul {
    width: 1230px;
    height: auto;
    overflow: hidden
;}

.i-kstd-left li {
    width: 94px;
    float: left;
    margin-right: 16.5px;
    text-align: center;}

.i-kstd-left li a {
    color: #ffffff;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    display: block;}

.i-kstd-left li:hover span {
    border: #8bc7ff 1px solid;
    background: #f8fbff
;}

.i-kstd-left li span {
    width: 92px;
    height: 92px;
    display: block;
    border: #c6e3ff 1px solid;
    background: #f8fbff;
    border-radius: 50%
;}

.i-kstd-left li span:hover {}

.i-kstd-left li span img {
    width: 50px;
    height: 50px;
    margin: 20px auto 0 auto
;}

.i-kstd-left .ks_name {
    display: block;
    width: 100%;
    text-align: center;
    color: #343434;
    margin: 10px auto 0 auto;}

.i-kstd-right {
    float: right;
    width: 280px;
    margin: 0 5px 0 0
;}

.i-kstd-right li {
    width: 280px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 0 0;
    text-align: center;}

.i-kstd-right li select {
    width: 280px;
    height: 36px;
    text-align: center;
    border: #cecece 1px solid;
    border-radius: 6px;
    margin: 0 0 12px 0
;}

/*i_link*/
.i_link {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #0058aa;
    height: 46px;
    line-height: 46px;
    padding: 0;}

.i_link h2 {
    width: 120px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    float: left;
    color: #ffffff;}

.i_link h2 span {
    font-size: 12px;
    font-weight: normal;
    line-height: 46px
;}

.i_link ul {
    float: right;
    width: 1070px;}

.i_link li {
    color: #ffffff;
    font-size: 14px;
    line-height: 47px;
    display: inline;}

.i_link li a {
    color: #ffffff;
    float: left;
    padding: 0 22px;}

.i_link li a:hover {
    color: #e1e1e1;}

.listmain {
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    width: 1200px;
    margin: 15px auto;}

.lm-left {
    width: 236px;
    float: left; background: #ffffff; padding: 0 0 0 0;}

.lm-left .left-lmname {
    background:url(../images/left_title_bg.png); position: relative;
    height: 80px;
    line-height: 60px;
    padding:0;
    overflow: hidden
;}

.lm-left .left-lmname h1 {     /* position: relative; */
    color: #ffffff;
    font-size: 24px;
    line-height: 80px;
    padding: 0 0 0 0;
    z-index: 999;
    /* top: 14px; */
    /* left: 49px; */
    text-align: center;}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;}

.lm-left .list-sub {
    height: auto;
    overflow: hidden;
    width:234px padding: 0 0; border: #e9e9e9 1px solid;}

.lm-left .list-sub a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    cursor: pointer; color: #333333; text-align: center; border-bottom: #e9e9e9 1px solid;}
.lm-left .list-sub a:last-child{ border-bottom:none;}

.lm-left .list-sub a:hover {
    background: #e6f0fa;color: #0066cc;}

.lm-left .list-sub #this-on {
    background: #e6f0fa; color: #0066cc;}
.left_xxbg{ background:url(../images/left_subsy2.png) top right no-repeat #ffffff;width: 250px; height: 340px;}
.lm-right {
    width: 940px;
    float: right;
    margin-right: 0;
    border: #eaeaea 1px solid;
    background: #ffffff
;}

.this-name {
    border-bottom: #600808 1px solid;
    line-height: 0px;
    height: 55px;
    padding:0 3px;
    margin: 10px 20px 0 20px
;}

.this-name h1 {
    color: #600808;
    font-size: 24px;
    font-weight: bold;
    line-height: 54px;
    padding:0 10px 0 10px;
    float: left; border-bottom: #600808 3px solid;}

.this-name span {
    float: right;
    color: #666;
    font-size: 14px;
    background: url(../images/this_ico_4.png) left 16px no-repeat;
    padding: 0 0 0 20px;
    height: 50px; line-height: 50px; margin:5px 0 0 0;}

.this-name span a {
    color: #666
;}

.lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 20px;}

 .lm_list li {
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    color: #999999;
    text-align: right;
    padding: 0 10px; border-bottom: #e0e0e0 1px dashed;}

 .lm_list li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url(../images/ico_002_4.png) left center no-repeat;}

 .lm_list li:hover {
    background: #ececec;
    color: #cc0000
;}

 .lm_list li a:hover {
    background: url(../images/ico_002_4.png) left center no-repeat #ececec;
    color: #cc0000
;}

 .list-fy {
    text-align: center;
    margin: 0px auto 20px auto;
    min-height: 40px;}

.left_box {
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto 12px auto;}

.left_box h1 {
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    background: #df3d36;
    border-left: #8f0600 4px solid;
    padding-left: 15px;}

.left_box_nr {
    height: auto;
    overflow: hidden;
    padding: 10px 15px 20px 15px
;}

.left_box_nr li {
    height: 34px !important;
    line-height: 34px !important;}

.pic-list {
    width: 900px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;}

.pic-list ul {
    width: 1120px;
    margin: 0 auto;
    padding: 0 0 0 0;}

.pic-list li {
    width: 264px;
    margin-right:43px;
    float: left;
    margin-bottom: 0;}

.pic-list li img {
    width: 274px;
    height: 190px;
    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: 100%;
    line-height: 40px;
    color: #666;
    display: block
;}
/*listbanner*/

.list_banner {
    width: 100%;
    text-align: center; background:#eff3f6;}

.list_banner img {
    width: 100%;}

.this_map {
    background: #e5e5e5;
    height: 48px;
    position: relative;
    width: 100%;}

.this_name {
    float: left;
    width: 220px;
    height: 54px;
    position: absolute;
    top: -45px;
    background: #00579e;
    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: 940px;
    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: #00579e;
    font-size: 20px;}

.this_dqwz .ico_home {
    margin: 0 5px;}

/*list_main*/
.list_main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden
;}

.list_main_left {
    width: 220px;
    float: left;}

.list_main_right {
    width: 940px;
    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: #00579e 2px solid;
    color: #00579e;
    font-weight: bold;}

.list_sub .on_here {
    background: #ffffff;
    border-left: #00579e 2px solid;
    color: #00579e;
    font-weight: bold;}

/*list_box*/

.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;}

.list_box li {
    line-height: 40px;
    font-size: 14px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url(../images/dxhx_4.png) bottom repeat-x;}

.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url(../images/ico_001.png) left center no-repeat;}

.list_box li:hover {
    background: #ececec;
    color: #cc3300;}

.list_box li a:hover {
    background: url(../images/ico_001.png) left center no-repeat #ececec;
    color: #cc3300;}

.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;}


/*c-content*/
.icontent {
    width: 100%;
    padding: 10px 0;
    background: #ffffff;
    overflow: hidden;
    margin: 15px auto
;}

.icontent .lm_name {
    height: 60px;
    line-height: 60px;
    border-bottom: #cccccc 1px solid
;}

.icontent .lm_name h2 {
    float: left;
    width: 130px;
    text-align: center;
    height: 59px;
    font-size: 24px;
    color: #600808;
    font-weight: bold;
    border-bottom: #600808 3px solid;}

.icontent .lm_name span {
    float: right;
    color: #666666;
    font-size: 14px;
    background: url(../images/this_ico_4.png) left 20px no-repeat;
    padding: 0 0 0 20px; margin:5px 0 0 0;}

.icontent .lm_name span a {
    color: #666666;}

.wafx {
    padding: 0;
    position: absolute;
    right: 0;
    top: 40px;}

/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 5%;
    width:90%;}

.c-content .c-title {
    font-size: 28px;
    color: #000000;
    line-height: 50px;
    text-align: center
;}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #222222;
    background: #f7f7f7;
    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 {
    line-height: 40px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left;
    color: windowtext;
    font-family: 宋体;
    color: #000000;
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none;}

.wz_fj {}

.wz_fj p {
    line-height: 36px;
    color: #cc0000;
    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: #e4e4e4 1px solid;
    margin: 20px auto;
    padding: 20px 0;}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;}

.i-sxt a {
    color: #555555;
    font-size: 16px;
    line-height: 36px;}

.i-sxt a:hover {
    color: #cc0010;}

/*footer*/
.footer {
	width:100%;
	margin:40px auto 0 auto;
    background: #600808;
    height: auto; padding:15px 0;}


.footer p {
    margin: 0;
    padding: 0; 
	text-align:center;
    line-height:30px;
    font-size: 14px;
    color: #ffffff;}

.footer p a {
    color: #ffffff;}


/*juanzengixnxi*/
.i_jzbox{ height:498px;}
.jzscroll{ width:520px;  overflow:hidden; position:relative;}
.jzscroll .hd{ overflow:hidden;  height:42px; background:#eeeeee; padding:0 0;}
.jzscroll .hd ul{}
.jzscroll .hd li{ height:40px; line-height:40px; font-size:14px; font-weight:bold;}
.jzscroll .hd li .jzname{ float:left; color:#333; width:260px; display:block; text-align:center ;}
.jzscroll .hd li .jzzj{ float:left; color:#333;  width:100px;display:block; text-align:center;}
.jzscroll .hd li .jzdate{ float:right; color:#333;  width:100px; display:block;  text-align:center;}
.jzscroll .bd{ padding:0 0 15px 0; overflow:hidden;}
.jzscroll .infoList li{ height:40px; line-height:40px; font-size:14px;background: url(../images/dxhx_4.png) bottom repeat-x;}
.jzscroll .infoList li .jzname{ float:left; color:#333; width:260px; display:block; text-align:center ;}
.jzscroll .infoList li .jzzj{ float:left; color:#333;  width:100px;display:block; text-align:center;}
.jzscroll .infoList li .jzdate{ float:right; color:#333;  width:100px; display:block;  text-align:center;}