.al img{
	margin: 36px 33px 0 33px;
}
.al-ul{
	padding-left: 18px;
	padding-right: 18px;
	margin: 0 33px 0px 33px;
}
.al-ul li{
	float: left;
	width: calc(20% - 16px);
	height: 45px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 8px;
	margin-left: 8px;
	 border-radius: 20px;
  background-color:  rgb(228, 228, 228);
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 45px;
  color: black;
}
.al-ul li.cur{
	 background-color:#e50012;
	 
}
.al-ul li.cur a{
	color: white;
}
.al-ul li:hover{
	color: #fff !important;
	 background-color:#e50012;
}
.al-ul li a:hover{
	color: #fff !important;
	
}
.al-img{
	margin-left: 32px;
	
}

.al-img div{
	float: left;
	width: calc(33.33333% - 12px);
  height: 287px;
  margin-right: 12px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.al-img div:nth-child(3n){
margin-right: 0;
}
.al-img #al-img-first{
width: 755px;
 height: 287px;
  border-radius: 20px;

}


.al-img p{
	text-align: center; 
width: 100%;
height: 60px;
line-height: 60px;
margin-top: 227px;
background-color: rgb(0, 0, 0);
  opacity: 0.502;
 font-size: 17px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
}
.al-img p:hover{
	  background-color:#e50012;
	  opacity: 1;
}
.al-img div:hover p{
	 background-color:#e50012;
	  opacity: 1;
}
.pagerr{
	width: 400px;
	margin: 0 auto;
	padding-bottom: 48px;
	padding-top: 35px;
}
.pagerr li{
	background-color: rgb(221, 221, 221);
	height: 66px;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 66px;
	float: left;
	margin-right: 11px;
	text-align: center;
	font-size: 22px;
	font-family: 'fzltxianh';
}
