@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1360px;
    background: url("../images/body_end_bg.jpg") bottom center no-repeat #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: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.i_jg {
    width: 100%;
    margin: 10px auto;
    height: 10px;
    overflow: hidden
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1300 {
    width: 1340px;
    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*/
.header {
    width: 100%;
    height: auto;
    background: #cfe8fc;
}

.header img {
    width: 100%
}

.header .logo {
    padding: 30px 0 0 0;
    width: 880px;
    float: left;
}

.top_right {
    float: right;
}

.top_link {
    font-size: 14px;
    color: #8db2d6;
    line-height: 40px;
    height: 40px;
    padding: 5px 15px 0 0;
    text-align: right
}

.top_link a {
    color: #dde4ef;
    padding: 0 7px
}

/*inav*/
.inavbox {
    background: url("../images/nav_bgx.png");
    width: 100%;
    height: 80px;
}

.i_nav_box {
    background: url("../images/nav_bg.png") center no-repeat;
    width: 100%;
    height: 112px;
    top: -10px;
    position: relative
}

.inav {
    padding: 0;
    height: 122px;
    line-height: 122px;
    position: relative;
    z-index: 1;
    width: 1300px;
    margin: 0 auto;
}

.inav a {
    color: #fff;
}

.inav .nLi {
    float: left;
    position: relative;
    display: inline;

}

.inav .nLi h3 {
    float: left;
}

.inav .nLi h3 a {
    display: block;
    padding: 0 60px;
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    position: relative;
}


.inav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 100px;
    position: absolute;
    background: #8e0a08;
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    text-align: center;
}

.inav .sub li {
    zoom: 1;
}

.inav .sub a {
    display: block;
    padding: 0 10px;
    color: #ffffff;
}

.inav .sub a:hover {
    background: #670200;
    color: #ffe400;
}

.inav .on h3 a {

    color: #ffff00;
}

.inav h3 a:hover {
    color: #ffff00;
}

/*bk_more*/
.bk_more {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    text-align: center;
    overflow: hidden;
    padding: 25px 0 0 0;
}

.bk_more a {
    display: block;
    width: 100px;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #222222;
    font-size: 15px;
    border-radius: 20px;
    border: #cccccc 1px solid;
}

.bk_more:hover a {
    background: #c11601;
    color: #ffffff;
    transition: all 0.6s;
    border: #c11601 1px solid;
    font-weight: bold;
}

.bk_more2 {
    display: block;
    width: 100px;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #222222;
    font-size: 15px;
    border-radius: 20px;
    border: #cccccc 1px solid;
    position: absolute;
    right: 0;
    top: 75px;
    transition: all 0.6s;
}

.bk_more2:hover {
    background: #c11601;
    color: #ffffff !important;
    transition: all 0.6s;
    border: #c11601 1px solid;
    font-weight: bold;
}

.ititle:hover .bk_more2 {
    border: #c11601 1px solid;
    color: #c11601;
    transition: all 0.6s;
    right: 10px
}

/*search*/
.i-search {
    width: 190px;
    height: 36px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 30px;

}

.i-search .search-txt {
    width: 150px;
    padding: 0 0 0 15px;
    height: 36px;
    line-height: 36px;
    _line-height: 36px;
    background: none;
    color: #ffffff;
    margin: 0;
    border: 0;
    outline: none;
}

.i-search .search-btn {
    width: 50px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    *margin-top: 1px;
    background: url("../images/ico_search.png") no-repeat center center;
    border: 0;
    color: #ffffff;
    cursor: pointer
}

.i-search .search-btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

/*news_xy*/
.news_xy {
    width: 920px;
    float: left
}

.news_list {
    width: 370px;
    float: right
}

/*picnews*/
.picnews {
    width: 525px;
    height: 347px;
    overflow: hidden;
    position: relative;
    float: left;
}

.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.picnews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.picnews .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;
}

.picnews .hd ul li.on {
    background: #ff0000;
    color: #fff;
}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picnews .bd li {
    zoom: 1;
    vertical-align: middle;
}

.picnews .bd img {
    width: 525px;
    height: 347px;
    display: block;
}

.picnews .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/title_bg.png);
    width: 100%;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
}

.picnews .bd h1 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    padding: 0 10px
}

.picnews .prev,
.picnews .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-news.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.picnews .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.picnews .prev:hover,
.picnews .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.picnews .prevStop {
    display: none;
}

.picnews .nextStop {
    display: none;
}

