@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 Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Tohoma, Arial;
	color: #333;
}
body {
	background-color: #252525;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color:#1f74c5 !important;
}
.wp-wrapper {
	width: 100%;
	background-color: #fff;
}
.wp-inner {
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
}
/**头部**/
.wp-header {
	background: #1f6bbf url(../images/head_bg.jpg) no-repeat center;
	padding:0;
}
/**
  * [站点LOGO]
  */
.logo-panel {
	float: left;
}
.logo-window {
	padding: 6% 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: #FFC661;
}
/**
 * [搜索]
 */
.search-panel {
	float: right;
	clear: right;
	width: 40px;
}
.search-window {
	background-color: #fff;
	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:#333;
	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: #14599f url(../images/seak.png) no-repeat center;
	cursor: pointer;
}
/**
 * [顶部副导航]
 */
.top-nav-panel {
	float: right;
}
.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: 34px;
	line-height: 34px;
	color: #fff;
	font-size:14px;
}
.top-nav-panel .wp-menu .menu-item a.menu-link:hover {
	text-decoration: underline;
	color:#d5d5d5 !important;
}
/**主导航**/
.top_h {
	overflow: hidden;
	background-color: #14579e;
}
.wp-navi {
	position:relative;
	background-color: #0a498d;
}
.main-nav-panel {
}
.menu-switch-arrow {
	display: none;
}
.main-nav-panel .wp-menu {
	margin: 0 auto;
	text-align: center;
}
.main-nav-panel .wp-menu .menu-item {
	display: inline-block;
	float: none;
	position: relative;
	z-index: 100;
}
.main-nav-panel .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #1f74c4
}
.main-nav-panel .sub-menu {
	background-color: #f2f2f2;
	display: none !important;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 100;
}
.main-nav-panel .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
	border-bottom: 1px solid #ddd;
}
.main-nav-panel .sub-menu .sub-item a {
	display: block;
	color: #272727;
	height: 26px;
	line-height: 26px;
	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: #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 !important;
	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: #ececec;
}
.fcous-panel {
	width: 100%;
}
.fcous-panel .focus-window {
	width: 100%;
	overflow: hidden;
}
/**
 * 主体
 */
