@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1366px;
    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;
}
.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1366 {
    width: 1366px;
    height: auto;
    margin: 0 auto;
}

.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('font/iconfont.eot');/* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8*/ url('font/iconfont.woff') format('woff'),
        /* chrome、firefox*/ url('font/iconfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('font/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 {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    position: relative;
    background: url("../images/header_bg.png") repeat-x;
}

.top_box {
    width: 1200px;
    height: 150px;
    
    margin: 0 auto
}

.header .top_line {
    width: 1200px;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #c9b0b0;
    overflow: hidden
}

.header .top_line_left {
    width: 300px;
    margin: 0 auto;
    float: left;
    color: #c9b0b0;
    text-align: left
}

.header .top_line_right {
    width: 800px;
    margin: 0 auto;
    float: right;
    color: #c7605d;
    text-align: right
}

.header .top_line_right a {
    color: #c9b0b0;
    padding: 0 8px
}

.header .top_line_right a:hover {
    color: #ffffff;
}

.header .top_logo {
    width: 1200px;
    margin: 0 auto;
}

.header .top_logo_left {
    width: 739px;
    float: left
}

.header .top_logo_left img {
    margin: 22px 0 0 0
}

.header .top_logo_right {
    width: 430px;
    float: right
}

.header .top_menu {
    width: 100%;
    margin: 0 auto
}

/*search*/
.i-search {
    width: 250px;
    height: 34px;
    overflow: hidden;
    position: relative;
    margin: 45px 0 0 18px;
    background: #ffffff;
    border-radius: 4px;
}

.i-search .search-txt {
    width: 189px;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    color: #999999;
    border: none;
    background: none;
    outline: none
}

.i-search .search-btn {
    width: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: none;
    background: url("../images/ico_search.png") center no-repeat #4d0001;
    cursor: pointer;
}

.i-search .search-btn:hover {
    background: url("../images/ico_search.png") center no-repeat #ff9900;
}

/*nav*/
.i-nav {
    width: 1200px;
    height: 49px;
    border-top: #964041 1px solid;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 999999;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    padding: 0;
    height: 49px;
    line-height: 49px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1300px;
}

.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 29px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;

}

.nav .sub {
    display: none;
    width: 132.1px;
    left: 0;
    top: 48px;
    position: absolute;
    background: #4e0000;
    line-height: 36px;
    padding: 0;
}

.nav .sub li {
    zoom: 1;
    text-align: center;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
}

.nav .sub a:hover {
    color: #333333;
    background: #ffffff;
}

.nav .on h3 a {
    color: #ffffff;
    background: url("../images/nav_hoverbg.png") bottom repeat-x;
}

/*banner*/

.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 18%;
    bottom: 40px;
    z-index: 1;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    margin: 5px 6px 0 0;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 50px;
}

.ibanner .hd ul li.on {
    background: #ffffff;
    opacity: 1;
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 3px 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: 40px;
    left: 20%;
    background: url("../images/tt_bg.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;
}

/*news_box*/
.i-title {
    height: 51px;
    line-height: 50px;
    width: 1160px;
    margin: 0 auto 5px auto;
    padding: 0 20px 0 20px;
    border-bottom: #e5e5e5 1px solid;
}

.i-title h2 {
    font-size: 24px;
    font-weight: normal;
    border-bottom: #7e0001 3px solid;
    color: #7e0001;
    display: block;
    float: left;
    padding: 0;
}

.i-title h2 span {
    color: #cccccc;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    display: block;
    float: right;
    margin: 10px 0 0 8px;
}

.i-title a {
    display: block;
    font-size: 14px;
    float: right;
    color: #9a9a9a;
    padding: 0
}

.i-title a:hover {
    color: #cc0000;
}

.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_box {
    width: 1200px;
    margin: 25px auto 10px auto;
    padding: 10px 0 20px 0;
    background: #ffffff;
    height: auto;
    overflow: hidden
}

.news_box_left {
    width: 432px;
    height: 310px;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 0 0 0 0;
    margin: 20px 0 0 15px;
}

.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: 432px;
    height: 310px;
    display: block;
}

.news_box_left .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/tt_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_right {
    width: 705px;
    float: right;
    margin: 7px 20px 0 0;
}

.news_box_right h1 {
    font-size: 24px;
    color: #cc0000;
    border-bottom: #e5e5e5 1px solid;
    line-height: 50px;
    text-align: center;
    padding: 0 0 10px 0;
    overflow: hidden
}

.news_box_right ul {
    height: auto;
    overflow: hidden;
    padding: 10px 0 0 0
}

.news_box_right li {
    width: 100%;
    font-size: 16px;
    color: #999999;
    line-height: 37px;
    height: 37px;
}

.news_box_right li a {
    background: url("../images/ico_001.png") left center no-repeat;
    color: #666666;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 560px;
    height: 37px;
    line-height: 37px;
padding-left:10px
}

.news_box_right li a:hover {
    color: #cc0000
}

.news_box_right li span {
    float: right;
    height: 37px;
    line-height: 37px;
    color: #999999
}

