@charset "utf-8"; 
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    
    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: #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;
}

.w1200 {
    width: 1200px;
    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 {
    width: 100%;
    height:135px;
    background:#f1f8ff;
}


.header .logo {
    padding: 18px 0 0 0;
    width: 880px;
    float: left;
}

.top_right {
    float: right;
}

.top_link {
    font-size: 14px;
    color: #004a8e;
    line-height: 40px;
    height: 40px;
    padding: 5px 15px 0 0;
    text-align: right
}

.top_link a {
    color: #004a8e;
    padding: 0 7px
}


.inavbox {
    background: #004a8e;
    width: 100%;
    height: 60px;
}

.inav {
    padding: 0;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    width: 1200px;
    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 26px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}


.inav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: #003a76;
    line-height: 36px;
    padding: 0;
    font-size: 14px;
    text-align: center;
}

.inav .sub li {
    zoom: 1;
}

.inav .sub a {
    display: block;
    padding: 0 10px;
    color: #ffffff;
}

.inav .sub a:hover {
    background: #ffffff;
    color: #252a71;
}

.inav .on h3 a {
    background: #003a76;
    color: #ffffff;
}

.inav h3 a:hover {
    background: #003a76;
    color: #ffffff;
}






.i-search {
    width: 218px;
    height: 36px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 12px;
    background: #ffffff;
    border-radius: 30px;border:#7b9bc1 1px solid;

}

.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:17px;
   // height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    padding: 10px 15px;
    *margin-top: 1px;
   // background: url("htmlRes/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 {
    width: 920px;
    float: left
}

.news_list {
    width: 595px;
    float: right
}

.ibanner {
    width: 100%;
    height: auto;
    position: relative;
    background: #ffffff;
    overflow: hidden;
z-index: 0;
}

.topzz {
    width: 100%;
    height: 250px;
    background: ;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
}

.ibanner .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.ibanner .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ibanner .slick-list:focus {
    outline: none;
}

.ibanner .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.ibanner .slick-slider .slick-track,
.ibanner .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ibanner .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ibanner .slick-track:before,
.ibanner .slick-track:after {
    display: table;

    content: '';
}

.ibanner .slick-track:after {
    clear: both;
}

.ibanner .slick-loading .slick-track {
    visibility: hidden;
}

.ibanner .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    position: relative;
}

.ibanner .slick-slide a {
    display: block;
    width: 100%;;
}

.ibanner .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.ibanner .slick-slide h2 {
    position: absolute;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    width: 90%;
    padding: 0 5%;
    font-size: 18px;
    background: url(http://gh.xacom.edu.cn/images/imgtxt_zz.png) repeat-x bottom;
}

.ibanner .slick-slide.slick-loading img {
    display: none;
}

.ibanner .slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.ibanner .slick-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 99999;
    width: 100%;
    text-align: center
}

.ibanner .slick-dots .slick-active {
    width: 30px;
    height:5px;
    background: #cc0000;
    text-align: center
}

.ibanner .slick-dots li {
    display: inline-table;
    width: 30px;
    height: 5px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;margin:0 5px;outline:none;box-shadow: none;
}

.ibanner .slick-dots button {
    background: none;
    border: none;
    font-size: 0;
    color: #ffffff;outline:none;box-shadow: none;
}

.ibanner .slick-prev, .ibanner .slick-next {
    display: block;
    position: absolute;
    width: 70px;
    height: 100px;
    top: 40%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 999;
}

.ibanner .slick-prev {
    left: 0;
    display:none!important;
    background: url("style_res/banner_prev.png") center no-repeat;background-size: 50%;
}

.ibanner .slick-next {
    right: 0;
    display:none!important;
    background: url("style_res/banner_next.png") center no-repeat;background-size: 50%;
}

















.picnews {
    width: 570px;
    height: 380px;
    overflow: hidden;
    position: relative;
    float: left;
}

.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 1;
}