.wp-container {
	padding: 32px 0 0 0;
}
.wp-con{
	padding:15px 0;
}
.scholl_x {
    float: right;
    line-height: 100px;
}
.scholl_x img {
    width: 100%;
    vertical-align: middle;
}
.wp-main-page .content {
	width:74%;
	float: left;
}
.wp-main-page .content .cbox-left {
	width:45.5%;
	float: left;
}
.wp-main-page .content .cbox-right {
	width:50.5%;
	float: right;
}
.wp-main-page .sidebar {
	width:23%;
	float: right;
}
.wp-main-page .sidebar .sbox {
}
.wp-post {
	margin-bottom: 10px;
}
.wp-post .post-head {
	height: 33px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 7px;
}
.wp-post .post-head .head-bar {
	position: relative;
}
.wp-post .post-head .post-title {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: normal;
}
.wp-post .post-head .post-more {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	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 {
	position:relative;
	z-index:80;
}
.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:195px;
	background-color: #f5f5f5;
	position: relative;
	float: left;
	margin-right: -220px;
}
.wp-column-news {
	float: right;
	width: 100%;
}
.wp-column-news .column-news-box {
	margin-left:232px;
	margin-right: 15px;
    min-height: 370px;
}
/**栏目列表**/
.column-head {
	background:#0a498e;
	line-height: 24px;
}   /**位置栏目背景**/
.column-head .column-anchor {
	padding: 8px 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: 16px;
	font-weight: normal;
	color: #fff;
}		/**位置栏目字体**/
.column-list-wrap li {
	width: 100%;
	vertical-align: bottom;
}
.column-list-wrap li a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #383838;
	background:#f7f7f7 url(../images/list-j.jpg) no-repeat  92% center;
}
.column-list-wrap li a:hover {
	color: #fff !important;
	text-decoration: none;
	background:#589cc3 url(../images/listjw.jpg) no-repeat 92% center;
}
.column-list-wrap li.selected a.selected {
	color: #fff;
	background:#589cc3;
}
.column-list-wrap li a span {
	display: block;
	padding: 10px;
	padding-left: 20px;
	line-height: 22px;
	width:74%;
}
.column-list-wrap .sub-list li a {
	background-position: 18px 11px;
	font-size: 14px;
	background-color:#f7f7f7;
	background-image:none;
}
.column-list-wrap .sub-list li a:hover {
	background-color: #e2e2e2;
    color: #121212 !important;
    background-image: none;
}
.column-list-wrap .sub-list li.selected a.selected {
    background-color: #e2e2e2;
    color: #333;
	background-position: 18px 11px;
}
.column-list-wrap .sub-list li a span {
	padding: 4px 10px;
	padding-left: 28px;
	line-height:24px;
}
.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: 1px dashed #dedede;
}
.list-meta .column-title {
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 24px;
	font-size: 18px;
	color: #333
} /**当前位置**/
.list-meta .column-path {
	line-height: 24px;
	color:#004873;
}
.list-meta .column-path a {
	color:#004873;
}
.list-meta .column-path a:hover {
	color: #14427E;
}
.column-news-con {
	padding: 10px 0;
}
.column-news-list .column-news-item {
	display: block;
	position: relative;
	border-bottom: 1px dotted #b1b1b1;
	line-height:39px;
	padding-left: 10px;
}  /**栏目新闻列表**/
.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: 90px;
	height:39px;
	line-height:39px;
	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:0px;
}
.column-news-list .wp_entry img {
	vertical-align: middle;
	max-width: 100%;
    height: auto !important;
_width:expression(this.width > 800 ? "880px" : this.width);
}   /**列表页文章图片大小限制**/
/**文章页**/
.info-box {
	margin: 0 20px;
}
.article {
	padding: 15px 0;
}
.article h1.arti-title {
	line-height: 26px;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #424242;
} /**文章标题**/
.article .arti-metas {
	height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 10px 0;
}
.article .arti-metas span {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} /**文章其他属性**/
.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: 15px;
	text-align: justify;
}
.article .entry p {
	margin-bottom: 20px !important;
}
.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;
height: auto !important;
}   /**文章阅读部分图片大小限制**/
/**阅读设置**/
.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 {
	background-color: #125eac;
}
.wp-footer .wp-inner {
	padding:36px 0 90px 0;
}
.wp-footer .wp-inner .footer {
	color: #868686;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	margin: 0 7px;
}
.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;
}
.f_l {
    float: left;
    overflow: hidden;
    margin-right: 88px;
}
.f_l .f_l_pic {
    float: left;
    margin-right: 18px;
}
.f_l .f_l_pic img {
    width: 100%;
}
.f_l_con {
    float: right;
}
.f_l .f_l_con p, .f_l .f_l_con p a{
    color: #9fb4d5;
    font-size: 12px;
    line-height: 22px;
}
.f_c {
    float: left;
    overflow: hidden;
}
.f_r {
    float: right;
	padding-top:10px;
}
.f_r a{
	float:left;
	width:52px;
	height:52px;
	margin-right:17px;
	opacity:0.6;
	filter:alpha(opacity = 60);
}
.f_r a:hover{
	opacity:1;
	filter:alpha(opacity = 100);
}
.f_r .weibo{
	background:url(../images/icon.png) no-repeat ;
	background-position: -69px 0;
}
.f_r .weibo .wei-e {
    display: none;
    position: relative;
    top: -130px;
    left: -35px;
}
.f_r .weibo:hover .wei-e{
	display:block;
}
.f_r .weixin{
	position:relative;
	background:url(../images/icon.png) no-repeat center left;
	
}
.f_r .weixin:hover .wei-e{
	display:block;
}
.f_r .weixin .wei-e{
	display:none;
	position: absolute;
    top: -130px;
    left: -35px;
	opacity:1;
	filter:alpha(opacity=100);
}
.f_r .mobile{
	background:url(../images/icon.png) no-repeat;
	background-position: -136px 0px;
}
.nav_down{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:53px;
	background-color:#07468a;
	z-index:100;
}
/**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;
}
.menu_name, .menu_pic {
    display: none;
}
.nav_bro {
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 17px rgba(0,0,0,.5);
}
.nav_bro_con {
    display: none;
	padding:12px 0;
    overflow: hidden;
}
.nav_bro_con.active{
	display:block;
}
.post-7 .thum,.post-7 .thum img {
    width: 369px;
    height: 258px;
}
.tab_nes {
    display: block;
    height: 33px;
    line-height: 33px;
}
.tab_nes .title {
    float: left;
}
.tab_nes .title,.tab_nes .title a{
	color: #2b2b2b;
    font-size: 14px;
}
.tab_nes .time {
    color: #acacad;
    font-size: 12px;
    float: right;
}
.rili {
    margin-top: 15px;
    overflow: hidden;
}
.rili .data_time {
    float: left;
	margin-right: 18px;
}
.rili .data_title,.rili .data_title a {
    float: left;
    line-height: 24px;
    font-size: 15px;
    color: #2b2b2b;
}
.data_down .D_news {
    display: block;
    height: 30px;
    line-height: 30px;
}
.data_down .D_news .D_title,.data_down .D_news .D_title a {
    float: left;
    font-size: 14px;
    color: #2b2b2b;
}
.data_down .D_news .D_time {
    font-size: 12px;
    color: #acacad;
    float: right;
}
.head_line{
	overflow:hidden;
    border-bottom:1px solid #aabcd0;
    padding-bottom: 12px;
	margin-bottom: 15px;
}
.head_line h3 {
    font-size: 16px;
    font-weight: normal;
    color: #636363;
    float: left;
}
.h_self{
	font-size: 16px;
    font-weight: bold;
    color: #252525;
	margin-bottom: 17px;
}
.more_n{
	background:url(../images/ylj.png) no-repeat center right;
	padding-right:10px;
}
.more_n, .more_n a {
    float: right;
    font-size: 12px;
    color: #6c6c6c;
}
.more_ns a{
	font-size: 12px;
    color: #6c6c6c;
}
.more_ns{
	font-size: 12px;
    color: #6c6c6c;
	position: absolute;
    right: 0;
    top: -40px;
	background:url(../images/ylj.png) no-repeat center right;
	padding-right:10px;
}
a.spec{
	background:url(../images/ylj.png) no-repeat center right;
	padding-right:10px;
	font-size: 12px;
    color: #6c6c6c;
	margin-left:10px;
}
.more_ns.mms {
    top: -41px;
}
.marktop {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 34px;
	cursor:pointer;
}
.nav_bro .nav_pic {
    float: left;
    width: 283px;
    height: 130px;
    margin-right: 47px;
}
.nav_bro .nav_name {
    float:right;
    width: 360px;
    margin-right: 36px;
    font-size: 14px;
    line-height: 27px;
    color: #727274;
    text-indent: 2em;
}
.con_1 .nav_pic{
	background:url(../images/4.jpg) no-repeat center;
}
.con_2 .nav_pic{
	background:url(../images/1.jpg) no-repeat center;
}
.con_3 .nav_pic{
	background:url(../images/6.jpg) no-repeat center;
}
.con_4 .nav_pic{
	background:url(../images/7.jpg) no-repeat center;
}
.con_5 .nav_pic{
	background:url(../images/3.jpg) no-repeat center;
}
.con_6 .nav_pic{
	background:url(../images/5.jpg) no-repeat center;
}
.con_7 .nav_pic{
	background:url(../images/2.jpg) no-repeat center;
}
.con_10 .nav_pic{
	background:url(../images/10.jpg) no-repeat center;
}
ul.nav_menu .sub-items .sub-link {
    color: #37547c;
    font-size: 14px;
    line-height: 30px;
	font-weight:bold;
}
.nav_bro_con .nav_menu {
    float: left;
    width: 285px;
}
.nav_bro_con .nav_menu .sub-items {
    float: left;
    width: 50%;
}
.nav_bro_con.con_0.active,.nav_bro_con.con_8.active,.nav_bro_con.con_9.active {
    display: none !important;
}
.nav_bro_con.con_10 .nav_menu .sub-items {
    width: 50%;
}
.rili .data_title {
    width: 75%;
}
div#wp_news_w7 .caption a {
    color: #1d4e92;
    font-size: 16px;
    line-height: 40px;
}
div#wp_nav_w17 .wp_nav .nav-item a span.item-name {
    font-size: 16px;
    color: #fff;
    padding: 0 86px;
    line-height: 53px;
}
div#wp_nav_w17 .wp_nav .nav-item .mark{
	width:28px;
	height:28px;
    top: 12px;
    left: 49px;
	transition:background-position-y .4s ease;
	-webkit-transition:background-position-y .4s ease;
	-moz-transition:background-position-y .4s ease;
	-o-transition:background-position-y .4s ease;
	-ms-transition:background-position-y .4s ease;
}
div#wp_nav_w17 .wp_nav .nav-item.i1 .mark{
	background:url(../images/f_icon.png) no-repeat;
	background-position: 0 2px;
}
div#wp_nav_w17 .wp_nav .nav-item.i1:hover .mark{
	background-position: 0 -24px;
}
div#wp_nav_w17 .wp_nav .nav-item.i2 .mark{
	background:url(../images/f_icon.png) no-repeat;
	background-position: -32px 2px;
}
div#wp_nav_w17 .wp_nav .nav-item.i2:hover .mark{
	background-position: -32px -24px;
}
div#wp_nav_w17 .wp_nav .nav-item.i3 .mark{
	background:url(../images/f_icon.png) no-repeat;
	background-position: -65px 2px;
}
div#wp_nav_w17 .wp_nav .nav-item.i3:hover .mark{
	background-position: -65px -24px;
}
div#wp_nav_w17 .wp_nav .nav-item.i4 .mark{
	background:url(../images/f_icon.png) no-repeat;
	background-position: -92px 2px;
}
div#wp_nav_w17 .wp_nav .nav-item.i4:hover .mark{
	background-position: -92px -26px;
}
div#wp_nav_w17 .wp_nav .nav-item.i5 .mark{
	background:url(../images/f_icon.png) no-repeat;
	background-position: -115px 2px;
}
div#wp_nav_w17 .wp_nav .nav-item.i5:hover .mark{
	background-position: -115px -27px;
}
div#wp_news_w15 {
    margin-bottom: 30px;
}
.data_thum img {
    width: 98%;
}
div#wp_news_w14 .sLink {
    float: left;
    width:25%;
	text-align: center;
}
div#wp_news_w14 .sLink img {
    width:75%;
}
div#wp_news_w14  p.sTit a {
    line-height: 47px;
    font-size: 12px;
    color: #2b2b2b;
}
.sidebar .head_line {
    margin-bottom: 12px;
}
.links .sudy-scroll-page {
    bottom: -11px;
    left: 0;
}
.links .sudy-scroll-page .page-index {
    background-color: #d2d2d2;
}
.links .sudy-scroll-page .active {
    background: #1d4e92 !important;
}
ul.nav_menu .sub-items .sub-link:hover {
    text-decoration: underline;
}
ul.tab-list{
	position:relative;
}
div#wp_news_w7 .thum img {
    width: 100%;
	max-height: 257px;
}
.wp_articlecontent p,  .wp_articlecontent div, .wp_articlecontent font {
    font-size: 16px !important;
    line-height: 28px !important;
    font-family: "微软雅黑" !important;
    margin:0 auto;
text-indent:;
}
.wp_articlecontent span, .wp_articlecontent p span{
    font-size: 16px !important;
    line-height: 28px !important;
    font-family: "微软雅黑" !important;
    margin:0 auto;
text-indent:;
}
.possplit{
	background-image:url(../images/bluej.jpg);
}
h3.sin_tit {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #125eac;
    margin-bottom: 30px;
}
.wp-column-news .single {
    float: left;
    width: 31%;
    margin:0 1% 2% 1%;
    line-height: 70px;
    background-color: #F2F2F2;
    text-align: center;
}
.wp-column-news .single:hover {
    background-color: #4d9aea;
}
.wp-column-news .single:hover a{
	color: #fff;
}
.wp-column-news .single a:hover {
    color: #fff !important;
}
h2.headtop {
    line-height: 32px;
    font-weight: normal;
    margin: 25px 0;
    padding-left: 20px;
    border-left: 8px solid #07468a;
    color: #444;
}
.infohead {
    border-bottom: 2px solid #1f70c2;
}
.infohead .column-path a:hover {
    color: #14427E;
}
.infohead .column-path a {
    color: #004873;
}
.infohead .column-path {
    text-align:left;
    line-height:40px;
    color: #004873;
}
.tab-menu .tab-icon{
	width:11px;
	height:11px;
	background:url(../images/iconbody.png) no-repeat;
	background-position: -47px -52px;
	display: inline-block;
    margin-left: 6px;
}
.tab-list .more_ns {
    display: none;
}
div#wp_news_w7 .sudy-scroll-page {
     display: block !important;
    right: 0 !important;
    left: inherit;
    text-align: right;
}
.news_pic img{width:246px; height:96px;}/*窗口的大小要和图片大小一致*/



