@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: 0;
}
img {
	border: 0;
}
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 { min-width:1200px;
}
body, p {
	font: 12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover { color:#057f98;


}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 1200px;
	margin: 0 auto;
} /**页面全局宽度**/
/**标题栏新闻窗口**/
.post {
	margin-bottom: 10px;
}
.post .tt {
	height: 32px;
	border-bottom: 4px solid #e5e5e5;
} /**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #057f98;
	font-family: 微软雅黑;
} /**标题字体**/
.post .tt .tit .title {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	border-bottom: 5px solid #057f98;
	margin-right: 20px;
} /**标题图标**/
.post .tt .more_btn {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	float: right;
}
/**更多按钮**/
.more_text {
	font-size: 14px;
	color: #7d7d7d;
	font-family: 微软雅黑;
	font-weight: bold;
}
.post .con {
	padding: 15px 0;
	margin: 0 auto;
}
.post .con .wp_article_list .list_item {
	border-bottom: 0px dashed #ccc;
} /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
	background: url(/_upload/tpl/00/15/21/template21/images/li.jpg) no-repeat center;
	display: none;
} /**新闻列表图标**/
/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
	line-height: 24px;
	padding-left: 13px;
	background: url(/_upload/tpl/00/15/21/template21/images/icon_li0.gif) no-repeat 0 9px;
} /**标题图标**/
.news_list li.news span.news_title {
	float: left;
}
.news_list li.news span.news_meta {
	float: right;
	margin-left: 2px;
}
.news_list li.news p {
	clear: both;
	line-height: 20px;
	color: #787878;
}
.news_list li.news p a {
	color: #787878;
}
.news_list li.news p a:hover {
	color: #444;
	text-decoration: underline;
}
/**页头开始**/
#header {
	background:#057f98 url(images/1/1.png) no-repeat center;
	height: 150px;
}
#header .inner {
}
.head {
	width: 100%;
	height: 150px;
	position: relative;
	position: relative;
}    /**页头部分**/
.head .sitetitle {
	position: absolute;
	left: 366px;
	top: 48px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}		/**站点名称**/
.head-l {
	padding-top: 35px;
}
.head-r {
	width: 200px;
}
#nav {
	height: 50px;
	background: #00afcc;
}
.navbar {
	width: 100%;
}   	/**导航区域背景**/
.navbar .navbox {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}   /**导航窗口大小及位置**/
/**导航样式：后台绑定时也可以定义配置**/

