﻿.infor-first{
	margin-bottom: 30px;
}
.infor-list {
   margin-bottom: 30px;
}
.more_span, .more_span2{
		position: absolute;
	 	bottom:20px;
	   	color: white;
	   	width: 126px;
    	height: 36px;
    	text-align: center;
   		 line-height: 36px;
    	font-size: 14px;
   		 background-color:#00a0e9;
    border-radius: 2px;
    	margin: 0 12px;
    	cursor: pointer;
    	transform:translateX(-50%);
}

.more_span:hover, .more_span2:hover{ background-color: #007fb9; color: #ffffff;}
