/* CSS Document */ 

body { 
font-family: "宋体"; 
font-size: 14px; 
margin: 0px; 
overflow-x:hidden
} 

a{ 
font-family: "宋体"; 
font-size: 14px; 
color: #023A55; 
text-decoration: none; 
font-weight: normal; 
} 

a:hover { 
font-family: "宋体"; 
font-size: 14px; 
color: #ff0000; 
text-decoration: underline; 
font-weight: normal; 
} 

a.link1 { 
font-family: "宋体"; 
font-size: 14px; 
color: #1654b9; 
text-decoration: none; 
font-weight: normal; 
} 
a.link1:hover { 
font-family: "宋体"; 
font-size: 14px; 
color: #ff0000; 
text-decoration: underline; 
font-weight: normal; 
} 


.font_1 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: normal;
	color: #023A55;
	text-decoration: none;
	line-height: 24px;
} 

.font_2 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	line-height: 24px;
} 
.font_3 {
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	line-height: 24px;
} 

.border1 { 
border: 1px solid #67b3e7; 
} 