/*ixx_box*/
.ixx_box {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 5px 0;
    height: auto;
    overflow: hidden
}

.ixx_boxnr {
    width: 590px;
    padding: 10px 0 0 0;
    height: 305px;
    text-align: left;
    background: #ffffff;
}

.ixx_boxnr .hd {
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.ixx_boxnr .hd ul {
    float: left;
    position: absolute;
    height: 50px;
}

.ixx_boxnr .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    font-size: 24px;
    position: relative;
    height: 49px;
    color: #555555;
}

.ixx_boxnr .hd ul li.on {
    border-bottom: 3px solid #7e0001;
    color: #7e0001;
}

.ixx_boxnr .bd {
    position: relative
}

.ixx_boxnr .bd ul {
    padding: 15px 20px;
    zoom: 1;
}

.ixx_boxnr .bd li {
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    background: url("../images/ico_001.png") left center no-repeat;
    padding: 0 0 0 10px
}

.ixx_boxnr .bd li a {
    color: #666666
}

.ixx_boxnr .bd li a:hover {
    color: #cc0000
}

.ixx_boxnr .bd li .date {
    float: right;
    color: #999;
}

.ixx_boxnr_more {
    position: absolute;
    top: -32px;
    right: 15px;
    display: block;
    color: #9a9a9a
}

.i-gdzt {
    width: 1200px;
    position: relative;
    margin: 15px auto 0 auto;
    padding:0;
}

.i-gdzt .hd {
    height: 0;
    position: relative;
}

.i-gdzt .hd .prev {
    display: block;
    width: 15px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow_right.png") no-repeat;
    z-index: 99999;
    position: absolute;
    right: -25px;
    top: 40px;
}

.i-gdzt .hd .next {
    display: block;
    width: 15px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow_left.png") no-repeat;
    z-index: 99999;
    position: absolute;
    left: -30px;
    top: 40px;
}

.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: 0; width: 1200px; overflow: hidden;
}

.i-gdzt .bd ul {
    overflow: hidden;
    zoom: 1;
}

.i-gdzt .bd ul li {
    width: 387px;
    height: 102px;
    margin: 0 20px 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: 387px;
    height: 102px;
    display: block;
}

.i-gdzt .bd ul li .pic a:hover img {
    border-color: #999;
}

.i-gdzt .bd ul li .title {
    line-height:24px;
}

