﻿body
{
    margin: 0px;
    font-size: 12px;
    font-family: 宋体;
}
#topBg
{
    width: 100%;
    left: 0px;
    top: 0px;
    height: 70px;
    z-index: -1;
    background-image: url('../Images/index-bg.jpg');
    position: absolute;
}
#mainDiv
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#menu
{
    background-color: #3B6BA9;
    color: #ffffff;
    font-size: 14px;
}
 #menu a:visited
 {
     color: #ffffff;
     font-size: 14px;
     text-decoration: none;
	font-weight: normal;
 }
#menu a:link
{
	color: #ffffff;
     font-size: 14px;
     text-decoration: none;
	font-weight: normal;
}
 #menu a:hover
 {
     color: #c0c0c0;
     font-size: 14px;
     text-decoration: none;
	font-weight: normal;
 }
 .spacing
 {
     padding-left: 3px;
 }

#newsDiv
{
	width: 485px;
	height: 200px;
	font-size: 12px;
	text-align:left;
	float:left;
}
.newsBar
{
	width: 385px;
	height: 38px;
	float:left;
	text-align: right;
	font-size: 10px;
}
.messageItem1
{
	width: 29px;
	height: 25px;
	text-align: center;
	border-bottom: 1px dotted #c0c0c0;
}
.messageItem2
{
	width: 355px;
	text-align:left;
	font-size: 12px;
	border-bottom: 1px dotted #c0c0c0;
}
.messageItem3
{
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: #606060;
	border-bottom: 1px dotted #c0c0c0;
}
#messageArea a:visited, a:link
{
    font-size: 12px;
	color: #303030;
	text-decoration: none;
	font-weight: normal;
}
#messageArea a:hover
{
    font-size: 12px;
	color: #cc0033;
	text-decoration: none;
	font-weight: normal;
}
.quickICON
{
    border: 0px;
}

#footer a:link
{
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
}
#footer a:visited
{
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
}
#footer a:hover
{
    font-size: 13px;
    font-weight: bold;
    color: #0000FF;
}