.picnews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.picnews .hd ul li {
    float: left;
    margin-right: 4px;
    width:13px;
    height:13px;
    line-height: 13px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
}

.picnews .hd ul li.on {
    background: #c0672b;
    color: #fff;
}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picnews .bd li {
    zoom: 1;
    vertical-align: middle;
}

.picnews .bd img {
    width: 570px;
    height: 380px;
    display: block;
}

.picnews .bd span {
    position: absolute;
    bottom: 0;
    background: url(style_res/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;
     width: 65%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}

.picnews .prev,
.picnews .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(style_res/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: 1200px;
    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: 20px 0 0 0;
}

.i_list li {
    width: 100%;
    font-size: 16px;
    color: #a0a0a0;
    line-height: 42px;
    height:42px;
    overflow: hidden;
    transition: all 0.6s;
    border-bottom: #e5e5e5 1px dashed;
}
.i_list li:last-child{border-bottom: none}
.i_list li a {
    color: #333333;
    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("style_res/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;
}


.news_tz {
    width: 340px;
    float: right
}

.ititle {
    padding:0;
    height: auto;
    overflow: hidden; border-bottom: #0d4589 3px solid;
}
.titleico1{ background: url("style_res/title_001.png") 15px center no-repeat !important; }
.titleico2{ background: url("style_res/title_002.png") left center no-repeat !important; }
.titleico3{ background: url("style_res/title_003.png") left center no-repeat !important; }
.titleico4{ background: url("style_res/title_004.png") left center no-repeat !important; }
.titleico5{ background: url("style_res/title_005.png") left center no-repeat !important; }
.titleico6{ background: url("style_res/title_006.png") left center no-repeat !important; }
.titleico7{ background: url("style_res/title_007.png") left center no-repeat !important; }

.ititle h1 {
    font-size: 18px;
    color: #ffffff;
    font-weight:bold;
    float: left;
    padding: 0 20px 0 50px;
    height: 47px;
    line-height: 47px;background: #0d4589;border-top-left-radius: 6px;border-top-right-radius: 6px;
}

.ititle h1 span {
    float: left;
    margin: 0 10px 0 0
}

.ititle h1 i {
    font-size: 14px;
    color: #cccccc;
    font-style: normal;
    margin: 0 0 0 10px
}

.i_more {
    width: 50px;
    float: right;
    display: block;
    margin: 10px 0 0 0;
    color: #000000;
    padding: 0 0 0 13px;
    opacity: 0.5;
    text-align: right;
}

.i_more:hover {
    opacity: 1;
    color: #000000;
}

.ititle {
    padding:0;
    height: auto;
    overflow: hidden; border-bottom: #0d4589 3px solid;
}
.titleico1{ background: url("style_res/title_001.png") 15px center no-repeat #0d4589 !important; }

.ititle h1 {
    font-size: 18px;
    color: #ffffff;
    font-weight:bold;
    float: left;
    padding: 0 20px 0 50px;
    height: 47px;
    line-height: 47px;background: #0d4589;border-top-left-radius: 6px;border-top-right-radius: 6px;
}

.ititle h1 span {
    float: left;
    margin: 0 10px 0 0
}

.ititle h1 i {
    font-size: 14px;
    color: #cccccc;
    font-style: normal;
    margin: 0 0 0 10px
}

.ititle2 {
    padding:0;
    height: auto;
    overflow: hidden; border-bottom: #0d4589 2px solid;
}

.ititle2 h1 {
    font-size: 18px;
    color: #0469b9;
    font-weight:bold;
    float: left;
    padding: 0 20px 0 35px;
    height: 47px;
    line-height: 47px;
}

.ititle 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
}


.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
}


.fast_btn {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding:10px 0 40px 0;
}

.fast_btn ul {
    width: 1260px;
}

.fast_btn li {
    width: 222px;
    float: left;
    margin-right: 22px
}

.fast_btn li a {
    display: block;
    width: 222px;
    height: 94px;
    overflow: hidden;
    border-radius: 4px
}

.fast_btn li img {
    width: 222px;
    height: 94px;
}

.fast_btn li img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s;
}



