#wrap{
	width: 100%;
	margin: 0px auto;
}
#wrap ul li .a1 img{
	width: 100%;
	height: 200px;
}
#wrap ul li{
	width: 49%;
	height: 200px;
	list-style: none;
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
} 
#wrap ul li .a1 .divA{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	padding: 0px 0px;
	text-align: center;
}
#wrap ul li .a1 .divA>.p1{
	width: 100%;
	height: 30px;
	font-size: 22px;
	font-weight: 600;
    line-height: 30px;
    color: #1761a3;
	text-align: center;
	margin-top: 66px;
}
#wrap ul li .a1 .divA>.p2{
	width: 100%;
	height: 40px;
    font-size: 16px;
    color: #7e7e7e;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
}
#wrap ul li .a1 .divA>.p3{
	position: absolute;
	right: 0;
	bottom: 12px;
	width: 108px;
	height: 28px;
	color: #f60;
}
#wrap ul li .a1 .divA>.p3>span{
	font-size: 24px;
	font-weight:800;
}
/*遮罩*/
#wrap ul li .a2{
	position: absolute;
	top: 2px;
	left:-100%;
	width: 100%;
	height: 202px;
	text-align: center;
	color: white;
	background: rgba(132, 194, 37, 1);
	transition: all 0.2s;  
} 
#wrap ul li .a2 .p4{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 60px;
	left: -100%;
	color: #ffffff;
	font-size: 24px;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out;  
}
#wrap ul li .a2 .p5{
	width: 100%;
	text-align: center;
	line-height:20px ;
	position: absolute;
	top: 75px;
	left: -100%;
	margin: 30px  0 10px;
	font-size: 16px;
    color: white;
    transition: all 0.2s 0.2s ease-out;  
}
  

