.z {
	font-size: 12px;
	text-decoration: none;
	line-height: 25px;
}
	
td, p, li {
	font-family:"宋体";
	font-size:12px;
	line-height: 20px;
	color:#014969;
}

A:link {text-decoration: none; color:#000000;font-size:12px}
A:visited {text-decoration: none; color: #000000;font-size:12px}
A:active {text-decoration: none;font-size:12px}
A:hover {text-decoration: underline; color: red ;font-size:12px}

A.b:link {text-decoration: none; color:black;font-size:12px}
A.b:visited {text-decoration: none; color: black;font-size:12px}
A.b:active {
	text-decoration: none;
	font-size:12px;
	line-height: 25px;
}
A.b:hover {text-decoration: none; color: red ;font-size:12px}

A.a:link {text-decoration:none;color: white;font-size:12px}
A.a:visited {text-decoration:none;  color: white;font-size:12px}
A.a:active {
	text-decoration: none;
	font-size:12px;
	line-height: 120%;
}
A.a:hover {text-decoration:none; color: red;font-size:12px}
.line{
	BORDER-BOTTOM: #0B3B84 1px solid; 
	BORDER-LEFT: #0B3B84 1px solid; 
	BORDER-RIGHT: #0B3B84 1px solid; 
	BORDER-TOP: #0B3B84 1px solid;
}
.line1{
	BORDER-BOTTOM: #FF9A29 1px solid; 
	BORDER-LEFT: #FF9A29 1px solid; 
	BORDER-RIGHT: #FF9A29 1px solid; 
	BORDER-TOP: #FF9A29 1px solid;
}
.td01 {  filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1); font-family: "D???ì?"; font-size: 12px; color: #333333}
.cnyahoo.net1 {  font-family: "Arial Black"; font-size: 10pt; color: #012E33}
.cnyahoo.net2 {  font-family: "MS Song"; font-size: 9pt; color: white}
.cnyahoo.net3 {  font-family: "MS Song"; font-size: 9pt; color: #000000}
/* 图片鼠标滑过放大*/
.gallerycontainer{position: relative;}
.thumbnail img{border: 1px solid white;margin: 0 5px 5px 0;}
.thumbnail:hover{background-color: transparent;}
.thumbnail:hover img{border: 1px solid blue;}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;top: 0;
left: -120px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

