.history-list {
	padding: 14px;
	text-align: center;
}
.history-list img{
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.history-list img:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*文字*/
.history-list .information{
	padding: 15px 0;
}
.history-list .title {
    font-size: 18px;
	font-weight: bold;
}
.history-list .title a {
	color: #006bb7;
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.history-list .title a:hover {color: #F90;}

@media (max-width:991px){
	
}
