@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;
	font-family: "微软雅黑";
	color: #333;
}*/
body {
	font-family: "微软雅黑";
}
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: 1200px;
	margin: 0 auto;
}
/**头部**/
.wp-header {
	background-color: #0c66ad;
	padding: 0px 0;
}
/**
  * [站点LOGO]
  */
.logo-panel {
	float: left;
}
.logo-window {
	padding: 24px 0;
	margin-left: 0px;
}
.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;
	position: relative;
	margin-top: 41px;
}
.search-window {
	border-radius: 5px;
	border: 1px solid #084985;
	background-color: #082D58;
	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%;
}
.wp-search .search-btn input.search-submit {
	width: 100%;
	height: 34px;
	border: 0;
	outline: 0;
	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 {
	z-index: 999;
}
.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 43px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #949494
}
.main-nav-panel .sub-menu {
	background-color: #f2f2f2;
	display: none;
	position: absolute;
	left: 0;
	top: 47px;
	z-index: 100;
	min-width: 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: 40px;
	line-height: 40px;
	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;
}
/**aside导航**/
.navi-aside-page {
	position: fixed;
}
.navi-aside-toggle {
	display: block;
	width: 34px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	display: none;
	z-index:1000;
}
.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;
	}
.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: #ececec;
}
.fcous-panel {
	width: 100%;
}
.fcous-panel .focus-window {
	width: 100%;
	overflow: hidden;
}
/**
 * 主体
 */
.wp-container {
}
.wp-main-page .content {
	width: 70%;
	float: left;
}
.wp-main-page .content .cbox-left {
	width: 48.5%;
	float: left;
}
.wp-main-page .content .cbox-right {
	width: 48.5%;
	float: right;
}
.wp-main-page .sidebar {
	width: 28%;
	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 {
	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: 265px;
	background-color: #f5f5f5;
	position: relative;
	float: left;
	margin-right: -265px;
}
.wp-column-news {
	float: right;
	width: 100%;
}
.wp-column-news .column-news-box {
	margin-left: 318px;
	margin-right: 0px;
}
/**栏目列表**/
.column-head {
	background: #0c66ad;
	line-height: 54px;
}  /**位置栏目背景**/
.column-head .column-anchor {
	padding: 0px;
}
.column-head .column-anchor .column-switch {
	display: block;
	width: 30px;
	height: 24px;
	float: right;
	display: none;
}
.column-head .column-anchor h3.anchor-title {
	display: inline-block;
	float: left;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	padding-left: 26px;
	font-family: "微软雅黑";
}	/**位置栏目字体**/
.column-list-wrap li {
	width: 100%;
	vertical-align: bottom;
}
.column-list-wrap li a {
	display: block;
	width: 100%;
	border-bottom: 0px solid #b3b3b3;
	font-size: 16px;
	color: #373737;
}
.column-list-wrap li a:hover {
	color: #373737;
	text-decoration: none;
}
.column-list-wrap li.selected a.selected {
	color: #373737;
}
.column-list-wrap li a span {
	display: block;
	padding: 0px;
	margin-left: 22px;
	line-height: 47px;
	margin-right: 25px;
	border-bottom: 1px solid #d3d8db;
	padding-left: 8px;
}

.column-list-wrap .sub-list li a {
	background-position: 18px 11px;
	font-size: 14px;
}
.column-list-wrap .sub-list li a:hover {
}
.column-list-wrap .sub-list li.selected a.selected {
}
.column-list-wrap .sub-list li a span {
	padding: 10px 0px;
	padding-left: 34px;
	line-height: 29px;
	background: none;
}
.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 {
	line-height: 54px;
}
.list-meta .column-title {
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 54px;
	font-size: 24px;
	color: #0c66ad;
	font-weight: normal;
	}
 /**当前位置**/
.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;
	border-bottom: 0px dashed #b1b1b1;
	line-height: 40px;
	padding: 0px 0;
	padding-left: 0px;
	background: none;
} /**栏目新闻列表**/
.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: 90px;
}
.column-news-list .column-news-item .column-news-date {
	display: block;
	text-align: right;
	width: 90px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #383838;
	font-size: 15px;
}
.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 {
	width: 66%;
	float: left;
}
.hot_list {
	float: right;
	width: 100%;
	margin-top: 60px;
}
.hot_list.yue {margin:0;}
.article {
	padding: 55px 0;
}
.article h1.arti-title {
	line-height: 37px;
	padding: 0px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #0c66ad;
	border-bottom: 5px solid #dedede;
	padding-bottom: 15px;
} /**文章标题**/
.article .arti-metas {
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
}
.article .arti-metas span {
	display: inline-block;
	margin: 0 8px;
	font-size: 14px;
	color: #666666;
} /**文章其他属性**/
.article .arti-metas .read-options {
	color: #444;
	text-decoration: none;
	float: right;
	display: inline-block;
	padding-left: 17px;
	display: none;
}
.article .entry {
	margin: 0 4px;
	overflow: hidden;
} /**文章内容**/
.article .entry, .article .entry p {
	line-height: 1.7;
	font-size: 15px;
	font-family: "微软雅黑";
}
.article .entry p {
}
.article .entry .read img {
	vertical-align: middle;
	max-width: 100%;
_width:expression(this.width > 1100 ? "1100px" : this.width);
	margin: 0 auto;
	display: block;
}

