#main_content .title a {
	font-weight: bolder;
	color: #206fb9;
	font-size: 1.05em;
}

.category-contain {
	border-bottom: 1px dotted #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.category-contain .thums_image {
	float: left;
	width: 100px;
	height: 70px;
	margin-right: 10px;
}

.category-contain .more {
	text-align: right;
}

.category-contain .more a {
	color: #c14235;
	font-size: 0.95em;
}

.category-contain .more a:hover {
	text-decoration: underline;	
}

.leading_aritcle_title a {
	color: #206fb9;
	font-size: 1.2em;
	font-weight: bolder;
	text-transform: none;
}

.leading_aritcle_title a:hover{
	color: #e1280a;
}

.leading_contain a IMG {
	float: left;
	width: 120px;
	border: 1px solid #cdcdcd;
	margin-right: 10px;
	padding: 1px;
}

.category_list {
	clear: both;
	margin-bottom: 20px;
}

.category_list ul {
	list-style: none;
}

.category_list ul li {
	background: url(../images/arrow.jpg) left 5px no-repeat;
	padding-left: 10px;
}

.category_list ul li a {
	color: #206fb9;
}

.category_list ul li a:hover {
	color: #e1280a;
}

.other_list_title {
	font-weight: bolder;
	font-size: 1.2em;
	color: #206fb9;
}

.other_list ul {
	list-style: none;
}

.other_list ul li {
	background: url(../images/arrow.jpg) left 5px no-repeat;
	padding-left: 10px;
}

.other_list ul li a {
	color: #206fb9;
}

.other_list ul li a:hover {
	color: #e1280a;
}

