@charset "utf-8";
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
}
/* IE6对positon:fixed的单独处理修正IE6滚动抖动的bug */
*html,*html body {
	background-image: url(about:blank);
/*修正IE6滚动抖动的bug*/
	background-attachment: fixed;
/*根据自己实际，非必需*/
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,li,pre,form,fieldset,select,input,textarea,button,p,blockquote,th,td,img,iframe {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
	color: #333;
	outline: none;
	font-family: "微软雅黑", "Microsoft YaHei", "\5b8b\4f53", "Tahoma", "Arial";
	font-size: 11px;
	line-height: 1.5;
}

input,select,textarea {
	font-size: 100%;
}
/* 重置button边框 */
button {
	border: none;
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {
	text-align: left;
}
/* 去除默认边框 */
fieldset,img {
	border: none;
	outline: none;
	-moz-outline: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}
/* 去掉列表前的标识, li 会继承 */
ol,ul,li {
	list-style: none;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
/* 让链接默认不显示下划线，在hover状态下显示下划线 */
a {
	color: #333;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
}

a:hover {
	text-decoration: none;
}
/* 清理浮动 */
.clearfix:before,.clearfix:after {
	display: block;
	content: " ";
	clear: both;
}

.clearfix {
	zoom: 1;
 /* for ie67*/
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

address,caption,cite,code,dfn,em,th {
	font-style: normal;
	font-weight: normal;
}
/*解决盒模型问题css3属性也可用来统一FORM元素风格*/
.box-sizing {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: 0;
	vertical-align: middle;
}

.mt30 {
	margin-top: 20px;
}
/*清楚浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0px;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	background-color: #fff;
	font-size: 14px;
	color: #333;
	font-family: 微软雅黑;
}

a {
	text-decoration: none;
	color: #333;
	transition: all 0.4s ease-in-out;
}

.wp-wrapper {
	width: 100%;
	background-color: #fff;
}

.wp-inner {
	width: auto;
	max-width: 1150px;
	margin: 0 auto;
}
/**头部**/
.wp-header {
	background: #137adb;
	height: 197px;
	width: 100%;
	background: url(../images/header_bg.png) top no-repeat;
	background-size: 100% 100%;
}

.header-left {
	margin-top:50px;
}

.header-right .header_top {
	width:58%;
	text-align:right;
	float: right;
	margin-top: 5px;
}

.header_top li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
}

.header-right .header_top a {
	color: #fff;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}

.header-right .header_top img {

	margin-right: 5px;

}

#box {
	color: #fff;
	text-align: right;
	margin-top: 140px;
	margin-right: 10px;
}
/**搜索**/
.search-panel {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
}

.search-window {
	background-color: #fff;
	overflow: hidden;
	width: 226px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
}

.wp-search {
	position: relative;
}

.wp-search form {
	display: block;
}

.wp-search .search-input {
	margin-left: 10px;
	margin-right: 42px
}

.wp-search .search-input input.search-title {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 0;
	outline: 0;
	background: none;
	color: #444;
	font-size: 14px;
	padding: 0;
}

.wp-search .search-btn {
	position: absolute;
	right: 10px;
	top: 0;
}

.wp-search .search-btn input.search-submit {
	width: 42px;
	height: 36px;
	line-height: 36px;
	border: 0;
	outline: 0;
	background: none;
	cursor: pointer;
	color: #137adb
}


/**导航**/
/*默认主导航样式*/

.wp-navi {
	background: #0867c0;
}

.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: 100000;
/* background:url(../images/nav_bg.jpg) no-repeat 82% center; *//* width: 8.1%; */
}

.main-nav-panel .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 17px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 16px;
}

.main-nav-panel .wp-menu .menu-item a.menu-link:hover {
	text-decoration: none;
	background: #137adb;
	color: #fff;
}

.main-nav-panel .sub-menu {
	background-color: #f2f2f2;
	display: none;
	position: absolute;
	left: 0;
	top: 56px;
	z-index: 100;
	min-width: 100%;
	text-align: center;
}

.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: 36px;
	line-height: 36px;
	padding: 0 10px;
}

.main-nav-panel .sub-menu .sub-item a:hover {
	color: #137adb;
	display: block;
}

.main-nav-panel .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	z-index: 200;
	background-color: #e6e6e6;
	border-left: 1px solid #ddd;
}

