.listImg{
    width: 911px;
    margin: 90px auto 0;

}
.listImg li{
    float: left;
    width: 220px;
    margin-bottom: 30px;
}
.listImg li img{
    width: 220px;
}
.listImg li p{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.listImg li:nth-child(2n+2){
   margin-left: 10px;
}   
.listImg li:nth-child(4n+3){
    margin-left: 10px;
}
.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;
}
.cont{
    width: 871px;
    margin: 90px auto 80px;
}
.cont h2{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 32px;
}
.cont img{
    display: block;
    margin: 0 auto 20px;
    max-width: 640px;
}