@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;
	font-size: 100%;
	font: inherit;
}
/* html5 display-role reset for older browsers */
article, aside, details, figcap tion, 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 {
	background: #fff;
}
body, p {
	font: 12px/1 "microsoft yahei", "\u5b8b\u4f53", tahoma, geneva, sans-serif;
	color: #3c3c3c;
}
a {
	color: #3c3c3c;
	text-decoration: none;
}
a:link {
	color: #3c3c3c;
}
a:hover {
	color: #363535;
}
a:visited {
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {  /**页面全局宽度**/
	width: 1200px;
	margin: 0 auto;
}
/**页头**/
#header {
}
#header .inner {
}
.head {
	width: 100%;
	height: 110px;
	background: #c30813 url(/uploads/image/_t035timages/logo-bg.png) 110px center no-repeat;
}
.head_search {
	float: right;
	width: 180px;
	height: 30px;
	margin: 40px 120px 0px 0px;
}
/**导航条**/
#nav {
}
.nav {
	height: 46px;
	line-height: 46px;
	margin: 0px auto;
	background: #960006;
}
/**导航样式：后台绑定时也可以定义配置**/ 
.nav .wp_nav {
	height: 46px;
}  /**导航高度**/
.nav .wp_nav li.nav-item {
	padding: 0 6px;
}
.nav .wp_nav li.nav-item.i1 {
	padding: 0 7px 0 100px;
	background: none;
}
.nav .wp_nav li.nav-item a {
	font-weight: normal;
	color: #fff;
	z-index: 200;
	text-align: center;
	line-height: 46px;
	font-family: "microsoft yahei";
	font-size: 16px;
}    /**导航字体样式**/
.nav .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent {
	color: #fff;
	background: #c30813;
}   	/**鼠标经过或当前选中时样式**/
.nav .wp_nav li.nav-item a span.item-name {
	padding: 0 14px 0px 14px;
	height: 46px;
	line-height: 46px;
}   /**导航栏目高度与边距**/
.sub-nav {
	height: auto !important;
}
.nav .wp_nav .sub-nav li.nav-item {
	padding: 0px;
}
.nav .wp_nav .sub-nav li.nav-item i.mark {
	background: #c30813;
}  /**子菜单背景**/
.nav .wp_nav .sub-nav li.nav-item a {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}		/**子菜单字体样式**/
.nav .wp_nav .sub-nav li.nav-item a:hover, .navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
	background: #960006;
	color: #fff;
}/**子菜单选中的背景色**/
.nav .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
}		/**子菜单栏目高度与边距**/
.nav .wp_nav .sub-nav .nav-item a.parent {
	background: #142d65;
	color: #fff;
}
xa /**主体部分**/
#container {
}
#container .inner {
}
.mod {
	width: 980px;
	margin: 30px auto;
}
.mod_left {
	float: left;
	width: 475px;
}
.mod_left_1 {
	float: left;
	width: 100%;
	height: 252px;
}
.mod_left_2 {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.mod_left_3 {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.mod_left_4 {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.mod_right_1 {
	float: left;
	width: 100%;
}
.mod_right_2 {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.mod_right_3 {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.mod_right_4 {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.mod_right {
	float: right;
	width: 480px;
}
/*左下角*/
.post1 {
}
.post1 .subnav {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #dadada;
}
.post1 .subnav .title {
	float: left;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-family: "microsoft yahei";
	font-size: 26px;
	color: #960006;
}
.post1 .con {
	color: #444;
	padding: 15px 15px 0px 15px;
}
.post1 .wp_article_list .list_item {
	border: none;
	color: #000;
	font-family: "microsoft yahei";
	font-size: 13px;
	height: 28px;
	line-height: 28px;
}
.post1 .wp_article_list .list_item .article_index {
	display: none;
}
.post1 .con-more {
	float: right;
	width: 60px;
	height: 20px;
	display: block;
	margin: 8px 0px 0px 0px;
	color: #6f6f6f;
}
.post1 .con-more .more-btn {
	width: 44px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	line-height: 20px;
	float: right;
b
}
.post1 .con-more .more-btn a {
	width: 44px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	color: #6f6f6f;
	display: block;
}
.mod_left_1 .post1 .subnav .title {
	background: url(/uploads/image/_t035timages/2.png) left center no-repeat;
	padding: 0px 0px 0px 40px;
}
.mod_left_2 .post1 .subnav .title {
	background: url(/uploads/image/_t035timages/1.png) left center no-repeat;
	padding: 0px 0px 0px 40px;
}
.mod_left_3 .post1 .subnav .title {
	background: url(/uploads/image/_t035timages/7.png) left center no-repeat;
	padding: 0px 0px 0px 40px;
}
.mod_left_4 .post1 .subnav .title {
	background: url(/uploads/image/_t035timages/6.png) left center no-repeat;
	padding: 0px 0px 0px 40px;
}
.mod_right_2 .post1 .subnav .title {
	background: url(/uploads/image/_t035timages/3.png) left center no-repeat;
	padding: 0px 0px 0px 40px;
}
.mod_right_3 .post1 .subnav .title {
	background: url(/uploads/image/_t035timages/5.png) 10px center no-repeat;
	padding: 0px 0px 0px 40px;
}
.mod_right_4 .post1 .subnav .title {
	background: url(/uploads/image/_t035timages/4.png) 8px center no-repeat;
	padding: 0px 0px 0px 50px;
}
.mod_left_1 .post1 .wp_article_list .list_item.i1 {
	height: 45px;
	line-height: 45px;
}
.mod_left_1 .post1 .wp_article_list .list_item.i1 .ex_fields {
	display: none;
}
.mod_left_1 .wp_article_list .list_item.i1 .article_title {
	font-size: 18px;
	color: #0e4c92;
	font-weight: bold;
	font-family: "microsoft yahei";
	width: 450px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mod_right_4 .post1 .con {
	padding: 25px 15px 0px 55px;
}
.mod_left_4 .post1 .con {
	padding: 25px 15px 0px 15px;
}
/*切换*/  

.sudy-tab .tab-list li .cbox {
	position: relative;
	padding: 15px 0;
	color: #000;
	font-family: "microsoft yahei";
}
.sudy-tab .tab-list li .cbox .more {
	position: absolute;
	right: 7px;
	top: -26px;
	z-index: 300;
	width: 60px;
}
.sudy-tab .tab-list li .cbox .con {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 299;
	padding: 10px 0;
}
.sudy-tab .wp_article_list .list_item .article_index {
	display: none;
}
/*页脚*/  
#footer {
}
#footer .inner {
}
.foot {
	width: 1200px;
	float: left;
	background: #960006;
}
#copyright {
	float: left;
	width: 100%;
	padding: 5px 0px 10px 0px;
}
#copyright p {
	width: 100%;
	font-size: 12px;
	float: left;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
/*列表页*/
#container .listpage-inner {
	width: 1200px;
	padding: 50px 0px;
	min-height: 400px;
}
.col-menu { /**列表页左侧栏目**/
	width: 240px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 110px;
	padding: 25px;
	background: url(/uploads/image/_t035timages/list_new.png) center top repeat-y;
}
.col-menu-head { /*列表头部*/
	width: 100%;
	height: 50px;
	text-align: left;
}
.banner-200-blue {
	width: 95%;
}
.conl_name_box {
	text-align: left;
	padding: 0px 10px 0px 0px;
	background: url(/uploads/image/_t035timages/dis_title.png) 10px 28px no-repeat;
}
.col-menu-con {
	border-bottom: none;
}
.col-menu-head h3.col-name {
	font-size: 22px;
	color: #960006;
	font-weight: normal;
}		/**位置栏目字体**/
.col-menu-head h3.col-name .col-name-text {
	display: block;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}  /**栏目名称图标**/
/*多级栏目列表*/
.wp_listcolumn {
	border: none !important;
	width: 95%;
}
.col-list .wp_listcolumn .wp_column a {
	font-weight: normal;
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #615e5e;
	text-align: left;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	border-top: none !important;
	background: none;
} 	/**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a .column-name {
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
}
.col-list .wp_listcolumn .wp_column a:hover, .col-list .wp_listcolumn .wp_column a.selected {
	height: 30px;
	line-height: 30px;
	color: #960006;
	font-size: 16px;
	text-align: left;
	background: none;
} 	/**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected span.column-name {
}
.col-list .wp_listcolumn .wp_subcolumn {
	border: none;
	margin: 0px 0px 0px 10px;
}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a {
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #333;
	background: url(/uploads/image/_t035timages/dis_title.png) 10px 28px no-repeat;
} 	/**二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #343434;
	background: none;
} 	/**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #333;
	font-size: 14px;
}
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: url(/uploads/image/_t035timages/arrow.png) 20px center no-repeat;
} 	/**三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	background: url(/uploads/image/_t035timages/arrow.png) 20px center no-repeat;
} 	/**鼠标经过或选中三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #333;
}
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: url(/uploads/image/_t035timages/arrow.png) 30px center no-repeat;
} 	/**四级子栏目**/
.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 {
	background: url(/uploads/image/_t035timages/arrow.png) 30px center no-repeat;
} 	/**鼠标经过或选中四级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #333;
	padding: 6px 0px 6px 11px;
}
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: url(/uploads/image/_t035timages/arrow.png) 40px center no-repeat;
} 	/**五级子栏目**/
.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 {
	background: url(/uploads/image/_t035timages/arrow.png) 40px center no-repeat;
} 	/**鼠标经过或选中五级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #333;
	padding: 6px 0px 6px 23px;
}
.col-news { /**列表页右侧新闻**/
	width: 686px;
	float: right;
	margin: 0px 110px 0px 0px;
	min-height: 400px;
	background: url(/uploads/image/_t035timages/list_new.png) center top repeat-y;
}
.col-image {
	width: 684px;
	height: 127px;
	background: url(/uploads/image/_t035timages/listpage-image.jpg) center center no-repeat;
	margin-bottom: 20px;
}
.col-news-head {
	height: 50px;
	border-bottom: 1px solid #ccc;
}
.col-metas {
}
.col-metas .col-path { /**当前位置**/
	display: inline-block;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	color: #444444;
	float: right;
	width: 50%;
	text-align: right;
}
.col-metas .col-path a {
	color: #444444;
}
.possplit {
	background: url(/uploads/image/_t035timages/possplit.png) center center no-repeat;
	width: 15px;
}
.col-metas .col-title { /**当前栏目**/
	display: inline-block;
	white-space: nowrap;
	float: left;
	width: 50%;
	background: url(/uploads/image/_t035timages/title_right.png) left center no-repeat;
}
.col-metas .col-title h2 { /**当前栏目名称**/
	display: inline-block;
	font-size: 34px;
	color: #960006;
	line-height: 50px;
	font-weight: normal;
	font-family: "microsoft yahei";
}
.col-news-con {
	width: 670px;
	padding: 0px 0px 10px 0px;
	background: url(/uploads/image/_t035timages/col_right_bottom.gif) 0px bottom no-repeat;
	float: right;
	margin: 0px 10px 0px 0px;
}
.col-news-list {
}
.col-news-list .wp_article_list .list_item {
	height: 35px;
	line-height: 35px;
}  /**栏目新闻列表**/
.col-news-list .wp_article_list .list_item .article_index {
	width: 2px;
	background: url(/uploads/image/_t035timages/li.png) left center no-repeat;
	margin: 10px 7px 2px 2px;
	display: none;
}  /**栏目新闻图标序号**/
.col-news-list .wp_article_list .list_item .article_title {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #121212;
}
.col-news-list .wp_article_list .list_item .article_publishdate {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #817a7a;
	height: 35px;
	line-height: 35px;
}
.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: 10px;
}
.col-news-list .wp_entry img {
	max-width: 680px;
_width:expression(this.width > 680 ? "680px" : this.width);
}   /**列表页文章图片大小限制**/
.col-news-list .wp_article_list .list_item .pr_fields { /* width: 100%; */ /* float:left; */
}
.col-news-list .wp_article_list .list_item .ex_fields { /* width: 100%; */ /* float:left; */
}
/*文章页*/
#container .dispage_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0px 70px 0px;
}
.infobox {
	width: 980px;
	margin: 0px auto;
	min-height: 490px;
	background: url(/uploads/image/_t035timages/list_new.png) center top repeat;
}
.article {
}
.article h1.arti_title { /**文章标题**/
	line-height: 60px;
	font-family: "microsoft yahei";
	font-weight: normal;
	padding: 0px 80px;
	text-align: center;
	font-size: 28px;
	color: #960006;
}
.article h2.arti_title1 { /**文章副标题**/
	font-family: "microsoft yahei";
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	color: #960006;
}
.article h3.arti_title { /**文章短标题**/
	line-height: 60px;
	font-family: "microsoft yahei";
	font-weight: normal;
	padding: 0px 80px;
	text-align: center;
	font-size: 28px;
	color: #960006;
}
.article .arti_metas {
	width: 100%;
	padding: 10px;
	text-align: center;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
.article .arti_metas span { /**文章其他属性**/
	margin: 0 5px;
	font-size: 14px;
	color: #767373;
}
.article .entry { /**文章内容**/
	margin: 0px auto;
	padding: 20px 80px 0px 80px;
	overflow: hidden;
}
.article .entry .read, .article .entry .read p { /**阅读字体**/
	line-height: 2.5;
	font-size: 12px;
	color: #333;
	font-family: "microsoft yahei";
}
.article .entry .read p {
	margin-bottom: 20px;
	text-indent: 2em;
}
.article .entry .read img { /**文章阅读部分图片大小限制**/
	max-width: 870px;
_width:expression(this.width > 870 ? "870px" : this.width);
}
.wp_search .search {
	background: url(/uploads/image/_t035timages/ss_bon.gif);
	width: 28px;
	height: 23px;
	border: none;
	cursor: pointer;
}
.keyword {
	color: #b4b4b4;
}
.sudy-links1 {
	float: left;
	width: 180px;
	height: 28px;
	margin: 50px 5px 10px 0px;
	;
}
.sudy-links2 {
	float: left;
	width: 130px;
	height: 28px;
	margin: 50px 5px 10px 0px;
}
.sudy-links3 {
	float: left;
	width: 180px;
	height: 28px;
	margin: 0px 5px 10px 0px;
}
.sudy-links4 {
	float: left;
	width: 130px;
	height: 28px;
	margin: 0px 5px 10px 0px;
}
.sudy-links3 .wp_article_list .list_item .ex_fields {
	display: none;
}
.sudy-links3 .wp_article_list .list_item .article_index {
	display: none;
}
.sudy-links3 .wp_article_list .list_item {
	border: 1px solid #ccc;
	margin: 2px 0px 0px 0px;
	height: 18px;
	line-height: 18px;
	width: 150px;
}
.sudy_2222 .wp_article_list .list_item .ex_fields {
	display: none;
}
.sudy_2222 .wp_article_list .list_item .article_index {
	display: none;
}
.sudy_2222 .wp_article_list .list_item {
	border: 1px solid #ccc;
	margin: 2px 0px 0px 0px;
	height: 18px;
	line-height: 18px;
	width: 150px;
}
.col-news-list .news_list {
/* height: 150px; */}
.col-news-list .news_img {
	margin: 10px;
	float: left;
	width: 15%;
}
.wp_videos .player-type-1 .playlist li.playing {
	display: none;
}
{
 font-family: "microsoft yahei";
 font-weight: normal;
 text-align: center;
 font-size: 16px;
 color: #960006;
}
.ttt {
	height: 10px;
	width: 100%;
}