/**/
.news_box {
    width: 1340px;
    margin: 25px auto 0 auto;
    overflow: hidden;
    height: auto;
}

.top_news {
    height: auto;
    overflow: hidden;
    border-bottom: #e5e5e5 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.top_news h2 {
    color: #ff0000;
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    width: 100%;
    text-align: center
}

.top_news:hover h2 {
    color: #cc3333;
}

.top_news:hover p {
    color: #cc3333;
}

.top_news p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    padding: 5px 0 5px 0;
    text-indent: 2em;
}

.i_list {
    width: 99%;
    margin: 0 auto 0 auto;
    padding: 30px 0;
}

.i_list li {
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    transition: all 0.6s;
}

.i_list li a {
    color: #000000;
    font-size: 18px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    padding-left: 3%;
    text-align: left;
    transition: all 0.2s;
    background: url("../images/ico_002.png") left center no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_list li span {
    float: right;
    color: #999999;
}

.i_list li:hover a {
    color: #cc0000;
}

.i_list li:hover {
    margin-left: 5px;
    transition: all 0.6s;
}

/**/
.i_list2 {
    width: 99%;
    margin: 0 auto 0 auto;
    padding: 5px 0 0 0;
}

.i_list2 li {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    transition: all 0.6s;
}

.i_list2 li a {
    color: #000000;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    padding-left: 3%;
    text-align: left;
    transition: all 0.2s;
    background: url("../images/ico_002.png") left center no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_list2 li span {
    float: right;
    color: #999999;
}

.i_list2 li:hover a {
    color: #cc0000;
}

.i_list2 li:hover {
    margin-left: 5px;
    transition: all 0.6s;
}

/*news_tz*/
.news_tz {
    width: 340px;
    float: right
}

.ititle {
    width: 100%;
    text-align: center;
    padding: 50px 0 50px 0;
    position: relative;
}

.ititle2 {
    padding: 0 0;
    height: auto;
    overflow: hidden;
    background: #a41e1d;
    border-left: #500f0e 7px solid;
}

.ititle2 h1 {
    font-size: 24px;
    color: #fcf5e5;
    font-weight: normal;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 25px;
}

.ititle2 h1 span {
    float: left;
    margin: 0 10px 0 0
}

.ititle2 h1 i {
    font-size: 14px;
    color: #cccccc;
    font-style: normal;
    margin: 0 0 0 10px
}

.i_more {
    width: 60px;
    float: right;
    display: block;
    margin: 0 5px 0 0;
    line-height: 60px;
    color: #fcf5e5;
    transition: all 0.6s;
}


.i_more:hover {
    opacity: 0.8;
    color: #ffff00;
    margin: 0 0 0 0;
}

/**/
.date_list {
    padding: 0 0 0 0 !important;
    position: relative
}

.date_list li {
    width: 100%;
    height: 62px;
    display: block;
    padding: 0;
    margin-bottom: 32px;
    overflow: hidden;
}

.date_list li:last-child {
    border-bottom: none
}

.date_list li a {
    font-size: 15px;
    color: #333333;
    line-height: 27px;
}

.date_list li a:hover {
    color: #cc0000;
}

.date_list li span {
    float: left;
    display: block;
    width: 62px;
    height: 62px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-right: 17px;
    overflow: hidden;
    border-radius: 4px;
    background: #efefef;
}

.date_list li span i {
    width: 62%;
    display: block;
    text-align: center;
    margin: 3px auto 3px auto;
    color: #666666;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    line-height: 34px;
    border-bottom: #d3d3d3 1px solid;

}

.date_list li:hover span {
    background: #a7a7a7;
    color: #ffffff;
}

.date_list li:hover i {
    background: #a7a7a7;
    color: #ffffff
}


/*iqtbox*/
.iqtbox {
    width: 1340px;
    margin: 0 auto 20px auto;
    height: auto;
    overflow: hidden
}

.iqt_left {
    width: 650px;
    float: left
}


.iqt_right {
    width: 645px;
    float: right
}


/**/
.fc_pic {
    position: relative;
    height: 660px;
    width: 1340px;
    margin: 0 auto;
}

.fc_pic .prev {
    position: absolute;
    top: 64%;
    margin-top: -30px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    z-index: 2;
    opacity: 0.5;
}

.fc_pic .next {
    position: absolute;
    top: 64%;
    margin-top: -30px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    z-index: 2;
    opacity: 0.5;
}

.fc_pic .prev {
    background: url(../images/picnews-arrow.png) -155px 15px no-repeat #797979;
    right: 100%;
    margin-right: 30px;
}

.fc_pic .next {
    left: 100%;
    margin-left: 20px;
    background: url(../images/picnews-arrow.png) -35px 15px no-repeat #797979;
}

.fc_pic .next:hover, .fc_pic .prev:hover {
    opacity: 1;
}

.fc_pic .bd {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
}

.fc_pic .bd .tempWrap {
    width: 1340px;
    overflow: hidden !important;
}

.fc_pic .bd li {
    float: left;
    width: 406px;
    height: 410px;
    margin: 0 59px 20px 1px;
    background: url("../images/dx_hbg.png") bottom right no-repeat #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.fc_pic .bd li img {
    display: block;
    margin: 0 auto 0 auto;
    width: 406px;
    height: 234px;
}

.fc_info {
    width: 86%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.fc_info h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #000000;
    line-height: 70px;
    transition: all 0.6s;
    font-weight: bold;
}

.fc_info p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    height: 80px;
    line-height: 27px;
    color: #666666;
    text-align: justify;
    transition: all 0.6s;
}

.fc_pic .bd li:hover h1 {
    color: #cc0000;
    transition: all 0.6s;
}

.fc_pic .bd li:hover p {
    color: #000000;
    transition: all 0.6s;
}

.fc_pic .bd li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition: all 0.6s;
}

