/*sub1使用*/
.sub1list {
	height: 800px;
}
.sub1list ul {
	line-height: 30px;
	background-image: url(images/line2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.sub1list ul li {
	float: left;
	height: 30px;
}
.sub1list ul li.news_title {
	background-image: url(images/arr3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #7e6b5a;
	padding-left: 45px;
	width: 520px;
}
.sub1list ul li.news_title a{
	color: #7e6b5a;
	text-decoration: none;
}
.sub1list ul li.news_title a:hover{
	color: #000000;
	text-decoration: none;
}
.sub1list ul li.news_datetime {
	color: #7c2166;
}
.sub1page {
	text-align: center;
	height: 35px;
	line-height: 35px;
}
