@charset "UTF-8";
/* Base Reset */
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:focus {
	outline: 0;
}
img {
	border: 0;
}
a img {
	vertical-align: middle;
}
body {
	line-height: 1;
}
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/1 Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial;
	color: #333;
	font-family: 微软雅黑;
}
body {
	background-color: #f0f0f0;
}
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: auto;
	max-width: 1100px;
	margin: 0 auto;
}
.wp-container .wp-inner {
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
}
/**头部**/
.wp-header {
	background: #0064b0 url(../images/headbg.png) center no-repeat;
	padding: 10px 0;
	border-bottom: 5px solid #01a6f6;
}
/**
  * [站点LOGO]
  */
.logo-panel {
	float: left;
}
.logo-window {
	padding: 2.3% 0;
}
.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: #FFC661;
}
/**
 * [搜索]
 */
.search-panel {
	float: right;
	width: 18%;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-top: 30px;
}
.search-window {
	border-radius: 0px;
	border-bottom: 1px solid #fff;
	background-color: #006ab4;
	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/searchbg.png) no-repeat center;
	cursor: pointer;
}
/**
 * [顶部副导航]
 */
.top-nav-panel {
	float: right;
	margin-bottom: 12px;
	margin-right: 6px;
	margin-top: 34px;
}
.top-nav-panel .wp-menu .menu-item {
	float: left;
	display: inline-block;
	background: #53c3f1;
	border-radius: 4px;
}
.top-nav-panel .wp-menu .menu-item a.menu-link {
	display: inline-block;
	margin: 0 8px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}
.top-nav-panel .wp-menu .menu-item a.menu-link:hover {
	text-decoration: none;
	color: #d5d5d5;
}
/**主导航**/
.wp-navi {
	background-color: #fff;
	border-top: 0px solid #0D243F;
}
.main-nav-panel {
}
.menu-switch-arrow {
	display: none;
}
.main-nav-panel .wp-menu {
	margin: 0 auto;
}
.main-nav-panel .wp-menu .menu-item {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 100;
}
.main-nav-panel .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 35px;
	height: 47px;
	line-height: 47px;
	color: #252525;
	font-size: 16px;
}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0062ac;
}
.main-nav-panel .wp-menu .menu-item.i20 a.menu-link {
	text-decoration: none;
	color: #fff;
	background-color: #0062ac;
}
.main-nav-panel .sub-menu {
	background-color: #0062ac;
	display: none;
	position: absolute;
	left: 0;
	top: 47px;
	z-index: 100;
}
.main-nav-panel .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
	border-bottom: 1px solid #1c73b5;
	min-width: 134px;
}
.main-nav-panel .sub-menu .sub-item a {
	text-align: left;
	display: block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	display: block;
}
.main-nav-panel .sub-menu .sub-item a:hover {
	color: #fff;
	display: block;
	background-color: #005FA8;
	text-decoration: none;
}
.main-nav-panel .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	z-index: 200;
	background-color: #e6e6e6;
	border-left: 1px solid #ddd;
}
/**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-white.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: #e0f0fb;
}
.fcous-panel {
	width: 100%;
	padding: 30px 0;
}
.fcous-panel .focus-window {
	width: 100%;
	overflow: hidden;
}
/**
 * 主体
 */
.wp-container {
}
.wp-main-page .content {
	width: 100%;
	float: left;
}
.wp-main-page .content .cbox-left {
	width: 65.9%;
	float: left;
	border: 1px solid #e2e2e2;
}
.wp-main-page .content .cbox-right {
	width: 32%;
	float: right;
	border: 1px solid #e2e2e2;
}
.wp-main-page .sidebar .sbox {
}
.wp-post {
	margin-bottom: 10px;
}
.wp-post .post-head {
	height: 65px;
	border-bottom: 0px solid #ddd;
	margin-bottom: 0px;
}
.wp-post .post-head .head-bar {
	position: relative;
}
.wp-post .post-head .post-title {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #0075c6;
	background: url(img/titlebg.png) left center no-repeat;
	padding-left: 30px;
	margin-top: 15px;
}
.wp-post .post-head .post-more {
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	color: #acacac;
	top: 50%;
	margin-top: -10px;
}
.wp-post .post-head .post-more a {
	color: #424242;
	text-decoration: none;
}
.wp-post .post-body {
}
.post-news .news-item {
	height: 24px;
	line-height: 24px;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}
