﻿#al_banner {
    margin-top: 64px;
    background: url(../../img/anli/anli_banner.png)center center no-repeat;
    background-size: cover;
    height: 242px;
    background-size: cover;
}
.thumbnail{
	position: relative;
	padding:0;
	border:0;
}
.thumbnail .page{
	position: absolute;
    width: 100%;
    bottom: 0px;
    opacity: 0;
    transition: all linear 0.5s;
    transform:rotateX(180deg);
}
.thumbnail .page>div{
	height: 69px;
	line-height: 69px;
}
.thumbnail .page>div:first-child{
	 background: rgba(255,255,255,0.85);
}
.thumbnail:hover a.caption{
	background: #137ED4;
    color: #fff;
    text-decoration: none; 
}
.thumbnail:hover .page{
	transform:rotateX(0deg);
	opacity: 1;
}
#anli-list>section>div>div>a>img{
    width:100%;
}