.main-nav-panel .wp-menu .menu-item.i1 a.menu-link:hover {
	background: none;
}

.daohang2_box {
	float: right;
	margin-top: 18px;
	margin-right: 10px;
}

.daohang2 {
}

.daohang2 .wp_nav .nav-item a {
	text-align: left;
	background: url(../images/sx.png) no-repeat left center;
}

.right_nav {
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 3px 0;
}

#wp_nav_w211 .wp_nav .nav-item a span.item-name {
	color: #FFFFFF;
	padding: 0px 8px;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

#wp_nav_w211 .wp_nav .nav-item.i1 a span.item-name {
	height: 20px;
	line-height: 20px;
}

#wp_nav_w222 .wp_nav .nav-item.i1 a span.item-name {
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
}

#wp_nav_w222 .wp_nav .nav-item.i2 a span.item-name {
	height: 20px;
	line-height: 20px;
}

#wp_nav_w223 .wp_nav .nav-item.i1 a span.item-name {
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
}

#wp_nav_w223 .wp_nav .nav-item.i2 a span.item-name {
	height: 20px;
	line-height: 20px;
}

#wp_nav_w223 .wp_nav .nav-item.i1 a {
	background: none;
}

#wp_nav_w222 .wp_nav .nav-item.i1 a {
	background: none;
}

#wp_nav_w211 .wp_nav .nav-item a {
	padding-left: 20px;
	background: url('../images/links.jpg') no-repeat left center;
}



/**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: #fff;
	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-white.png) no-repeat 50%;
}

.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;
	right: 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;
	right: -216px;
	z-index: 1002;
	width: 263px;
	max-width: 100%;
	background: #fff;
	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: #0B72C4;
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,.3);
}

.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: #333;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 15px;
	border-top: 1px solid rgba(0,0,0,.3);
}

.wp-navi-aside .navi-aside-wrap li a:hover,.wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #0B72C4;
	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;
}
/**主页banner开始**/
#banner {
	background: #f8f8f8;
}

#banner .inner {
	width: auto;
	max-width: 100%;
	text-align: center;
	position: relative;
}


.col_menu .col_menu_head {
	position: relative;
}   /**位置栏目背景**/
.column-switch {
	display: none;
	position: absolute;
	right: 5px;
	top: 8px;
	width: 30px;
	height: 24px;
	float: right;
	background: url(css/img/menu-dot-w.png) no-repeat center;
}


/**底部**/
.wp-footer {
	background-color: #137adb;
}

.wp-footer .wp-inner {
	padding: 20px 0px;
}

.wp-footer .wp-inner .footer {
	color: #fff;
	line-height: 24px;
	font-size: 13px;
	text-align: left;
	margin: 0px;
}

.wp-footer .wp-inner .footer span {
	margin: 0 7px;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	padding: 0;
}

.wp-footer .wp-inner .footer a {
	color: #fff;
	font-size: 13px;
	margin: 0 5px;
	padding: 0;
}

.wp-footer .wp-inner .footer a:hover {
	color: #ddd;
	text-decoration: none;
}

.foot-left {
	float: right;
	margin-top: 15px;
}

.foot-left p {
	text-align: right;
	font-size: 13px;
}

.jishu {
	margin-right: 0 !important;
}

.foot-right {
	float: left;
	width: 28%;
}
/*栏目图片*/
.l-banner {
	height:275px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.l-banner img {
	display: none;
	height: 100%;
	vertical-align: top;
}
/**栏目**/
.wp-column-menu {
	width: 220px;
	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: 240px;
	margin-right: 15px;
}

.wp-column-news .news_list .news_title {
	float: left;
	line-height: 36px;
	font-size: 15px;
	color: #444444;
}

.wp-column-news .news_list .news_title a {
	color: #444444;
}

.wp-column-news .news_list .news_title a:hover {
	color: #214992;
	text-decoration: none;
}

.wp-column-news .news_list .news_date {
	float: right;
	line-height: 36px;
	font-size: 15px;
	color: #444444;
}

.wp-column-news .news_list {
	width: 100%;
	height: 36px;
	border-bottom: 1px dashed #ccc;
}

.column-head {
	background: #137adb;
	line-height: 24px;
}

.column-head .column-anchor {
	padding: 15px;
}

.column-head .column-anchor .column-switch {
	display: block;
	width: 30px;
	height: 24px;
	float: right;
	display: none;
	background: url(img/menu-dot-white.png) no-repeat center;
}

.column-head .column-anchor h3.anchor-title {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding-left: 20px;
}

.column-list-wrap li {
	width: 100%;
	vertical-align: bottom;
}

.column-list-wrap li a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	color: #383838;
}

