body {
	margin:0px;
	padding:0px;
	font-size:14pt;
	line-height:25px;
	text-decoration:none;
	color:#333333;
}
td {font-size:11pt; text-decoration:none; color:#666666; line-height:35px;}
li {list-style-type:none;}
img {border:0px;}
a {font-size:13pt;
color:#333333;
text-align:left;
line-height:30px;
text-decoration:none;}
a:hover {
text-decoration:underline;
}
#new a {font-size:14pt;
color:#333333;
text-align:left;
text-decoration:none;}
#new a:hover {
text-decoration:underline;
}
#top a {color:#FFFFFF;
font-size:14pt;
text-decoration:none;
width:100%;
line-height:50px;
height:50px;
font-weight:bold;
letter-spacing:2px;
}
#top a:hover {
text-decoration:none;
width:100%;
color:#FFCC00;
}
#more a 
{font-size:12pt;
color:#333333;
text-align:left;
text-decoration:none;}
#more a:hover {
text-decoration:underline;
}
.btwz {font-size:17pt; font-weight:bold; color:#1D3E8B; background-image:url(../image/xt.jpg); background-repeat:no-repeat; background-position:left; text-indent:10px;}

.cls30 {line-height:30px; height:30px; clear:both;}
.cls20 {line-height:20px; height:20px; clear:both;}
.cls10 {line-height:10px; height:10px; clear:both;}
.cls100 {line-height:100px; height:100px; clear:both;}
.cls80 {line-height:80px; height:80px; clear:both;}
.cls50 {line-height:50px; height:50px; clear:both;}
.cls70 {line-height:70px; height:70px; clear:both;}
.cls60 {line-height:60px; height:60px; clear:both;}

#div1 img{
  cursor: pointer;
  transition: all 0.4s;
}
#div1 img:hover{
  transform: scale(1.2);
}
#div2 img{
  cursor: pointer;
  transition: all 0.4s;
}
#div2 img:hover{
  transform: scale(1.2);
}

#img a
{
opacity:1.0;
filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}
#img a:hover
{
opacity:0.5;
filter:alpha(opacity=50); /* 针对 IE8 以及更早的版本 */
}