@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 {}
body,p { font:12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333;}
a { color:#333; text-decoration:none;}
a:hover { color:#cd0200;}
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 1200px;margin:0 auto; min-width: 1200px;} /**页面全局宽度**/

/**标题栏新闻窗口**/
.post {margin-bottom: 20px;}
.post .tt {height:32px;border-bottom: 1px solid #afafaf;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 18px;font-weight: normal;color: #90120c;} /**标题字体**/
.post .tt .tit .title {display:inline-block;height:32px;line-height:32px;padding-left: 22px;background:url(images/icon_tit.gif) no-repeat 5px center;} /**标题图标**/
.post .tt .more_btn {display:inline-block;height:32px;line-height:32px;float:right;color: #999999;}   /**更多按钮**/
.post .con { padding:5px 0; margin:0 auto; height: 185px;}
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc;} /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;} /**新闻列表图标**/
.post .con li { position: relative; line-height: 24px;}
.post .con li a { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-right: 80px;}
.post .con li .news-time { line-height: 36px; position: absolute; right: 0px; top:0px;}
.post .tt .tit .title.tt-1 {
    background: url(images/i1.png) no-repeat left;
}
.post .tt .tit .title.tt-2 {
    background: url(images/i3.png) no-repeat left;
}
.post .tt .tit .title.tt-3 {
    background: url(images/i4.png) no-repeat left;
}
.post .tt .tit .title.tt-5 {
    background: url(images/i5.png) no-repeat left;
}
.post .tt .tit .title.tt-6 {
    background: url(images/i6.png) no-repeat left;
} 

/**页头开始**/
#header {}
#header .inner {
    width: auto;
    background: url(images/head-bg.png) repeat-x;
}
.head { width:100%; height:122px; background:url(images/head.png) no-repeat 50% 0; position:relative;}    /**页头部分**/
.head .sitetitle { position:absolute; left: 50%; margin-left: -585px; top:28px; font-size:32px; font-weight:bold; color:#fff;}		/**站点名称**/
.navbar {width:100%;height:40px;background: #e41e15;}   	/**导航区域背景**/
.navbar .navbox {width: 1200px;height:40px;margin:0 auto;}   /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,.navbar .navbox .nav { height:40px;}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {font-size: 18px;font-weight: normal;color: #fff;}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,.navbar .navbox .wp_nav li.nav-item a.parent{ }   	/**鼠标经过或当前选中时样式**/
.wp_nav .on {z-index:1000;}
.navbar .navbox .wp_nav li:hover {
    background-color: #90120c;
}
.navbar .navbox .wp_nav li.nav-item a span.item-name {padding: 0 63px;height:40px;line-height:40px;}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {background: #fff;opacity: 1 !important;}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {font-size:14px;font-weight:normal;color: #333;}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {background: #90120c;color:#fff;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {   
    padding: 0 70px;
    height: 35px;
    line-height: 35px;}		/**子菜单栏目高度与边距**/

/**主体开始**/
#container {padding: 20px 0;}
#container .inner {background:#fff;width: 1180px;padding: 0px;}

/**首页三列布局**/
.mod {}
.mod1 {width: 380px;float:left;} /**左列**/
.mod1 .ml { width:100%;} 
.mbox {padding: 12px 15px; background-color: #fbfbfb;border-radius: 6px;-moz-box-shadow:2px 2px 5px #eeeeee; -webkit-box-shadow:2px 2px 5px #eeeeee; box-shadow:2px 2px 5px #eeeeee;}
.mod2 {width: 778px;float:right;}
.mod2 .mc {width: 375px;float:left;} /**中间**/
.mod2 .mr {width: 380px;float:right;} /**右列**/
.post-news {}
.post .con .post-news li { line-height: 36px; border-bottom: 1px dashed #c5c5c5;}
.post-news .news-tt { float: left; padding-left: 15px; background: url(images/i2.png) no-repeat 0px;font-size: 14px;}
.post-news .news-tt a { font-size: 14px; color: #666666;}
.post-news .news-time { float: right; font-size: 14px; color: #999999;}
.post-15 .post-news .news-tt { background: url(images/i12.png) no-repeat 0px; padding-left: 30px;}
.post.post-15 .con .post-news li {
    line-height: 30px;
}
/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; width:82%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; }/*标题*/
.news_list li.news span.news_title a { font-size: 14px;}
.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,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.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;}
.search-box {position: absolute;right: 50%;margin-right: -600px;top:16px;width: 232px;height: 30px;border: 2px solid #90120c;}
.wp_search .search {background: #90120c url(images/search.png) no-repeat 18px;width: 58px;height: 30px;margin-top: -2px;}
.wp_search #keyword {border: 0px;background: none;line-height: 30px; height: 30px;color: #90120c;text-indent: 8px;width: 174px !important;}
/**列表页**/

.col_menu {width: 240px;float:left;margin-right: -270px;position:relative;padding-bottom: 270px;background:#f9f9f9;margin-left: 0px;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #90120c;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;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 49px; }/**栏目名称图标**/
.col_menu .col_menu_con{/* border:1px solid #e4e4e4; */padding: 15px 20px;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #930095; 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 #dad6d6;}
.col_list .wp_listcolumn .wp_column a .column-name{padding: 5px 0px 5px 10px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {color: #90120c;background:#e6e6e6;} 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #930095;}
.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:#930095;}
/*二级子栏目**/
.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 25px;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:#930095;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 40px;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:#930095;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 274px;margin-right: 10px;}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; white-space: nowrap;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 18px;font-family:"Microsoft yahei";font-weight: normal;color: #90120c;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 0px;}
.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:2 !important; font-size:14px !important; color:#333 ;font-family: microsoft yahei !important;}
.col_news_list .wp_entry,.col_news_list .wp_entry span { line-height:2 !important; font-size:14px !important; color:#333 ;font-family: microsoft yahei !important;}
.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 { margin:0 auto;}
.article {}
.article h1.arti_title {line-height:26px;font-family: "Microsoft YaHei";padding: 18px;text-align:center;font-size: 24px;color: #90120c;border-bottom: 2px solid #eee;} /**文章标题**/
.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); }   /**文章阅读部分图片大小限制**/
.wp_articlecontent {padding: 0 30px;}
/**页脚开始**/
#footer {
    background-color: #90120c;
    min-width: 1200px;
}
#footer .inner {padding:20px 0;border-top: 0px solid #036;}
#footer .inner p {font-size: 20px;line-height:20px;text-align:center;color: #fff;}
#footer .inner p span { margin:0 10px;}