@charset "utf-8";
html, body, p, div, h1, h2, h3, h4, h5, h6, img, pre, form, fieldset {
	margin:0;
	padding:0;
	font-family:"微软雅黑";
}
ul, ol, dl {
	margin:0;
	padding:0;
}
img, fieldset {
	border:0;
}
.clearfix {
	*zoom:1;
}
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after {
	clear:both;
}
.container{
	font-size:14px;
	line-height:27px;
	width:970px;
	margin:0 auto;
	background-color: #F5F5F5;
}
.boxgroup{
	display:block;
	width:800px;
	margin:0 85px;
}
.boxgroup h2{
	margin:20px -50px 20px -50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:10px;
	font-size:24px;
}
.boxgroup .top{
	height:30px;
	text-align:right;
	margin-top:10px;
}
.boxgroup .top a{
	padding-left:20px;
	line-height:30px;
	padding: 0px 10px 5px 10px;

}
.boxgroup .top a:link, .boxgroup .top a:visited{
	color:#003396;	
}
.boxgroup .top a:hover{
	color:#cc0000;
	text-decoration: underline;
}
.boxgroup .top a.current{
	background-image: url(../images/icon_down.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#333;
} 
.boxgroup .content ul{
	padding:0;
	margin:10px 0 20px 0px;
	list-style:none;
}
.boxgroup .content ul li{
	margin:20px 0 40px 0;
	color:#333;
}



.boxgroup .content ul li a{
	color:#003396;
	font-size:14px;
	text-decoration: none;
}
.boxgroup .content ul li a:link, .boxgroup .content ul li a:visited{
	color:#003396;	
	font-size:16px;
	font-weight:bold;
}
.boxgroup .content ul li a:hover{
	color:#cc0000;	
	text-decoration: underline;
}

.boxgroup .content ul li a span{
	color:#cc0000;
}
.boxgroup .content ul p{
	margin:2px 0;
}
.boxgroup .content ul .note{
	color:#919191;
}
.boxgroup .content ul .note a{
	color:#6699cc!important;
	font-size:12px;
}
.boxgroup .content ul .note a:link, .boxgroup .right .content ul .note a:visited{
	color:#6699cc;
}
.boxgroup .content ul .note a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup .content ul li .left{
	float:left;
	width:126px;
	margin-right:30px;
	clear:left;
}
.boxgroup .content ul li .right{
	float:right;
}
.boxgroup .content ul li .left img{
	max-width: 100% !important;
	height: auto!important;
	width:expression(this.width > 120 ? "120px" : this.width)!important;
	padding:2px;
	border: 1px solid #E8E8E8;
}
.page {
	padding:5px 0;
	margin:25px 0 20px 0;
	text-align:center;
}
.page a:link, .page a:visited{
	padding: 2px 8px; 
	color:#000;
	background-color:#f3f3f3; 
	margin:2px;
	border:#dcdcdc 1px solid; 
}
.page a:hover{
	margin:0 2px;
	border:#cc0000 1px solid; 
	color: #cc0000;
}
.page a.active {
	padding:2px 5px;
	font-weight:bold;
	color:#ffffff!important;
	text-decoration: none!important;
	margin:2px;
	background-color:#cc0000;
	border:#cc0000 1px solid; 
}
.footer{
	clear:both;
	width:970px;
	text-align:center;
	border-top:1px solid #dddddd;
	font-size:12px;
	color:#444;
	margin-top:20px;
}

.boxgroup .content ul li .right{
	float:left;
	width:620px;
	margin-bottom:30px;
}