.column-list-wrap li a:hover {
	color: #e5e5e5;
	text-decoration: none;
	background: #137adb;
}

.column-list-wrap li.selected a.selected {
	color: #fff;
	background: #137adb;
}

.column-list-wrap li a span {
	display: block;
	padding: 10px;
	padding-left: 40px;
	line-height: 22px;
}

.column-list-wrap .sub-list li a {
	font-size: 15px;
	background-color: #F1F1F1;
}

.column-list-wrap .sub-list li a:hover {
	background: #137adb;
	color: #fff;
}

.column-list-wrap .sub-list li.selected a.selected {
	background-color: #658fdb;
	color: #fff;
}

.column-list-wrap .sub-list li a span {
	padding: 12px 10px;
	padding-left: 55px;
	line-height: 18px;
}

.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-color: #f5f5f5;
}

.column-list-wrap .sub-list .sub-list li.selected a.selected {
}

.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 70px;
	line-height: 17px;
}

.column-list-wrap .sub-list .sub-list li a:hover {
	background-color: #658fdb;
	color: #fff;
}

.column-list-wrap .sub-list .sub-list .sub-list li a {
}

.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
}

.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 0px;
	border-bottom: 2px solid #e5e5e5;
}

.list-meta .column-title {
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 24px;
	font-size: 18px;
	color: #333
}

.list-meta .column-path {
	float: right;
	line-height: 24px;
	color: #454545;
}

.list-meta .column-path a {
	color: #454545;
}

.list-meta .column-path a:hover {
	color: #14427E;
}

.column-news-con {
	padding: 10px 0;
}

.wp_30 {
	padding: 30px 0;
}
/**文章**/
.wp_paging {
	margin-top: 20px;
}

.wp_entry {
	width: auto;
	margin: 0 4px;
}

.wp_entry a{
            text-decoration: none!important;
}

.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 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 h2.arti-title {
	line-height: 22px;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #424242;
	border-bottom: 2px solid #ECECEC;
}

.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-top: 10px;
	overflow: hidden;
}

.article .entry, .article .entry p {
	line-height: 1.7;
	font-size: 15px;
	text-align: justify;
}

.article .entry p {
	margin-bottom: 11px;
}

.article .entry .read img {
	vertical-align: middle;
	max-width: 100%;
	_width: expression(this.width > 1200 ? "1200px" : 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
}

.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;
}
/**功能**/
.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;
}

/**新闻默认样式**/
.news_title a:hover {
	color: #214992;
	text-decoration: underline;
}

.news_list .news {
	border-bottom: 1px dashed #d2d3d4;
	width: 100%;
	height: 42px;
}

.news_list .news .news_title {
	font-size: 14px;
	color: #000000;
	line-height: 42px;
	float: left;
}

.news_list .news .news_title a {
	color: #000000;
}

.news_list .news .news_date {
	font-size: 14px;
	color: #000000;
	line-height: 42px;
	float: right;
}
/**新闻样式**/
.post-head {
	height: 46px;
	line-height: 43px;
	margin-bottom: 0px;
}

.post-head .title {
	font-size: 18px;
	color: #000;
    font-weight: bold;
	float: left;
	border-bottom: 3px solid #137adb;
	font-family: "微软雅黑";
}

.doit_b {
	width:5px;
	height:5px;
	background: #cccccc;
	display: inline-block
}

.post-head .more {
	margin: 0;
	float: right;
}

.post-head .more a {
	color: #121212;
}

.wp-content .panel-7 {
	width: 53%;
	float: right;
}

.wp-content .panel-7 .news_list .news {
	border: none;
	margin-bottom: 2px;
}

.wp-content .panel-7 .news_meta {
	float: left;
	margin: 6px 8px 0 0;
}

.wp-content .panel-8 {
	width: 45%;
	float: left;
	padding-right: 16px;
}

