.main{
	width: 1200px;
	height: 1130px;
	margin: 0 auto;
}
.main-left{
	float: left;
	width: 250px;
	height: 750px;
}
.main-left ul{
	width: 250px;
	height: 240px;
	margin-top: 30px;
}
.main-left li{
	height: 60px;
	line-height: 60px;
	list-style: none;
	font-size:15px ;
	text-align: left;
	padding-left: 18px;
	border-bottom:2px #178bc7 solid ;
}
.main-left li:hover{
	background-color: #3e98d3;
}
.main-right {
	float: left;
}
.imglist{
	width: 950px;
	height: 725px;
	margin-bottom: 50px;
}
.imglist img{
	width: 436px;
	height: 322px;
}
.imglist li{
	width: 436px;
	height: 351px;
	margin: 26px 0 0 39px;
	list-style: none;
	float: left;
	text-align: center;
}
.imglist span{
	width: 436px;
	height: 29px;
	line-height: 29px;
}