.article .entry .read .wp_articlecontent .section  img {
	vertical-align: middle;
	max-width: 560px;
_width:expression(this.width > 1100 ? "1100px" : this.width);
	margin: 0 auto;
	display: block;
}


.article .entry a {
	font-family: "微软雅黑";
}
.article .entry span {
	font-family: "微软雅黑";
}  /**文章阅读部分图片大小限制**/
/**阅读设置**/
.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;
	float: none;
	width: auto;
	padding-left: 24px;
	margin: 9px auto;
}

.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%;
}
#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;
	}
#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: #0c66ad;
	margin-top: 52px;
	position: relative;
}
.wp-footer .wp-inner {
}
.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;
}
/**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;
	opacity: 0.7;
}
#jumphandle a#gobot {
	background-position: 0 bottom;
	margin-top: 6px;
}
.wp-wrapper.top {
	background: #0b3f67;
}
.top_nav .wp_nav .nav-item a {
	font-family: "Microsoft Yahei";
	display: block;
	text-align: center;
	position: relative;
	z-index: 100;
	color: #fff;
	font-size: 12px;
}
.top_nav {
	float: right;
}
.top_nav .wp_nav .nav-item a span.item-name {
	display: inline-block;
	padding: 5px 14px;
	line-height: 32px;
	cursor: pointer;
}
.wp-focus .focus-pagination {
	position: absolute;
	width: 292px;
	right: 50%;
	bottom: 14px;
	z-index: 60;
	height: 25px;
	text-align: center;
	margin-right: -146px;
}
.wp-focus .focus-page {
	display: inline-block;
	width: 21px;
	height: 26px;
	line-height: 26px;
	margin-right: 4px;
	margin-left: 4px;
	border-radius: 0px;
	cursor: pointer;
}

.banner {
	position: relative;
}

.searchbtn {
	width: 40px;
	height: 40px;
	border: 0;
	outline: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}
.search-panel .wp-search {
	position: relative;
	padding: 0;
	border: 0px solid red;
}
.search-panel .wp-search form {
	display: block;
}
.search-panel .wp-search .search-input {
	margin-left: 4px;
	margin-right: 40px;
}
.search-panel .wp-search .search-input input.search-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 0;
	outline: 0;
	background: none;
	color: #444;
	font-size: 12px;
	padding: 0 0;
}
.search-panel .wp-search .search-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0%;
}
.search-panel .wp-search .search-btn input.search-submit {
	width: 40px;
	height: 40px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.search-panel .searchbox {
	width: 40px;
}
.xx {
	float: right;
	margin-right: 37px;
	margin-top: 41px;
}
.fdck {
	width: 71px;
	position: fixed;
	z-index: 999;
	right: 0px;
	top: 260px;
	display: none;
}
.main_top {
	position: relative;
	padding-top: 10px;
}
.fdck a {
	width: 71px;
	height: 70px;
	display: block;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.xwzx_md:hover {
	background-position: 0px 70px;
}

.slrw_md:hover {
	background-position: 0px 70px;
}

.mtjz_md:hover {
	background-position: 0px 70px;
}

.sjsl_md:hover {
	background-position: 0px 70px;
}

.ggfw_md:hover {
	background-position: 0px 70px;
}
.tt {
	line-height: 72px;
	height: 72px;
}
.tt h3.tit {
	float: left;
	color: #3e3e3e;
	font-size: 22px;
	font-weight: bold;
}
.more_btn {
	float: right;
}
.sltt {
	width: 65%;
	float: left;
}
.kjcx {
	float: right;
	width: 29.84%;
}
.sltt_list {
	width: 45.9%;
	height: 164px;
	overflow: hidden;
	margin-bottom: 55px;
}
.sltt_list.i-1 {
	float: left;
	border-top: 5px solid #0c66ad;
}
.sltt_list.i-2 {
	float: right;
	border-top: 5px solid #b61b30;
}
.sltt_list.i-3 {
	float: left;
	border-top: 5px solid #d9b34d;
}
.sltt_list.i-4 {
	float: right;
	border-top: 5px solid #0f65ae;
}
.sltt_list.i-5 {
	float: left;
	border-top: 5px solid #0d65ad;
}
.sltt_list.i-6 {
	float: right;
	border-top: 5px solid #b61b30;
}
.sltt_list.i-2 .sltt_img, .sltt_list.i-3 .sltt_img, .sltt_list.i-6 .sltt_img {
	display: none;
}
.sltt_img img {
	width: 100%;
	height: 164px;
	transform: scale(1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 1s ease 0s;
}
.sltt_list_top {
	position: relative;
}
.sltt_list.i-1 .bt_time, .sltt_list.i-4 .bt_time, .sltt_list.i-5 .bt_time {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-left: 12px;
	padding-top: 2px;
}
.sltt_list.i-1 .sltt_bt, .sltt_list.i-4 .sltt_bt, .sltt_list.i-5 .sltt_bt {
	line-height: 26px;
	max-height: 26px;
	overflow: hidden;
	font-size: 16px;
}
.sltt_list.i-1 .sltt_bt a, .sltt_list.i-4 .sltt_bt a, .sltt_list.i-5 .sltt_bt a {
	color: #fff;
}
.sltt_list.i-1 .sltt_time, .sltt_list.i-4 .sltt_time, .sltt_list.i-5 .sltt_time {
	line-height: 14px;
	font-family: "Georgia";
	color: #fff;
	padding-bottom: 5px;
	font-size: 16px;
}
.sltt_list.i-2 .sltt_bt, .sltt_list.i-3 .sltt_bt, .sltt_list.i-6 .sltt_bt {
	line-height: 24px;
	max-height: 48px;
	font-size: 16px;
	margin-top: 15px;
	overflow: hidden;
}
.sltt_list.i-2 .sltt_bt a, .sltt_list.i-3 .sltt_bt a, .sltt_list.i-6 .sltt_bt a {
	color: #0c66ad;
}
.sltt_list.i-2 .sltt_time, .sltt_list.i-3 .sltt_time, .sltt_list.i-6 .sltt_time {
	color: #5c5c5c;
	font-size: 16px;
	line-height: 26px;
	font-family: "Georgia";
}
.sltt_list_bottom {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-top: 3px;
}
.sltt_list_bottom a {
	color: #5c5c5c;
	font-size: 13px;
}
.sltt_img a:hover img {
	transform: scale(1.5);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.5);
	-webkit-transform: all 1s ease 0s;
}
.sltt_img {
	width: 100%;
	height: 164px;
	overflow: hidden;
}
.banner .focus-navigation {
	display: none;
}
.kjcx_img img {
	width: 100%;
	height: 165px;
	transform: scale(1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 1s ease 0s;
}
.kjcx_img a:hover img {
	transform: scale(1.5);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.5);
	-webkit-transform: all 1s ease 0s;
}
.kjcx_bt a {
	font-size: 16px;
	color: #0c66ad;
}
.kjcx_bt {
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	padding-left: 26px;
	padding-right: 26px;
	margin-top: 17px;
}
.kjcx_sj {
	color: #5c5c5c;
	font-size: 16px;
	line-height: 26px;
	font-family: "Georgia";
	padding-left: 26px;
	padding-right: 26px;
	margin-top: 8px;
}
.kjcx_nr a {
	color: #5c5c5c;
	font-size: 13px;
}
.kjcx_nr {
	line-height: 24px;
	overflow: hidden;
	max-height: 120px;
	margin-bottom: 20px;
	margin-top: 9px;
	padding-left: 26px;
	padding-right: 26px;
}
.kjcx_top .con {
	background: #ecf3f9;
}
.kjcx_list {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 16px;
	position: relative;
}
.kjcx_list a {
	font-size: 16px;
	color: #282828;
	display: inline-block;
	padding-left: 17px;
	width: 95%;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
}
.kjcx_bottom {
	padding-top: 34px;
}
.kjcx_img {
	width: 100%;
	height: 169px;
	overflow: hidden;
}
.main_middle {
	padding-top: 16px;
	background: #f4f4f4;
	padding-bottom: 30px;
}
.middle_left {
	width: 65%;
	float: left;
}
.middle_right {
	float: right;
	width: 29.84%;
}
.tzgg {
	width: 45.9%;
	float: left;
}
.xysh {
	width: 45.9%;
	float: right;
}
.tzgg_list {
	background: #e2e9ee;
	margin-bottom: 16px;
}
.tzgg_time {
	width: 56px;
	height: 56px;
	line-height: 56px;
	float: left;
	text-align: center;
	background: #c1d9ec;
	color: #0c66ad;
	font-size: 16px;
	font-family: "Georgia";
}
.tzgg_bt {
	height: 56px;
	vertical-align: middle;
	display: table-cell;
	font-size: 15px;
	color: #0c66ad;
	line-height: 20px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 10px;
}
.tzgg_bt a {
	font-size: 16px;
	color: #0c66ad;
	max-height: 40px;
	overflow: hidden;
	display: block;
}
span.tzgg_lmbt {
	line-height: 72px;
	float: left;
	font-size: 22px;
	font-weight: bold;
}
.tzgg_top .sudy-tab .tab-menu {
	height: 72px;
	border-bottom: 0px solid #ccc;
}
.tzgg_top .sudy-tab .tab-menu li {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #0c66ad;
	padding: 0 8px;
	border-radius: 0px 0px 0 0;
	cursor: pointer;
	margin-top: 23px;
}
.tzgg_top .sudy-tab .tab-menu li span {
	line-height: 24px;
	display: inline-block;
}
.tzgg_top .sudy-tab .tab-menu li.selected span {
	border-bottom: 4px solid #0c66ad;
}
.tzgg_top .tab_more_btn {
	line-height: 24px;
	position: absolute;
	right: 0px;
	top: -49px;
}
.tzgg_top .list-tab {
	position: relative;
}
.tzgg_top li.qiehuan1 {
	margin-left: 15px;
}
.tzgg_bottom img {
	width: 100%;
}
.tzgg_top ul.tab-list li {
	float: left;
}
.xysh_img img {
	width: 100%;
	height: 201px;
	transform: scale(1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 1s ease 0s;
}
.xysh_img {
	width: 100%;
	height: 201px;
	overflow: hidden;
}
.xysh_img a:hover img {
	transform: scale(1.5);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.5);
	-webkit-transform: all 1s ease 0s;
}
.xysh_bt {
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin-top: 9px;
	height: 48px;
}
.xysh_bt a {
	color: #0c66ad;
	font-size: 16px;
	font-family: "微软雅黑";
}
.xysh_time {
	color: #5c5c5c;
	font-size: 16px;
	font-family: "Georgia";
	line-height: 18px;
}
.xysh_nr {
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	margin-top: 11px;
}
.xysh_nr a {
	font-size: 13px;
	color: #5c5c5c;
}
.xysh_top {
	padding-bottom: 11px;
	border-bottom: 1px solid #d0d0d0;
}
.xysh_list a {
	padding-left: 17px;
	display: inline-block;
	line-height: 20px;
	max-height: 20px;
	color: #282828;
	font-size: 16px;

	overflow: hidden;
	width: 95%;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
}
.xysh_list {
	max-height: 40px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 11px;
	position: relative;
}
.xysh_bottom {
	margin-top: 13px;
}
.main_bottom .sudy-tab .tab-menu {
	height: 72px;
	border-bottom: 0px solid #ccc;
}
.main_bottom .sudy-tab .tab-menu li {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #0c66ad;
	padding: 0 8px;
	border-radius: 0px 0px 0 0;
	cursor: pointer;
	margin-top: 23px;
}
.main_bottom .sudy-tab .tab-menu li span {
	line-height: 24px;
	display: inline-block;
}
.main_bottom .sudy-tab .tab-menu li.selected span {
	border-bottom: 4px solid #0c66ad;
}
.main_bottom .tab_more_btn {
	line-height: 24px;
	position: absolute;
	right: 0px;
	top: -49px;
}
.main_bottom .list-tab {
	position: relative;
}
.main_bottom li.qiehuan1 {
	margin-left: 15px;
}
.list_tab_left {
	width: 29.66%;
	float: left;
}
.list_tab_right {
	width: 64.75%;
	float: right;
	position: relative;
}
.wp-focus .focus-data {
	display: none;
}
.banner1 {
	position: relative;
	padding-bottom: 212px;
	background: #d0ecfc;
}
.banner1 .infoTime {
	display: none;
}
.banner1 .infoTime.focus-page-active {
	display: block;
	background: none;
}
.banner1 .focus-title {
	display: inline-block;
	white-space: normal;
	height: auto;
	line-height: 24px;
	padding: 0 24px;
	max-height: 48px;
	color: #fff;
	font-size: 16px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 50;
	font-family: "微软雅黑";
	font-weight: normal;
}
.banner1 .focus-title-bar {
	position: relative;
	right: 0px;
	bottom: 0px;
	z-index: 40;
	width: 100%;
	min-height: 24px;
	height: auto;
	max-height: 48px;
	overflow: hidden;
	margin-top: 12px;
}
.banner1 .focus-text-box {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 20;
	width: 100%;
	height: 48px;
	margin-top: 4px;
}
.banner1 .focus-title a {
	color: #0c66ad;
	text-decoration: none;
}
.banner1 .focus-title a:hover {
	color: #0c66ad;
	text-decoration: none;
}
.banner1 .focus-data {
	line-height: 28px;
	margin-left: 24px;
	color: #5c5c5c;
	font-family: "Georgia";
	font-size: 16px;
}
.banner1 .focus-text {
	padding: 0px;
	line-height: 24px;
	color: #fff;
	font-size: 13px;
	font-family: "微软雅黑";
	padding: 0 24px;
}
.banner1 .focus-text-bg {
	background: none;
}
.banner1 .focus-text a {
	color: #5c5c5c;
}
.banner1 .focus-text a:hover {
	color: #5c5c5c;
}
.banner1 .focus-pagination {
	width: 126px;
	position: absolute;
	right: 50%;
	bottom: -168px;
	z-index: 60;
	height: 11px;
	text-align: center;
	margin-right: -63px;
}
.banner1 .focus-page {
	display: inline-block;
	width: 11px;
	height: 11px;
	line-height: 11px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}
.banner1 .focus-page-active {
	background-color: #41b2f2;
}
.tab_right_bt {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.tab_right_bt a {
	font-size: 16px;
	color: #0c66ad;
}
.tab_right_jj {
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
.tab_right_jj a {
	font-size: 13px;
	color: #5c5c5c;
}
.tab_right_list {
	padding-bottom: 14px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 8px;
	margin-top: 7px;
}
.tab_right_more_btn {
	position: absolute;
	top: -50px;
	line-height: 24px;
	right: 0px;
}
.tab_right_img {
	display: none;
}
.sjsl img {
	width: 100%;
}
.sjsl1 {
	float: left;
	width: 17.57%;
}
.sjsl2 {
	width: 27.79%;
	float: left;
	margin-left: 0.39%;
}
.sjsl3 {
	width: 35.57%;
	float: left;
	margin-left: 0.39%;
}
.sjsl4 {
	float: right;
	width: 17.9%;
}
.sjsl2 .sjsl_list.i-2 {
	margin-top: 1.5%;
}
.sjsl4 .sjsl_list.i-2 {
	margin-top: 1.5%;
}
.sjsl_list {
	text-align: center;
	overflow: hidden;
	position: relative;
}
.sjsl_bj {
}
.sjsl_nr {
	width: 100%;
	padding: 10px 0;
	color: #d5f7ff;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease 0s;
}
.sjsl_bt {
	width: 100%;
	line-height: 28px;
	font-size: 22px;
}
.sjsl_bt a {
	color: #fff;
}
.sjsl_jj {
	line-height: 24px;
	font-size: 18px;
	margin-top: 10px;
	max-height: 24px;
	overflow: hidden;
	display: none;
}
.sjsl_jj a {
	color: #fff;
}
.sjsl_bj {
	background: rgba(0,63,91,0.6);
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.sjsl_list:hover .sjsl_bj {
	opacity: 1;
}
.sjsl_list:hover .sjsl_nr {
	bottom: 0px;
}
.sjsl_name {
	float: left;
	line-height: 75px;
	font-size: 22px;
	font-weight: bold;
	font-family: "微软雅黑";
	color: #3e3e3e;
}
.sjsl_wysc {
	float: right;
	margin-top: 20px;
}
.xysp {
	width: 48.75%;
	float: left;
}
.wdcy {
	width: 44.75%;
	float: right;
}
.xysp .wp_videos .playwrap {
	position: relative;
}
.xysp .jwplayer {
}
.xysp .playlist {
	display: none;
}
.xysp_bottom {
	width: 550px;
	margin-left: 35px;
}
.xysp_list {
	width: 33.33%;
	float: left;
	text-align: center;
	margin-top: 22px;
	margin-bottom: 22px;
}
.xysp_list.i-3 {
	background: none;
}
.xysp_bt {
	/*line-height: 23px;*/
	line-height: 43px;
	font-size: 15px;
}
.xysp_bt a {
	color: #fff;
}
.xysp_time {
	line-height: 19px;
	font-family: "Georgia";
	color: #fff;
	font-size: 16px;
	display: none;
}
.wdcy_list {
	width: 20%;
	float: left;
	text-align: center;
	cursor: pointer;
	margin-bottom: 17px;
}
.wdcy_logo {
	width: 48px;
	height: 49px;
	margin: 9px auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	display: block;
}

