.info-1{
	width: 80%;
	height: auto;
	/* background: #000; */
	margin: auto;
}
.info-1{
	width: 100%;
	
}
.info-1 ul{
	width: 100%;
	padding-bottom: 48px;
}
.info-1 li{
	/* padding-top: 15px; */
	    border-bottom: 1px solid #e4e4e4;
	    transition: all 0.3s ease-in-out;
		min-height: 60px;
	    margin-top: 10px;
		
}
.info-1 li:hover{
	box-shadow: 3px 35px 77px -17px rgba(0, 0, 0, 0.8);
	    transform: scale(1.06);
	    z-index: 100;
	    background-color: #fff;
}
.info-1 li a{
	display: block;
	    margin-left: 79px;
	    line-height: 60px;
	    height: auto;
	    overflow: hidden;
		font-size: 18px;
		float: left;
}
.info-1 li a:hover{
	color: #94070a;
}
.list-date{
	width: 58px;
	height: 58px;
	float: left;
	text-align: right;
}
.list-date li:hover span{
	border: none;
}
.list-date strong{
	font-size: 24px;
	    color: #94070a;
	    padding-top: 5px;
		display: block;
		    font-weight: normal;
		    font-style: normal;
		    padding-right: 5px;
			text-align: right;
}
.list-date  i{
	font-size: 12px;
	    color: #292929;
		display: block;
		    font-weight: normal;
		    font-style: normal;
		    padding-right: 5px;
}
#look{
	float: right;
	display: inline-block;
	    font-weight: normal;
	    font-style: normal;
		font-size: 15px;
		line-height: 60px;
		padding-right: 15px;
}