.menu li:nth-of-type(8) a{
	background-color: #600807;
	color: #e61518!important;
}
/*---------栏目----------*/
.main{
	width: 100%;
	
	margin-top: 20px;
}
.lanLeft{
	width: 317px;
	float: left;
 
}
.lanLeft .lanTitle{
	width: 213px;
	height: 76px;
	line-height: 95px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px; 
	background: url(../img/bgimg1.png);
	background-size:100% 100% ;
	float: left;
}
.lanLeft .lanList{
	width: 213px;
	float: left;
	background: #ebe8de;
}
.lanLeft .lanList  a{
	width: 213px;
	height: 40px;
	display: block;
	margin-top: 15px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	cursor: pointer;
}
.lanLeft .lanList  a:nth-of-type(1){
	color: red;
}
.lanRight{
	float: left;
	width: 680px;
	
}
.lanRight .mainTitle{
	width: 680px;
	height:45px ;
	line-height: 45px;
	background: url(../img/jiaoxuehuodong-bg.png);
	background-size: 100% 100%;
	float: left;
	color: #fff;
	margin-top: 24px;
}
.lanRight .mainTitle a{
	height:45px ;
	line-height: 45px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.lanRight .mainTitle a:nth-of-type(1){
	margin-left:37px ;
}
.lanRight .content{
	float: left;
	width: 620px;
	margin-top: 20px;
}
.lanRight .content>div{
	min-height:500px;
	float: left;
	width: 620px;
	margin-top: 20px;
}
.lanRight .content ul{
	width: 520px;
	height: 320px;
	margin:20px auto 0 ;
}
.lanRight .content ul .contList{
	width: 500px;
	margin-left: 20px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.lanRight .content ul .contList img{
	position: absolute;
	left: -16px;
	top: 16px;
}
.lanRight .content ul .contList a{
	display: inline-block;
	float: left;
	color: #000;
}
.lanRight .content ul .contList span{
	float: right;
}
.page{
	margin-top: 20px;
	float: right;
	width: 258px;
	height:20px;
	line-height: 20px;
	font-size: 14px;
}
.page a{
	display: inline-block;
	margin-left: 5px;
	color: #ccc;
}