.pic_k {
    display: block;
    width: 406px;
    height: 234px;;
    overflow: hidden
}

.fc_pic .bd li:hover span {
    color: #cc0000
}

/**/
.newsbox_ty {
    float: left;
    width: 70px;
    height: 460px;
    background: url("../images/newsbox_ty.png") left bottom no-repeat;
}

.newsbox_pic {
    width: 550px;
    height: 460px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
    float: left
}

.newsbox_pic .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 300px;
    z-index: 1;
}

.newsbox_pic .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.newsbox_pic .hd ul li {
    float: left;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: url("../images/tmbg_h50.png");
    cursor: pointer;
    color: #fff;
}

.newsbox_pic .hd ul li.on {
    background: url("../images/tmbg_h90.png") #f00;
    color: #fff;
}

.newsbox_pic .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.newsbox_pic .bd li {
    zoom: 1;
    vertical-align: middle;
}

.newsbox_pic .bd img {
    width: 550px;
    height: 330px;
    display: block;
}

.newsbox_pic .piclink {
    width: 550px;
    height: 330px;
    display: block;
    overflow: hidden;
    position: relative
}

.newsbox_pic .piclink span {
    display: block;
    width: 80px;
    height: 70px;
    background: url("../images/tmbg_r80.png");
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 15px 0 0 0
}

.newsbox_pic .piclink span i {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-style: normal
}

.picnewszy {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 12px 0;
    height: 80px;
    overflow: hidden;
}

.picnewszy h2 {
    font-size: 20px;
    color: #333333;
    line-height: 45px;
    font-weight: bold
}

.picnewszy p {
    font-size: 15px;
    color: #737373;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: justify
}

.newsbox_pic:hover .picnewszy h2 {
    color: #cc0000;
    transition: all 0.6s;
}

.newsbox_pic:hover .picnewszy p {
    color: #333333;
    transition: all 0.6s;
}

/*topnews*/
.newsbox_list {
    width: 720px;
    float: right
}

.topnews {
}

.topnews li {
    height: 100px;
    overflow: hidden;
    width: 100%;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}

.topnews li .rq {
    display: block;
    width: 78px;
    height: 74px;
    line-height: 32px;
    padding-top: 5px;
    text-align: center;
    color: #888;
    border: #cc6666 1px solid
}

.topnews li .rq h2 {
    font-size: 30px;
    font-weight: bold;
    color: #c11601;
    padding-top: 5px;
}

.topnews li .rq p {
    margin: 0;
    padding: 0;
    color: #222222
}

.topnews li .zw {
    width: 615px;
    height: 86px;
    display: block;
    font-size: 16px;
}

.topnews li .zw h2 {
    width: 100%;
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #c11601
}

.topnews li .zw p {
    font-size: 14px;
    line-height: 25px;
    color: #999;
    display: block;
    margin: 0;
    padding: 0
}

.topnews li:hover .rq {
    background: #c11601
}

.topnews li:hover .rq h2 {
    color: #ffffff
}

