﻿* {
	margin: 0px; padding: 0px;
}
body {
	background-image: url("bg.jpg");
}
td {
	color: rgb(0, 0, 0); font-family: "宋体"; font-size: 12px; word-break: break-all; word-wrap: break-word;
}
input {
	color: rgb(0, 0, 0); font-family: "宋体"; font-size: 12px; word-break: break-all; word-wrap: break-word;
}
select {
	color: rgb(0, 0, 0); font-family: "宋体"; font-size: 12px; word-break: break-all; word-wrap: break-word;
}
a {
	color: rgb(0, 0, 0); font-family: "宋体"; font-size: 12px; text-decoration: none;
}
a:hover {
	color: rgb(102, 102, 102); font-family: "宋体"; font-size: 12px; text-decoration: none;
}

.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width:1003px;margin:0 auto;} 
.navbar {width:100%; background:url(imagesnavbar.png) repeat-x 0 50%;} /**导航区域背景**/
.navbar .navbox {width:980px; margin:0 auto;} /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,.navbar .navbox .nav {} /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {font-size: 14px;font-weight:bold;color:#fff;} /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent{ color:#F90;} /**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {padding:0 10px;/* height:40px; */line-height:40px;} /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { background:#0777b3;} /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a { font-size:14px; font-weight:normal;} /**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,
.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {background:#1F5E7C; color:#fff;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 10px; line-height:26px;} /**子菜单栏目高度与边距**/
/**栏目新闻**/
.col_news {width:100%;float:left;} 
.col_news_box{margin-left: 220px;}

.col_news_head {border-bottom:1px solid #ccc;}
.col_metas .col_title { display:inline-block; float:left; height:30px; line-height:30px;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size:18px;font-weight: normal;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;} /**当前位置**/

.col_news_list { margin-top:7px;min-height:300px; }
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item span{margin-left:0px;margin-right:5px;}
.col_news_list .wp_article_list .list_item .Article_Index { background:url(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;}
.article {}
.article h1.arti_title {line-height:36px;font-size:18px;font-family: "Microsoft YaHei";color:#282828;text-align:center;} /**文章标题**/
.article .arti_subtitle {line-height:30px;font-size:16px;color:#282828;font-family: "Microsoft YaHei";text-align:center;} /**文章副标题**/
.article .arti_metas { padding:10px; text-align:center;border-top: 1px solid #D0D0D0; border-bottom: 1px solid #D0D0D0;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 auto;padding:5px 0px; min-height:300px; 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:840px; _width:expression(this.width > 940 ? "840px" : this.width); }  /**文章阅读部分图片大小限制**/





img {
	border: 0px currentColor;
}
.white {
	color: rgb(255, 255, 255);
}
.white_big {
	color: rgb(255, 255, 255); font-size: 14px; font-weight: bold;
}
.red {
	color: rgb(153, 0, 0);
}
.red2 {
	color: rgb(204, 0, 0);
}
.red_big {
	color: rgb(153, 0, 0); font-size: 14px; font-weight: bold;
}
.gray {
	color: rgb(102, 102, 102);
}
.blue {
	color: rgb(0, 85, 136);
}
.blue2 {
	color: rgb(0, 0, 255);
}
.blue_big {
	color: rgb(0, 85, 136); font-size: 14px; font-weight: bold;
}
.black {
	font-size: 14px;
}
.white_link a {
	color: rgb(255, 255, 255);
}
.white_link a:hover {
	color: rgb(255, 255, 0);
}
.white_link2 a {
	color: rgb(255, 255, 255); font-size: 14px; font-weight: bold;
}
.white_link2 a:hover {
	color: rgb(255, 255, 0); font-size: 14px; font-weight: bold;
}
.red_link a {
	color: rgb(153, 0, 0);
}
.red_link a:hover {
	color: rgb(0, 0, 0);
}
.red_link2 a {
	color: rgb(153, 0, 0); font-size: 13px; font-weight: bold;
}
.red_link2 a:hover {
	color: rgb(0, 0, 0); font-size: 13px; font-weight: bold;
}
.black_link a {
	color: rgb(0, 0, 0); font-size: 14px;
}
.black_link a:hover {
	color: rgb(102, 102, 102); font-size: 14px;
}
.blue_link a {
	color: rgb(0, 85, 136); font-size: 14px; font-weight: bold;
}
.blue_link a:hover {
	color: rgb(153, 0, 0); font-size: 14px; font-weight: bold;
}
.blue_link2 a {
	color: rgb(0, 85, 136);
}
.blue_link2 a:hover {
	color: rgb(153, 0, 0);
}
.coffee_link a {
	color: rgb(102, 51, 0); font-weight: bold;
}
.coffee_link a:hover {
	color: rgb(153, 0, 0); font-weight: bold;
}
.dis {
	line-height: 2em;
}
.dis2 {
	padding: 8px; line-height: 2em;
}
.pad_in {
	padding: 8px 8px 0px;
}
.pad_left {
	padding-left: 5px;
}
.pad_left2 {
	padding-left: 15px;
}
.pad_right {
	padding-right: 5px;
}
.mar_t {
	margin-top: 6px;
}
.mar_b {
	margin-bottom: 10px;
}
.bg_white {
	background: rgb(255, 255, 255);
}
.bg_bor {
	background: url("./images/tit_gray_bor.jpg") no-repeat right;
}
.btn_gray {
	background: url("./images/btn_gray.jpg") no-repeat center;
}
.btn_gray a {
	color: rgb(153, 0, 0);
}
.btn_gray a:hover {
	color: rgb(0, 0, 0);
}
.bg_card1 {
	background: url(".imagesbg_card1.jpg") repeat-x;
}
.bg_card1 a {
	color: rgb(0, 85, 136); font-size: 14px; font-weight: bold;
}
.bg_card1 a:hover {
	color: rgb(153, 0, 0); font-size: 14px; font-weight: bold;
}
.bg_card2 {
	background: url(".imagestit3_rep.jpg") repeat-x;
}
.bg_card2 a {
	color: rgb(255, 255, 255); font-size: 14px; font-weight: bold;
}
.bg_card2 a:hover {
	color: rgb(153, 0, 0); font-size: 14px; font-weight: bold;
}
.bg_cardhot {
	background: url(".imagestit3_right.jpg") repeat-x;
}
.bg_cardhot a {
	color: rgb(255, 255, 255); font-size: 14px; font-weight: bold;
}
.bg_cardhot a:hover {
	color: rgb(153, 0, 0); font-size: 14px; font-weight: bold;
}
.bg_c1 {
	background: url("./images/card_bg1.jpg") no-repeat; color: rgb(255, 255, 255); font-size: 13px; font-weight: bold; cursor: pointer;
}
.bg_c2 {
	background: url("./images/card_bg2.jpg") no-repeat; color: rgb(0, 0, 0); font-size: 13px; cursor: pointer;
}
.b_m_s {
	color: rgb(0, 0, 255); font-size: 12px; text-decoration: none;
}
.detail {
	color: rgb(67, 25, 0); font-size: 24px; font-weight: bold;
}
.white_daohang a {
	color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; font-family:"宋体";clear: both;
}
.white_daohang a:hover {
	color: rgb(255, 255, 0); font-size: 14px; font-weight: bold; font-family:"宋体"; clear: both;
}
.biaoti1
{
	color: #1258A8;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	clear: both;
	line-height: 1.5em;
	}