.para_3_col_style_1 .para_3_col_style_1_card_inner .img_box > img{height: 214px;}
.para_3_col_style_1 .para_3_col_style_1_card_inner .text_box .title_box{display: flex; align-items: center;}
.para_3_col_style_1 .para_3_col_style_1_card_inner .text_box .title_box .title{max-width: calc(100% - 18px); margin-right: 10px; max-height: 30px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.para_3_col_style_1 .para_3_col_style_1_card_inner .text_box .title_box .title + .arrow{opacity: 0; width: 7px; height: 12px; transition: opacity 0.2s; margin-top: 10px; background-image: url('/weven_service/asset/img/arrow/arrow_7x12_black_right.png'); background-position: right center; background-repeat: no-repeat;}
.para_3_col_style_1 .para_3_col_style_1_card_inner .text_box .desc{display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; word-break: keep-all; max-height: 68px; max-height: 6.8rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}

.reverse .para_3_col_style_1 .para_3_col_style_1_card_inner .text_box .title_box .title + .arrow{background-image: url('/weven_service/asset/img/arrow/arrow_7x12_white_right.png');}

@media all and (min-width:992px){
    .para_3_col_style_1 .para_3_col_style_1_card_inner .img_box > img{height: 206px;}
    .para_3_col_style_1{display: flex; flex-wrap: wrap; align-items: flex-start;}
    .para_3_col_style_1 .para_3_col_style_1_card_inner:hover .text_box .title_box .title + .arrow{opacity: 1;}
}