﻿body 
{
	background-color: #FFFFFF;
}

a:link         {text-decoration:none;   color:#000000;}   
a:active       {text-decoration:none;   color:#000000;}   
a:visited      {text-decoration:none;   color:#000000;}   
a:hover        {text-decoration:none;   color:#ff0000;} 


#NewsListContent
{
	width: 900px;
	background-color: #FFFFFF;
}

#NewsListContent #side
{
	width: 200px;
	float: left;
	height: 600px;
	background-image: url('image/listlef.jpg');
	background-color: #FFFFFF;
}

#NewsListContent #list
{
	margin: 0em auto auto auto;
	width: 700px;
	float: right;
	height: 600px;
	text-align: left;
	background-color: #FFFFFF;
	
}

#NewsListContent #Newstoppic
{
	background-position: bottom;
	width: 690px;
	height: 70px;
	background-image: url(  'image/listrighttop.jpg' );
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#NewsListContent #Eventtoppic
{
	background-position: bottom;
	width: 690px;
	height: 70px;
	background-image: url(  'image/Eventtoppic.jpg' );
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#NewsListContent #Noticetoppic
{
	background-position: bottom;
	width: 690px;
	height: 70px;
	background-image: url(  'image/Noticetoppic.jpg' );
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#articleView
{
	border: 1pt solid #bbbbbb;
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
}

#articleView #pic
{
	
}

#articleView #title
{
	font-family: 宋体;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #0000FF;
	word-spacing: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
}


#articleView #addons
{
	text-align: center;
	height: 12px;
}

#articleView #content
{
	margin: 20px;
	padding: 20px;
	font-size: 16px;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#articleView #bottom
{
	height: 30px;
}

