@charset "utf-8";
/* CSS Document */

/*内容区域*/
.position {
	width: 1180px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
}
.main {
	width: 1180px;
	margin: 0 auto;
}
.layer {
	width: 100%;
	margin-bottom: 40px;
}
/*新闻列表公用样式*/
.col_tit {
	width: 100%;
	height: 43px;
	line-height: normal;
	border-bottom: 1px solid #ccc;
}
.col_tit h2 {
	float: left;
	height: 45px;
	font-size: 20px;
	color: #004098;
	font-weight: bold;
	background: url(col_bg.png) no-repeat left bottom;
}
.col_tit a {
	float: right;
	font-size: 16px;
	color: #004098;
}
.col_list {
	width: 100%;
	margin-top: 20px;
}
.col_list li {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
}
.col_list img, .col_list a {
	float: left;
}
.col_list img {
	position: relative;
	top: 18px;
	margin-right: 10px;
}
.col_list a {
	font-size: 18px;
	color: #333;
}
.col_list a:hover {
	color: #004197;
}
.col_list span {
	float: right;
	font-size: 16px;
	color: #555;
}
/*图片新闻*/
.pic_news {
	float: left;
	width: 580px;
	height: 354px;
}
/*公司新闻*/
.gsxw {
	float: right;
	width: 576px;
}
/*第二层、第四层*/
.jtxw, .gzyw {
	float: left;
	width: 580px;
}
.mtjj, .yxbf {
	width: 576px;
	float: right;
}
.yxbf .yxbf_list {
	width: 100%;
	overflow: hidden;
}
.yxbf .yxbf_list li {
	float: left;
	width: 180px;
	margin-left: 18px;
	margin-top: 30px;
}
.yxbf .yxbf_list li:first-child {
	margin-left: 0px;
}
.yxbf .yxbf_list span {
	display: block;
	font-size: 16px;
	color: #555;
	line-height: 22px;
	margin-top: 15px;
}
.yxbf .yxbf_list a:hover span {
	color: #004197;
}
/*专题专栏*/
.ztzl_list {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.ztzl_list li {
	float: left;
	margin-left: 11px;
}
.ztzl_list li:first-child {
	margin-left: 0px;
}