.nav_bro_con .nav_menu {
    float: left;
    width: 310px;
}





.demo1 {
    display: ;
}
.hide-empty-title { display: none !important; }
.wp-focus h2.focus-title:has(a[title="."]) {
    display: none !important;
}

.xrld .column-news-list .news_list .news {
    margin-bottom: 40px;
}
.xrld .column-news-list .news_list .news a {
    display: flex;
}
.xrld .column-news-list .news_list .news .imgbox {
    width: 145px;height:190px;
}
.xrld .column-news-list .news_list .news .news_img {
    padding-top: 120%;    position: relative;
    overflow: hidden;
}
.xrld .column-news-list .news_list .news .news_img img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    transition: .5s;
}
.xrld .column-news-list .news_list .news .news_wz {
    width: 81%;
    padding-top: 0px;
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
}
.xrld .column-news-list .news_list .news .news_title .column-news-title {
    font-size: 24px;
    font-weight: 600;
    display: inline;
    margin-right: 0;
}
.xrld .column-news-list .news_list .news .news_title .stitle {
    color: #07468a;
    font-size: 20px;
    margin-left: 11px;
}
.xrld .column-news-list .news_list .news .news_text {
    font-size: 16px;
    line-height: 32px;
    color: #717171;
    margin-top: 30px;
text-indent: 0em;
}
.xrld .line3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

