@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{
	height:550px;
	width:25%;
    background-color:#eee;
    float:left;
    margin-bottom:20px;
}
.asideUl{
	width:100%;
	/*height:86px;*/
	margin-top:45px;
	border-top:1px solid #005bac;
}
.asideUl li{
	width:100%;
	height:43px;
	border-bottom:1px solid #005bac;
	line-height:43px;
	position:relative;
}
.asideUl li:hover{cursor:pointer;}
.asideUl li span{
	padding-left:45px;
	display:block; 
	z-index:10;
	position:absolute;
	width:264px;
	height:43px; 
	font-size:20px;   
}
.back{
	color:#fff;
	background: url(../img/img2/aside.png) no-repeat left top;
}
.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;
	
}
.mainFig{
	width:90%;
	height:70px;
	border-bottom:1px solid #2581c2;
}
.mainFig img{
	line-height: 70px;
	float:left;
	margin-left:20%;
}
.mainFig figcaption{
	float:left;
	color:#345075;
}
.mainFig figcaption span{
	color:#fe0025;
	line-height:70px;
}
.mainMUl{
	width:90%;
	margin-top:15px;

}
.mainMUl li{
	float:left;
	color:#2480c1;
}
.mainMUl li:nth-of-type(1){
	width:80%;
	text-align:left; 
}
.mainMUl li a{
	color:#2480c1;
}
.mainMUl li:nth-of-type(2){
	width:20%;
	font-size:10px;
	text-align: right;
}