/* tem51-irregular*/
.tem51-irregular .imgae{height:250px;overflow:hidden;}
.tem51-irregular .imgae img{width:100%;height:100%;transition:all 0.4s ease-in 0s;}
.tem51-irregular .text{padding:60px 30px;text-align:center;width:100%;height:250px;transition:all 0.4s ease-in 0s;}
.tem51-irregular .title{font-size:20px;color:#666;position:relative;line-height:40px;max-height:50px;overflow:hidden;padding-bottom:10px;}
.tem51-irregular .title::before{content:"";position:absolute;background-color:rgba(0,0,0,0.15);width:30px;bottom:5px;left:50%;margin-left:-15px;height:1px;}
.tem51-irregular .description{font-size:13px;color:#999;line-height:25px;max-height:50px;overflow:hidden;}
.tem51-irregular .add{font-size:30px;color:#fff;opacity:0;transition:all 0.4s ease-in 0s;padding-top:10px;}
.tem51-irregular .bg-color-hover{transition:all 0.4s ease-in 0s;}
.tem51-irregular .bg-color-hover:hover .add{opacity:1;}
.tem51-irregular .bg-color-hover:hover .text{transform:translateY(-5px);}
.tem51-irregular .bg-color-hover:hover .imgae img{transform:scale(1.05,1.05);}
.tem51-irregular .bg-color-hover:hover .title,
.tem51-irregular .bg-color-hover:hover .title::before,
.tem51-irregular .bg-color-hover:hover .description{color:#fff;}
@media (max-width:768px){
    .tem51-irregular .text,
    .tem51-irregular .imgae{height:150px;}
    .tem51-irregular .text{padding:30px;}
}
@media (max-width:767px){
    .tem51-irregular .col-xs-6,
    .tem51-irregular .col-xs-3{width:100%;}
    .tem51-irregular .text,
    .tem51-irregular .imgae{height:auto;}
    .tem51-irregular .irregular-right,
    .tem51-irregular .irregular-center,
    .tem51-irregular .irregular-left{margin:7px 0;}
}
