  @font-face {
    font-family: 'HelLT55Rom';
    src: url('/theme/xww/font/HelLT55Rom.eot');
    src:
    url('/theme/xww/font/HelLT55Rom.eot?#font-spider') format('embedded-opentype'),
    url('/theme/xww/font/HelLT55Rom.woff') format('woff'),
    url('/theme/xww/font/HelLT55Rom.ttf') format('truetype'),
    url('/theme/xww/font/HelLT55Rom.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelLT35Thin';
    src: url('/theme/xww/font/HelLT35Thin.eot');
    src:
    url('/theme/xww/font/HelLT35Thin.eot?#font-spider') format('embedded-opentype'),
    url('/theme/xww/font/HelLT35Thin.woff') format('woff'),
    url('/theme/xww/font/HelLT35Thin.ttf') format('truetype'),
    url('/theme/xww/font/HelLT35Thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'georgiaBI';
    src: url('/theme/xww/font/georgiaBI.eot');
    src:
    url('/theme/xww/font/georgiaBI.eot?#font-spider') format('embedded-opentype'),
    url('/theme/xww/font/georgiaBI.woff') format('woff'),
    url('/theme/xww/font/georgiaBI.ttf') format('truetype'),
    url('/theme/xww/font/georgiaBI.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}
a,*{-webkit-tap-highlight-color: transparent;tap-highlight-color: transparent;}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

table{margin: 0 auto;border-collapse:collapse;border-spacing:0;width: 100% !important;max-width: 100% !important;}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
a,label{text-decoration:none; color:inherit; background:transparent; -webkit-tap-highlight-color: transparent;}
input[type="submit"],button {-webkit-appearance:none; /*去除input默认样式*/}


/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img{ -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.con_1000{ position:relative; margin:0 auto; width:1000px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

body{color: #474747; margin: 0 auto; background: #ffffff; min-width: 320px; font-size: 12px; line-height: 24px; font-family: "Microsoft Yahei",Helvetica,Arial,sans-serif;}
.w1200{width: 1200px;margin: 0 auto;}



.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(/theme/xww/images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(/theme/xww/images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #19408c;}

.header{width: 100%;background: #1b4596;}
.header .logo{height: 128px;line-height: 128px;}
.header .home{font-size: 14px;line-height: 128px;color: #ffffff;}
.header .home:hover{text-decoration: underline;}
.header .form{height: 44px;margin: 42px 30px 0 0;background: #ffffff;}
.header .form .text{width: 306px;height: 44px;border:none;background: none;text-indent: 20px;font-size: 14px;line-height: 44px;color: #444;}
.header .form .subm{width: 44px;height: 44px;border: none;background: #efb62c url(/theme/xww/images/searchBtn.png) no-repeat center;cursor: pointer;}
.header .searchBtn{width: 42px;height: 128px;background: url(/theme/xww/images/searchBtn.png) no-repeat center;cursor: pointer;display: none;}
.header .menuIcon{width: 24px;cursor: pointer;margin: 48px 0 0 20px;display: none;}
.header .menuIcon span{display: block;height: 3px;background: #fff;margin-top: 5px;position: relative;}

.nav{width: 100%;background: #1c4699;border-top: 1px solid #345ba7;}
.nav ul{font-size: 0;text-align: center;}
.nav ul .nLi{display: inline-block;*display: inline;*zoom:1;position: relative;}
.nav ul .nLi h3 a{display: block;padding: 0 40px;height: 51px;line-height: 51px;font-size: 18px;color: #ffffff;line-height: 51px;font-weight: normal;position: relative;}
.nav ul .nLi h3 a:before{content: "";width: 100%;height: 1px;background: #163a82;position: absolute;left: 0;top:-1px;filter: alpha(opacity=0);opacity: 0;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.nav ul .nLi.on h3 a,.nav ul .nLi:hover h3 a{background: #163a82;}
.nav ul .nLi.on h3 a:before,.nav ul .nLi:hover h3 a:before{filter: alpha(opacity=100);opacity: 1;}
.nav ul .nLi .navSub{width: 100%;position: absolute;left: 0;top:51px;z-index: 3;background: #fff;display: none;}
.nav ul .nLi .navSub ul{}
.nav ul .nLi .navSub ul li a{display: block;font-size: 14px;color: #1a1a1a;line-height: 24px;padding: 8px 0;}
.nav ul .nLi .navSub ul li a:hover{background: #163a82;color: #fff;}

.iMain{margin: 40px auto 72px;}
.iMain .isect1{margin-bottom: 32px;}
.iMain .isect1 .isect1_1{width: 48.7%;}
.iMain .isect1 .isect1_1 .inewsScroll{width: 100%;overflow: hidden;position: relative;}
.iMain .isect1 .isect1_1 .inewsScroll a{display: block;}
.iMain .isect1 .isect1_1 .inewsScroll a .pic{overflow: hidden;position: relative;margin-bottom: 30px;}
.iMain .isect1 .isect1_1 .inewsScroll a .pic em{display: block;height: 0;padding-bottom: 430px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.iMain .isect1 .isect1_1 .inewsScroll a .pic b{width: 100%;height: 100%;position: absolute;left: 0;top:0;z-index: 2;background: url(/theme/xww/images/gray30.png) repeat;filter: alpha(opacity=0);opacity: 0;}
.iMain .isect1 .isect1_1 .inewsScroll a:hover .pic em{-webkit-transform: scale(1.1);transform: scale(1.1);}
.iMain .isect1 .isect1_1 .inewsScroll a:hover .pic b{filter: alpha(opacity=100);opacity: 1;}
.iMain .isect1 .isect1_1 .inewsScroll a .text{padding-left: 72px;position: relative;}
.iMain .isect1 .isect1_1 .inewsScroll a .text .date{position: absolute;left: 0;top:0;}
.iMain .isect1 .isect1_1 .inewsScroll a .text .date em{display: block;padding-left: 4px;height: 48px;line-height: 48px;font-family: "HelLT55Rom";font-size: 46px;color: #333333;}
.iMain .isect1 .isect1_1 .inewsScroll a .text .date span{display: block;height: 26px;line-height: 26px;font-size: 14px;color: #4c4c4c;font-family: "HelLT35Thin";}
.iMain .isect1 .isect1_1 .inewsScroll a .text h5{line-height: 32px;margin-bottom: 6px;font-size: 18px;color: #1a1a1a;font-weight: normal;}
.iMain .isect1 .isect1_1 .inewsScroll a .text p{font-size: 14px;line-height: 24px;color: #4c4c4c;font-weight: 300;height: 48px;overflow: hidden;}
.iMain .isect1 .isect1_1 .inewsScroll a:hover .text h5,
.iMain .isect1 .isect1_1 .inewsScroll a:hover .text .date span,
.iMain .isect1 .isect1_1 .inewsScroll a:hover .text .date em{color: #1e4ba2;}
.iMain .isect1 .isect1_1 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets{height: 60px;line-height: 60px;position: absolute;left: 0;bottom: 116px;background: url(/theme/xww/images/gray60.png) repeat;z-index: 3;font-size: 0;}
.iMain .isect1 .isect1_1 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;background: #ffffff;opacity: 1;margin: 0 7px;}
.iMain .isect1 .isect1_1 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #efb62c;}


.ititle{height: 37px;padding-bottom: 14px;border-bottom: 2px solid #4b6eb5;font-size: 24px;color: #1a1a1a;line-height: 37px;font-weight: normal;}
.ititle .more{font-size: 14px;color: #4c4c4c;}
.ititle .more:hover{color: #1e4ba2;}

.iMain .isect1 .isect1_2{width: 48.7%;}
.iMain .isect1 .isect1_2 .ilist{padding-top: 13px;}
.iMain .isect1 .isect1_2 .ilist li{border-bottom: 1px dotted #afafaf;}
.iMain .isect1 .isect1_2 .ilist li a{display: block;padding: 4px 0 5px;width: 100%;}
.iMain .isect1 .isect1_2 .ilist li a span{display: block;font-size: 14px;line-height: 23px;color: #4c4c4c;font-weight: 300;}
.iMain .isect1 .isect1_2 .ilist li a h5{font-size: 16px;line-height: 27px;color: #1a1a1a;font-weight: normal;}
.iMain .isect1 .isect1_2 .ilist li a:hover{padding-left: 6px;}
.iMain .isect1 .isect1_2 .ilist li a:hover span,.iMain .isect1 .isect1_2 .ilist li a:hover h5{color: #1e4ba2;}

.iMain .isect2{margin-bottom: 64px;}
.iMain .isect2 .isect2_1{width: 48.7%;}
.iMain .isect2 .isect2_1 .isect2Srcoll{padding: 28px 20px 0 22px;overflow: hidden;position: relative;}
.iMain .isect2 .isect2_1 .isect2Srcoll .swiper-slide a{display: block;}
.iMain .isect2 .isect2_1 .isect2Srcoll .swiper-slide a .pic{border:1px solid #b3b3b3;border-radius: 6px;overflow: hidden;-webkit-box-shadow: 1px 1.732px 8px 0px rgba(0, 0, 0, 0.5);box-shadow: 1px 1.732px 8px 0px rgba(0, 0, 0, 0.5);}
.iMain .isect2 .isect2_1 .isect2Srcoll .swiper-slide a .pic em{display: block;width: 100%;height: 0;padding-bottom: 353px;background-position: center;background-repeat: no-repeat;background-size: cover;border-radius: 6px;}
.iMain .isect2 .isect2_1 .isect2Srcoll .swiper-slide a:hover .pic em{-webkit-transform: scale(1.05);transform: scale(1.05);}
.iMain .isect2 .isect2_1 .isect2Srcoll .swiper-slide a p{height: 46px;line-height: 46px;color: #1a1a1a;font-size: 16px;text-align: center;}
.iMain .isect2 .isect2_1 .isect2Srcoll .swiper-slide a p span{margin: 0 3px;}
.iMain .isect2 .isect2_1 .isect2Srcoll .swiper-slide a:hover p{color: #1e4ba2;}
.iMain .isect2 .isect2_1 .isect2Srcoll.swiper-container-horizontal > .swiper-pagination-bullets{height: 30px;line-height: 30px;font-size: 0;display: none;}
.iMain .isect2 .isect2_1 .isect2Srcoll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 4px;background: #1c4699;opacity: 1;}
.iMain .isect2 .isect2_1 .isect2Srcoll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #efb62c;}

.iMain .isect2 .isect2_2{width: 48.7%;}
.iMain .isect2 .isect2_3{width: 48.7%;}
.iMain .isect2 .isect2_2 .item{margin-bottom: 14px;}
.iMain .isect2 .isect2_2 .item:last-child{margin-bottom: 0;}

.list{padding-top: 17px;}
.list li a{display: block;height: 32px;padding-left: 19px;position: relative;line-height: 32px;}
.list li a:before{content: "";width: 5px;height: 5px;position: absolute;left: 3px;top:50%;margin-top: -2px;background: #333333;border-radius: 50%;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.list li a h5{font-size: 16px;color: #1a1a1a;font-weight: normal;max-width: 84%;}
.list li a span{font-size: 14px;color: #4c4c4c;font-weight: 300;}
.list li a:hover:before{width: 12px;height: 2px;border-radius: 0;background: #1e4ba2;}
.list li a:hover h5{padding-left: 6px;color: #1e4ba2;}

.iMain .isect2 .list{height: 160px;overflow: hidden;}

.footer{padding: 32px 0 30px;background: #19408c;font-size: 14px;line-height: 24px;color: #ffffff;}
.footer a:hover{text-decoration: underline;}
.footer .fLeft{max-width: 55%;}
.footer .fRight{width: 45%;}
.footer .fRight .marqueeleft{width: 100%;overflow: hidden;}
.footer .fRight .marqueeleft ul{float: left;}
.footer .fRight .marqueeleft ul li{float: left;}
.footer .fRight .marqueeleft ul li.placeHolder{width: 100px;height: 30px;}
.footer .fRight .marqueeleft ul li a{display: block;padding: 0 7px;position: relative;}
.footer .fRight .marqueeleft ul li a:before{content: "";width: 1px;height: 12px;background: #456199;position: absolute;left: 0;top:50%;margin-top: -6px;} 
.footer .fRight .marqueeleft ul:first-child li:first-child a{padding-left: 0;}
.footer .fRight .marqueeleft ul:first-child li:first-child a:before{display: none;}
.footer .fRight .container{width: 100%;position: relative;overflow: hidden;}
.footer .fRight .container .swiper-slide{width: auto;}
.footer .fRight .container .swiper-slide a{display: block;padding: 0 7px;position: relative;}
.footer .fRight .container .swiper-slide a:before{content: "";width: 1px;height: 12px;background: #456199;position: absolute;left: 0;top:50%;margin-top: -6px;} 
.footer .fRight .container .swiper-slide:first-child a{padding-left: 0;}
.footer .fRight .container .swiper-slide:first-child a::before{display: none;}

.nyWrap{margin: 20px auto 80px;min-height: 550px;}
.nyWrap .nyCont{width: 70%;}
.nyWrap .nyCont .nyTit{height: 65px;border-bottom: 1px solid #dbdbdb;margin-bottom: 22px;font-size: 24px;color: #1a1a1a;line-height: 65px;font-weight: normal;}

.newsList ul{padding-bottom: 38px;}
.newsList ul li{padding-bottom: 12px;border-bottom: 1px dotted #afafaf;margin-bottom: 12px;}
.newsList ul li h5{font-size: 18px;line-height: 34px;color: #1a1a1a;font-weight: normal;position: relative;height: 34px;}
.newsList ul li h5:before{content: "";width: 0;height: 2px;position: absolute;left: 3px;top:50%;margin-top: -1px;background: #1e4ba2;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.newsList ul li h5 a{display: inline-block;*display: inline;*zoom: 1;padding-right: 30px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;max-width: 90%;}
.newsList ul li.hot h5 a{background: url(/theme/xww/images/hotNews.png) no-repeat right top;}
.newsList ul li.top h5 a{background: url(/theme/xww/images/top.png) no-repeat right top;}
.newsList ul li.top.hot h5 a{background: url(/theme/xww/images/tHot.png) no-repeat right top;max-width: 82%;padding-right: 50px;}
.newsList ul li .info{font-size: 14px;line-height: 30px;color: #4c4c4c;font-weight: 300;}
.newsList ul li .info span.fl{margin-right: 24px;}
.newsList ul li .info span.fl.date{padding-left: 21px;position: relative;margin-right: 0;}
.newsList ul li .info span.fl.date:before{content: "";width: 1px;height: 14px;background: #dbdbdb;position: absolute;left: 0;top:50%;margin-top: -7px;}
.newsList ul li .info span.views{padding-left: 30px;background: url(/theme/xww/images/viewsIcon.png) no-repeat left center;margin-left: 23px;}
.newsList ul li .info .bdsharebuttonbox{padding-right: 15px;height: 30px;position: relative;}
.newsList ul li .info .bdsharebuttonbox:before{content: "";width: 1px;height: 14px;background: #dbdbdb;position: absolute;right: 0;top:50%;margin-top: -7px;}
.newsList ul li .info .bdsharebuttonbox .bds_more{width: 30px;height: 30px;padding: 0;margin: 0;background: none;position: relative;}
.newsList ul li .info .bdsharebuttonbox .bds_more:before{content: "";width: 14px;height: 14px;position: absolute;left: 50%;top:50%;margin: -7px 0 0 -7px;background: url(/theme/xww/images/shareIcon.png) no-repeat left top;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.newsList ul li .info .bdsharebuttonbox .bds_more:hover:before{background-position: left bottom;}
.newsList ul li:hover h5{color: #1e4ba2;padding-left: 16px;}
.newsList ul li:hover h5:before{width: 8px;}


.page{display: flex;align-items: center;}
.page a{display: block;width: 32px;height: 32px;border:1px solid #dbdbdb;margin: 0 5px;font-size: 14px;color: #4c4c4c;line-height: 32px;text-align: center;}
.page a.prev,.page a.next{background: url(/theme/xww/images/arrow.png) no-repeat left top;}
.page a.next{background-position: right top;}
.page a:hover,.page a.on{background-color: #19408c;border-color: #19408c;color: #fff;}
.page a.prev:hover{background-position: left bottom;}
.page a.next:hover{background-position: right bottom;}
.page form{display: flex;align-items: center;}
.page form .go{width: 34px;height: 34px;border:1px solid #19408c;background-color: #19408c;color: #fff;text-align: center;line-height: 32px;cursor: pointer;}
.page input[type='text']{width: 48px;height: 32px;float: left;border:1px solid #dbdbdb;text-align: center;font-size: 14px;color: #4c4c4c;line-height: 32px;border-right: none;}


.nyWrap .nySide{width: 26.6%;}
.nyWrap .nySide .tit{height: 65px;border-bottom: 1px solid #dbdbdb;margin-bottom: 20px;padding-left: 16px;position: relative;font-size: 18px;color: #1a1a1a;line-height: 65px;font-weight: normal;}
.nyWrap .nySide .tit:before{content: "";width: 4px;height: 18px;background: #1e4aa1;position: absolute;left: 0;top:50%;margin-top: -9px;}
.nyWrap .nySide ul{margin-bottom: 6px;}
.nyWrap .nySide ul li a{padding: 0 30px;height: 38px;position: relative;line-height: 38px;font-size: 16px;color: #1a1a1a;}
.nyWrap .nySide ul li a span{position: absolute;left:0;top:0;font-size: 16px;color: #808080;font-family: "georgiaBI";}
.nyWrap .nySide ul li a span.red{color: #f01414;}
.nyWrap .nySide ul li a span.blue{color: #1f4ba3;}
.nyWrap .nySide ul li a:hover{color: #1e4ba2;}

.passage{padding-top: 30px;}
.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 20px;color: #1a1a1a;line-height: 28px;font-weight: normal;margin-bottom: 10px;}
.passage .psgTit h5.subTit{font-size: 18px;}
.passage .psgTit .info{font-size: 14px;line-height: 22px;color: #808080;}
.passage .psgTit .info span{margin: 0 4px;}
.passage .psgCont{font-size: 16px;line-height: 32px;color: #333333;padding-bottom: 60px;border-bottom: 1px solid #d1d1d1;margin-bottom: 52px;min-height: 300px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgCont img{height: auto !important;}
.passage .psgBtm{position: relative;padding: 0 235px 0 0;}
.passage .psgBtm ul li{font-size: 16px;line-height: 34px;color: #3a502a;}
.passage .psgBtm ul li a{color: #333333;}
.passage .psgBtm ul li a:hover{color: #19408c;text-decoration: underline;}
.passage .psgBtm .bdsharebuttonbox{height: 56px;width: 165px;padding-left: 49px;border-left: 1px solid #d1d1d1;position: absolute;right: 0;top:5px;}
.passage .psgBtm .bdsharebuttonbox span{font-size: 16px;line-height: 34px;color: #000000;margin: 12px 3px 0 0;}
.passage .psgBtm .bdsharebuttonbox .shareItem{width: 34px;height: 34px;margin: 12px 20px 0 0;padding: 0;background: url(/theme/xww/images/shareIcon2.png) no-repeat left top;}
.passage .psgBtm .bdsharebuttonbox .shareItem.bds_tsina{margin-right: 0;background-position: -34px top;}


.ePaperWrap{width: 100%;min-height: 650px;position: relative;margin-bottom: 60px;}
.ePaperWrap:before{content: "";width: 100%;height: 58px;position: absolute;left: 0;top:0;background: #173b84;}
.ePaperWrap .w1200{position: relative;z-index: 3;}
.ePaperWrap .ePaperPic{width: 488px;height: 696px;background: #fff;border:1px solid #adadad;position: relative;margin-top: 16px;}
.ePaperWrap .ePaperPic img{width: 100%;height: 100%;}
.ePaperWrap .ePaperPic a{position: absolute;left: 0;top:0;}
.ePaperWrap .ePaperPic a:before{content: "";width: 100%;height: 100%;background: rgba(241, 76, 115, 0.3);position: absolute;left: 0;top:0;filter: alpha(opacity=0);opacity: 0;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.ePaperWrap .ePaperPic a:hover:before{filter: alpha(opacity=100);opacity: 1;}
.ePaperWrap .ePaperCont{width: 680px;}
.ePaperWrap .ePaperCont .top{padding: 15px 0;}
.ePaperWrap .ePaperCont .top select{width: 98px;height: 28px;background: #ffffff;border:none;cursor: pointer;font-size: 14px;color: #4a4a4a;line-height: 28px;}
.ePaperWrap .ePaperCont .top select.select2{margin-left: 20px;width: 157px;}
.ePaperWrap .ePaperCont .top p{font-size: 14px;color: #ffffff;line-height: 28px;}
.ePaperWrap .ePaperCont .top p a,.ePaperWrap .ePaperCont .top p span{margin-left: 8px;}
.ePaperWrap .ePaperCont .top p a:hover{text-decoration: underline;}
.ePaperWrap .ePaperCont .item{margin-top: 25px;}
.ePaperWrap .ePaperCont .item .title{height: 44px;padding: 0 0 0 24px;background: #1f4ba3;font-size: 16px;color: #ffffff;line-height: 44px;font-weight: normal;}
.ePaperWrap .ePaperCont .item .cont{border:1px solid #dbdbdb;border-top: none;position: relative;min-height: 120px;padding: 23px 22px;}
.ePaperWrap .ePaperCont .item.item1 .cont{padding-top: 16px;min-height: 300px;}
.ePaperWrap .ePaperCont .item.item1 .title span{width: 26%;box-sizing: border-box;padding-left: 40px;}
.ePaperWrap .ePaperCont .item.item1 .cont:before{content: "";width: 16px;height: 100%;background: #f1f1f1;position: absolute;top:0;right: 26%;}
.ePaperWrap .ePaperCont .item.item1 .cont .left{width: 64%;}
.ePaperWrap .ePaperCont .item.item1 .cont .left .paperList li a{height: 34px;line-height: 34px;font-size: 16px;color: #3d3d3d;font-weight: 300;}
.ePaperWrap .ePaperCont .item.item1 .cont .left .paperList li a:hover{color: #1e4ba2;}
.ePaperWrap .ePaperCont .item.item1 .cont .right{width: 26%;box-sizing: border-box;padding-left: 40px;}
.ePaperWrap .ePaperCont .item.item1 .cont .right ul li a{font-size: 14px;line-height: 32px;color: #3d3d3d;font-weight: 300;}
.ePaperWrap .ePaperCont .item.item1 .cont .right ul li a:hover{color: #1e4ba2;}
.ePaperWrap .ePaperCont .item .recomNews{width: 100%;position: relative;overflow: hidden;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a{display: block;margin-right: 114px;position: relative;padding-left: 209px;height: 120px;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a .pic{width: 180px;height: 0;padding-bottom: 120px;position: absolute;left: 0;top:0;overflow: hidden;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a:hover .pic em{-webkit-transform: scale(1.05);transform: scale(1.05);}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a .text{padding-top: 10px;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a .text h5{font-size: 16px;line-height: 24px;color: #333333;font-weight: normal;height: 48px;overflow: hidden;margin-bottom: 14px;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a .text span{display: block;font-size: 16px;line-height: 24px;color: #808080;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a:hover .text h5{color: #1e4ba2;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-button-next{width: 40px;height: 40px;padding: 0;margin: 0;left: auto;right: 0;top:auto;bottom: 22px;background: url(/theme/xww/images/arrow1.png) no-repeat left top;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-button-next:hover{background-position: left bottom;}
.ePaperWrap .ePaperCont .item.item3 .cont{max-height: 540px;overflow: auto;}
.ePaperWrap .ePaperCont .item.item3 .cont .passage .psgCont{margin-bottom: 0;border-bottom: none;}

@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}

.header .logo img{height: 50px;}
.header .form .text{width: 260px;}
.nav ul .nLi h3 a{padding: 0 28px;}

.list li a h5{max-width: 70%;}

.ePaperWrap .ePaperPic{display: none;}
.ePaperWrap .ePaperCont{width: 100%;}
.ePaperWrap:before{display: none;}
.ePaperWrap .w1200{padding: 0;}
.ePaperWrap .ePaperCont .top{padding: 15px 5%;background: #173b84;}
.ePaperWrap .ePaperCont .item{width: 90%;margin: 25px auto 0;}
.ePaperWrap .ePaperCont .item.item3 .cont{max-height: none;}
}

@media screen and (max-width: 1024px){
.header .form,.header .home,.nav{display: none;}
.header .menuIcon,.header .searchBtn{display: block;}

.iMain .isect1 .isect1_1,.iMain .isect1 .isect1_2,.iMain .isect2 .isect2_1,.iMain .isect2 .isect2_2,.iMain .isect2 .isect2_3{width: 100%;}
.iMain .isect1 .isect1_1,.iMain .isect2 .isect2_1,.iMain .isect2 .isect2_2{margin-bottom: 20px;}
.iMain .isect2 .isect2_1 .isect2Srcoll{padding-bottom: 40px;}
.iMain .isect2 .isect2_1 .isect2Srcoll.swiper-container-horizontal > .swiper-pagination-bullets{display: block;bottom: 0px;}

.footer{text-align: center;}
.footer .fLeft{margin-bottom: 10px;}
.footer .fLeft,.footer .fRight{width: 100%;max-width: none;}
.footer .fRight .marqueeleft{width: 494px;margin: 0 auto;}

.nyWrap .nySide ul li a{padding: 0 0 0 18px;}

.ePaperWrap .ePaperCont .item .title{padding-left: 12px;}
.ePaperWrap .ePaperCont .item .cont,.ePaperWrap .ePaperCont .item.item1 .cont{padding: 10px;}
.ePaperWrap .ePaperCont .item.item1 .title span,.ePaperWrap .ePaperCont .item.item1 .cont .right{padding-left: 16px;}

.ePaperWrap .ePaperCont .top p{width: 100%;margin-top: 12px;}
.ePaperWrap .ePaperCont .top p span:first-child{margin-left: 0;}

}
@media screen and (max-width: 768px){
.header .logo,.header .searchBtn{height: 80px;line-height: 80px;}
.header .logo img{height: 32px;}
.header .menuIcon{margin: 28px 0 0 0;}

.nyWrap .nyCont,.nyWrap .nySide{width: 100%;}
.nyWrap .nySide{margin-top: 30px;}
.newsList ul li .info .bdsharebuttonbox{display: none;}
.newsList ul li .info span.views{float: left;margin-left: 0;}
.newsList ul li .info span.fl.date{margin-right: 24px;}

.passage .psgTit h5{font-size: 20px;}
.passage .psgTit h5.subTit{font-size: 16px;line-height: 24px;}
.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .bdsharebuttonbox{display: none;}

.ePaperWrap .ePaperCont .item.item1 .title span{display: none;}
.ePaperWrap .ePaperCont .item.item1 .cont{min-height: 120px;}
.ePaperWrap .ePaperCont .item.item1 .cont:before{display: none;}
.ePaperWrap .ePaperCont .item.item1 .cont .left,.ePaperWrap .ePaperCont .item.item1 .cont .right{width: 100%;}
.ePaperWrap .ePaperCont .item.item1 .cont .right{padding-left: 0;display: none;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a{margin-right: 54px;padding-left: 190px;}


}

@media screen and (max-width: 500px){
.footer .fRight .marqueeleft{width: 100%;}   
}

@media screen and (max-width: 468px){
.header .logo img{height: 25px;}

.iMain{margin-bottom: 40px;}
.iMain .isect2{margin-bottom: 0;}
.iMain .isect2 .isect2_1 .isect2Srcoll .swiper-slide a .pic em{padding-bottom: 140%;}
.iMain .isect1 .isect1_1 .inewsScroll a .pic em{padding-bottom: 73%;}
.list li a h5{max-width: 74%;}

.iMain .isect1 .isect1_2 .ilist li:nth-child(6),.iMain .isect1 .isect1_2 .ilist li:nth-child(7),.iMain .isect1 .isect1_2 .ilist li:nth-child(8){display: none;}
.list li a:hover h5{padding-left: 0;}
.iMain .isect1 .isect1_2 .ilist li a:hover{padding-left: 0;}

.newsList ul li .info span.fl:nth-child(2){display: none;}
.nyWrap .nySide ul li:nth-child(5),.nyWrap .nySide ul li:nth-child(6),.nyWrap .nySide ul li:nth-child(7){display: none;}

.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a{height: auto;padding: 0;margin: 0;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a .pic{position: relative;padding-bottom: 66.67%;width: 100%;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a .text{margin-right: 44px;}
.ePaperWrap .ePaperCont .item .recomNews .swiper-slide a .text h5{height: auto;max-height: 48px;}

.page{text-align: center;}
.page a.num{display: none;}
.page a.num.on{display: inline-block;}
}


/*20191114-添加手机专属页面*/



.wapNyWrap{display: none;background: #f5f5f5 url(../images/wapNyWrapBg.jpg) no-repeat center top;margin: 0 auto;padding-bottom: 40px;}
.wapNyWrap .picList{}
.wapNyWrap .nyCont{padding-top: 10px;}
.wapNyWrap .nyCont.noBg{background: none;}

.wapPicList li{margin-bottom: 10px;padding: 10px;background: #ffffff;}
.wapPicList li a{display: block;position: relative;}
.wapPicList li a em{display: block;width: 100%;height: 0;padding-bottom: 56.25%;background-repeat: no-repeat;background-position: center;background-size: cover;border-radius: 3px;}
.wapPicList li a h5{position: absolute;left: 0;bottom: 0;width: 100%;box-sizing: border-box;padding: 0 10px;height: 40px;background: rgba(0,0,0,0.5);text-align: center;line-height: 40px;font-size: 15px;color: #ffffff;font-weight: normal;border-radius: 0 0 3px 3px;}



.wapNewsList li{margin-bottom: 10px;}
.wapNewsList li a{display: block;padding: 15px 18px 25px;background: #ffffff;}
.wapNewsList li a h5{font-size: 15px;line-height: 33px;color: #1a1a1a;font-weight: normal;}
.wapNewsList li a span{display: block;font-size: 12px;line-height: 20px;color: #b8b8b8;margin-bottom: 9px;}
.wapNewsList li a p{font-size: 13px;line-height: 23px;color: #6b6b6b;max-height: 46px;overflow: hidden;}
.wapNewsList li a:hover h5{color: #19408c;}


.wapNewsList1 li{margin-bottom: 10px;}
.wapNewsList1 li:first-child a{padding-top: 23px;}
.wapNewsList1 li a{display: block;padding: 10px;background: #fff;}
.wapNewsList1 li a .pic{position: relative;margin-bottom: 15px;}
.wapNewsList1 li a .pic em{display: block;width: 100%;height: 0;padding-bottom: 56.25%;background-repeat: no-repeat;background-position: center;background-size: cover;border-radius: 3px;}
.wapNewsList1 li a h5{position: absolute;left: 0;bottom: 0;z-index: 2;width: 100%;background: rgba(0,0,0,0.5);box-sizing: border-box;padding: 0 14px;border-radius: 0 0 3px 3px;font-size: 15px;color: #ffffff;line-height: 40px;font-weight: normal;}
.wapNewsList1 li a p{margin-bottom: 3px;font-size: 13px;line-height: 23px;color: #6b6b6b;max-height: 46px;overflow: hidden;}
.wapNewsList1 li a span{display: block;font-size: 12px;line-height: 20px;color: #b8b8b8;}



@media screen and (max-width: 768px){

.pcNyWrap{display: none;}
.wapNyWrap{display: block;}



}

@media screen and (max-width: 468px){
	
}


