.single_article{
	clear: both;
	height: 225px;
	border: 1px solid #90080a;
	overflow: hidden;
}
.single_article .image{
	float: left;
	width: 169px;
	height: 222px;
	background: url(../images/article_image_bck.png) no-repeat;
	margin-right: 10px;
	overflow: hidden;
}
.single_article .image img{
	width: 152px;
	height: 206px;
	margin: 7px 4px 4px 6px;
}
.single_article .container{
	padding: 12px;
}
.single_article .container .title{
	margin-bottom: 5px;
}
.single_article .container .title a{
	font: 700 22px/22px arial;
	color: #980013;
}
.single_article .container .content{
	height: 156px;
	overflow: hidden;
	font: 100 12px/14px tahoma;
	color: #000;
}
/**/
.index_header{
	height: 18px;
	text-align: center;
	color: #890f28;
	font: 700 9pt/18px tahoma;
	margin-bottom: 3px;
}
.index_part_1 {
	width: 100%;
	margin-bottom: 8px;
}
.index_part_1 .index_part_1_1, .index_part_1 .index_part_1_2 {
	width: 284px;
}
.index_part_1 .item {
	text-align: left;
	border: 1px solid #980013;
}
.index_part_1 .item .container{
	margin: 0px 8px 8px 8px;
}
.index_part_1 .item .title{
	height: 28px;
	font: 700 13px/28px Arial;
	overflow: hidden;
}
.index_part_1 .item .title a{
	color: #3c3582;
}
.index_part_1 .item .short_content {
	overflow: hidden;
	height: 60px;
}
.index_part_1 .item .short_content a{
	font: normal 11px/15px tahoma;
}
/**/
.category_article{
	clear: both;
}
.category_article .box_sep{
	float: left;
	width: 6px;
	height: 100px;
}
.category_article .category_box{
	float: left;
	width: 283px;
	height: 182px;
	margin-bottom: 6px;
	border: 1px solid #dfdfdf;
}
.category_article .category_box .caption{
	height: 28px;
	overflow:hidden;
	text-align: center;
	background: url(../images/category_caption_bck.png) no-repeat;
	margin-bottom: 10px;
	margin: 1px;
}
.category_article .category_box .caption a{
	font: 700 10pt/20px tahoma;
	color: #8d1308;
}
.category_article .category_box .container{
}
.category_article .category_box .container .title{
	height: 18px;
	overflow: hidden;
	padding-left: 10px;
}
.category_article .category_box .container .title a{
	font: 700 8pt/18px tahoma;
	color: #040062;
}
.category_article .category_box .container .content{
	height: 58px;
	overflow: hidden;
	font: 100 11px/14px tahoma;
	color: #333;
	margin: 0px 5px;
}
.category_article .category_box .container .item{
	padding-left: 15px;
	background: url(../images/icon_04.gif) no-repeat 5px 8px;
	height: 15px;
	overflow: hidden;
}
.category_article .category_box .container .item a{
	font: 100 8pt/15px tahoma;
	color: #333;
}