#wp_nav_w05 .wp_nav .sub-nav {
	min-width: 100% !important;
}
.navbar .navbox .wp_nav, .navbar .navbox .nav {
	height: 50px;
}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {
	font-size: 19px;
	color: #e8f1f8;
	font-weight: bold;
}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent {
	background: #fff;
}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent {
	color: #333;
}
.navbar .navbox .wp_nav li.nav-item a span.item-name {
	padding: 0 112px;
	height: 50px;
	line-height: 50px;
}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-align: center;
	border: none;
}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover, .navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
	background: #0963a0;
	color: #fff;
}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
}		/**子菜单栏目高度与边距**/
/**主体开始**/
#container {
	padding: 7px 0;
}
#container .inner {
	background: #fff;
	width: 1200px;
	padding-top: 30px;
}
/**首页三列布局**/
.mod {
}
.mod1 {
	width: 236px;
	float: left;
} /**左列**/
.mod1 .ml {
	width: 100%;
}
.mbox {
	background: #fff;
}
.mod2 {
	width: 1200px;
}
.mod2 .mc {
	width: 750px;
	float: left;
} /**中间**/
.mod2 .mr {
	width: 410px;
	float: right;
} /**右列**/
.col_menu {
	width: 236px;
	float: left;
	margin-top: 10px;
}
.col_menu .col_menu_head {
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 19px;
	font-weight: bold;
	color: #057f98;
}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 21px;
	padding: 5px 5px 13px 0px;
	font-family: 微软雅黑;
	text-align: center;
}  /**栏目名称图标**/
/**栏目列表*/
.col_list .wp_listcolumn {
	border-top: 1px solid #00afcc;
	border-bottom: 1px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
	text-align: center;
	color: #5f5f5f;
	background: #fff;
	border: none;
	font-family: "Microsoft Yahei";
} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #000;
} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #fff;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: #e8e8e8 url(images/icon_column_2.gif) no-repeat 16px 11px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url(/_upload/tpl/00/15/21/template21/images/icon_column_2_hover.gif);
} 	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #00afcc;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
} 	/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url(/_upload/tpl/00/15/21/template21/images/icon_column_3_hover.gif);
} 	/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #00afcc;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
} 	/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url(/_upload/tpl/00/15/21/template21/images/icon_column_3_hover.gif);
} 	/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #00afcc;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
} 	/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url(/_upload/tpl/00/15/21/template21/images/icon_column_3_hover.gif);
} 	/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #00afcc;
}
.col_news {
	min-height: 400px;
	width: 900px;
	float: right;
	margin-top: 10px;
	margin-bottom: 60px;
} /**栏目新闻**/
.col_news_head {
	border-bottom: 1px solid #00afcc;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 30px;
}  /**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	color: #057f98;
	padding: 0 50px 0 0px;
	font-family: 微软雅黑;
}   /**当前栏目名称**/
.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
	color: #ababab;
	font-family: 微软雅黑;
	font-size: 14px;
} /**当前位置**/
.col_news_box {
	padding: 10px 0;
	margin: 0 7px;
}
.col_news_list {
	margin-top: 7px;
}
.col_news_list .wp_article_list .list_item {
}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
	background: url(/_upload/tpl/00/15/21/template21/images/li.gif) no-repeat center;
}  /**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}
.col_news_list .wp_entry p {
	margin-bottom: 6px;
}
.col_news_list .wp_entry img {
	max-width: 680px;
_width:expression(this.width > 680 ? "680px" : this.width);
}   /**列表页文章图片大小限制**/
/**文章页**/
.infobox {
	margin: 0 auto;
	min-height: 400px;
}
.article {
}
.article h1.arti_title {
	line-height: 26px;
	font-family: "Microsoft YaHei";
	padding: 5px;
	text-align: center;
	font-size: 18px;
	color: #282828;
	border-bottom: 2px solid #00afcc;
} /**文章标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
}
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} /**文章其他属性**/
.article .entry {
	margin: 0 auto;
	overflow: hidden;
} /**文章内容**/
.article .entry .read, .article .entry .read p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}  /**阅读字体**/
.article .entry .read p {
	margin-bottom: 6px;
}
.article .entry .read img {
	max-width: 940px;
_width:expression(this.width > 940 ? "940px" : this.width);
}   /**文章阅读部分图片大小限制**/
/**页脚开始**/
#footer {
}
#footer .inner {
	padding: 10px 0;
	height: 220px;
	width: 100%;
}
.foot {
	height: 185px;
	background: #1357ba
}
.foot1 {
	height: 35px;
	background: #313131
}
.bq p {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	line-height: 35px;
	font-family: 微软雅黑;
	font-size: 12px;
}
.json {
	width: 100%;
	height: 390px;
	background: #e8f1f8;
}
.dt {
	width: 1200px;
	margin: 0 auto;
}
.db {
	width: 1200px;
	margin: 0 auto;
}
.db1 {
	width: 102px;
	height: 125px;
	margin-top: 35px;
	float: left;
	margin-right: 15px;
}
.db2 {
	width: 520px;
	height: 95px;
	margin-top: 35px;
	float: left;
	border-left: 1px solid #a0a0a0;
	text-align: left;
	padding-left: 30px;
}
.db2 p {
	font-family: 微软雅黑;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.db3 {
	margin-top: 35px;
	float: right;
	width: 230px;
}
.head1 {
	padding-top: 5px;
}
.head11 {
	padding-left: 50px;
}
.head2 {
	padding-top: 56px;
}
.head21 {
	width: 200px;
	height: 40px;
	background: url(/_upload/tpl/00/15/21/template21/images/1/2.png);
}
.post.post-8.mbox {
}
.tpdh {
}
.sj {
	width: 120px;
	height: 30px;
	background: #1357ba;
	color: #fff;
	font-family: 微软雅黑;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-right: 23px;
}
li.news-item.clearfix {
	border-bottom: 1px solid #eee;
	padding: 25px 0 20px 0;
	width: 100%;
}
li.item-1.clearfix {
	padding-top: 10px;
}
.item-meta.meta-title {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-family: 微软雅黑;
	color: #313131;
	width: 607px;
	height: 30px;
	line-height: 30px;
}
.item-meta.meta-title a {
	font-size: 16px;
	font-family: 微软雅黑;
	color: #313131;
}
.jianjie {
	width: 100%;
	margin-top: 4px;
	line-height: 26px;
	color: #222;
}
.jianjie a {
	font-size: 14px;
	font-family: 微软雅黑;
	color: #a0a0a0;
}
li.news1 {
	width: 130px;
	margin-right: 10px;
}
li.s3 {
	margin-right: 0;
}
.news_img_s {
	width: 130px;
	height: 90px;
	position: relative;
}
.news_title_bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #2f66b5;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.news_title1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-family: 微软雅黑;
	color: #fff;
}
.news_title1 a {
	color: #fff;
}
.Article_Title {
	line-height: 30px;
	color: #7d7d7d;
	font-size: 14px;
	font-family: 微软雅黑;
}
.head11 .wp_nav {
	display: block;
	margin: 0;
	padding: 0;
	display: block;
	width: 152px;
	float: right;
	background: url(/_upload/tpl/00/15/21/template21/images/tiao.png)no-repeat center;
}
.head11 .wp_nav .nav-item a {
	color: #fff;
	font-size: 14px;
	font-family: 微软雅黑;
}
.wp_article_list .list_item .Article_Index {
	display: inline-block;
	width: 10px;
	height: 30px;
	margin-top: 0;
	color: #fff;
	font-size: 11px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	text-indent: -99em;
	background: url(/_upload/tpl/00/15/21/template21/wp_article_li_1.png) no-repeat 50%;
}
.wp_article_list .list_item {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: none;
	vertical-align: top;
}
span.Article_Title a {
	line-height: 36px;
	font-size: 16px;
	font-family: 微软雅黑;
	color: #333333;
}
span.Article_Title a:hover {
}
.wp_article_list .list_item .Article_PublishDate {
	color: #a59b9b;
	font-size: 16px;
	font-family: 微软雅黑;
}
.head11 a {
	color: #fff;
	font-size: 14px;
	font-family: 微软雅黑;
}
.wp_nav .nav-item {
	display: inline-block;
	float: left;
	position: relative;
	vertical-align: bottom;
}
.wp_search .search {
	background: url(/_upload/tpl/00/15/21/template21/images/searchbtn.jpg);
	width: 40px;
	height: 40px;
	border: 0px;
	cursor: pointer;
}
input#keyword {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-family: 微软雅黑;
	padding-left: 10px;
}
.db31 {
	background: url(/_upload/tpl/00/15/21/template21/images/lj.jpg);
	margin-bottom: 10px;
	width: 225px;
}
select.w1031_openLink {
	height: 35px;
	position: relative;
	left: 25px;
	background: none;
	border: 0px;
	color: #fff;
	text-align: center;
}
.db32 {
	background: url(/_upload/tpl/00/15/21/template21/images/lj.jpg);
	margin-bottom: 10px;
	width: 225px;
}
select.w1032_openLink {
	height: 35px;
	position: relative;
	left: 25px;
	background: none;
	border: 0px;
	color: #fff;
	text-align: center;
}
.db33 {
	background: url(/_upload/tpl/00/15/21/template21/images/lj.jpg);
	margin-bottom: 10px;
	width: 225px;
}
select.w1033_openLink {
	height: 35px;
	position: relative;
	left: 25px;
	background: none;
	border: 0px;
	color: #fff;
	text-align: center;
}
div#wp_nav_w8 .wp_nav .nav-item a {
	padding: 0 21px;
	color: #fff;
	font-size: 14px;
	font-family: 微软雅黑;
}
div#wp_nav_w8 .wp_nav li.nav-item.i3 {
	margin-left: 2px;
}
.wp_listcolumn .wp_column a .column-name {
	display: inline-block;
	line-height: 22px;
	padding: 5px 10px 5px 5px;
	cursor: pointer;
}
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #000;
}
.wp_listcolumn .wp_column a.selected {
	color: #000;
	background-color: #057f98;
}
.wp_nav .sub-nav {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 200;
	visibility: hidden;
	border: 0px solid #ccc;
	border-top-color: rgb(204, 204, 204);
	border-top-style: solid;
	border-top-width: 1px;
	border-top: none;
}
.sudy-links .links-name {
	background: none;
}
.sudy-links .links-wrap a:hover {
	background-color: none;
}
.article {
	width: 1000px;
	margin: 0 auto;
}
.sudy-links .links-name {
	display: inline-block;
	line-height: 32px;
	padding: 0 20px 0 35px;
	color: #fff;
	cursor: default;
}
.sudy-links .links-wrap a:hover {
	background-color: #fff;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.zddz2 {
	padding-left: 40px;
	display: block;
}
/*自定义输入框*/
.wp-search {
	position: relative;/* border: 1px solid #d0d0d0; */
}
.wp-search form {
	display: block;
}
.wp-search .search-input {
}
.wp-search .search-input input.search-title {
	width: 142px;
	height: 32px;
	padding: 4px 9px;
	/* line-height: 22px; */
	background: none;
	color: #d1e4e9;
	font-size: 14px;
	border: 0;
	outline: 0;
	position: absolute;
}
.wp-search .search-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0%;
}
.wp-search .search-btn input.search-submit {
	width: 40px;
	height: 40px;
	border: 0;
	outline: 0;
	background: none;
	cursor: pointer;
}
.wp_article_list .list_item .Article_Title {
	float: left;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 430px;
}
.sudy-links .links-name {
	display: inline-block;
	font-weight: 100! important;
	line-height: 32px;
	padding: 0 20px 0 35px;
	cursor: default;
	color: #fff;
	font-size: 14px! important;
	font-family: 微软雅黑;
}
input:-webkit-autofill,  input:-webkit-autofill:hover,  input:-webkit-autofill:focus,  input:-webkit-autofill:active {
 -webkit-transition-delay: 99999s;
 -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.zck {float:left; width:555px;}
.yck {float:right; width:555px;}
.dibu {height:101px;background:#057f98;text-align:center;color:#fff;font-size:16px;font-family:微软雅黑;line-height:101px;margin-top: 30px;}
.lby .wp_article_list .list_item .Article_Title { width:730px;}
#wp_news_w06 li {
    width: 50%;
    float: left;
padding-bottom: 20px;
}


.post.post-5.post-9.mbox{ display:none;}
.post.post-5.post-19.mbox{ display:none;}
.post.post-5.post-16.mbox{ display:none;}
.post.post-5.post-7.mbox{ display:none;}
.post.post-8.mbox{ display:none;}
.yck.ts{ float:none; width:100%; display:none;}
#wp_news_w06 li{ width: 33%;display: flex;justify-content: center;}





