﻿/* ==文章内容页定义== */

.line_blue a, .line_red a{
	float: right;
	color: #fff;
	font-weight: normal;
}
/* 标题 */
h1.TitleIntact, .main_standalone h1 {
	margin: 20px 0px;
	font: normal normal bold 24px/150% Arial, "宋体", Helvetica, sans-serif;
	color: #c00;
	text-align: center;
}
.iselite{
	margin: 30px 0px 10px;
	background: #F8F8F8;
}
/* --内容-- */
.c_content_overflow, .c_content_overflow p{
	font-size: 13px;
	line-height: 150%;
}
.c_content_overflow p{
	margin: 15px 0px;
}
.c_content_overflow td{
	padding: 5px;
}
.c_content_overflow strong{
	font-weight: bold;
}
/* --上下一篇-- */
.c_bot_text{
	background: none;
	border: none;
}
.c_content_page, .c_bot_text{
	margin: 20px 0px;
}
/* --右侧列表-- */
.content_r_list{
}


/* ==子栏目文章一列式循环== */
.child_list{
	margin-top: 20px;
	padding: 20px;
	background: url(images/bg_nav.gif) #f2f2f2 repeat-x left top;
	overflow: hidden;
	height: 100%;
}
.child_list, .child_list_r img{
	border:1px solid #d3d3d3;
}
/* 左右布局 */
.child_list_l{
	margin-right: 185px;
}
.child_list_r{
	float: right;
	width: 160px;
}
.child_list_r img{
	width: 160px;
	height: 120px;
}
/* 阴影 */
.child_list_Shadow{
	background: #f8f8f8;
	font-size: 0px;
	height: 4px;
	margin-bottom: 20px;
}
/* 标题 */
.child_list h4, .child_list h6{
	padding: 0px;
}
.child_list h4{
}
.child_list h6{
	font-weight: normal;
}
.child_list p{
	margin-top: 20px;
}
.child_list p a{
	color: #2BA7E9;
}



