.cont{
    width: 872px;
    margin: 90px auto 0;
}
.cont li{
    width: 423px;
    float: left;
    margin-bottom: 30px;
}
.cont li:nth-child(even){
    margin-left: 26px;
}
.cont li img{
    width: 426px;
    height:280px;
}
.cont li p{
    width: 423px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    background: #eee;
}
.cont li:hover p{
    background: #0c7ed9;
    color: #fff;
}
.page{
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 48px;
    margin-top: 30px;
}
.page a{
    display: inline-block;
    color: #999;
    font-size: 14px;
    height: 33px;line-height: 33px;
    border: 1px solid #e5e5e5;
    padding: 0 12px;
}
.page .active{
    border: 1px solid #0c7ed9;
    background: #0c7ed9;
    color: #fff;
}