﻿/* --------------------------
         newsBox
-------------------------- */
#newsBox
{
	width:71%;
	border:1px solid #a8cde1;
}
#newsBox .header
{
	background:url(../images/bg.png) no-repeat 0 -134px;
	padding:0 0 0 8px;
}
#newsBox .header h3
{
	color:#fff;
}
.articleContent .title
{
	color:#069;
}
.articleContent .info
{
	color:#666;
	border-bottom:1px dashed #ccc;
}
#newsBox .list li
{
	line-height:26px;
	border-bottom:1px dashed #d3d3d3;
}
#newsBox .list span
{
	float:right;
	color:#666;
}
.articleContent .content p
{
	text-indent:2em;
	line-height:160%;
	margin:0 0 10px;
}
.articleContent .content p span
{
	font-size:12px;
	color:#666;
	display:block;
}	
/* --------------------------
         rightPart
-------------------------- */
.rightPart
{
	width:28%;
}
.rightPart .module
{
	margin:0 0 10px 0;
	border:1px solid #a8cde1;
}

