
.content-box{
    padding: 0 !important;
    padding-top: 90px !important;
}

.content_main_body_row{
    margin-right: 0;
}

.content_main_body{
    clear: both;
    height: auto;
    margin-bottom: 50px;
}

.content_main_body_img{
    padding: 0;
}

.content_main_body_img img{
    width: 153px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.content_main_body_p{
    height: auto;
    padding: 0;
    margin-bottom: 90px;
    color: #888;
    font-size: 16px;
    line-height: 28px;
}

.content_right{
    border: 1px solid #e2e2e2;
}
.content_right h2{
    font-size: 30px;
    color: #333;
    line-height: 50px;
    font-weight: 540;
}

.content_right_main_body{
    padding: 10px 0;
    position: relative;
}

.content_right_main_body div{
    display: inline-block;
    font-size: 16px;
    color: #3cb6ee;
    font-weight: 800;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.content_right_main_body p{
    font-size: 14px;
    padding-left: 33px;
    line-height: 24px;
    color: #333;
}

.content_img_box{
    background-color: #f6f6f6;
    padding: 90px 0;
}

.content_img_box a{
    display: block;
    padding-bottom: 90px;
    font-size: 53px;
    color: #333;
}
.content_img_box a:hover{
    text-decoration: none;
}

.content_img_box a:after{
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #333;
}

.content_img_box .col-md-3{
    padding: 0;
}

.content_img_box_img,.content_img_box_img_right{
    width: 275px;
    height: 275px;
    background-color: white;
    border-radius: 4px;
}
.content_img_box_img{
    padding: 32px;
}
.content_img_box_img img{
    height: 210px;
}

.content_img_box_img_right{
    padding: 32px 50px;
}

.content_img_box_img_right img{
    width: 175px;
    height: 210px;
}