.iqtbox {
    width: 1200px;
    margin:30px auto 30px auto;
    height: auto;
    overflow: hidden
}

.iqt_left {
    width: 420px;
    float: left
}

.iqt_center {
    width: 420px;
    float: left;
    margin-left: 30px
}

.iqt_right {
    width: 300px;
    float: right
}



.fc_pic {
    position: relative;
    height: 360px;
    width: 1200px;
    margin: 0 auto;
}

.fc_pic .prev {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fc_pic .next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fc_pic .prev {
    background: url(style_res/picnews-arrow.png) -160px 8px no-repeat;
    right: 100%;
    margin-right: 30px;
}

.fc_pic .next {
    left: 100%;
    margin-left: 20px;
    background: url(style_res/picnews-arrow.png) -45px 8px no-repeat;
}

.fc_pic .next:hover, .fc_pic .prev:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.fc_pic .bd {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
}

.fc_pic .bd .tempWrap {
    width: 1200px;
    overflow: hidden !important;
}

.fc_pic .bd li {
    float: left;
    width: 300px;
    height: 240px;
    margin: 0 35px 0 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.fc_pic .bd li img {
    display: block;
    margin: 0 auto 0 auto;
    width: 300px;
    height: 194px;
}

.fc_pic .bd li span {
    display: block;
    text-align: center;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
}

.pic_k {
    display: block;
    width: 300px;
    height: 194px;
    overflow: hidden
}

.fc_pic .bd li:hover span {
    color: #cc0000
}



.lm_k {
    width: 100%;
    padding: 15px 0;
    height: auto;
    overflow: hidden;
    background: #ececec;
}

.lm_k select {
    font-size: 14px;
    line-height: 35px;
    width: 220px;
    height: 35px;
    border: #d6d6d6 1px solid;
    background: #ffffff;
}

.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: 1200px;
    margin: 20px auto;
    min-height: 385px;
}

.lm-left {
    width: 230px;
    float: left
}

.lm-left .left-lmname {
    background: #004a8e;
    height: 50px;
    line-height: 50px;
    padding: 13px 10px 5px 20px;
    overflow: hidden
}

.lm-left .left-lmname h1 {
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}


.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:hover a {
    color: #003a76;
    font-weight: bold;
    border-left: #003a76 4px solid; background: #ffffff;
}
.lm-left .list-sub li.active a {
    color: rgb(0, 55, 112); 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: rgb(29, 76, 144);
}
.lm-left .list-sub li.active a::before {
    background-color: rgb(29, 76, 144);
}
.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(style_res/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:#003a76}
.on_this a{border-left: #003a76 4px solid; background: #ffffff !important; font-weight: bold; color:#003a76 !important;}


.pic-list {
    width: 910px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.pic-list li {
    width: 286px;
    margin-right: 25px;
    float: left;
    margin-bottom: 0;
}

.pic-list li img {
    width: 276px;
    height: 180px;
    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;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lm-right {
    width:950px;
    float: right;
    margin-right: 0;
    border: #eaeaea 1px solid;
    background: #ffffff
}

.this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 40px;
    height: 40px;
padding: 7px 20px 7px 0;
    margin: 10px 0px 0 0px;
}

.this-name h1 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 46px;
    float: left;border-bottom: #0469b9 3px solid;
}

.this-name span {
    float: right;
    color: #666;
    font-size: 14px;
}

.lm-right .lm_list li span {    font-size: 13px;}



.this-name span a {
    color: #666
}
.lm-right .lm_list ul{
    min-height: 200px;
}
.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0px;
}

.lm-right .lm_list li {
    line-height: 46px;
    font-size: 15px;
    color: #999999;
    text-align: right;
    padding: 0 10px;
}

.lm-right .lm_list li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("style_res/ico_002.png") left center no-repeat;
text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    text-align: left;
}

.lm-right .lm_list li:hover {
    background: #ececec;
    color: #cc0000
}

.lm-right .lm_list li a:hover {
    background: url("style_res/ico_002.png") left center no-repeat #ececec;
    color: #cc0000
}

.lm-right .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: #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;
}



