﻿@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;
	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;
}

input {
	margin: 0;
	padding: 0;
	border: 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: #ffffff;
}

body,
p {
	font: 14px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #3c3c3c;
}

a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	/**页面全局宽度**/
	width: 1200px;
	margin: 0 auto;
}

/*新闻列表*/

.post {
	
}

.post .banner {
	margin: 10px 0;
	overflow: hidden;
	border-bottom: 2px solid #ad0014;
}

.post .banner .title {
	height: 45px;
	line-height:45px;
	font-size: 24px;
	float: left;
	display: block;
	text-align: center;
	color: #ad0014;
	
}

.post .more-btn {float: right; line-height: 45px;font-size: 14px;color: #aaaaaa;}

.post .con {
	padding:0 0 0 0;
	margin:0 auto;
}
.post .news-list .news {
	overflow: hidden;
	display: block;
	line-height: 40px;
}

.post .news-list .news img{display: inline;}

.post .news-list .news .news-title {
	display: block;
	float: left;

}
.post .news-list .news .news-date {
	display: block;
	float: right;
	font-size: 14px;
	color: #666666;
}


.post .news-list .news1{}
.post .news-list .news1 .news-title{display: block;font-size: 18px;line-height: 40px;font-weight: bold;}
.post .news-list .news1 .jj{display: block;font-size: 14px;line-height: 30px;text-indent: 2em;color: #888888;}
.post2 .news-list .news1 {border-bottom: 1px dotted #DDDDDD;}
.post2 .news-list { background: url(../images/xjp.png) right bottom no-repeat;}
.post3 .news-list .news2{font-size:18px;font-weight: bold;}
.post4 .news-list .news3{overflow: hidden;}
.post4 .news-list .news3 .imgl{display: block;float: left;}
.post4 .news-list .news3 .imgl img{height: 123px;width: 180px;}
.post4 .news-list .news3 .news-title{display: block;float: left;width: 380px;margin-left: 20px;font-size: 18px;line-height: 40px;font-weight: bold;}
.post4 .news-list .news3 .jj{display: block;float: left;width: 380px;margin-left: 20px;font-size: 14px;line-height: 28px;}
.post4 .news-list  li:nth-child(2){margin-top: 30px;}
.post5 .news-list .news1 .news-title,.post6 .news-list .news1 .news-title{text-align: center;}


/*顶部*/



/*头部*/

#header {}
#header .inner{width: auto;}
.head {
	overflow: hidden;
}

.logo {
}

.logo img {
	max-width: 100%;
	height: auto;
	display: block;
}



/*导航*/
#nav {background: #ad0014;}
.nav {width:100%;}
.nav > li{float: left;width: 10%;height:40px;}
.nav .on > a{background: #f10100;}
.nav li >a:hover{background: #f10100;}
.nav li a{display:block;line-height: 40px;color: #fff;font-size: 16px;text-align: center;}
.nav .subnav{position:relative;z-index:100; display: none;}
.nav li:hover .subnav{ display: block;}
.nav .subnav a{background:rgba(241,1,0,0.8); font-size:16px;}


/*中间*/
.mod{}
.mod1,.mod2,.mod3{overflow: hidden;}
.mod1l,.mod2l,.mod3l{float: left;width: 580px;}
.mod1r,.mod2r,.mod3r{float: right;width: 580px;}

/*页脚*/
#footer {background: #ad0014;}
#footer .inner {overflow: hidden;/* padding: 30px 0; */}
.foot {text-align: center;padding: 15px 0;}
.copyright{ line-height: 24px; color: #fff; font-size: 16px;  }


/*列表页*/
.col {
	padding-top: 30px;
	padding-bottom: 40px;
}

.col-menu { /**列表页左侧栏目**/
	width:250px;
	float:left;
	background: #FFFFFF;
} 

.col-menu-head { /*列表头部*/
	width: 100%;
	margin: 0 auto;
}
.col-menu-head .col-name {/**位置栏目字体栏目名称图标**/
	color: #FFFFFF;
	background: #069dd4;
	display: block;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
}




/*多级栏目列表*/
.col-menu-con{width: 250px;float: right;background: url(../images/col-menu-con-bg.png) right bottom no-repeat #eeeeee;min-height: 720px;}

.col-list  {}
.col-list li{}
.col-list .column-1 a {margin:15px 15px 0;font-weight: 100; color: #000000;display: block; height: 40px; line-height: 40px;  font-size: 16px;background:url(../images/list-l-li-bg.png) 200px center no-repeat #f6f6f6; text-indent: 20px;} 	/**一级子栏目及图标**/

.col-list  .column-1 a:hover,.col-list  .column-1 a.selected {color:#0064c9;background:url(../images/list-l-li-bg-h.png) 200px center no-repeat #f6f6f6;} 	/**鼠标经过或选中一级子栏目**/
.col-list  .column-1 .wp_subcolumn .column-1-1 a{ height: 26px; line-height: 26px; font-size: 16px;}


.col-news { /**列表页右侧新闻**/
	/* width:910px; */
	/* float:right; */
	background: #FFFFFF;
	min-height:450px;
} 
.col-news-head {
	margin: 0px;
	border-bottom: 2px solid #ad0014;
}
 .col-path { /**当前位置**/
	display:inline-block;
	white-space:nowrap; 
	height:50px;
	line-height: 50px;
	text-align: right;
	float: right;
} 
.col-path a {
	color: #999999;
	font-size: 14px;
}

.col-title { /**当前栏目**/
	display:inline-block;
	white-space:nowrap;
	height: 50px;
	line-height:50px;
	float: left;
	font-size: 24px;
	color: #ad0014;
	font-weight: bold;
	/* border-bottom: 3px solid #069dd4; */
	/* padding: 0 10px; */
} 

.col-news-con {
	margin:0px;
	padding: 0 ;
}
.col-news-list {}
 /**栏目新闻列表**/
.col-news-list  .list_item{ display: block; overflow: hidden; padding: 0 0 0 15px; background: url(../images/li_dian_yuan.png) left center no-repeat; }
.col-news-list  .list_item *{display: block;height: 45px; line-height: 45px; font-size: 14px;}
.col-news-list  .list_item .news-title{ float: left;}
.col-news-list  .list_item .news-date{ float: right;}
.fenye,.fenye table{margin: 0 auto; text-align: center;}

/*文章页*/

.article {}
.article h1.arti_title { /**文章标题**/
	padding: 25px 0 15px 0;
	font-family: "Microsoft YaHei"; 
	text-align:center; 
	font-size:20px; 
	color:#000000; 
	
} 
.article .arti_metas { 
	padding-bottom:20px;
	text-align:center;
	font-size: 12px;
}
.article .arti_metas span { /**文章其他属性**/
	margin:0 5px; 
	color:#777777;
} 
.article .read { /**文章内容**/
	margin:0 auto;
	padding: 0;
	overflow:hidden;
} 
.article  .read,.article .read p { /**阅读字体**/
	line-height:2; 
	font-size:14px; 
	color:#333;
}  
.article .read p { 
}
.article .read img { /**文章阅读部分图片大小限制**/
	max-width:830px; _width:expression(this.width > 830 ? "830px" : this.width); 
	display: inline;
}

/*图片列表*/
.pic-list{ overflow: hidden; padding: 20px 20px 0;}
.pic-news{ width: 33%; float:left; text-align: center;}
.pic-news .news-pic img{ margin: 0 auto; width: 238px; height: 170px; border: 10px solid #dddddd;}
.pic-news .news-name{ line-height: 50px;}
.pic-news .news-name:hover{ color: #0064c9;}
