.itemcskh{
    height: 100%;
    background-color: #ebf0f5;
}
.itemcskh .decs h3{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
}
.itemcskh .decs .tend {
    margin-bottom: 0;
    height: 44px;
    overflow: hidden;
    padding-right: 10px;
}
.itemcskh .decs .view a{
    color: #666666;
} 
.itemcskh .decs .view a:hover{
    color: #009293;
}

.sliderOrther  .itemcskh .decs .tend{
    height: 66px;
}
.theContent h3{
    margin-bottom: 10px;
    color: #222222;
    font-size: 20px;
    line-height: 30px;
}
@media all and (max-width: 767px){
    .itemcskh .decs .tend{
        height: 100%;
        max-height: 66px;
    }
    .theContent h3{
        font-size: 16px;
        line-height: 24px;
    }
}