.topnews li:hover .rq p {
    color: #ffffff
}

/**/
.sbby_box {
    width: 1340px;
    margin: 0 auto 50px auto;
    height: auto;
    overflow: hidden;
}

.sbdbybox {
    width: 1340px;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.sbdbybox ul {
    width: 1400px
}

.sbdbybox li {
    float: left;
    width: 650px;
    margin: 0 40px 30px 0;
    background: #f3f3f3;
    height: 160px;
    overflow: hidden;
    position: relative;
}


.sbdbybox li .pic {
    float: left;
    width: 140px;
    height: 160px;
    overflow: hidden
}

.sbdbybox li .pic img {
    width: 140px;
    height: 160px;
}

.sbdbybox li .text {
    width: 450px;
    padding: 15px 30px 15px 0;
    height: 140px;
    overflow: hidden;
    position: relative;
    float: right;
}

.sbdbybox li .text .zj_sc {
    margin-top: 10px;
    line-height: 24px;
    color: #545454;
    font-size: 14px;
    text-align: justify;
    height: 70px;
    overflow: hidden;
}

.sbdbybox li .text .zj_zw {
    font-size: 16px;
    color: #324b5c;
    line-height: 24px;
}

.sbdbybox li .text .zj_name {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    position: relative;
    padding: 10px 0 5px 0;
    font-weight: bold;
}


.sbdbybox li .text .zj_name a {
    color: #000000;
}

.sbdbybox li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background: #f3f3f3;
    transition: all 0.4s;
}

.sbdbybox li:hover .text .zj_name a {
    color: #cc0000
}

.sbdbybox li:hover .text .zj_sc {
    color: #000000
}

/*lm_k*/
.lm_k {
    width: 100%;
    padding: 15px 0;
    height: auto;
    overflow: hidden;
    background: #f1f8ff;
}

.lm_k select {
    font-size: 14px;
    line-height: 35px;
    width: 240px;
    height: 35px;
    border: #d6d6d6 1px solid;
    background: #ffffff;
}

/*list*/
.list-banner {
    width: 100%;
    height: 200px;
    text-align: center;
    margin: 0 0 0 0
}

.list-banner img {
    width: 100%;
    height: 200px;
    margin: 0 auto;
}

.listmain {
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    width: 1340px;
    margin: 60px auto 40px auto;
}

.lm-left {
    width: 260px;
    float: left
}

.lm-left .left-lmname {
    background: #c11601;
    height: 50px;
    line-height: 50px;
    padding: 13px 10px 5px 20px;
    overflow: hidden
}

.lm-left .left-lmname h1 {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

/*list-sub*/
.lm-left .list-sub li {
    transition: 0.3s;
    text-align: left;
    font-size: 14px;
    position: relative;
}

.lm-left .list-sub li a {
    padding: 15px 20px 15px 30px;
    transition: 0.3s;
    color: #222222;
    font-size: 16px;
    border-bottom: #ffffff 1px solid;
    display: block;
    background: #f0f0f0;
}

.lm-left .list-sub li > a {
    position: relative;
}

.lm-left .list-sub li a p {
    color: rgb(153, 153, 153);
    font-size: 12px;
}

/*
.lm-left .list-sub li > a::before {
    left: 16px; top: 22px; width: 4px; height: 4px; position: absolute; content: ""; background-color: rgb(179, 179, 179);
}
*/

.lm-left .list-sub li:hover a {
    color: #c11601;
    font-weight: bold;
    border-left: #c11601 4px solid;
    background: #ffffff;
}

.lm-left .list-sub li.active a {
    color: #c11601;
    background-color: rgb(255, 255, 255);
}

.lm-left .list-sub li:hover {

}

.lm-left .list-sub li.active {

}

.lm-left .list-sub li:hover a::before {
    background-color: #c11601;
}

.lm-left .list-sub li.active a::before {
    background-color: #c11601;
}

.lm-left .list-sub li strong.arrow {
    transition: 0.3s ease-in-out;
    top: 0;
    width: 33px;
    height: 50px;
    text-align: center;
    right: 10px;
    color: #666666;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: absolute;
    z-index: 33;
    cursor: pointer;
}

.lm-left .list-sub li strong.arrow:hover {
    background-color: rgb(250, 250, 250);
}

.twoJ_menu {
    display: none;
    background: #ffffff;
    margin: 0;
    padding: 0;
}

.twoJ_menu a {
    border-left: #f0f0f0 4px solid !important;
    background: url(../images/ico_dd.png) 42px center no-repeat #ffffff !important;
}

.twoJ_menu dd {
    background: #ffffff;
    margin: 0;
    padding: 0;
}

.lm-left .list-sub .twoJ_menu dd a {
    padding: 10px 22px 10px 50px;
    font-size: 15px;
    border-bottom: none;
}

.on_this {
    background: #ffffff !important;
    font-weight: bold;
    color: #c11601
}

.on_this a {
    border-left: #c11601 4px solid;
    background: #ffffff !important;
    font-weight: bold;
    color: #c11601 !important;
}

/*list-subover*/

.lm-right {
    width: 1045px;
    float: right;
    margin-right: 0;
    border: #eaeaea 1px solid;
    background: #ffffff
}

.lm-right .this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 45px;
    height: 45px;
    padding: 7px 20px;
    margin: 10px 10px 0 10px
}

