body{
margin:0;
padding:0;
font-size:12px;
font-weight:normal;
color:#000;
line-height:180%;
background:#6BA6D7;
}
table,tr,td{
font-size:12px;
font-weight:normal;
line-height:180%;
}
a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#1D6AA8;
	text-decoration:underline;
}
a:active{
	color:#1D6AA8;
	text-decoration:none;
}
/*页面表格div宽度*/
.box{
width:1003px;
margin:0 auto;
padding:0;
}
/*新闻列表*/
ul.news{
margin:0;
padding:0;
}
ul.news li{
	line-height:180%;
	background-image: url(../images/listLiDot.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding:0 0 0 10px;
	border-bottom:1px #ccc dashed;
}
ul.news li span{
float:right;
color:#1D6AA8;
}
a.more:link,a.more:visited,a.more:active{
color:#6BA6D7;
}
a.more:hover{
color:#6BA6D7;
}
/*栏目列表*/
ul.about{
padding:5px 0;
}
ul.about li{
font-size:12px;
font-weight:bold;
}
ul.about li span{
color:#6BA6D7;
padding:3px;
}
.content{
width:95%;
color:#666;
margin:0 auto;
padding:5px;
font-size:14px;
line-height:180%;
}
.content p{
	text-indent: 2em;
}
.otherLine{
	/*border-left:1px #ccc dashed;*/
	background-color: #F1F5FA;
}
.newsTitle{
font-size:20px;
font-weight:bold;
text-align:center;
padding:5px;
}
/*版板*/
#copyRight{
height:30px;
padding:8px 0 0 0;
color:#fff;
background:#1D6AA8;
text-align:center;
}
#copyRight a{
color:#fff;
}
#copyRight a:hover{
color:#fff;
}