/* fonts */
@font-face {
font-family: 'myfont';
src: url('cococola.ttf') format('truetype');
}
@font-face {
font-family: 'Englishfont';
src: url('Rubik.ttf') format('truetype');
}
@font-face {
font-family: 'mainfont';
src: url('fangzheng.woff');
}
@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

@charset "UTF-8";
/* Base Reset */
* {margin: 0;padding: 0;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-y: scroll; font-family: 'mainfont';}
:focus { outline:0;}
img { border:0;}
a img { vertical-align: middle;}
body {line-height: 1;font-family: 'mainfont';}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

body,p { font:14px; color: #333; }
a{ text-decoration: none; color: #333;}
a:hover{ text-decoration: none; color: #EC3C1B; }
.wp-wrapper { width: 100%; background-color: #fff;}
.wp-wrapper .wp-inner { width:100%; margin:0 auto;}
.wp-navi .wp-inner{}

/**头部**/
.wp-header { background:#fff;height:30px;}
.wp-header .wp-inner{background-color:#2367CD;height:30px;}
.wp-header .wp-inner p{line-height:30px;font-size:16px;color:#F9F9F9;text-align:center;font-weight:bold;}
.pmd{
			width: 100%;
			white-space: nowrap;
			overflow: hidden;
                        padding-left:45%;
		}
		.words {
                        font-family: 'myfont';
			position: relative;
			width: fit-content;
			animation:move 15s linear infinite;
                        
		}
		.words::after{
			position: absolute; 
			right:-100%;
			content:attr(text);
		}

		@keyframes move {
			0% {
				transform: translateX(0);
			}
			100% {
				transform: translateX(-100%);
			}
		}
 /**
  * [站点LOGO]
  */
.logo-panel { float: left;}
.logo-window { padding: 2% 0; margin-left:10px;}
.logo-window img { vertical-align: middle;}

.wp-head-tools { float: right;}
/**
 * [语言选择]
 */
.lang-panel { float: right; margin-right: 10px;}
.lang-window { padding: 6% 0; }
.lang-window .wp-menu .menu-item { float: left;}
.lang-window .wp-menu .menu-item a.menu-link { display: inline-block; margin:0 3px; height: 20px; line-height: 20px; font-size: 14px; color: #EBB428;}
.lang-window .wp-menu .menu-item a.menu-link:hover { text-decoration: underline; color: blue;}
/**
 * [搜索]
 */
.search-panel { float: right; clear: right; width:16%; margin-right: 10px; margin-bottom: 12px;margin-top:35px;}
.search-window { overflow: hidden;}
.wp-search {  position: relative;}
.wp-search form { display: block;}
.wp-search .search-input { margin-left:10px; margin-right: 40px; }
.wp-search .search-input input.search-title { width: 100%; height: 20px; line-height: 20px; border:0; outline: 0; background: none; color: #fff; font-size: 16px; padding: 7px 0;}
.wp-search .search-btn { width: 40px; height: 34px; position: absolute; right: 0; top:50%; margin-top: -17px;}
.wp-search .search-btn input.search-submit { width: 100%; height: 34px; border:0; outline: 0; background: url(img/search.png) no-repeat center; cursor: pointer;}
/**
 * [顶部副导航]
 */
.top-nav-panel { float: right; margin-bottom: 12px; margin-right: 6px;}
.top-nav-panel .wp-menu .menu-item { float: left; display: inline-block;}
.top-nav-panel .wp-menu .menu-item a.menu-link { display: inline-block; margin: 0 6px; height: 36px; line-height: 36px; color: #fff; font-size: 16px;}
.top-nav-panel .wp-menu .menu-item a.menu-link:hover{ text-decoration: underline; color: #d5d5d5;}

/**主导航**/
.wp-navi { background-color: white; font-weight:bold; height:160px; color:#555555; position:relative;z-index:1000;}
.main-nav-logo{float:left; width:360px;height:160px; }
.main-nav-panel {width:840px;float:left;height:160px;}
.menu-switch-arrow { display: none;}
.main-nav-panel .wp-menu { margin:0 auto;margin-top:60px; width:100%;display:flex;}
.main-nav-panel .wp-menu .menu-item { display: inline-block; float: left; position: relative; z-index: 100;    line-height: 48px;
            height: 100%;
            list-style: none;
            width: calc(100%/8);
            box-sizing: border-box;}
.main-nav-panel .wp-menu .menu-item a.menu-link { display: inline-block; padding:0 8px;  line-height: 33px; color: #555; font-size: 18px; }

.main-nav-panel .wp-menu .menu-item:last-child span{dispaly:none;}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover { text-decoration: none;color:#2367CD;  }
.main-nav-panel .sub-menu {background-color: #3872A9; display: none;  z-index: 1000;position: absolute;}
.main-nav-panel .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;border-bottom: 1px solid #ddd;width:100%}
.main-nav-panel .sub-menu .sub-item a { display: block; color: #fff; line-height: 32px; padding:0 10px; display: block; }
.main-nav-panel .sub-menu .sub-item a:hover { color: #e99839; display: block;}
.main-nav-panel .sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background-color: #3872A9; border-left: 1px solid #ddd; position: absolute;}
/**slide导航**/
.wp-navi .navi-slide-head { display: none; padding:0 10px; height: 40px;}
.wp-navi .navi-slide-head .navi-slide-title { display: inline-block; float: left; font-weight: normal; color: #212121; font-size: 18px; line-height: 40px;}
.wp-navi .navi-slide-head .navi-slide-arrow { display: block; width: 34px; height: 40px; float: right; background: url(img/menu-icon-arrow.png) no-repeat 50%;}

/**aside导航**/
.navi-aside-page {position: fixed;}
.navi-aside-toggle { display: block; width:34px; height: 34px; background: url(img/menu-icon-arrow.png) no-repeat 50%; cursor: pointer; position: absolute; left: 0; top:50%; margin-top: -17px; display: none;}
.wp-navi-aside { display: none; position: fixed; left: 0; top:0; bottom: 0; right: 0; z-index: 1000; }
.wp-navi-aside .navi-aside-mask { width: 100%; height: 100%; background: rgba(0,0,0,.1); }
.wp-navi-aside-active { display: block;}
.wp-navi-aside .aside-inner {position: fixed;top: 0;bottom: 0;left: -216px;z-index: 1002;width: 216px;max-width: 100%;background: #252525; overflow-y: auto;-webkit-overflow-scrolling: touch; }
.wp-navi-aside .aside-inner:after {content: "";display: block;position: absolute;top: 0;bottom: 0;right: 0;width: 1px;background: rgba(0,0,0,.6);box-shadow: 0 0 5px 2px rgba(0,0,0,.6);}
.wp-navi-aside .navi-aside-head { margin-top: 0;border-top: 1px solid rgba(0,0,0,.3);background: #333;box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-head .navi-aside-title { padding:7px 10px; font-weight: normal; color: #777; font-size: 14px;}
.wp-navi-aside .navi-aside-wrap { color: #aaa;border-bottom: 1px solid rgba(0,0,0,.3);box-shadow: 0 1px 0 rgba(255,255,255,.05);}
.wp-navi-aside .navi-aside-wrap li { position: relative;}
.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow { display:block; cursor: pointer; width:50px; height: 35px; position: absolute; right: 0; top:0px; color: #f6f6f6; font-size: 14px; background: url(img/menu-switch-arrow.png) no-repeat 30px -25px;}
.wp-navi-aside .navi-aside-wrap li .menu-open-arrow { background-position: 20px 12px;}
.wp-navi-aside .navi-aside-wrap li a { display: block; text-decoration: none; color: #c7c7c7; font-size: 14px; line-height: 20px; padding: 8px 30px 8px 15px;border-top: 1px solid rgba(0,0,0,.3);box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-wrap li a:hover,.wp-navi-aside .navi-aside-wrap li a:focus { background-color: #404040; color: #fff; outline: 0;}
.wp-navi-aside .navi-aside-wrap li .sub-menu { display: none; background-color: #2e2e2e;}
.wp-navi-aside .navi-aside-wrap li .sub-menu li a { padding-left: 20px; }
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu { background-color: #333}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a { padding-left: 30px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu { background-color: #343434;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a { padding-left: 40px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu { background-color: #373737;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a { padding-left: 50px;}
/**焦点图片**/
.wp-focus { background-color:#EFF3F5;}
.wp-focus .inner{width:100%;}
.fcous-panel { width: 1200px;height:400px;margin:0 auto;}
.fcous-panel .focus-window { width: 1200px; ;height:400px;overflow: hidden;}

/**
 * 主体
 */
.section1{background-color:#F9F9F9;padding:30px 10px;}
.section2{background-color:#FFF;padding:30px 10px;}
.section3{background-color:#F9F9F9;padding:30px 10px;}
.section4{padding:30px;}
.wp-container { min-height:430px; max-width:100%; margin: 0 auto; }

.wp-main-page .box{ width:96%;padding:2%;min-height:265px;}
.wp-main-page .box-s{ width:96%;padding:2%;background-color:#f4f4f4;min-height:272px;}
.wp-main-page .box .tbox-left { width:60.4%; float: left;}
.wp-main-page .box .tbox-right { width: 37.5%; float: right;}
.wp-main-page .content { position:relative;width:1200px;margin:0 auto;}
.wp-main-page .content .cbox-left { width:700px; float: left;}
.wp-main-page .content .cbox-right { width: 480px; float: right;margin-top:10px;}
.wp-main-page .content .ccbox-left { width:585px; float: left;}
.wp-main-page .content .ccbox-right { width:585px; float: right;margin-left:30px; }
.wp-main-page .sidebar { position:relative;}
.wp-main-page .sidebar .sbox {width:390px;float:left;}
.wp-main-page .sidebar .ssbox {width:390px;float:left;padding:0px 5px 0px 25px;}
.wp-main-page .sidebar .centerinfo{width:390px;float:right;text-align:center;}
.wp-main-page .sidebar .centerinfo a{color:#FEC912;}
.wp-main-page .sidebar .centerinfo a:hover{color:#EEE;}
.email{width:370px;float:right; border:1px solid #EEEEEE;padding-top:10px;padding-bottom:20px;}
.emailname{font-family: 'myfont';background-color:#2367CD;width:200px;height:40px;font-size:20px;color:white;font-weight:bold;line-height:40px; margin:20px auto;}
.emailaddress{color:black;font-weight:bold;font-size:20px;font-family: 'Englishfont'}
.sendemail{font-size:12px;margin-top:8px;}
.djsc{font-family: 'myfont';width:370px;float:right;color:white;font-size:20px;font-weight:bold;margin-top:20px;height:50px;line-height:50px;text-shadow: 0 1px 1px #333;position: relative;background: linear-gradient(225deg, transparent 18px, #B93C28 0 );}
.djsc::after{
            content: "";
            position: absolute;
            right: 0px;
            top:0px;
            background: linear-gradient(-135deg, transparent 50%, #F1878C 0);
            width: 25px;
            height:  25px;
            border-bottom-left-radius: 3px;
            box-shadow: -0.2em 0.2em 0.2em #7a3a44;
    }
.wp-main-page .sidebar1 { position:relative;background-color:#f1f1f1; height:96px;}
.wp-main-page .sidebar1 .sbox1 {padding:21px 4%;height:54px;}
.news_1 .news_meta img{height:100%;}


.wp-post {}
.wp-post .post-head { height: 38px;  margin-bottom: 1px;}
.wp-post .post-head .head-bar { position: relative; border-bottom:2px solid #ACACAC;}
.wp-post .post-head .head-bar1 { position: relative;background-color:#d9e2eb;}
.wp-post .post-head .post-title { font-family: 'myfont';display: inline-block; height: 30px; line-height: 30px; font-size: 24px; font-weight: bold;color:#1b1b1b; padding-right:1%;}
.wp-post .post-head .post-title1 { display: inline-block; height: 38px; line-height: 38px; font-size: 17px; font-weight: normal;color:#1b1b1b;padding:0 1.6%;}
.wp-post .post-head .post-more { height: 20px; line-height: 20px; position: absolute; right: 0; top: 50%; margin-top: -10px;font-size: 12px; font-weight: normal;color:#1b1b1b;font-family:"Arial";padding-right:3%;}
.wp-post .post-head .post-more1 { height: 20px; line-height: 20px; position: absolute; right: 0; top: 50%; margin-top: -10px;font-size: 12px; font-weight: normal;color:#1b1b1b;font-family: 'mainfont';padding-right:1.6%;}
.wp-post .post-head .post-more a { color: #2BA3E8; text-decoration: none;font-size:14px;font-weight:bold;font-family: 'Englishfont';}
.section3 .wp-post .post-head .post-more a{color:#65B770;}
.section4 .wp-post .post-head .post-more a{color:#A895C7;}
.wp-post .post-body {}
.post-news .news-item {  line-height: 32px; vertical-align: top; overflow: hidden; position: relative;padding-left:5px;}
.post-news .news-item1 {  width:100%; vertical-align: top; overflow: hidden; position: relative;}
#wp_news_w9 .post-news .item-2{margin:0 1.7%;}
.post-news .news-item .meta-title { display: block; margin-right: 10px; overflow: hidden; }
.post-news .news-item .meta-time { display: block; text-align: right; width: 100px; height: 20px; line-height: 20px; position: absolute; right: 0; top:50%; margin-top: -10px; color: #999; }
.english{ font-family: 'Englishfont';font-size: 16px; font-weight: normal;color:#4e4e4e;padding-left:1%;}

.news_img{    width: 100%;
    height: 190px;
    position: relative;
    margin: 5px 0px;box-shadow:0px 0px 3px #898989;}

.news_img img{width:400px;height:190px;transition:all ease-out 0.3s;}
.post-news li.item-1 .news_img img{float:left;}
.post-news li.item-2 .news_img img{float:right;}
.news_img:hover img{
	

	}

.item-1 .news_img:hover img{

}	
.biaoti_fb a{color:#fff; font-size:20px;font-family: 'myfont';text-shadow: 0 1px 3px #222;}
li.item-1 .xianshi{width:320px;height:100%;position:absolute;top:0%;right:0%;background:linear-gradient(to left,#FF9914 96%,transparent);}
li.item-2 .xianshi{width:320px;height:100%;position:absolute;top:0%;left:0%;background:linear-gradient(to right,#2BA3E8 96%,transparent);}
li.item-1 .biaoti_fb{line-height: 40px;font-size:18px;font-weight:bold;color:#fff;float:right;width:300px;margin:40px 0px;height:190px;}
li.item-1 .biaoti_fb a{float:right;}
li.item-2 .biaoti_fb{line-height: 40px;font-size:18px;font-weight:bold;color:#fff;width:300px;float:left;margin:40px 20px;height:190px;}


/**列表页**/
	.wp-banner { background-color: #ececec;}
	.wp-banner .wp-inner { position: relative;}
	.wp-banner .column-name { display: none; height: 24px; line-height: 24px; font-size: 18px; color: #fff;text-shadow:2px 2px 2px #000000; overflow: hidden; position: absolute; left: 6px; right: 6px; top :50%; margin-top: -12px;}
	/**列表页banner图**/
	.banner img { width: 100%; vertical-align: top; }
	
.wp-column-menu { font-family: 'myfont';width: 220px; background-color: #f5f5f5; position: relative; float: left; margin-right: -220px;}
.wp-column-news { float: left; margin-left:20px; width: 96%;}
.wp-column-news .column-news-box { margin-left: 240px; margin-right: 15px;}

/**栏目列表**/
.column-head { background: #2367CD; line-height: 24px; }   /**位置栏目背景**/
.column-head .column-anchor {padding: 10px;font-size:24px; }
.column-head .column-anchor .column-switch { display: block; width: 30px; height: 24px; float: right; display: none; background: url(img/menu-dot.png) no-repeat center;}
.column-head .column-anchor h3.anchor-title { display: inline-block; font-size:22px; text-align:center; font-weight:bold; color:#fff;width:100%; }		/**位置栏目字体**/

.column-list-wrap li { width: 100%; vertical-align: bottom;  }
.column-list-wrap li a { display: block; width: 100%; border-bottom:0; font-size: 18px; color: #383838; background:url(img/black-square.png) no-repeat 10px 12px;background-color:#F5F5F5;}
.column-list-wrap li a:hover {  text-decoration: none; background-color: #E8E8E8;}
.column-list-wrap li.selected a.selected { background:url(img/blue-square.png) no-repeat 10px 12px; background-color: #E8E8E8;color:#2367CD;}
.column-list-wrap li a span { display: block; padding: 10px; padding-left: 40px; line-height: 22px; font-weight:bold;}
.column-list-wrap .sub-list li a {  background-position: 18px 11px; font-size: 14px; background-color: #fff;}
.column-list-wrap .sub-list li a:hover { background-color: #D6D6D6; color: #121212; }
.column-list-wrap .sub-list li.selected a.selected { background-color: #666; color: #fff; background-position: 18px 11px;}
.column-list-wrap .sub-list li a span { padding: 4px 10px; padding-left: 28px; line-height: 18px; }
.column-list-wrap .sub-list .sub-list li a { font-size: 13px; background-position: 26px 10px; background-color: #f5f5f5;}
.column-list-wrap .sub-list .sub-list li.selected a.selected { background-position: 26px 10px;}
.column-list-wrap .sub-list .sub-list li a span { padding-left: 36px; line-height: 17px; }
.column-list-wrap .sub-list .sub-list .sub-list li a { background-position: 34px 13px;}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected { background-position: 34px 13px;}
.column-list-wrap .sub-list .sub-list .sub-list li a span { padding: 4px 10px; padding-left: 44px; }
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span { padding: 4px 10px; padding-left: 52px;}

/**
 * 栏目新闻
 */
.list-head { padding: 10px 0; border-bottom: 2px solid #e5e5e5; }
.list-meta .column-title { font-family: 'myfont';float: left; display:inline-block; white-space:nowrap; line-height:24px; font-size: 22px; color: #333} /**当前位置**/
.list-meta .column-path { float: right; line-height: 24px; color: #454545;}
.list-meta .column-path a{ color: #454545;}
.list-meta .column-path a:hover{ color:#14427E;}
.column-news-con { padding:10px 0; }
.column-news-list .column-news-item {display: block; position: relative;  line-height: 1.4em; padding: 5px 0; padding-left: 10px; background: url(img/dot.png) no-repeat 2px 13px;}  /**栏目新闻列表**/
.column-news-list .column-news-item:hover { background-color: #F7F7F7; color: #000;}
.column-news-list .column-news-item .column-news-title { display: block; margin-right: 76px;}
.column-news-list .column-news-item .column-news-date { display: block; text-align: right; width: 80px; height: 20px; line-height: 20px; position: absolute; right: 0; top:5px; color: #999; }
.wp_entry {width:auto; margin:0 4px;}
.wp_entry,.wp_entry p { line-height:1.7; font-size:15px; text-align: justify; }
.wp_entry p { margin-bottom:11px;}
.column-news-list .wp_entry img {vertical-align: middle; max-width:100%; _width:expression(this.width > 800 ? "880px" : this.width); }   /**列表页文章图片大小限制**/

/**文章页**/
.info-box {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #b0b0b0;
    background-color: #fff;}
.article1 {padding: 40px 60px;}
.article1 h1.arti-title { line-height:28px; padding:5px; text-align:center; font-size:28px; font-weight: bold; color:#424242; } /**文章标题**/
.article1 .arti-metas { height: 16px; line-height: 16px; text-align:center; padding: 10px 0;font-size:14px;border-bottom:2px solid #ECECEC;margin-top:20px;}
.article1 .arti-metas span { display: inline-block; margin:0 5px; font-size:14px; color:#787878;} /**文章其他属性**/
.article1 .arti-metas .read-options { color: #444; text-decoration: none; float: right; display: inline-block; padding-left: 17px; background: url(img/options.png) no-repeat 0 50%; display: none;}
.article1 .entry { margin:20px 4px; overflow:auto;} /**文章内容**/
.article1 .entry,.article1 .entry p { line-height:1.7; font-size:16px; text-align: justify; color: #555555;}
.article1 .entry p { margin-bottom:11px;}
.article1 .entry .read img { vertical-align: middle; max-width:100%; _width:expression(this.width > 1100 ? "1100px" : this.width); background: url(img/loading.gif) no-repeat center; }   /**文章阅读部分图片大小限制**/

/**阅读设置**/
.night-model .wp-container{ background-color: #313131; color: #6f6f6f;}
.night-model .article .entry,.night-model .article .entry p { color: #6f6f6f;}
.night-model .read a { color: #6d6d6d;}
.night-model .read a:hover { color: #f5f5f5;}
.night-model  .article h1.arti-title { color: #e7e8e9}
.read-setting { margin-bottom: 10px; display: none; background-color: #fdfdfd; height: 38px; border-bottom: 1px solid #F1F1F1;}
.night-model .read-setting { background-color: #1d1d1d; border-color: #313131;}
.read-setting .setting-item { display: inline-block; width:49%; height: 38px; float: left;}
.read-setting .setting-item a { display: inline-block; color: #565656; font-size: 20px; float: left; width: 49%; height: 20px; line-height: 20px; text-align: center; margin-top: 9px; color:#565656;}
.read-setting .setting-item a:hover { color: #999;}
.read-setting .setting-item a.smaller-font { border-left: 1px solid #F1F1F1; font-size: 18px;}
.read-setting .setting-model {border-left: 1px solid #F1F1F1;text-align: center;}
.night-model .read-setting .setting-item a.smaller-font,.night-model .read-setting .setting-model { border-left-color:#313131;}
.read-setting .setting-model a.read-model { font-size: 18px;  background: url(img/moon.png) no-repeat 0 50%; float: none; width: auto; padding-left: 24px; margin: 9px auto;}
.night-model .read-setting .setting-model a.read-model { background-image: url(img/sun.png);}
.article .entry .set-fz12,.article .entry .set-fz12 p { font-size: 12px;}
.article .entry .set-fz14,.article .entry .set-fz14 p { font-size: 14px;}
.article .entry .set-fz16,.article .entry .set-fz16 p { font-size: 16px;}
.article .entry .set-fz18,.article .entry .set-fz18 p { font-size: 18px;}
.article .entry .set-fz20,.article .entry .set-fz20 p { font-size: 20px;}
.article .entry .set-fz22,.article .entry .set-fz22 p { font-size: 22px;}
/**文章分享（百度分享）**/
#bdshare { margin-top: 10px; }
/*读图模式*/
.view-box { display: block; color: #666; font-style: normal; margin-bottom: 10px;}
.view-box-inner { display: block; text-align: center; max-width: 400px; min-width: 30px; margin:0 auto; position: relative;}
.view-box-inner img { width: 100%; width: auto; display: block; margin:0 auto;}
.view-box-inner .open-view { display: block; width: 28px; height: 28px; position: absolute; right: 1px; bottom: 1px; z-index: 1;}
.view-box-inner .view-icon { display: block; width: 100%; height: 100%; background:url(img/view-image.png) no-repeat center; }
#wp-view-page { display: none; position: fixed; z-index: 10000000; width:100%; background-color: #1a1a1a; left: 0; top: 0; right:0; bottom:0; }
#view-head{ width: 100%; height: 42px; position: absolute; left: 0; top:0; z-index: 100;}
#back-read-page { position: absolute; left: 0; top: 0; width: 40px; height: 42px; background: url(img/back-arrow.png) no-repeat center;}
#back-read-page span{ display: none;}
#view-original-image {background-color: rgba(255, 255, 255, 0.1);color: #FFF;float: right;font-size: 15px;margin: 12px 12px 0px 0px;display: block;height: 22px;line-height: 22px;text-align: center;width: 40px;}
#view-foot { background-color: rgba(0, 0, 0, 0.7); position: absolute; width: 100%; height: 42px; left: 0; bottom:0; color: #FFF; position: absolute;font-size: 14px;line-height: 42px; opacity: 0.8;z-index: 99;}
#view-index { float: left; margin-left: 10px; }
#view-current { color:#3495FF;}
#view-title { position: absolute; left: 60px; top: 10px; height: 22px; line-height: 22px; overflow: hidden; color: #fff; }
#view-body { width: 100%; height: 100%; position: relative;}
#view-image-items { height: 100%; width: 100%;  position: absolute; left: 0; top: 0; overflow: hidden;}
#view-image-items li { float: left; text-align: center; background: no-repeat center;-webkit-background-size: contain; background-size: contain; }

/**底部**/
.wp-footer { }
.wp-footer .wp-inner {}
.wp-footer .wp-inner .footer {background-color:#215FBD;height:90px;padding-top:20px;}
.wp-footer .wp-inner .footinfos {background:#CAD6DD; height:200px;}
.wp-footer .wp-inner .footer p{ color: white; line-height: 24px; font-size: 14px; text-align: center;}
.wp-footer .wp-inner .footinfos .xqinfos {float:left; width:400px; margin-top:50px; margin-left:100px;}
.wp-footer .wp-inner .footinfos .xqinfos p{ color: black; line-height: 24px; font-size: 14px; text-align:left;}
/**jumphandle**/
#jumphandle {width:32px;height: 70px; position: fixed; right: 6px; bottom:20px; z-index: 100000000; display: none;}
#jumphandle a { display: block; width: 32px; height: 32px; background: #777 url(img/jump-icon.png) no-repeat 0 top; opacity: 0.7;}
#jumphandle a#gobot { background-position: 0 bottom; margin-top: 6px;}

li.new{width:100%;margin:0px;}
.cont-1-sj{width:58px;height:50px;border:2px solid #2BA3E8; border-radius:6px; display: inline-block;
            vertical-align: middle;}
.cont-1-sj .sudy-pubdate span.pubdate-day {color:#2BA3E8; font-weight:bold; font-size:20px;height:30px;line-height:30px; font-family: 'Englishfont';}
.cont-1-sj .pubdate-ym {background-color:#2BA3E8;color:white;height:20px;line-height:20px;font-weight:bold; font-family: 'Englishfont';}
.cont-2-sj{width:70px;height:25px;border:2px solid #65B770; border-radius:6px; display: inline-block;
            vertical-align: middle;margin-top:14px;}
.cont-2-sj .sudy-pubdate span.pubdate-day {color:#65B770; font-weight:bold; width:30px; font-size:18px;font-weight:bold;  line-height:25px;float:right; font-family: 'Englishfont';}
.cont-2-sj .pubdate-ym {background-color:#65B770;color:white;width:40px; font-family: 'Englishfont';font-size:18px; font-weight:bold; line-height:25px;float:left;}
.cont-4-sj{width:70px;height:25px;border:2px solid #A895C7; border-radius:6px; display: inline-block;
            vertical-align: middle;margin-top:14px;}
.cont-4-sj .sudy-pubdate span.pubdate-day {color:#A895C7; font-weight:bold; width:30px; font-size:18px;font-weight:bold;  line-height:25px;float:right; font-family: 'Englishfont';}
.cont-4-sj .pubdate-ym {background-color:#A895C7;color:white;width:40px; font-family: 'Englishfont';font-size:18px; font-weight:bold; line-height:25px;float:left;}
.cont-3-sj{width:70px;height:25px;border:2px solid #2BA3E8; border-radius:6px; display: inline-block;
            vertical-align: middle;margin-top:14px;}
.cont-3-sj .sudy-pubdate span.pubdate-day {color:#2BA3E8; font-weight:bold; width:30px; font-size:18px;font-weight:bold;  line-height:25px;float:right; font-family: 'Englishfont';}
.cont-3-sj .pubdate-ym {background-color:#2BA3E8;color:white;width:40px;  font-family: 'Englishfont';font-size:18px; font-weight:bold; line-height:25px;float:left;}
li.t1 .cont-1-sj {border-color:#B93C28;}
li.t1 .cont-1-sj span.pubdate-day{color:#B93C28;}
li.t1 .cont-1-sj span.pubdate-ym{background-color:#B93C28;}
li.t1 .cont-3-sj {border-color:#B93C28;}
li.t1 .cont-3-sj span.pubdate-day{color:#B93C28;}
li.t1 .cont-3-sj span.pubdate-ym{background-color:#B93C28;}
.cont-2{margin-left:10px;width:400px;height:55px;line-height:55px;border-bottom: 2px dashed #ABABAB;}
.rili2 .cont-2{width:490px;line-height:55px;}
.rili4 .cont-2{width:490px;line-height:55px;}
.rili3 .cont-2{width:300px;line-height:55px;}
.cont-2-bt{display: inline-block;
            vertical-align: middle;
            line-height: normal;width:100%;}

.cont-2-bt a{ word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
                  line-height:20px; font-size:16px;color:black;}
.cont-2-bt a:hover{ 
                  color:#2367CD;}
.cont-2-jj{line-height: 20px;font-size:12px;color:#9f9e9e;}

.item-meta{}
.item-meta a{font-size:16px;color:#1b1b1b;}

.cbox{margin-top:15px;}
li.new1{width:46.7%;margin-right:6.6%;margin-bottom:20px;float:left;}
li.s2,li.s4,li.s6{margin-right:0 !important;}
.cont-1-sj1{width:17.4%;}
.cont-2-1{margin-left:2.6%;width:80%;}
.more-s{position:absolute;right:0;top:0;}
.more-s a{ line-height: 42px;font-size:20px;}

.search_btn{width:10%;}
.wp_search .search{background:url(../images/search1.png) center no-repeat;height:34px;width:100%;}
.wp_search{height:34px;border:1px solid #efefef;border-radius: 5px; }
input.keyword{border:none;padding:0;background:none;}
.key{width:88%;line-height:34px;}

.wp_article_list .list_item .Article_Index{margin:0;width:0;background:none;}
.wp_article_list .list_item span{margin:0;}
.wp_article_list .list_item .Article_Title a{line-height: 24px;font-size:14px;}
.wp_article_list .list_item{border:none;}

.news-item2 .item-meta a{line-height: 32px;}

.js-panel.panel-5 {
	display: none;
	max-width: 1000px;
	margin: 0 auto;
	width: auto;
}

img{max-width: 100%;}

.news_title a{line-height: 45px;font-size:17px;color:#004f9a;}
.news_jj{line-height: 24px;font-size:12px;color:#666;}
.v-line{color:#fff;}

.fl{float:left;}
.post_9 {
	display:none;
}
#wp_news_w12 .news-sp{
	text-align:center;
}
.panelb-9 {
    display: none;
}
.sidebar1_b{
	display:none;
}
.dividepic{background: url(img/dividepic.jpg) no-repeat center top; background-size: cover; height:200px; width:100%;}
.focus-page{background-color:#fff;}
.focus-page-active { background-color:#2367CD;}
.gwpic {float:right;margin-top:40px;}
.post-news .news-item .meta-title a:hover{color:#2367CD; }