.atla-title-left{
    background:url('../image/atla-title-bg.png') no-repeat;
}
.atla-wrapper{
    margin-top:68px;
}
.atla-item{
    margin-bottom:40px;
    margin-right:90px;
    float:left;
    width:406px;
    cursor: pointer;
}
.atla-item:nth-child(3n){
    margin-right:0;
}
.atla-item-img{
    width:406px;
    height:231px;
    border-radius:10px;
    overflow:hidden;
}
.atla-item-img img{
    display:inline-block;
    width:100%;
    height:100%;
}
.atla-item-title{
    margin:22px 0;
    font-size:24px;
    line-height:32px;
    color:#333;
}
.atla-item-time{
    font-size:15px;
    color:#9B9B9B;
}

/* 选中后的效果 */
.atla-item-active .atla-item-img{
    box-shadow:4px 6px 10px #D4D6DB;
}



/* 分页 */
.atla-page-wrapper{
    padding:40px 0 110px;
}