.wp-content .panel-8 .post-1 {
	width: 100%;
}

.wp-content .panel-8 .post-3 {
	width: 48.6%;
	float: right;
}

.wp-content .panel-8 .post-3 .more {
	margin-top: 20px;
}

.wp-content .panel-8 .post-3 .more a {
	font-size: 15px;
	color: #2f2f2f;
	font-weight: bold;
	background: url(../images/morebg.png) right center no-repeat;
	padding-right: 15px;
}

.wp-content .panel-8 .post-3 .more a:hover {
	color: #146cc1;
}

.wp-container .post-head {
	margin-bottom: 0px;
}

.wp-container .panel-9 {
	width: 48.1%;
	float: left;
}

.wp-container .panel-9 .post-1 .more {
	font-size: 13px;
	color: #767676;
	line-height: 46px;
	float: right;
}

.wp-container .panel-9 .post-1 .more a {
	color: #767676;
}

.wp-container .panel-9 .post-2 .news_img {
	width: 29.2%;
	float: left;
	max-height: 130px;
	margin-right: 17px;
}

.wp-container .panel-9 .post-2 .news_img img {
	width: 100%;
	height: 126px;
}

.wp-container .panel-9 .post-2 .news_title {
	line-height: 26px;
	color: #000;
	font-size: 15px;
	float: left;
	width: 67.8%;
}

.wp-container .panel-9 .post-2 .news_title a {
	color: #000;
}

.wp-container .panel-9 .post-2 .news_text {
	line-height: 20px;
	color: #7a7a7a;
	font-size: 12px;
	width: 67.8%;
	float: left;
}

.wp-container .panel-9 .post-3 .news_list {
	float: left;
	height: 45px;
	border-bottom: 1px dashed #dddddd;
	width: 100%;
}

.wp-container .panel-9 .post-3 .news_title {
	float: left;
	line-height: 45px;
	font-size: 14px;
	color: #000;
}

.wp-container .panel-9 .post-3 .news_title a {
	color: #000;
}

.wp-container .panel-9 .post-3 .news_date {
	font-size: 13px;
	color: #484848;
	line-height: 45px;
	float: right;
}

.wp-container .panel-10 {
	width: 48.1%;
	float: right;
}

.wp-container .panel-10 .post-1 .more {
	font-size: 13px;
	color: #767676;
	line-height: 46px;
	float: right;
}

.wp-container .panel-10 .post-1 .more a {
	color: #767676;
}

.wp-container .panel-10 .post-2 .news_img {
	width: 29.2%;
	float: left;
	max-height: 130px;
	margin-right: 17px;
}

.wp-container .panel-10 .post-2 .news_img img {
	width: 100%;
	height: 126px;
}

.wp-container .panel-10 .post-2 .news_title {
	line-height: 26px;
	color: #000;
	font-size: 15px;
	float: left;
	width: 67.8%;
}

.wp-container .panel-10 .post-2 .news_title a {
	color: #000;
}

.wp-container .panel-10 .post-2 .news_text {
	line-height: 20px;
	color: #7a7a7a;
	font-size: 12px;
	width: 67.8%;
	float: left;
	overflow: hidden;
}

.wp-container .panel-10 .post-3 .news_list {
	float: left;
	height: 43.5px;
	border-bottom: 1px dashed #dddddd;
	width: 100%;
}

.wp-container .panel-10 .post-3 .news_title {
	float: left;
	line-height: 43.5px;
	font-size: 14px;
	color: #000;
}

.wp-container .panel-10 .post-3 .news_title a {
	color: #000;
}

.wp-container .panel-10 .post-3 .news_date {
	font-size: 13px;
	color: #484848;
	line-height: 43.5px;
	float: right;
}
/**专题网站导航样式**/
.wp-linker .post-head {
	margin: 0;
}

.wp-linker .panel-11 .post-1 {
	width: 46.6%;
	float: left;
}

.wp-linker .panel-11 .post-2 {
	float: right;
	width: 50%;
}

.link li {
	height: 30px;
	float: left;
}

.link li span a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #525151;
	text-align: left;
	float: left;
	padding: 0px 25px 0px 10px;
	background: url(../images/linkbg.png) left center no-repeat;
	color: #214992;
}

