@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, caption, ttfoot, thead, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* 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%;
	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-color: #ffffff;
}
body, p {
	font: 12px/1 "\u5b8b\u4f53", tahoma, geneva, sans-serif;
	color: #333;
}
a {
	font-family: "microsoft yahei";
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #cd0200;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 1077px;
	margin: 0 auto;
} /**页面全局宽度**/
/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
	line-height: 24px;
} /**标题图标**/
.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;
}
/**页头开始**/
#heaer {
}
#header .inner {
}
.head {
	width: 50%;
	height: 78px;
	position: relative;
	float: left;
}    /**页头部分**/
.head .logo {
	position: absolute;
	top: 0px;
	left: 15px;
}
.navbar {
	width: 100%;
	height: 60px;
	background: url(/uploads/image/_t002timages/nav-bg.jpg) repeat-x;
	float: left;
}   	/**导航区域背景**/
.fouce {
	width: 100%;
	height: 334px;
}
.navbar .nav-zy {
	width: 74px;
	height: 60px;
	float: left;
}
.nav-zy img {
	padding: 16px 25px;
}
.navbar .navbox {
	width: 1000px;
	height: 60px;
	line-height: 60px;
	float: left;
}   /**导航窗口大小及位置**/
/**主体开始**/
#container {
}
#container .inner {
	width: 1077px;
	background-color: #ffffff;
	padding-top: 15px;
}
/**列表页**/
.col_menu {
	width: 236px;
	float: left;
	background-color: #eeeeee;
	min-height: 470px;
}
.col_menu .col_menu_head {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #9999cb;
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 17px;
	font-weight: bold;
	font-family: "microsoft yahei";
	color: #fff;
}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 38px;
	text-align: center;
}
.col_news {
	width: 770px;
	float: right;
	margin-right: 30px;
} /**栏目新闻**/
.col_news_head {
	border-bottom: #c35a9d solid 2px;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	background-position: 0px bottom;
}  /**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #c35a9d;
}   /**当前栏目名称**/
.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
} /**当前位置**/
.col_news_box {
	padding: 10px 0;
	margin: 0 7px;
}
.col_news_list {
	margin-top: 7px;
}
.col_news_list .wp_entry, .col_news_list .wp_entry p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
overflow: initial;
}
.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-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}
.article {
}
.article h1.arti_title {
	line-height: 35px;
	font-family: "microsoft yahei";
	padding: 15px;
	text-align: center;
	font-size: 20px;
	color: #282828;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
} /**文章标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
}
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} /**文章其他属性**/
.article .entry {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
    line-height: 30px;
} /**文章内容**/
.article .entry .read, .article .entry .read p {
	color: #333;

}  /**阅读字体**/
.article .entry .read p {
	line-height: 1.7em;
	font-size: 14px;
	text-align: left;
}
.article .entry .read img {
	max-width: 940px;
_width:expression(this.width > 940 ? "940px" : this.width);
}   /**文章阅读部分图片大小限制**/
/**页脚开始**/
#footer {
}
#footer .inner {
	height: 55px;
}
#footer .inner p {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-family: "microsoft yahei";
	color: #c4c3c2;
	padding-top: 12px;
}
#footer .inner p span {
	margin: 0 3px;
}
#header {
	background-image: none;
	height: 140px;
}
#nav {
	background-image: ;
	height: 50px;
}
#footer {
	height: 55px;
}
.headbg {
	background-color: #b31501;
	height: 337px;
	background-image: ;
}
.head2 {
	width: 49%;
	height: 78px;
	float: right;
}
.top-nav {
	float: left;
	width: 100%;
	text-align: right;
}
.top-seach {
    padding-top: 5px;
	float: left;
	width: 100%;
}
.top_seach-ss {
	width: 195px;
	height: 25px;
	float: right;
	padding-right: 25px;
}
.banner-js {
	width: 100%;
	margin: 0 auto;
}
.banner-js .json {
	width: 1077px;
	max-width: 1077px;
	margin: 0 auto;
}
.center-new {
	width: 1077px;
	margin: 0 auto;
}
.center_new-xwdt {
	width: 610px;
	float: left;
}
.center_new-link {
	width: 570px;
	float: left;
}
.center_new-tzgg {
	float: left;
	width: 425px;
}
.center_new-zl {
	float: left;
	width: 400px;
	padding-top: 19px;
}
.center_new-left {
	width: 590px;
	float: left;
}
.center_new-right {
	width: 485px;
	float: left;
}
.xwdt-bt {
	width: 100%;
	height: 28px;
	float: left;
	border-bottom: #c35a9d solid 1px;
}
.xwdt_bt-tt {
	width: 171px;
	height: 28px;
	float: left;
	line-height: 28px;
	background: url(/uploads/image/_t002timages/xwdt-bt.png) left bottom no-repeat;
	font-family: "microsoft yahei";
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.xwdt-bt .more {
	height: 28px;
	line-height: 28px;
	font-family: '微软雅黑';
	font-size: 12px;
	float: right;
}
.w6_more {
	color: #c35a9d;
}
.xwdt-con {
	padding-top: 10px;
	width: 100%;
	float: left;
}
.con_ul {
	width: 100%;
}
.con_li {
	width: 100%;
	height: 140px;
	background: url(/uploads/image/_t002timages/xwdt_bt.jpg) top right no-repeat;
}
.con_li-img {
	width: 200px;
	height: 129px;
	float: left;
}
.con_li-tt {
	width: 405px;
	float: left;
}
.li-tt {
	width: 370px;
	margin: 0 auto;
}
.li_tt-bt {
	padding-top: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: left;
}
.li_tt-bt a {
	font-family: "microsoft yahei";
	font-size: 15px;
	color: #c35a9d;
	font-weight: bold;
}
.li_tt-jj {
	width: 100%;
	font-family: "microsoft yahei";
	line-height: 18px;
	font-size: 14px;
	color: #999695;
	float: left;
}
.center_new-link {
	padding-top: 17px;
	width: 570px;
	float: left;
}
.link_li-jj {
	width: 100%;
	height: 102px;
	float: left;
	background: url(/uploads/image/_t002timages/link-jj.jpg) center no-repeat;
}
.li-bt1 {
	width: 129px;
	height: 129px;
	float: left;
	background: url(/uploads/image/_t002timages/link-jj2.jpg) right no-repeat;
        background-size: 100% 100%;
        border-radius: 50%;
}
.li-jj1 {
	width: 520px;
	margin: 0 auto;
	font-family: "microsoft yahei";
	font-size: 12px;
	line-height: 18px;
	color: #999695;
}
.li-link {
	width: 300px;
	padding: 15px 5px;
	float: left;
}
.li-link h1 {
	color: #505151;
	font-family: "microsoft yahei";
	font-size: 24px;
	line-height: 40px;
}
.li-link p {
	font-family: "microsoft yahei";
	font-size: 13px;
	color: #7f8080;
}
.mod-tzgg {
	width: 425px;
	float: left;
	padding-left: 60px;
}
.tzgg-bt {
	width: 100%;
	height: 27px;
	border-bottom: #9b9dcd solid 1px;
	float: left;
}
.tzgg_bt-tt {
	width: 145px;
	height: 27px;
	line-height: 27px;
	background: url(/uploads/image/_t002timages/tzgg-bg.png) left no-repeat;
	color: #fff;
	float: left;
	font-family: "microsoft yahei";
	font-size: 14px;
	text-align: center;
}
.tzgg-bt .more1 {
	height: 27px;
	line-height: 27px;
	font-family: '微软雅黑';
	font-size: 12px;
	float: right;
}
.w8_more {
	color: #a6a7d3;
}
.tzgg-li {
	width: 100%;
	float: left;
	height: 60px;
	line-height: 60px;
}
.tzgg-ul {
	width: 425px;
	background: url(/uploads/image/_t002timages/tzgg_con-bg.jpg) center no-repeat;
	float: left;
        background-size: 100% 100%;
}
.tzgg-con {
	width: 100%;
	float: left;
	padding-top: 10px;
}
.tzgg_li-date {
	width: 30%;
	float: left;
	font-size: 44px;
	color: #9b9dcd;
	text-align: center;
	font-family:"黑体";
}
.tzgg_li-bt {
	width: 65%;
	float: left;
	color: #9a9695;
	font-size: 14px;
	padding-left:10px;
}
.tzgg-li:hover .tzgg_li-date {
	
}
.mod-zl {
	width: 425px;
	float: left;
	padding-left: 60px;
	position: relative;
	height: 340px;
}
.zl-con {
	width: 100%;
	height: 320px;
	float: left;
	background: url(/uploads/image/_t002timages/zl-bg.jpg) no-repeat;
}
.zl-more {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: right;
	text-align: right;
	position: absolute;
	bottom: -5px;
	right: 5px;
}
.zl-more .more3 {
	font-family: '微软雅黑';
	font-size: 12px;
}
.w9_more {
	color: #187bc1;
}
.zl_con-ul {
	width: 100%;
	float: left;
	padding-top: 20px;
}
.zl_con-li {
	width: 190px;
	height: 270px;
	padding-left: 14px;
	float: left;
}
.con_li2-img {
	width: 168px;
	height: 265px;
	float: left;
}
.foot {
	border-top: solid 1px #abaaaa;
}
#wp_nav_w4 .wp_nav .nav-item a {
	color: #c35a9d;
	font-size: 18px;
}
#wp_nav_w4 .wp_nav .nav-item a span.item-name {
	padding: 19px 14px;
	line-height: 27px;
}
#wp_nav_w4 .wp_nav .sub-nav li.nav-item i.mark {
	background: none;
}  /**子菜单背景**/
#wp_nav_w4 .wp_nav .sub-nav .nav-item a {
	font-size: 14px;
	color: #5d5555;
	font-family: "microsoft yahei";
	font-weight: normal;
	border-top: 1px solid #c9c5c0;
}
#wp_nav_w4 .wp_nav .sub-nav .i1-1 a {
	border: none;
}	/**子菜单字体样式**/
#wp_nav_w4 .wp_nav .sub-nav li.nav-item a:hover, #wp_nav_w4 .wp_nav .sub-nav li.nav-item a.parent {
	background: #c6c6d9;
	color: #5d5555;
}
#wp_nav_w4 .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
}
#wp_nav_w4 .wp_nav .sub-nav {
	background: #e4e2dd;
	border-radius: 5px;
}
#wp_nav_w4 .wp_nav .nav-item {
	background: url(/uploads/image/_t002timages/line.jpg) -1px 9px;
	background-repeat: no-repeat;
}
#wp_nav_w4 .nav-item a:hover {
	background: url(/uploads/image/_t002timages/hover.jpg) top no-repeat;
	color: #fff;
}
#wp_nav_w4 .wp_nav .sub-nav .nav-item {
	background: none;
}
#wp_nav_w2 .wp_nav .nav-item {
	float: right;
	padding-right: 35px;
}
#wp_nav_w2 .wp_nav .nav-item a {
	padding-top: 20px;
	font-family: 11px;
	font-family: '微软雅黑';
}
#wp_nav_w2 .wp_nav .nav-item a span.item-name {
	background: #9b9dcd;
	padding: 5px 10px;
	line-height: 10px;
	color: white;
}
.wp_search #keyword {
	width: 155px !important;
	border: none;
	float: left;
	background: none;
	padding-left: 8px;
}
.wp_search .search {
	background: url(/uploads/image/_t002timages/seach.png) 0px 5px no-repeat;
	width: 30px;
	height: 25px;
}
.wp_search {
	width: 195px;
	height: 26px;
	float: left;
	background: url(/uploads/image/_t002timages/ss.png) left no-repeat;
}
.li-jj1 a {
	display: block;
	padding-top: 15px;
	color: #999695;
}
.tzgg_li-bt a {
	color: #9a9695;
}
.li_tt-jj a {
	color: #9a9695;
}
#wp_news_w13 .wp_article_list .list_item .article_index {
	background: none;
	width: 0px;
	margin-right: 0px;
}
#wp_news_w13 .wp_article_list .list_item {
	height: 30px;
	line-height: 30px;
}
#wp_news_w13 .wp_article_list .list_item .article_title {
	font-size: 14px;
}
#wp_news_w13 .wp_article_list .list_item span {
	margin-left: 0px;
}
.wp_listcolumn .wp_column a.selected {
	color: #c35a9d;
	background: none;
}
.wp_listcolumn .wp_column a {
	font-weight: 100;
	background: none;
}
.wp_listcolumn .wp_column a:hover {
	color: #c35a9d;
	background: none;
}
.wp_listcolumn .wp_subcolumn .wp_column a {
	font-weight: 100;
	background: none;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected {
	color: #c35a9d;
	background: none;
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover {
	color: #c35a9d;
	background: none;
}
#wp_nav_w4 .wp_nav .sub-nav .nav-item {
	white-space: nowrap;
	height: 27px;
	line-height: 27px;
}
li.tzgg-li.ietm2 .tzgg_li-date {
	color: #c35a9d;
}
.xubox_bigimg img {

}
.wp_articlecontent p {

	line-height:30px !important;
}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover 
{
color: #c35a9d;
    background: none;
}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected 
{
color: #c35a9d;
    background: none;
}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a  {
background: none;
}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
color: #c35a9d;
    background: none;

}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
color: #c35a9d;
    background: none;
}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
background: none;
}