@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
img {
	vertical-align: top;
}
html {
	overflow-x: hidden;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
[hidefocus], summary {
outline:0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: bold;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
body, textarea, input, button, select, keygen, legend {
	font: 13px/1 arial, \5b8b\4f53;
	color: #333;
	outline: 0;
}
:focus {
	outline: 0;
}
/*备用样式表*/
.none {
	display: none;
}
.wcb {
	width: 100%;
	height: 30px;
	border: 2px dashed #97CBE0;
}
.hidden {
	visibility: hidden;
}
.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
*zoom:1;
}
.icon {
	display: inline-block;
	vertical-align: middle;
	background: url(/_upload/tpl/00/0e/14/template14/images/juan.png) no-repeat right;
}
/*css3扩展*/
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 10px;
}
/**布局开始**/
body {
	line-height: 1;
	font-size: 13px;
	font-family: "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #333;	min-width: 1200px;

}
p {
	line-height: 1.75;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
a:hover {
	color: #057f98;
}
/*页面尺寸*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 1200px;
	margin: 0 auto;
} /**页面全局宽度**/
/*head开始*/
#header {
	background: #fff url(images/1/1.png) no-repeat center;
}
#header .inner {
	height: 193px;
	position: relative;
}
.header .sitelogo {
	float: left;
	padding-top: 30px;
}
.header .sitetitle {
	display: inline-block;
	margin-top: 8px;
	margin-left: 40px;
	font-size: 40px;
	font-weight: bold;
	color: #b5131d;
} /**站点名称**/
.header .head-left {
	float: left;
	display: inline-block;
}
.header .head-main {
	float: left;
	margin-top: 10px;
}
.header .head-right {
	float: right;
	margin-top: 80px;
	width: 250px;
}
/*默认主导航样式*/
#nav {
	background: #057f98;
}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
	margin: 0 auto
}
.wp-menu .menu-item {
	display: inline-block;
	float: left;
	position: relative;
}
.wp-menu .menu-item.i1 {
	background: none;
}
.wp-menu .menu-item a > .menu-switch-arrow {
	display: none;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 52px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 17px;
}
.wp-menu .menu-item.hover a.menu-link, .wp-menu .menu-item a.hover {
	background-color: #2c94a9;
	text-decoration: none;
	color: #eee;
}
.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	min-width: 100%;
	z-index: 100;
	background: #2c94a9;
	text-align: center;
}
.sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
}
.sub-menu .sub-item a {
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 17px;
	font-size: 14px;
	background: none;
}
.sub-menu .sub-item.hover> a, .sub-menu .sub-item a:hover {
	color: #fff;
	background-color: #8cc9d4;
	display: block;
}
.sub-menu .sub-menu {
	left: 100%;
	top: 0px;
	z-index: 200;
	background: #fff;
}
/*系统默认搜索*/
.wp_search {
	display: inline-block;
	position: relative;
	padding-left: 4px;
	border: 1px solid #d0d0d0;
}
.wp_search #keyword {
	width: 160px!important;
	padding: 4px 0;
	border: none;
	height: 20px;
	line-height: 20px;
	background: transparent;
	color: #fff;
}
.wp_search .search {
	width: 32px;
	height: 30px;
	border: 0px;
	background: #FFFFFF url(images/sous.png) no-repeat center;
	cursor: pointer;
	vertical-align: top;
}
/*自定义输入框*/
.searchbox {
	text-align: right;
}
.wp-search {
	background: url(/_upload/tpl/00/0e/14/template14/images/search.png) no-repeat center;
	position: relative;
}
.wp-search form {
	display: block;
}
.wp-search .search-input {
	margin-left: 17px;
	margin-right: 60px;
}
.wp-search .search-input input.search-title {
	width: 100%;
	height: 24px;
	padding: 4px 0;
	line-height: 22px;
	background: none;
	color: #8c8c8c;
	font-size: 13px;
	border: 0;
	outline: 0;
	font-family: "Microsoft YaHei";
}
.wp-search .search-btn {
	width: 61px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0%;
}
.wp-search .search-btn input.search-submit {
	background: none;
	width: 61px;
	height: 32px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
input::-moz-input-placeholder {
color: #666;
font-family:"Microsoft YaHei";
}
input::-ms-input-placeholder {
color: #666;
font-family:"Microsoft YaHei";
}
input::-webkit-input-placeholder {
color: #666;
font-family:"Microsoft YaHei";
}
/*新闻图切换*/
.post-11 .focus .focus-title {
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 15px;
}
.post-11 .focus .focus-title-bar {
	height: 45px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-left: 0px;
}
.post-11 .focus .focus-title-bg {
	background-color: #262626;
	opacity: 0.5;
}
.post-11 .focus .focus-pagination {
	position: absolute;
	right: 14px;
	bottom: 60px;
}
.post-11 .focus .focus-page {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 0px;
	background-color: #fff;
	color: #000;
}
.post-11 .focus .focus-page span {
	display: block;
}
.post-11 .focus .focus-page:hover {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.post-11 .focus .focus-page-active {
	background-color: #b71511;
	color: #fff;
}
.post-11 .focus .focus-navigation {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.post-11 .focus .focus-navigation:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.post-11 .focus .focus-navigation:active {
	opacity: 1;
	filter: alpha(opacity=100);
}
/**首页三列布局**/
.main1 .ml {
	height: 390px;
	float: left;
	width: 805px;
}
.main1 .mr {
	float: right;
	width: 355px;
}
.main1 .inner {
	padding: 25px 0 0;
}
.main2 .ml {
	padding-bottom: 43px;
	border-right: 1px solid #eee;
	padding-right: 35px;
	padding-top: 20px;
	float: left;
	width: 352px;
}
.main2 .mc {
	border-right: 1px solid #eee;
	width: 355px;
	float: left;
	padding: 20px 30px 25px 30px;
}
.main2 .mr {
	padding-top: 20px;
	float: right;
	width: 355px;
}
.main2 .inner {
	padding: 17px 0 0;
}
.main3 .ml {
	float: left;
	width: 803px;
}
.main3 .mr {
	float: right;
	width: 346px;
}
.main3 {
}
.main3 .ml {
	padding-bottom: 15px;
	border-right: 1px solid #e2e2e2;
	padding-top: 27px;
}
.main3 .mr {
	padding-top: 37px;
}
.main3 .inner {
	border-top: 1px solid #eee;
	padding-bottom: 15px;
}
div#container-4 {
	background: #f6f5f1;
}
.main4 .inner {
	padding: 40px 0;
}
/**标题栏新闻窗口**/
.post .tt {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	border-bottom: 0px solid #e6e6e6;
} /**标题栏**/
.post .tt .tit {
	text-align: center;
	width: 127px;
	background: #10a7c1;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: normal;
	border-radius: 20px 20px 20px 20px;
} /**标题字体**/
.post .tt .tit .title {
	line-height: 32px;
	font-family: "Microsoft yahei";
}
.post .tt .tit .name {
	display: none;
	line-height: 16px;
	color: #333;
}/*栏目别名*/
.post .con {
	margin: 0 auto;
}
.post .con .wp_article_list .list_item {
	border-bottom: 1px dashed #ccc;
} /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
	background: url(/_upload/tpl/00/0e/14/template14/images/li.gif) no-repeat center;
}
.post .more_btn {
	display: inline-block;
*zoom:1;
	height: 33px;
	line-height: 33px;
	float: right;
}
.post .more_btn .more_text, .post .more_btn a {
	color: #c9ac6c;
	font-size: 13px;
	cursor: pointer;
}
.post .more_btn a {
	color: #666;
}
.post .more_btn a:hover {
	color: #666;
}
/*标准标题*/
.post-13 {
	display: none;
}
.post-62 .tt {
	display: block;
	border-radius: 15px;
	background: #fff;
	width: 230px;
	margin: 0 auto;
	height: 33px;
}
.post1 .tt .tit .title {
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
/*首页标题 时间 简介*/
.post1 .more_btn a {
	color: #1826a5;
}
.post-28 span.news_year {
	font-weight: bold;
	color: #c9ac6c;
	display: inline-block;
	line-height: 26px;
	font-size: 16px;
	float: left;
}
.post-28 .news_title {
	margin-left: 10px;
	line-height: 26px;
	float: left;
}
.post-28 .news_list li.news {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
}
.post-28 .news_title a {
	font-size: 15px;
	font-weight: bold;
	color: #1a1a1a;
}
.post-28 .news_date {
	margin-bottom: 8px;
}
.post-28 .news_list li.news:hover .news_title a, .post-31 .news_list li.news:hover .news_title a {
	color: #333;
}
.post-29 .news_title {
	color: #000;
	font-size: 14px;
	float: left;
	line-height: 40px;
}
.post-29 .news_yuan {
	font-size: 13px;
	float: right;
	line-height: 40px;
	color: #666666;
}
.post-29 .news_list li.news {
	border-bottom: 1px dashed #cccccc;
}
.post-31 .news_title a {
	color: #b71511;
	font-size: 15px;
	font-weight: bold;
}
.post-31 .news_list li.news.n2 {
	border-bottom: 0px solid #dbdbdb;
}
.post-31 .news_title {
	margin-bottom: 10px;
	line-height: 24px;
}
.post-31 .news_text {
	margin-bottom: 4px;
	color: #999;
	font-size: 13px;
	line-height: 24px;
	height: 48px;
}
.post-31 .news_date {
	color: #666;
	font-size: 13px;
	line-height: 24px;
}
.post-31 .news_list li.news {
	border-bottom: 1px solid #dbdbdb;
	padding: 7px 0;
}
.post-60 .news_img {
	width: 103px;
	float: left;
	height: 103px;
}
.post-60 .news_title {
	width: 94px;
	float: left;
	margin: 0px 16px;
	font-size: 14px;
	line-height: 25px;
	/* padding-top: 20px; */
}
.post-62 .news_list {
	margin: 0 130px;
}
.post-62 .con {
	margin-top: 20px;
}
.post-62 .news_list li.news {
	margin: 0 35px;
	float: left;
}
.post-62 .more_btn {
	margin-right: 15px;
}
.post-62 .more_btn .more_text, .post-62 .more_btn a {
	color: #a0a0a0;
}
.post-62 .news_title a {
	font-size: 15px;
	line-height: 32px;
}
.post-60 .news_list li.news.n3 {
	border-right: 0px solid #e2e2e2;
	margin-right: 0px;
}
.post .more_btn :hover .more_text {
	color: #10a7c1;
}
.list_juan .col_news .col_news_box {
	margin-left: 0px;
}
.post-60 .news_list li.news.n1 .news_title {
	width: 95px;
}
/**自定义新闻列表**/
.news_list li.news {
	line-height: 34px;
	padding-left: 0px;
} /**标题图标**/
.news_list li.news span.news_title {
	float: left;
}/*标题*/
.news_list li.news span.news_title img {
	vertical-align: middle;
}
.news_list li.news span.news_meta {
	float: right;
	margin-left: 2px;
	color: #9C9C9C;
}/*属性*/
.news_list li.news .news_time {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	color: #10a7c1;
}/*发布时间*/
.news_list li.news .news_icon {
	display: inline-block;
	margin: 0 auto;
	border: 0px solid red;
}
.post-28 .news_text {
	line-height: 24px;
	color: #727272;
	font-size: 14px;
}/*默认简介*/
.news_list li.news .news_bg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 30px;
	background: #000;
	opacity: .7;
	filter: Alpha(opacity=70);
}
.news_list li.news p {
	line-height: 34px;
}
/*日历新闻样式2*/
.rili2 .con {
	padding: 5px 0px;
}
.rili2 .news_list li.news .news_title a {
	font-size: 15px;
	color: #000;
}
.rili2 .news_list li.news {
	margin-bottom: 13px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #cccccc;
}
.rili2 .news_list li.news.n1 {
	margin-top: 11px;
}
.rili2 .news_list li.news .news_date {
	border-radius: 9px;
	height: 53px;
	border: 1px solid #eeeeee;
	float: left;
	width: 55px;
	margin-right: -70px;
	text-align: center;
}
.rili2 .news_list li.news .news_date .news_year {
	border-radius: 0 0 10px 10px;
	color: #6d6d6d;
	line-height: 23px;
	font-size: 12px;
	background-color: #fdfaf5;
	transition: all 0.4s ease-in-out;
	width: 100%;
}
.rili2 .news_list li.news .news_date .news_days {
	line-height: 30px;
	font-size: 12px;
	color: #6b6b6b;
	background-color: #e3e4e6;
}
.rili2 .news_list li.news .news_wz .news_con {
	margin-left: 70px;
	padding: 2px 0px;
}
.rili2 .news_list li.news .news_title {
	line-height: 23px;
	margin-top: 2px;
}
.rili2 .news_list li.news:hover .news_title a {
	color: #10a7c1;
}
/*标题文*/
.post-29 .news_text {
	font-size: 14px;
	float: left;
	line-height: 40px;
	margin-right: 40px
}
.news_text .news_list li.news {
	margin-bottom: 10px;
}
.news_text .news_list li.news .news_title {
	line-height: 24px;
	font-size: 15px;
}
.news_text .news_list li.news .news_text {
	line-height: 22px;
	font-size: 13px;
}
.news_text .news_list li.news .news_time {
	line-height: 28px;
	font-size: 13px;
}
/*图标链接*/
.link_icon {
	margin-bottom: 0px;
}
.post-60 .news_list li.news {
	margin-right: 55px;
	border-right: 1px solid #e2e2e2;
	float: left;
	width: 230px;
}
.link_icon .news_list li.news .link_icon {
	height: 79px;
	display: inline-block;
	width: 100%;
	background-color: #10a7c1;
	opacity: 1;
	filter: Alpha(opacity=100);
}
.link_icon .news_list li.news .link_icon:hover {
	background-color: #4bb7ca;
	opacity: .8;
	filter: Alpha(opacity=80);
}
.link_icon .news_list li.news .link_icon .icon {
	float: left;
	width: 99px;
	height: 34px;
	margin: 23px 0px;
	border: 0px solid red;
}
.link_icon .news_list li.news .link_con {
	font-size: 20px;
	margin-left: 20px;
	display: block;
	line-height: 79px;
	color: #fff;
	float: left;
}
/**列表页**/
/*栏目图片*/
.l-banner {
	height: 235px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
.l-banner img {
	display: none;
	height: 100%;
	vertical-align: top;
}
/**主体列表页开始**/
#l-container {
}
#l-container .inner {
	padding: 25px 10px;
}
/**主体文章页开始**/
#d-container .inner {
	padding: 20px 60px;
	background: #fff;
}
.col_menu {
	width: 240px;
	float: left;
	margin-right: -240px;
	position: relative;
}
.col_menu .l-qh {
	margin-bottom: 10px;
}
.col_menu .col_menu_head {
	background: #057f98;
}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 50px;
	padding: 0px 5px 0px 30px;
}/**栏目名称图标**/
.col_menu .col_menu_con {
	border: 1px solid #e4e4e4;
}
/*栏目列表*/
.col_list .wp_listcolumn {
	border-top: 0px solid #b71511;
	border-bottom: 0px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
	color: #333;
	font-size: 15px;
	font-weight: normal;
	background: none;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #F6EAEA;
}
.col_list .wp_listcolumn .wp_column a .column-name {
	padding: 5px 0px 5px 28px;
	line-height: 32px;
}
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #057f98;
	background: #eee;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #057f98;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
}
.col_list .wp_listcolumn .wp_column.parent > a .column-name {
	font-weight: bold;

	color: #057f98;
}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
	color: #333;
	border-top: 1px solid #eee;
	margin-top: -1px;
}
.col_list .wp_listcolumn .sub_list a .column-name {
	display: inline-block;
	line-height: 28px;
	padding: 5px 10px 5px 52px;
	cursor: pointer;
}
.col_list .wp_listcolumn .sub_list a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	font-weight: bold;
	font-weight: bold;
	color: #057f98;
}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
	background: none;
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
	padding: 5px 10px 5px 51px;
	cursor: pointer;
}
.col_list .wp_listcolumn .sub_list .sub_list a :hover, .col_list .wp_listcolumn .sub_list .sub_list a.selected {
	font-weight: bold;
	color: #057f98;
}
/**栏目新闻**/
.col_news {
	width: 100%;
	min-height: 500px;
	float: right;
}
.col_news .col_news_box {
	margin-left: 290px;
}
.col_news_head {
	border-bottom: 1px solid #DBDBDB;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 48px;
	line-height: 48px;
}  /**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 20px;
	font-family: "Microsoft yahei";
	font-weight: normal;
	color: #057f98;
	border-bottom: 3px solid #CBCBCB;
}
.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 46px;
	line-height: 46px;
	color: #666;
} /**当前位置**/
.col_metas .col_path a {
	color: #2F2F2F;
}
.col_news_con {
	padding: 5px 0px 10px 0px;/* 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 {
}  /**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p {
	line-height: 1.75;
	font-size: 14px;
	color: #333;
}
.col_news_list .wp_entry p {
	margin-bottom: 10px;
}
.col_news_list .wp_entry table {
	margin-bottom: 4px;
}
.col_news_list .wp_entry img {
	max-width: 680px;
_width:expression(this.width > 680 ? "680px" : this.width);
} /**列表页文章图片大小限制**/
/**文章页**/
.infobox {
	width: auto;
	margin: 0 auto;
}
.article {
	padding-top: 10px;
}
.article h1.arti_title {
	line-height: 48px;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	text-align: center;
	color: #057f98;
} /**文章标题**/
.article h2.arti_title {
	line-height: 40px;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	text-align: center;
	color: #057f98;
} /**文章副标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ececec;
}
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
}/**文章其他属性**/
.article .entry {
	min-height: 500px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
} /**文章内容**/
.article .entry .read, .article .entry .read p {
	line-height: 1.75;
	font-size: 14px;
	color: #333;
}  /**阅读字体**/
.article .entry .read p {
	margin-bottom: 10px;
}
.article .entry .read img {
	margin: 0 auto;
	max-width: 940px;
_width:expression(this.width > 940 ? "940px" : this.width);
}   /**文章阅读部分图片大小限制**/
.article .entry .read table {
	margin: 0 auto;
}
/**页脚开始**/
#footer {
	background: #057f98;
	height: 162px;
}
#footer .inner {
	/* padding: 40px 0px; */
	position: relative;
}
#footer .inner .foot-left {
	text-align: center;
	padding-top: 55px;
}
#footer .inner .foot-right {
	float: right;
	margin-top: 12px;
}
#footer .inner p {
	opacity: .8;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
}
#footer .inner p span {
	margin: 0 3px;
}
#footer .inner .copyright a {
	color: #eee;
}
.kg {padding-top:20px;}
.lxwm {font-size:16px;color:#000000;font-weight:bold;line-height: 30px;margin-top: -7px;padding-bottom: 5px;}
.lxwm2 {font-size:14px; line-height:25px; color:#000000;}

.tplm {margin-top:15px;}