.wp-linker .wp-menu {
	margin: 0 auto;
	margin-top: 45px;
}

.wp-linker .wp-menu .menu-item {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 100;
	width: 12.5%;
}

.wp-linker .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding-top: 25px;
	height: 52px;
	line-height: 52px;
	color: #214992;
	font-size: 15px;
}

.wp-linker .wp-menu .menu-item a.menu-link:hover {
	color: #214992;
}

.wp-linker .wp-menu .i1 a.menu-link {
	background: url(../images/linkbg-1.png) top center no-repeat;
}

.wp-linker .wp-menu .i2 a.menu-link {
	background: url(../images/linkbg-2.png) top center no-repeat;
}

.wp-linker .wp-menu .i3 a.menu-link {
	background: url(../images/linkbg-3.png) top center no-repeat;
}

.wp-linker .wp-menu .i4 a.menu-link {
	background: url(../images/linkbg-4.png) top center no-repeat;
}

.wp-linker .wp-menu .i5 a.menu-link {
	background: url(../images/linkbg-5.png) top center no-repeat;
}

.wp-linker .wp-menu .i6 a.menu-link {
	background: url(../images/linkbg-6.png) top center no-repeat;
}

.wp-linker .wp-menu .i7 a.menu-link {
	background: url(../images/linkbg-7.png) top center no-repeat;
}
/**新闻触摸样式**/
.wp-panel .wp-window .post-head .more a:hover {
	color: #83a7e8;
}

.wp-panel .wp-window .news_list .news_title a:hover {
	color: #214992;
	text-decoration: underline;
}

/**大图切换**/
.focus-window .focus .focus-title {
	height: 58px;
	line-height: 58px;
	font-size: 20px;
}

.focus-window .focus .focus-title-bar {
	bottom: 105px;
	left: 12%;
	margin-left: 0px;
	height: 58px;
}

.focus-window .focus .focus-title-bg {
	background-color: #295bb6;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.focus-window .focus .focus-pagination {
	position: absolute;
	right: 14px;
	bottom: 14px;
	margin-right: 0px;
	z-index: 60;
	display: none;
}

.focus-window .focus .focus-page {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 6px;
	background: #fff;
}

.focus-window .focus .focus-page-active {
	width: 18px;
	background: #fff;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.focus-window .focus .focus-navigation {
	width: 58px;
	height: 53px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-indent: -999em;
}

.focus-window .focus .focus-navigation:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.focus-window .focus .focus-navigation:active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.focus-window .focus .focus-prev {
	left: 30px;
	background: url(../images/leftbg.png) no-repeat;
}

.focus-window .focus .focus-next {
	right: 30px;
	background: url(../images/rightbg.png) no-repeat;
}

.mobile_banner {
	display: none;
}

.ewm {
	float: right;
	width: 100%;
}

.ewm .item {
	float: left;
	margin: 0px 15px;
}

.ewm .item span {
	display: block;
	text-align: center;
}

#naver {
	background: #5583d8;
}

#naver .wp-inner {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.navbar {
	width: 100%;
	height: 52px;
	background: #295bb6;
}

.navbar .navbox {
	width: 1200px;
	height: 52px;
	margin: 0 auto;
}

.navlist .nav-item {
	list-style: none;
}

.navbar .navbox .wp_nav, .navbar .navbox .nav {
	height: 52px;
	margin-left: 0;
}

.navbar .navbox .wp_nav li {
	width: 12.5%;
}

.navbar .navbox .wp_nav li.nav-item a {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.navbar .navbox .wp_nav li.nav-item a span.item-name {
	padding: 0px 0px;
	height: 52px;
	line-height: 52px;
}

.navbar .navbox .sub-nav {
	display: none;
}

.navbar .navbox .wp_nav .sub-nav li.nav-item a {
	font-size: 14px;
	font-weight: normal;
	background: none;
	color: #fff;
	text-decoration: none;
}

.navlist .nav-item a:hover {
	color: #f3c065;
}

.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
}

.navlist {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	display: none;
}

.navlist .navlist-li-0 {
	margin-left: 0;
}

.navlist .navlist-li {
	float: left;
	width: 150px;
}

.navlist .nav-item a {
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	width: 150px!important;
}

.wp-info-page .list-meta .column-path {
	float: left;
	font-size: 15px;
	color: #454545;
}