.content-main {
   // border: #dbdbdb 1px solid;
    overflow: hidden;
    margin: 20px auto;
    background: #ffffff;
    width: 1200px;
}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 40px auto 40px auto;
    padding: 0 40px;
}

.c-content .c-title {
    font-size: 30px;
    color: #222222;
    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;
    min-height: 500px;
}

.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("style_res/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 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #f1f1f1;
    height: 50px;
    padding: 0;
}

.i_link h2 {
    width: 100px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    float: left;
    color: #333333;
}

.i_link ul {
    float: right;
    width: 1200px;
    overflow: hidden;
}

.i_link li {
    color: #16459a;
    font-size: 15px;
    line-height: 50px;
    display: inline;
}

.i_link li a {
    color: #555555;
    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 0px solid !important;
    padding-left: 50px !important;
    line-height: 36px !important;
    height: 36px !important;
    background: url("style_res/ico_dd.png") 35px center no-repeat !important;
    display: block !important;
}

.three_nav li a:hover {
    background: url("style_res/ico_dd.png") 40px center no-repeat #ffffff !important;
    padding-left: 55px !important;
}

.three_on {
    background: url("style_res/ico_dd.png") 40px center no-repeat #ffffff !important;
    padding-left: 55px !important;
}






.footer {
    width: 100%;
    height:80px;
    border-top: #0d4589 6px solid;
    background: #f1f8ff;
    color: #222222;
    padding: 15px 0 15px 0;
    text-align: left;
}

.footer p {
    margin: 0;
    padding: 0;
    color: #0d4589;
    font-size: 15px;
    line-height: 30px;
    text-align: center;

}
.footer p a{color: #0d4589;}
.copright {
    width: 100%;
    text-align: left;
    margin: 10px auto 0 auto;
    line-height: 32px;
    font-size: 15px;
}

.copright a {
    color: #ffffff
}

.end_logo {
    float: left;
    background: url("style_res/end_logo.png") left center no-repeat;
    width: 360px;
    height: 112px;
}

.footer_right {
    width: 375px;
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}

.footer_right li {
    float: left;
    width: 90px;
    height: 110px;
    text-align: center;
    margin: 0 0 0 30px;
    opacity: 1
}

.footer_right li img {
    width: 90px;
    height: 90px;
    background: #e3f2ff;
}

.footer_right li i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    font-style: normal
}

.footer_right li img:hover {
    background: #ffffff
}


.dzphone{
    width: 1200px;
    margin: 30px auto;
    height: auto;    overflow: hidden;
}

.c-content .nr-info .vsbcontent_img {
text-align: center;
text-indent: 0;
}
.c-content .nr-info .vsbcontent_img img {width:60%;}
.c-content .nr-info table {width: 80%;margin: 0 auto;}
.c-content .nr-info table p {text-indent:0;}

.dzphone .slick-slider {
    margin: 20px auto;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;

}

.dzphone .ztimg {
    float: left
}