.lm-right .this-name h1 {
    color: #cc0000;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 5px;
    float: left;
    border-bottom: #cc0000 3px solid;
}

.this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 60px;
    height: 60px;
    padding: 7px 20px;
    margin: 10px 10px 0 10px
}

.this-name h1 {
    color: #cc0000;
    font-size: 24px;
    font-weight: bold;
    line-height: 66px;
    padding: 0 15px;
    float: left;
    border-bottom: #cc0000 3px solid;
}

.this-name span {
    float: right;
    color: #666;
    font-size: 14px;
}

.this-name span a {
    color: #666
}

.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 40px;
}

.lm-right .lm_list li {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0 10px;
}

.lm-right .lm_list li a {
    color: #4a4a4a;
    font-size: 16px;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_002.png") left center no-repeat;
}

.lm-right .lm_list li:hover {
    background: #ececec;
    color: #cc0000
}

.lm-right .lm_list li a:hover {
    background: url("../images/ico_002.png") left center no-repeat #ececec;
    color: #cc0000
}

.lm-right .list-fy {
    text-align: center;
    margin: 0 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: #363aa1;
    border-left: #003366 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;
}

/**/
.ny_right_con {
    width: 94%;
    padding: 40px 0;
    margin: 0 auto;
    line-height: 34px !important;
    min-height: 500px;
}

.ny_right_top {
    border-bottom: 1px solid #e7e7e7;
}

.nytit {
    background: url("../images/icon4.png") 7px 16px no-repeat;
    line-height: 30px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    font-size: 14px;
}

.nytit a {
    padding-right: 7px;
}

