@charset "utf-8";
.top-xian{
	font-family: 宋体;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}

/*左上角链接文字*/
.top-wenzi{
	font-family: 宋体;
	font-size: 12px;
	color: #999999;
}
.top-wenzi:link {
	font-family: 宋体;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.top-wenzi:visited {
	text-decoration: none;
}
.top-wenzi:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.top-wenzi:active {
	text-decoration: none;
}

/*公告链接文字*/
.notice{
	font-family: 宋体; 
	font-size: 12px;
	color: #0f3357;
}
.notice:link {
	font-family: 宋体;
	font-size: 12px;
	color: #0f3357;
	text-decoration: none;
}
.notice:visited {
	text-decoration: none;
}
.notice:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.notice:active {
	text-decoration: none;
}


/*左边文字*/
.left0{
	font-size: 14px; color: #ffffff; font-family: "宋体"; padding-left:35px; font-weight:bold;
}
.left0:link {
	text-decoration: none;
}
.left0:visited {	
	text-decoration: none;
}
.left0:hover {
	color:green;
	text-decoration: none;
}
.left0:active {
	text-decoration: none;
}

.left1{
	font-size: 14px; color: #2368ab; font-family: "宋体"; padding-left:35px; font-weight:bold;
}
.left1:link {
	text-decoration: none;
}
.left1:visited {	
	text-decoration: none;
}
.left1:hover {
	color:green;
	text-decoration: none;
}
.left1:active {
	text-decoration: none;
}




/*正文文字*/

.zengwen{
	font-size: 12px; color: #ffffff; font-family: "宋体";	
	line-height:18px;
}

.new{
	font-size:12px; color: #999999; font-family: "宋体";	
	padding-left: 20px;
	line-height:30px;
	
}

/*浮动层*/
.cPopText   { height:auto; font-size: 12px;   background-color:  #f8f8f8;   padding-top: 10px;   padding-right: 10px;   padding-bottom: 10px;   padding-left: 10px;   border:1px solid red;  filter: Alpha(Opacity=0); }  



