@charset"utf-8";
*{
	padding:0px;
	margin:0px auto;
	color:#494648;
	font-size:14px;
	font-family:"Helvetica neve",Helvetica,Arial,"Microsoft Yahei UI","Microsoft YaHei",SimHei,"宋体",simsun,sans-serif;
}
img{
	border:0px;
}
a{
	text-decoration:none;
	color:#000;  
}
ul,ol{
	list-style:none;
}



body{position:relative;
		/*background-image:url(../img/img2/bg1.jpg);*/
	background-repeat:no-repeat; 
	background-attachment: fixed;
	background-size:100% 100% !important;;

}

/*section begin*/
.section{
	width:1000px;
	clear:both;
	margin-top:20px;
}
.aside{
    width:25%;
    border:1px solid #2581c2;
    float:left;
    margin-bottom:20px;
}
.asideFig{
	width:100%;
}
.asideFig img{
	width:100%;float:left;
}
.asideFig figcaption{
	background:#2581c2;
	width:100%;	
	height:46px;	
     float:left;
     line-height:46px; 
}
.asideFig figcaption h2{
	float:left;
	font-size:24px;
	color:#fff;
	margin-left:10%;
	font-weight:normal;
}
.asideFFig{
	clear:both;
	width:100%;
	margin-top:5px;
}
.asideFa{
	width:96%;
	border:1px solid #eee;
	padding:1% 1%;
	display:inline-block; 
}
.asideFa img{
	width:100%;
}
.asideFFig figcaption{
	width:100%;
	text-align:center;
	margin:5px 0; 
}
.asideFFig figcaption a{
	color:#2581c2;
	font-size:10px;
	text-align:center;
	display:inline-block; 
}

.main{
	width:70%;
	height:38px;
	float:right;
	background:#005bac;
	
}
.mainUl{
	width:30%;
	height:38px;
	margin-left:10px;
    
}
.mainUl>li{
	line-height:38px;
	text-align:center;
	float:left;
	color:#fff;
	font-size:12px;
}
.mainUl li a{
    color:#fff;
	font-size:12px;
}
.mainMDiv{
	width:70%;	
	float:right;
	margin-bottom:20px;
	background-color: #FFF;
}
.mainMDD{
	width:63%;
	float:left;
	margin-top:20px;
}
.mainMDDul{
	width:100%;

}
.mainMDul>li{
	width:100%;
	height:120px;
	border-bottom:1px dashed #eee;
}
.mainMDDu{
	width:90%;
	height:40px;
	clear:both;
}
.mainMDDu li{
	float:left;
	height:40px;
	color:#345075;
	line-height:40px;
}
.mainMDDu li:nth-of-type(1){
	list-style-image:url(../img/img3/h3.png);
	
}
.mainMDDu li:nth-of-type(2){
	float:right;
	font-size:10px;
}
.mainMDDu li a{
	color:#345075;
	font-size:16px;
}

.page{
	width:100%;
	height:20px;
	
	margin-top:10px;
	clear:both;
    text-align:center; 

}
.page li{
	float:left;
	border:1px solid #ddd;
	margin:0 5px;
	font-size:12px;
	color:#005bac; text-align:center; 
}
.page li:nth-of-type(8){
	border:0px;
}
.page li:nth-of-type(3){
	border:0px;
	color:#000;
}
.page li:hover{
	cursor:pointer; 
}
.mainAside{
	width:35%;
	margin-top:0px;
	float:right;
	border:1px solid #eee;
}