.dzphone .slick-list {
    width: 1224px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.dzphone  .slick-slider .slick-track,
.dzphone .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.dzphone  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dzphone  .slick-track:before,
.dzphone .slick-track:after {
    display: table;
    content: '';
}

.dzphone .slick-track:after {
    clear: both;
}

.dzphone  .slick-loading .slick-track {
    visibility: hidden;
}

.dzphone .slick-slide {
    width: 100%;
    display: none;
    float: left;
    min-height: 1px;
    padding: 0 0;
margin: 0 24px 0 0;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.dzphone .slick-slide a {
    display: block;
    width: 100%;
    overflow: hidden
}

.dzphone .slick-slide img {
display: block;
margin: 0 auto;
width:100%;
height:200px
}
.dzphone .slick-slide h2{
font-size: 15px;
    line-height: 40px;
    
    display: block;
    height: 40px;
    text-align: center;
}
.dzphone  .slick-slide.slick-loading img {
    display: none;
}

.dzphone  .slick-initialized .slick-slide {
    display: block;
}

.dzphone .slick-loading .slick-slide {
    visibility: hidden;
}

.dzphone .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.dzphone .slick-arrow.slick-hidden {
    display: none;
}

.dzphone .slick-prev, .zt_box .slick-next {
    display: block;
    width: 50px;
    height: 50px;
    top: 30%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 999
}

.dzphone .slick-prev {
    position: absolute;
    left: -80px;
    background:;
}

.dzphone  .slick-next {
    position: absolute;
    right: -80px;
    background:;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #0d4589!important;
    color: #fff;
    background-color: #0d4589!important;
}
.top_link span.csi2 {
    display: none;
}
.more_btn {
    float: right;
    margin-top: 10px;
}
.l-banner {
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}
h2.arti_title {
    text-align: center;
}
span.possplit {
    background: none;
    width: 20px;
    height: 20px;
    text-indent: 0;
    float: none !important;
text-align: center;
}
div#wp_paging_w6 li {
    padding: 0;
    background: none;
    line-height: inherit;
}
div#wp_paging_w6 li a {
    background: none;
    padding: 0;
    color: #999;
    height: auto;
    line-height: inherit;

    width: auto;

}
.lm-left .left-lmname h1 span {
    font-size: 22px;
    line-height: 36px;
}
.wp_articlecontent {
    padding-top: 30px;
}
.post.post1.post-11.mbox h2.focus-title {    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    padding: 0 10px;
    width: 60%;
     overflow:hidden; 
                text-overflow:ellipsis;
                white-space:nowrap;    line-height: 50px;}
.post.post1.post-11.mbox  .focus-title-bar {height: 50px; bottom:0px; left:0px; right:0px; margin-left:0px;}
.post.post1.post-11.mbox  .focus-title-bg {background-color: #000;}
.post.post1.post-11.mbox .focus-pagination
.post.post1.post-11.mbox  .focus-pagination {position:absolute;right: 14px;bottom: 46px;}
.post.post1.post-11.mbox  .focus-page {    float: left;
    margin-right: 4px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;    border-radius: 0;}

.post.post1.post-11.mbox  .focus-page:hover {font-size: 13px; color: #000; font-weight: bold; }
.post.post1.post-11.mbox  .focus-page-active {background-color: #c0672b;color:#fff;}

.post.post1.post-11.mbox .focus-navigation {opacity: 0.7;filter:alpha(opacity=70);}
.post.post1.post-11.mbox  .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.post.post1.post-11.mbox  .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.focus2.focus-box {
    min-height: 380px;
}
.focus-container {
    min-height: 380px;
}
a.focus-navigation.focus-next {
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(style_res/slider-news.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;    background-position: 8px 5px;
    font-size: 0;
}
a.focus-navigation.focus-prev {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(style_res/slider-news.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
 font-size: 0;
}
.more_btn a {
    color: #000;
    opacity: 0.5;
}
.more_btn a:hover {
    opacity: 1;
}
.lm-left .list-sub li.selected a {
    color: #003a76;
    font-weight: bold;
    border-left: #003a76 4px solid;
    background: #ffffff;
}
.wp_paging li input {
    margin-top: -2px;
}
ul.wp_paging.clearfix {
    min-height: auto;
}
dl.mobile_subNav strong {
        top: auto !important;
}
.ibanner.clear .focus-pagination {
    bottom: 20px;
    right: auto;
    width: 100%;
    text-align: center;
}
.ibanner.clear  .focus-page{
    display: inline-table;
    width: 30px;
    height: 5px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    outline: none;
    box-shadow: none;
    border-radius: inherit;
}
.ibanner.clear .focus-page-active{
    width: 30px;
    height: 5px;
    background: #cc0000;
    text-align: center;}
.fr.mobile {
    display: none;
}