﻿@charset "utf-8";
/* CSS Document */

.column_list {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.column_list_left {
	width: 800px;
	height: auto;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #cdcbca;
}

.article_list_title {
	width: 800px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #cdcbca;
	background: url(../images/lmyqzt.png) no-repeat left center;
}
.article_list_title h1 {
	letter-spacing: 3px;
	font-size: 18px;
	color: #323333;
	margin-left: 25px;/*font-weight: normal;*/
}
.article_list_title span {
	font-size: 14px;
	float: right;
	color: #323333;
}
.article_list_title span a {
	color: #323333;
}
.article_list_content {
	width: 800px;

}
.article_list_content ul {
}
.article_list_content ul li {
	height: 40px;
	line-height: 40px;
	border-bottom:1px dashed #999;
}
.article_list_content ul li span {
	float: right;
	color: #323333;
}
.article_list_content ul li a {
	color: #323333;
}
/* 右侧 */
.column_list_right {
	width: 330px;
	height: auto;
	overflow: hidden;
}
/* 栏目右侧，菜单 */

.column_list_right ul {
	width: 100%;
}
.column_list_right ul li {
	width: 320px;
	height: 60px;
	line-height: 60px;
	margin-bottom:15px;
	float: left;
	letter-spacing: 3px;
	background-color:#069be5;
	/*background:url(../images/column_list_4.png) no-repeat ;*/
	text-align:center;
}
.column_list_right ul li a {
	font-size:16px;
	color: #fff;
}
.column_list_right ul li:hover {
	background-color:#069be5;
	/*background:url(../images/column_list_3.png) no-repeat ;*/
	color: #fff;
}
.column_list_right ul li a:hover {
	font-size:16px;
	color: #fff;
}