.wdcy_bt a {
	color: #0c66ad;
	font-size: 16px;
}
.wdcy_bt {
	line-height: 29px;
}
.wdcy_bottom ul.tab-list {
	width: 50.83%;
	float: left;
}
.wdcy_bottom ul.tab-list img {
	width: 100%;
	height: 174px;
}
.wdcy_bottom .sudy-tab .tab-menu {
	float: right;
	width: 49.17%;
	height: auto;
}
.wdcy_bottom .sudy-tab .tab-menu li {
	display: inline-block;
	height: 43.5px;
	line-height: 43.5px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding: 0 0px;
	border-radius: 0px 0px 0 0;
	cursor: default;
	width: 100%;
	background: #e9e9e9;
}
.wdcy_bottom .sudy-tab .tab-menu li a {
	color: #0c66ad;
	font-size: 14px;
	margin-left: 27px;
}
.wdcy_bottom .sudy-tab .tab-menu {
	border-bottom: 0px solid #ccc;
}
.wdcy_bottom .sudy-tab .tab-menu li.selected {
	background: #0c66ad;
}
.wdcy_bottom .sudy-tab .tab-menu li.selected a {
	color: #fff;
}
.xydt {
	width: 26.16%;
	float: left;
	margin-top: 9px;
}
.kslj {
	width: 28.91%;
	margin-left: 3.35%;
	float: left;
}
.ewm {
	width: 41.58%;
	float: right;
	margin-top: 22px;
}
.xydt img {
	width: 100%;
}
.kslj_con .wp_nav .nav-item {
	width: 33.33%;
}
.kslj_con .wp_nav .nav-item a {
	text-align: left;
	font-size: 14px;
	color: #fff;
}
.kslj_con .wp_nav .nav-item a span.item-name {
	display: inline-block;
	padding: 0px 0px;
	line-height: 30px;
	cursor: pointer;
}
.kslj_bt {
	line-height: 54px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.ewm_list {
	width: 21.24%;
	float: left;
	margin-left: 3.76%;
}
.ewm_list img {
	width: 100%;
}
.ewm_bt {
	line-height: 38px;
	text-align: center;
	font-size: 14px;
}
.ewm_bt a {
	color: #fff;
}
.foot_top {
	padding-top: 48px;
	padding-bottom: 35px;
}
.foot_bottom {
	border-top: 1px solid #0a5088;
	background: #0c66ad;
}
.dz p {
	line-height: 24px;
	color: #fff;
	font-size: 12px;
}
.dz {
	margin-top: 13px;
	margin-bottom: 10px;
	float: left;
}
.foot_right {
	float: right;
}
/**链接菜单**/
.links-wrap {
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin-left: 0;
	border: 0px solid #b1b1b1;
}
.links-wrap a.links-arrow {
	font-size: 15px;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 20px 0 5px;
	color: #fff;
	text-align: center;
	border: 0px solid #858688;
	margin: 0 !important;
}
.links-wrap a.links-arrow:hover {
	cursor: pointer;
	text-decoration: none !important;
}
.links-wrap .link-items {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: auto;
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
	left: 0px;
	bottom: 32px;
	background: #fff;
	display: none;
	border: 0px solid #858688;
	z-index: 100;
}
.links-wrap .link-items a {
	display: block;
	line-height: 24px;
	padding: 3px 6px;
	color: #444 !important;
	margin: 0 !important;
}
.links-wrap .link-items a span {
	display: block;
	margin: 0 6px;
	white-space: nowrap;
	_white-space: normal;
}
.links-wrap .link-items a:hover {
	color: #fff !important;
	background: #0074cd;
	cursor: pointer;
	text-decoration: none !important;
}
.yqlj {
	width: 130px;
	float: left;
	margin-top: 20px;
}
.sydw {
	float: right;
}
img.yqlj_btn {
	float: right;
	display: block;
	position: absolute;
	top: 14px;
	right: 15px;
}
.go_top {
	width: 57px;
	height: 57px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: -74px;
	z-index: 998;
}
.dz span {
	display: inline-block;
	font-family: "微软雅黑";
}
.dqwz {
	line-height: 32px;
	margin-top: 13px;
	margin-bottom: 14px;
	font-size: 14px;
	color: #4c4c4c;
}
.dqwz a {
	color: #4c4c4c;
}
.column-list {
	background: #eaf3f9;
}
.column-news-list .column-news-item .column-news-title a {
	color: #383838;
	font-size: 15px;
}
.jzyl_lb .wp_nav .nav-item a {
	font-family: "Microsoft Yahei";
	display: block;
	text-align: center;
	position: relative;
	z-index: 100;
	color: #0c66ad;
	font-size: 14px;
}
.jzyl_lb .wp_nav .nav-item a span.item-name {
	display: inline-block;
	padding: 5px 23px;
	line-height: 22px;
	cursor: pointer;
}
.jzyl_lb {
	float: left;
}
.rili_left {
	width: 84px;
	height: 201px;
	background: url(/images/rili_left.jpg) no-repeat;
	float: left;
}
.rili_right {
	width: 270px;
	height: 201px;
	float: left;
}
.jzyl_bt {
	line-height: 25px;
	height: 50px;
}
.jzyl_bt a {
	color: #0c66ad;
	font-size: 16px;
}
.jzyl_xx p {
	line-height: 20px;
	font-size: 13px;
	color: #5c5c5c;
}
.jzyl_xx {
	margin-top: 5px;
	margin-bottom: 10px;
}
.jzyl_list {
	border-bottom: 1px solid #d0d0d0;
	padding-top: 6px;
}
.jzyl {
	border-top: 4px solid #0b66ad;
	margin-top: 34px;
}
.date_day {
	line-height: 47px;
	text-align: center;
	font-size: 48px;
	font-family: "Georgia";
	color: #fff;
	margin-top: 9px;
}
.date_mon {
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
}
.date_xq {
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
}
.date_jxz {
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
}
span.jzyl_wjj {
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	padding: 0px 4px;
	line-height: 14px;
	margin-left: 5px;
}
span.jzyl_wjj a {
	color: #fff;
	font-size: 12px;
}
.jzyl_bt span.jzyl_wjj a:hover {
	color: #fff !important;
}
/*导航开始*/
.navBar {
	position: relative;
	z-index: 1;
	min-height: 47px;
	margin: 0px auto;
	top: 0px;
}
.navlist {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 47px;

}
.nav {
	max-width: 1200px;
	margin: 0 auto;
}
.nav .m {
	float: left;
	position: relative;
	height: auto;
        width:12.5%;
}
.nav .m.i1 a {
	padding: 0;
}
.nav .i1 .menu-item a:hover {
}
.nav .m .imgs, .nav .m .subm, .nav .m .navtxt {
	display: none;
}
.nav .i1 .menu-item a {
}
.nav h3 {
}
.nav h3:hover {
}
.nav h3 a {
	display: block;
	padding: 0px 38px;
	font-family: "Microsoft YaHei";
	text-align: center;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
.nav h3 a:hover, .nav h3 a.hover {
	background: #73b1e5;
}
.nav h3 a i {
	display: none;
	color: #fff;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	-webkit-transition: -webkit-transform 0.5s;
	-ms-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
}
.nav h3 a:hover i, .nav h3 a.hover i {
	width: 10px;
	height: 10px;
	margin-left: 10px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.nav h3 a.on:hover i {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nav .on h3 a {
	color: #811c21;
}
.nav .sub {
	display: none;
	width: 236px;
	padding: 5px 10px 10px 10px;
	position: absolute;
	left: 0;
	top: 45px;
	}
.nav .sub li {
	height: 20px;
	line-height: 20px;
	padding: 4px 0;
	float: left;
	width: 118px;
}
.nav .sub li a {
	display: block;
	width: 88px;
	color: #7a7a7a;
	padding-left: 30px;
	font: normal 12px/20px 'Helvetica', Georgia, Arial, Helvetica, sans-serif;
	;
	}
.nav .sub li a:hover {
	color: #811c21;
}
.navcon {
}
.navcon .sub {
	display: none;

}
.navcon .sub .imgs {
	float: left;
	margin-top: 0px;
	margin-left: 0%;
	padding: 28px 0px 28px 0px;
	margin-right: 65px;
}
.navcon .sub .imgs .img_bg {
	width: 290px;
	height: 169px;
}
.navcon .sub .textcon {
	width: 280px;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-top: 8px;
	margin-left: 5%;
	padding: 15px 20px 15px 20px;
	color: #811c21;
	text-align: left;
	display: none;
}
.navcon .sub .imgs img {
	width: 320px;
	height: 140px;
}
.navcon .sub .subnav {
	float: left;
	width: 830px;
	padding: 28px 0px 28px 0px;
}
.navcon .sub li {
	line-height: 54px;
	height: 54px;
	padding: 0px 0;
	float: left;
	width: 25%;
	list-style: none;
	overflow: hidden;
}
.navcon .sub li a {
	display: block;
	font-size: 16px;
	color: #282828;
	font-family: "Microsoft YaHei";
	margin-left: 14px;
}
.navcon .sub li a:hover {
	color: #11b2b9;
}
.news-date-hide {
	float: right;
}
.navcon {
	max-width: 1200px;
	margin: 0 auto;
}
.dh {
	display: none;
}
.dh2 {
	position: absolute;
	width: 100%;
}
.head_dh {
	position: relative;
}
.dh2_head .logo-window {
	padding: 20px 0;
	margin-left: 0px;
}
.dh2_head .logo-window img {
	vertical-align: middle;
	width: 276px;
}
.dh_zs {
	    background: #ffffff;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9999;
}
.dh2_head {
	display: none;
}
.head1 .logo-window {
	padding: 20px 0;
	margin-left: 0px;
}
.head1 img.site-logo {
	width: 276px;
}
.head1 .xx {
	margin-top: 30px;
}
.head1 .search-panel {
	float: right;
	position: relative;
	margin-top: 30px;
}
p.fbt {
	text-align: center;
	line-height: 35px;
	font-size: 18px;
}
.sltt_bt a:hover {
	color: #11b2b9 !important;
}
.sltt_list_bottom a:hover {
	color: #11b2b9 !important;
}
.kjcx_bt a:hover {
	color: #11b2b9 !important;
}
.kjcx_nr a:hover {
	color: #11b2b9 !important;
}
.kjcx_list a:hover {
	color: #11b2b9 !important;
}
.tzgg_bt a:hover {
	color: #11b2b9 !important;
}
.xysh_bt a:hover {
	color: #11b2b9 !important;
}
.xysh_nr a:hover {
	color: #11b2b9 !important;
}
.jzyl_bt a:hover {
	color: #11b2b9 !important;
}
.banner1 .focus-title a:hover {
	color: #11b2b9 !important;
}
.banner1 .focus-text a:hover {
	color: #11b2b9 !important;
}
.tab_right_bt a:hover {
	color: #11b2b9 !important;
}
.tab_right_jj a:hover {
	color: #11b2b9 !important;
}
.column-news-list .column-news-item .column-news-title a:hover {
	color: #11b2b9 !important;
}
.xysh_list a:hover {
	color: #11b2b9 !important;
}
.mtjz_lb .wp_nav .nav-item a span.item-name {
	padding: 0px;
}
.mtjz_lb .wp_nav .nav-item a {
	font-family: "Microsoft Yahei";
	display: block;
	text-align: center;
	position: relative;
	z-index: 100;
	color: #0c66ad;
}
.mtjz_lb .wp_nav .nav-item a:hover {
	color: #11b2b9 !important;
}
.dz a {
	color: #fff;
}
span.xysh_date {
	position: absolute;
	bottom: 0px;
	left: 17px;
	color: #5c5c5c;
	font-size: 16px;
	font-family: "Georgia";
	line-height: 20px;
}
li.xyspqiehuan_list {
	padding-right: 23px;
}
li.xyspqiehuan_list img {
	width: 100%;
}
.sudy-tab .xysp_bottom .tab-menu li {
	line-height: 43px;
	height: 43px;
	padding: 0 0;
}
.sudy-tab .xysp_bottom .tab-menu {
	height: 43px;
	border-bottom: 0px solid #ccc;
}
p.yt {
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #0c66ad;
}
.article .arti-metas span.kbjc {
	margin: 0 0px;
}
.links-wrap.mbox.i-2 {
	display: none;
}
.wzdh_bt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #0c66ad;
	border-bottom: 1px solid #dcdcdc;
}
.wzdh {
	margin-bottom: 10px;
}
.zdy-2 .news {
	float: left;
	width: 45.9%;
	height: 164px;
	overflow: hidden;
	margin-bottom: 55px;
}
.zdy-2 li .slt.pr {
	position: relative;
	width: 100%;
	height: 164px;
}
.zdy-2 li .slt.pr .bt a {
	color: #fff;
	width: 100%;
	height: 21px;
	overflow: hidden;
	display: block;
}
.zdy-2 li .slt.pr .titlebg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	height: 48px;
	width: 100%;
	text-align: center;
}
.zdy-2 li .imgs {
	transform: scale(1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 1s ease 0s;
	width: 100%;
	height: 164px;
	overflow: hidden;
	background-size: 100% 100%;
	background-position: center top;
}
.zdy-2 li img {
	width: 100%;
	height: 164px;
}
.zdy-2 li .bt, .zdy-2 li .bt a {
	color: #0c66ad;
}
.zdy-2 li .time {
	color: #5c5c5c;
	font-size: 16px;
	line-height: 26px;
	font-family: "Georgia";
}
.zdy-2 li .nr {
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	margin-top: 3px;
}
.zdy-2 li .bt {
	line-height: 24px;
	height: 48px;
	font-size: 16px;
	margin-top: 15px;
	overflow: hidden;
}
.zdy-2 .imgs img {
	width: 100%;
	height: 164px;
	transform: scale(1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 1s ease 0s;
}
.zdy-2 .imgs a:hover img {
	transform: scale(1.5);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.5);
	-webkit-transform: all 1s ease 0s;
}
.zdy-2 .slt.pr a:hover .imgs {
	transform: scale(1.5);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.5);
	-webkit-transform: all 1s ease 0s;
}
.zdy-2 .news.n0 {
	float: left;
	border-top: 5px solid #0c66ad;
}
.zdy-2 .news.n1 {
	float: right;
	border-top: 5px solid #b61b30;
}
.zdy-2 .news.n2 {
	float: left;
	border-top: 5px solid #d9b34d;
}
.zdy-2 .news.n3 {
	float: right;
	border-top: 5px solid #0f65ae;
}
.zdy-2 .news.n4 {
	float: left;
	border-top: 5px solid #0d65ad;
}
.zdy-2 .news.n5 {
	float: right;
	border-top: 5px solid #b61b30;
}
.zdy-2 li .slt.pr .bt {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-left: 12px;
	padding-top: 0px;
	z-index: 999;
}
.zdy-2 li .slt.pr .time {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-family: "Georgia";
}
.zdy-2 li .slt.pr .bt a:hover {
	color: #11b2b9 !important;
}
.zdy-2 li .bt a:hover {
	color: #11b2b9 !important;
}
.zdy-2 li .nr a:hover {
	color: #11b2b9 !important;
}
.tzgg_bottom a {
	cursor: default;
}
.zdy-2 li .nr a {
	color: #5c5c5c;
	font-size: 13px;
}
a.aaa {
	display: none;
}
.hot_bt {
	font-size: 20px;
	color: #393a3b;
	font-weight: bold;
	line-height: 36px;
	width: 100%;
	margin-bottom: 15px;
}
.hot_right {
	float: right;
	width:29.1%;
	}
#winfloat_div_w500 .wp_article_list .list_item .Article_Title { display:none;}
#winfloat_div_w500 .wp_article_list .list_item .Article_Index { display:none;}