.cation_list img{
    width:auto !important;
}
 .cation_list {
    background: #F0F0F0;
    padding-bottom: 38px;
    margin-bottom: 30px;
    overflow: hidden;
}
h3 {
    margin-left: 26px;
    margin-right: 26px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(43,43,43,1);
    margin-top: 17px;
    position: relative;
}
h3:after{
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    height: 2px;
    width: 31px;
    background: #0093dd;
}
p {
    margin-left: 26px;
    margin-right: 26px;
    font-size: 14px;
    font-weight: lighter;
    color: rgb(43, 43, 43);
    line-height: 24px;
    margin-top: 16px;

}
.cation_list:hover img{
    transition-duration:0.5s;
    transform:scale(1.05);
}



#content .content .left{
    float: left;
    width: 40%;
    padding-left: 50px;
}
@media(max-width:767px){
    #content .content .left{
        padding-left: 30px;
    }
}
#content .content .right{
    float: left;
    width: 60%;
    margin-top: 50px;
}
#content .content .right p{
    margin-top: 15px !important;
    font-size: 15px !important;
    font-weight: bolder !important;
    color: #d6d6d6 !important;
} 
#content .content .cat_1{
    background: #f0f0f0;
}

#content .content .content_bottom .right h3{
    text-align: left;
}
#content .content .right h h3 {
    margin-left: 26px;
    margin-right: 26px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(43,43,43,1);
    margin-top: 17px;
    position: relative;
}
#content .content .left{
    margin-top: 0;
}

#content .content .cation_list{
    padding: 0;
    line-height:180px ;
}
#content .content  .right h3 {
    margin-left: 26px;
    margin-right: 26px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(43,43,43,1) !important;
    margin-top: 17px;
    position: relative;
}
#content .content .right  h3:after {
    content: '';
    position: absolute;
    top: 15px !important;
    left: 0;
    height: 2px;
    width: 31px;
    background: #0093DD;
}