﻿@charset "utf-8";
/* --------------------------
         newsBox
-------------------------- */
#newsBox
{
	width:71%;

}
#newsBox .ContentArea
{
	border:1px solid #a8cde1;
	margin:0 0 10px;
}
#newsBox .header
{
	background:url(../images/bg.png) no-repeat 0 -160px;
}
.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;
}
.rightPart .header
{
	background:url(../images/bg.png) no-repeat 0 -120px;
	padding:0 0 0 8px;
}
.blockTempStyle2 h3 a
{
	font-size:14px;
}
.rightPart .content p
{
	text-indent:2em;
	color:#333;
}