/*kslj_box*/
.kslj_box{ width: 100%; height:190px; background: #e4e3e2; margin: 25px 0 0 0 }
.kslj_boxnr{ width:1200px; height:190px; margin: 0 auto 0 auto; }
.kslj_boxnr_left{ width:1030px; height:135px; margin: 30px auto 0 auto; float: left; overflow: hidden }
.kslj_boxnr_left ul{ width: 110%; }
.kslj_boxnr_left li{ width:100px; height:120px; float: left; margin: 0 32px 0 0 }
.kslj_boxnr_left li a{width:100px;height:100px;display: block; background: #ffffff; text-align:center; border-radius: 50%; border:#ffffff 1px solid}
.kslj_boxnr_left li img{width: 60px; height: 60px; margin:20px auto; }
.kslj_boxnr_left li span{width: 100%; height:40px; line-height: 40px; text-align: center; font-size: 16px; display: block}
.kslj_boxnr_left li:hover a{ border:#791213 1px solid}
.kslj_boxnr_left li:hover span{color:#791213}
.kslj_boxnr_right{ width:155px; height:135px; margin: 0 auto; float: right; padding:30px 0 0 0 }
.kslj_boxnr_right li{ float: right; width:110px; height: 135px; margin: 0 0 0 45px; overflow: hidden;}
.kslj_boxnr_right li span{width: 100%; display: block; text-align: center; line-height: 30px;}
.kslj_boxnr_right li img{  width:100px; height: 100px; overflow: hidden;}
.kslj_boxnr_right li a{ display: block; margin: 0 auto; width: 100px;height:100px; background:#ffffff; text-align: center; padding: 5px}


/*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:220px; height: 54px; position: absolute;top: -45px; background: url(../images/sub_topbg.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: 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: #81191a; font-size:20px; }
.this_dqwz .ico_home{ margin: 0 5px; }
.this_dqwz .ico_home img{ position: relative; top:1px; }

/*list_main*/
.list_main{width: 1200px; margin: 0 auto; height: auto; overflow: hidden;}
.list_main_left{ width: 220px; float: left;}
.list_main_right{ width: 950px; float: right; padding: 10px 0 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: #81191a 2px solid; color:#555555; font-weight: bold;}
.list_sub .on_here{ background: #ffffff; border-left: #81191a 2px solid; color:#81191a; font-weight: bold; }


/*list_box*/

.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}
.list_box li {
    height: 50px;
    line-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/ico_dd.png") left center no-repeat;
}
.list_box li:hover {
    color: #cc0000;
}
.list_box li a:hover {
    color: #cc0000;
}
.list-fy {
    text-align: center;
    margin:0 auto 40px auto;
    min-height: 40px;
}

/*LINK*/
.cont_yxbm_rigB{
    width:100%;
    margin: 0 auto;
    height:auto;
    line-height:30px;
    font-size:14px;
    padding:20px 0;
    overflow: hidden;
}
.cont_yxbm_rigB h2{
    height:40px;
    line-height:40px;
    text-indent:15px;
    border-left:3px solid #ff6600;
    background:#f1f1f1;
    margin-bottom:10px;
    font-size:18px;
}
.cont_yxbm_rigB ul{
    margin-bottom:20px; height: auto;overflow: hidden; width: 110%;
}

.cont_yxbm_rigB ul li{
    width:19%;
    height:40px;
    float:left;
    text-align:left;
    line-height:40px;
    border:1px solid #f1f1f1;
    padding:0 10px;
    margin:5px 2.1% 5px 0;
    display:inline;
    font-size:14px;
}
.cont_yxbm_rigB ul li.curr{
    background:#6699cc;
    color:#FFF;
}
.cont_yxbm_rigB ul li.curr a{
    color:#FFF;
}
.cont_yxbm_rigB ul li:hover{
    background:#81191a;
    color:#FFF;
}
.cont_yxbm_rigB ul li:hover a{
    color:#FFF;
}



/*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/ico_001.png") left center no-repeat;
}

.list_box li:hover {
    background: #f8f8f8;
    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;
}

/*piclist*/
.pic-list {
    width: 960px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.pic-list li {
    width: 285px;
    margin-right: 34px;
    float: left;
    margin-bottom: 0;
}

.pic-list li img {
    width: 290px;
    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
}

/*pictxt*/
.tw_list{ width: 100%; padding:40px 0 0 0}
.hot-new{
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #dfdfdf;
}
.hot-new .pic-box{
    float: left;
    width:320px;
    position: relative;
    margin-right: 42px;
}
.hot-new .pic{
    padding-top: 71%;
    position: relative;
    overflow: hidden;
}
.hot-new .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-new .pic:hover img{
    --webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.hot-new .pic-box i{
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 43px;
    background: url(../images/q-hot.jpg) no-repeat center center;
}
.hot-new .txt{
    padding-bottom:25px;
    overflow: hidden;
    margin-top:10px;
    position: relative;
}
.hot-new .txt h3{
    font-size: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 22px;
}
.hot-new .txt h3 a{
    color: #555;
}
.hot-new .txt h3 a:hover{
    color: #81191a;
}
.hot-new .txt p{
    font-size: 14px;
    line-height: 26px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 78px;
}
.hot-new .txt .btn-look{
    display: block;
    margin-top: 35px;
    width: 98px;
    height: 31px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border: 1px solid #ff9900;
    background-color: #ff9900;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-new .txt .btn-look:hover{
    border: 1px solid #ff9900;
    color: #ff9900;
    background-color: #fff;
}
.hot-new .txt .time{
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #555;
    background: url(../images/time.png) no-repeat left center;
}
.ul-news li .inner{
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
}
.ul-news li:first-child .inner{
    border-top: none;
}
.ul-news .time{
    float: left;
    width:75px;
    margin-right:20px;
}
.ul-news .time strong{
    display: block;
    font-size:30px;
    font-family: "Arial";
    color: #fff;
    background-color: #81191a;
    height:45px;
    line-height:45px;
    text-align: center;
}
.ul-news .time span{
    border: 1px solid #81191a;
    border-top: none;
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    height: 29px;
    line-height: 29px;
    text-align: center;
}
.ul-news .txt{
    overflow: hidden;
    padding-top: 4px;
}
.ul-news .txt h4{
    font-size: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.ul-news .txt h4 a{
    color: #555;
}
.ul-news .txt p{
    font-size: 14px;
    line-height: 22px;
    color: #585858;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height:24px;
}
.ul-news li:hover{
    background-color: #f2f2f2;
}
.ul-news li:hover .time strong{
    background-color: #81191a;
}
.ul-news li:hover .time span,
.ul-news li:hover .txt h4 a,
.ul-news li:hover .txt p{
    color: #81191a;
}

/*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:5px;
}

.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: 1200px;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: #81191a; font-weight: bold; border-bottom: #81191a 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;}

/*footer*/
.footer_box{background:url("../images/fooer_bg.jpg") center no-repeat #791213; background-size: cover; height: 185px; width: 100%;}
.footer_box .footer{width: 1200px; margin: 0 auto;height: 185px; position: relative;}
.footer_box .zgwzbs{width:60px; height: 60px; position: absolute; right: 0; top:50px;}
.footer_box .copyright{ width: 1200px; margin: 0 auto; text-align: center; font-size: 14px; color: #ffffff; line-height: 30px;}
.footer_box .copyright p{ width: 1200px; margin: 0 auto;}
.end_link{ width:720px; margin: 0 auto;height: 38px; line-height: 38px; padding: 30px 0;}
.end_link .end_txtlink{ width:210px; float: left;height: 38px; line-height: 38px; margin:0 30px 0 0; }
.end_link .end_txtlink select{ width:210px; height: 38px; line-height: 38px; border:none; background:#ffffff99; }
.end_link .end_txtlink option{ background:#6e1213; font-size: 14px; color: #ffffff }