.wp-info-page .list-meta .column-path a {
	color: #454545;
}

.wp-info-page .list-head {
	border: none;
	padding-top: 20px;
}

.wp-info-page .wp-container {
	padding-top: 0;
}

.post-head {
	border-bottom: 3px solid #eeeeee;
}

.ewm .item img {
	width: 80px;
	height: 78px;
}

.wp_articlecontent table {
	width: 100%!important;
}

.wp-container .panel-89 {
	width: 100%;
}

.tab_top {
	height: 46px;
	line-height: 43px;
	border-bottom: 3px solid #eeeeee;
}

.tab_top li {
	float: left;
	font-size: 18px;
	color: #000;
    font-weight: bold;
	margin-right: 30px;
	position: relative;
	cursor:pointer;
}

.tab_top li.on {
	border-bottom: 3px solid #137adb;
	color: #137adb;
}

.tab_top li span {
	display: inline-block;
	font-weight: normal !important;
	color: #ccc;
	height: 16px;
	position: absolute;
	right: -16px;
}

.tab_content {
	width: 100%;
	height: 304px;
	overflow: hidden;
}

.tab_content .tab_list .lib span {
	margin-left: 5px;
}

.tab_top_2 {
	height: 46px;
	line-height: 43px;
	border-bottom: 3px solid #eeeeee;
}

.tab_top_2 li {
	float: left;
	font-size:18px;
	color: #000;
    font-weight: bold;
	margin-right: 30px;
	position: relative; cursor:pointer;
}

.tab_top_2 li.on {
	border-bottom: 3px solid #137adb;
	color: #137adb;
}

.tab_top_2 li span {
	display: inline-block;
	font-weight: normal !important;
	color: #ccc;
	height: 16px;
	position: absolute;
	right: -16px;
}

.post-content .lib {
	padding:8px 0;
	border-bottom: 1px dotted #cccccc;
}

.li_new {
	margin-left: 10px;
}

.tab_content .li_new {
	margin-left: 0px;
}

.tab_content_2 {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.tab_content_2 .tab_list .lib {
	height: 38px;
	line-height:38px;
	border-bottom: 1px dotted #cccccc;
}

.tab_content_2 .tab_list .lib .li_text {
	margin-left: 5px;
	line-height: 38px;
}

.tab_list .lib {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px dotted #cccccc;
}

.tab_list .lib .li_text {
	margin-left: 5px;
	line-height: 38px;
}

.gray {
	color: #999;
}

.more_btn {
	color: #000;
}

.xyfc_main {
	position: relative;
	top: -90px;
}

.bg_blue {
	height: 20px;
	background-color: #eef5fb;
	display: none;
}

.bg_mt20 {
	height:20px;
}

.link_main_1 li {
	float: left;
	width: 25%;
	text-align: center;
}

.link_main_1 li .title_div {
	margin-top: 20px;
	color: #121212;
}

.link_main_1 li img {
	width: 42px;
	height: 40px;
	display: line-block
}

.linkimg_1 {
	margin-top: 20px;
}

.linkimg_2 {
	margin: 20px 0;
}

.wp-content {
	padding: 0 !important;
	position: relative;
}

.search_input_2 {
	display: none;
}

.orbit-wrapper,.featured {
	width: 100% !important;
	overflow: hidden;
}

div.timer {
	display: none !important;
}

div.slider-nav span.right {
	background: url(../images/right_ico.png) no-repeat;
	right: 15px;
}

div.slider-nav span.left {
	background: url(../images/left_ico.png) no-repeat;
	left: 15px;
}

div.slider-nav span {
    top: 55%;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -30px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}

.news_doit {
	margin-left: 5px;
}
.link_main_0_1,.link_main_0{
	display:none
	}
.kjtd {
	position: relative;
	top: -70px;
}
.kjtd_link li{
	float:left; text-align:center; margin-left:80px;
	}
.kjtd_link li img {
	width: 40px;
	height: 40px;
	display: inline-block
}
.kjtd_link li .title_div{ 
color:#121212;margin-top:15px;
}
.last_child{display:none;}
.wp_main_left{
	width: 49.9%;
	box-sizing: border-box
}
.wp_main_right{
	width: 49.9%;
	box-sizing: border-box
}