.post-news .news-item .meta-title {
	display: block;
	margin-right: 76px;
	overflow: hidden;
}
.post-news .news-item .meta-time {
	display: block;
	text-align: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	color: #999;
}
/**列表页**/
.wp-banner {
	background-color: #ececec;
}
.wp-banner .wp-inner {
	position: relative;
}
.wp-banner .column-name {
	display: none;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	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 {
	width: 23.4%;
	background-color: #fff;
	position: relative;
	float: left;
	min-height: 665px;
}
.wp_paging li a:hover {
    color: #0866ae;
}
.ttz .wp-column-menu {
	min-height: 825px;
}
.ttz .wp-column-news {
	min-height: 825px;
}
.wp-column-news {
	float: right;
	width: 75%;
	background: #fff;
	min-height: 665px;
}
.wp-column-news .column-news-box {
}
/**栏目列表**/
.column-head {
	background: #0065a8;
	line-height: 38px;
}   /**位置栏目背景**/
.column-head .column-anchor {
	padding: 10px;
}
.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;
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding-left: 50px;
}		/**位置栏目字体**/
.column-list-wrap li {
	width: 100%;
	vertical-align: bottom;
	background: #fff url(../images/listtu.png) center no-repeat;
	background-position-x: 93%;
}
.column-list-wrap li a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;
	color: #383838;
}
.column-list-wrap li a:hover {
	color: #202020;
	text-decoration: none;
	background: url(../images/colhbg.png) left center no-repeat;
}
.column-list-wrap li.selected a {
	color: #202020;
	background: url(../images/listtu2.png) center no-repeat;
	background-position-x: 93%;
}
.column-list-wrap .parent {
	background: #fff url(../images/listtu.png) center no-repeat;
	background-position-x: 93%;
}
.column-list-wrap .sub-list li {
	background: #fff;
}
.column-list-wrap .parent a:hover {
	background: url(../images/colhbg.png) left center no-repeat;
}
.column-list-wrap li a span {
	display: block;
	padding: 10px;
	padding-left: 20px;
	line-height: 21px;
}
.column-list-wrap .sub-list li a {
	font-size: 16px;
	background: #fff;
}
.column-list-wrap .sub-list li a:hover {
}
.column-list-wrap .sub-list li.selected a.selected {
	color: #202020;
	background: none;
}
.column-list-wrap .sub-list li a span {
	line-height: 21px;
	padding-left: 35px;
	padding-right: 35px;
}
.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 {
	margin-left: 20px;
	padding: 16px 0;
	border-bottom: 2px solid #f0f0f0;
}
.list-meta .column-title {
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 24px;
	font-size: 22px;
	color: #0065a8;
} /**当前位置**/
.list-meta .column-path {
	float: left;
	line-height: 57px;
	color: #767676;
	font-size: 16px;
}
.list-meta .column-path a {
	color: ##767676;
}
.list-meta .column-path a:hover {
	color: #14427E;
}
.column-news-con {
	margin-left: 25px;
	padding: 10px 0;
}
.column-news-con .wp_entry {
    margin-right: 28px;
}
.column-news-list .column-news-item {
	display: block;
	position: relative;
	border-bottom: 1px dashed #e0e0e0;
	line-height: 1.4em;
	padding: 13px 0;
	padding-left: 10px;
	background: url(img/dot.png) no-repeat 2px 23px;
	margin-right: 25px;
}  /**栏目新闻列表**/
.column-news-list .column-news-item:hover {
	background-color: #F7F7F7;
	color: #000;
}
.column-news-list .column-news-item .column-news-title {
	display: block;
	font-size: 16px;
	color: #373737;
	margin-right: 90px;
}
.column-news-list .column-news-item .column-news-date {
	display: block;
	text-align: right;
	width: 90px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 0;
	top: 5px;
	color: #c5c5c5;
	font-size: 16px;
}
.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 105px;
}
.article {
	padding: 15px 0;
}
.column-path a {
    color: #767676;
}
.article h1.arti-title {
	line-height: 32px;
	padding: 8px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #006ab4;
	border-bottom: 0px solid #ECECEC;
        padding-top:15px;
} /**文章标题**/
.article .arti-metas {
	height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 10px 0;
	padding-bottom: 30px;
}
.article .arti-metas span {
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
	color: #b5b5b5;
} /**文章其他属性**/
.article .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;
}
.article .entry {
	margin: 0 4px;
	overflow: hidden;
} /**文章内容**/
.article .entry, .article .entry p {
	line-height: 1.7;
	font-size: 18px;
	text-align: justify;font-family:'Microsoft Yahei'
}
.article .entry p {
	margin-bottom: 11px;font-family:'Microsoft Yahei';font-size: 18px;
}
.article .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;
}
.wp-wrapper.wp-container.mainx {
    padding-top: 25px;
}
.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 {
	background: #0866ae url(../images/footerbg.png) center no-repeat;
}
.wp-footer .wp-inner {
	padding: 40px 0 48px 0;
}
.wp-footer .wp-inner .footer {
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	margin: 0 7px;
	float: left;
	padding-left: 25%;
}
.wp-footer .wp-inner .footer span {
	margin: 0 5px;
}
.wp-footer .wp-inner .footer a {
	color: #ddd;
	font-size: 14px;
	margin: 0 5px;
}
.wp-footer .wp-inner .footer a:hover {
	color: #ddd;
	text-decoration: underline;
}
/**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;
}
::-webkit-input-placeholder {
color: #fff;
} /* WebKit, Blink, Edge */
:-moz-placeholder {
color: #fff;
} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
color: #fff;
} /* Mozilla Firefox 19+ */
:-ms-input-placeholder {
color: #fff;
} /* Internet Explorer 10-11 */
.cbox-left .news_list {
	padding-left: 30px;
	padding-bottom: 15px;
	height: 26px;
}
.cbox-left .primers_title {
	width: 60px;
	height: 26px;
	float: left;
	background: #f8b62c;
	line-height: 26px;
	text-align: center;
	color: #fff;
}
.cbox-left .news_title {
	float: left;
	width: 88%;
	padding-left: 20px;
	line-height: 26px;
	font-size: 16px;
	color: #373737;
}
.cbox-left.x1 .news_list {
	padding-top: 8px;
}
.cbox-right .news_list {
	padding-left: 30px;
	padding-bottom: 18px;
	height: 54px;
}
.day {
	line-height: 27px;
	height: 27px;
	background: #53c3f1;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: 宋体;
        color:#fff;
}
.year {
	background: #f0f0f0;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 12px;
}
.news_date {
	width: 51px;
	float: left;
}
.cbox-right .news_title {
	float: left;
	padding-left: 19px;
	width: 70%;
	line-height: 25px;
	font-size: 16px;
	color: #373737;
}
.mod_mid {
	width: 100%;
	margin: 20px 0px;
}
.mod_box_left {
	width: 32%;
	float: left;
	border: 1px solid #e2e2e2;
	margin-right: 19px;
	height: 315px;
}
.mod_box_center {
	width: 32%;
	float: left;
	border: 1px solid #e2e2e2;
	height: 315px;
}
.mod_box_right {
	width: 32%;
	float: right;
	border: 1px solid #e2e2e2;
	margin-left: 19px;
	height: 315px;
}
.mod_bot {
	margin-bottom: 25px;
}
.mod_mid .news_list {
	float: left;
	margin-right: 20px;
}
.mod_mid .news_list.x4 {
	margin-right: 0px;
}
.slide li .image {
	width: 65.8%;
	height: 377px!important;
}
.slide li img {
	width: 100%!important;
	height: 100%!important;
}
.slide li .text {
	width: 34.2%!important;
	height: 377px!important;
	right: 0!important;
	top: 0!important;
	background: #0075c6!important;
	max-height: 377px!important;
}
.slide li .image {
	top: 0!important;
	left: 0!important;
}
.slide .title {
	border: 0!important;
}
.slide .icon-dot {
	right: 13%!important;
	bottom: 25px!important;
}
.slide .icon-dot a {
	width: 11px!important;
	height: 11px!important;
	background: url(../images/truthbg.png) center no-repeat!important;
	background-position: 0!important;
	margin: 0 2px!important;
	overflow: auto!important;
}
.slide .icon-dot a.current {
	background: url(../images/selectedbg.png) center no-repeat!important;
	background-position: 0!important;
}
.slide .link-watch {
	display: none!important;
}
.slide li .text .title a {
	font-size: 25px!important;
	line-height: 38px!important;
	color: #fff!important;
}
.slide .title {
	padding: 0px 55px 0px 35px!important;
	margin-top: 65px!important;
	padding-bottom: 0px!important;
}
.slide li .text p {
	padding: 0px 40px 0px 35px!important;
	font-size: 16px!important;
	color: #fff!important;
	margin-top: 11px!important;
}
.slide, .slide li {
	height: 377px!important;
}
.wp_nav .nav-item a span.item-name {
	font-size: 16px;
	color: #373737;
	padding: 7px 10px;
	text-align: left;
	display: block;
	margin-left: 17px;
}
.contantbg .wp-inner {
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.contantbg {
	background-color: #f0f0f0;
}
.contantbgx .wp-inner {
	margin-bottom: 15px;
}
.contantbgx {
	background-color: #f0f0f0;
}
.contantbgy .wp-inner {
	background-color: #f0f0f0;
}
.contantbgy {
	background-color: #f0f0f0;
}
.wp-banner .wp-inner {
	max-width: 100%;
}
.possplit {
	background: url(../images/posit.png) center no-repeat;
	width: 20px;
}
.ewm a {
	display: inline-block;
	width: 46px;
	height: 46px;
}
.wx {
	display: inline-block;
	float: left;
}
.wx a {
	background: url(../images/wx.png);
	background-repeat: no-repeat;
	position: relative;
}
.wx a img {
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 1000000;
	display: none;
	right: -46px;
	top: -157px;
}
.wx a:hover img {
	display: block;
}
.sj {
	display: inline-block;
	float: left;
	padding-left: 40px;
	padding-right: 20px;
}
.sj a {
	background: url(../images/dh.png);
	background-repeat: no-repeat;
	position: relative;
}
.ewm {
	float: left;
}
.column-news-list .column-news-item.new-l {
	background: none;
}
.new-l .primers_title {
	float: left;
	width: 50px;
	height: 26px;
	float: left;
	background: #f8b62c;
	line-height: 26px;
	text-align: center;
	color: #fff;
}
.column-news-list .column-news-item.new-l .column-news-title {
	line-height: 26px;
	float: left;
	padding-left: 15px;
	width: 80%;
	margin-right: 0px;
}
.column-news-list .column-news-item.new-l {
	padding-left: 0px;
}
.column-news-list .column-news-item.new-l.item-1 .primers_title {
	background: #f8b62c;
}
.column-news-list .column-news-item.new-l.item-2 .primers_title {
	background: #0061af;
}
.column-news-list .column-news-item.new-l.item-3 .primers_title {
	background: #53c3f1;
}
.column-news-list .column-news-item.new-l.item-4 .primers_title {
	background: #72bf06;
}
.column-news-list .column-news-item.new-l.item-5 .primers_title {
	background: #00afa2;
}
.column-news-list .column-news-item.new-l.item-6 .primers_title {
	background: #e38335;
}
.column-news-list .column-news-item.new-l.item-7 .primers_title {
	background: #d759a3;
}
.column-news-list .column-news-item.new-l.item-8 .primers_title {
	background: #f8b62c;
}
.column-news-list .column-news-item.new-l.item-9 .primers_title {
	background: #0061af;
}
.column-news-list .column-news-item.new-l.item-10 .primers_title {
	background: #53c3f1;
}
.column-news-list .column-news-item.new-l.item-11 .primers_title {
	background: #72bf06;
}
.column-news-list .column-news-item.new-l.item-12 .primers_title {
	background: #00afa2;
}
.main-nav-panel .wp-menu .menu-item.i2 .sub-menu {
	display: none!important;
}
.wp_paging {
	margin-right: 30px;
        color: #c5c5c5;
        font-size: 16px;
margin-top: 25px;
    margin-bottom: 45px;
}
.wp_paging li a {
 color: #c5c5c5;
}
.mobile_logo {
	display: none;
}
.main-nav-panel .wp-menu .menu-item.i7 a.menu-link {
	padding: 0 27px;
}
.column-list-wrap li.column-item.selected {
	background: url(../images/colhbg.png) left center no-repeat;
}
.news_list.x1 .primers_title {
	background: #f8b62c;
}
.news_list.x2 .primers_title {
	background: #0061af;
}
.news_list.x3 .primers_title {
	background: #53c3f1;
}
.news_list.x4 .primers_title {
	background: #72bf06;
}
.news_list.x5 .primers_title {
	background: #00afa2;
}
.news_list.x6 .primers_title {
	background: #e38335;
}
.news_list.x7 .primers_title {
	background: #d759a3;
}

.news_list.x9 .primers_title {
	background: #0061af;
}

.news_list.x10 .primers_title {
	background: #53c3f1;
}

.news_list.x11 .primers_title {
	background: #72bf06;
}
.news_list.x12 .primers_title {
	background: #00afa2;
}


.cbox-left .primers_title a {
    color: #fff;
}
.column-news-list .primers_title {
	width: 60px;
	height: 26px;
	float: left;
	background: #f8b62c;
	line-height: 26px;
	text-align: center;
	color: #fff;
}
.column-news-list .news_title {
	float: left;
	padding-left: 20px;
	line-height: 26px;
	font-size: 16px;
	color: #373737;
}
.column-news-list .list_date{ float:right; }
.column-news-list .news_list{padding: 12px 0; border-bottom: 1px dashed #ccc;margin: 0 10px 0 0;}
.column-news-list .primers_title a{color:#fff}