.nytit1 {
    height: 50px;
    line-height: 50px;
    float: left;
    overflow: hidden;
    border-bottom: 3px solid #76211a;
    color: #76211a;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}

/*信息列表开始*/
.Newslist {
}

.Newslist ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    background: url("../images/xb.jpg") no-repeat left 23px;
    font-size: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Newslist ul li span {
    float: right;
    padding-left: 10px;
    color: #999999;
}

.sjdh {
    display: none;
}

.fytpc {
    margin-top: 15px;
}

.m-list3 {

}

.m-list3 li {
    overflow: hidden;
    padding: 10px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.m-list3 .pic3 {
    float: left;
    overflow: hidden;
    width: 180px;
    height: 120px;
    position: relative;
}

.m-list3 .pic3 img {
    display: block;
    overflow: hidden;
    width: 180px;
    height: 120px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    z-index: 1;
}

.m-list3 .pic3:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.m-list3 .txt44 {
    overflow: hidden;
    padding-left: 20px;
}

.m-list3 .tit44 {
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-list3 .tit44 a {
    color: #000;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.m-list3 .tit44 a:hover {
    color: #9a0000;
}

.m-list3 .txt44 p {
    height: 48px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    color: #666666;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.m-list3 .info {
    padding: 5px 0;

    line-height: 25px;
}

.m-list3 .info .time1 {
    padding-left: 24px;
    font-size: 12px;
    color: #999;
    background: url(../images/icon-time.png) 0 center no-repeat;
}

.sz {
    width: 100%;
}

.sz li {
    overflow: hidden;
    padding: 1%;
    margin: 2%;
    background: #f6f6f6;
    float: left;
    width: 19%;
}

.sz ul li .img33 {
    width: 100%;
    /*min-width:100%;*/
    /*display: block;*/
    height: 0;
    padding-bottom: 122%;
    overflow: hidden;
}

.sz ul li .img33 img {
    width: 100%;
}

.sz ul li p {
    line-height: 25px;
    text-align: center;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
}

/**/
/*piclist*/
.yzs_pic {
    width: 94%;
    overflow: hidden;
    height: auto;
    margin: 50px auto;
}

.yzs_pic ul {
    width: 110%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.yzs_pic li {
    width: 300px;
    height: 230px;
    margin-right: 40px;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.yzs_pic li img {
    width: 300px;
    height: 200px;
}

.yzs_pic li img:hover {
}

.yzs_pic li .picoo {
    display: block;
    width: 300px;
    height: 200px;
    overflow: hidden;
    border-radius: 4px;
}

.yzs_pic li:hover span a {
    color: #cc0000;
}

.yzs_pic li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #333333;
    font-size: 16px;
    display: block;
}

.pager {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px
}

.list-fy {
    text-align: center;
    margin: 20px auto 20px auto;
    min-height: 40px;
}

/*yzspic*/
.yzspic {
    width: 90%;
    overflow: hidden;
    height: auto;
    margin: 40px auto;
}

.yzspic ul {
    width: 110%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.yzspic li {
    width: 360px;
    margin-right: 67px;
    float: left;
    margin-bottom: 45px;
    overflow: hidden;
    position: relative;
}

.yzspic li img {
    width: 360px;
    height: 250px;
}

.yzspic li img:hover {
}

.yzspic li a {
    display: block;
    width: 360px;
    height: 250px;
    overflow: hidden;
}

.yzspic li a:hover {
    color: #ffffff;
    font-weight: bold;
}

.yzspic li span {
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: #ffffff;
    font-size: 18px;
    display: block;
    position: absolute;
    bottom: 0;
    background: url("../images/tmh50.png");
}

.yzspic li span a {
    color: #ffffff
}

.yzspic li:hover span a {
    color: #ffffff;
}

/*content*/
.content-main {
    border: #dbdbdb 1px solid;
    overflow: hidden;
    margin: 60px auto 40px auto;
    background: #ffffff;
    width: 1340px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 40px auto 40px auto;
    padding: 0 40px;
}

.c-content .c-title {
    font-size: 30px;
    color: #000000;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    height: 35px;
    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;
    margin: 0;
}

.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;
    overflow: hidden;
    height: 70px
}

.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;
}

/*i_link*/
.i_link {
    width: 1340px;
    margin: 0 auto;
    overflow: hidden;
    height: 100px;
    padding: 0;
    border-top: #c7c7c7 1px solid;
}

.i_link h2 {
    width: 120px;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    float: left;
    color: #333333;
}

.i_link ul {
    float: right;
    width: 1200px;
    overflow: hidden;
}

.i_link li {
    color: #383838;
    font-size: 16px;
    line-height: 100px;
    display: inline;
}

.i_link li a {
    color: #383838;
    float: left;
    padding: 0 20px;
}

.i_link li a:hover {
    color: #cc0000;
}

.three_nav {
    background: #e8e8e8;
    border-left: #cccccc 3px solid
}

.three_nav ul {
    padding: 15px 0
}

.three_nav li {
}

.three_nav li a {
    font-size: 14px !important;
    border-left: #cccccc 0 solid !important;
    border-bottom: #e8e8e8 0 solid !important;
    padding-left: 50px !important;
    line-height: 36px !important;
    height: 36px !important;
    background: url("../images/ico_dd.png") 35px center no-repeat !important;
    display: block !important;
}

.three_nav li a:hover {
    background: url("../images/ico_dd.png") 40px center no-repeat #ffffff !important;
    padding-left: 55px !important;
}

.three_on {
    background: url("../images/ico_dd.png") 40px center no-repeat #ffffff !important;
    padding-left: 55px !important;
}


/*footer*/
.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/footer_bg.jpg") center no-repeat #a81b17;
    color: #feeecd;
    padding: 60px 0 60px 0;
    text-align: left;
    background-size: 100% 100%;
}

.copright p {
    margin: 0;
    padding: 0;
    color: #feeecd;
    font-size: 16px;
    line-height: 36px;

}

.copright h1 {
    font-size: 30px;
    line-height: 60px;
    display: block;
}

.copright {
    width: 45%;
    float: left;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 32px;
    font-size: 15px;
    padding-left: 5%;
}

.copright a {
    color: #ffffff
}

.end_logo {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 5%;
    border-right: #fcf5e5 1px solid;
}