.cheaf-informerflex{margin: 30px 0;display: inline-grid;grid-template-columns: repeat(3, 1fr);grid-auto-rows: 1fr;grid-column-gap: 20px;grid-row-gap: 20px;}
.cheaf-informerflex .cheaf-informerflex__one{display: flex;flex-direction: column;width: 100%;min-width: 280px;padding: 24px 24px 0;background: #FFFFFF;box-shadow: 0 4px 37px rgba(0, 0, 0, 0.15);border-radius: 20px;box-sizing: border-box;text-decoration: none;}
.cheaf-informerflex .cheaf-informerflex__one__img_container {overflow: hidden;border-radius: 10px;height: 175px;}
.cheaf-informerflex .cheaf-informerflex__one__img {position: relative;display: flex;border-radius: 10px;height: 100%;overflow: hidden;text-decoration: none;transition: transform 2s;}
.cheaf-informerflex .cheaf-informerflex__one__img::after {content: '';opacity: .75;background: #fff url(/i/img/watermark_instaforex.png) no-repeat;position: absolute;bottom: 0;left: calc(46% - 83px);z-index: 2;width: 180px;height: 45px;background-size: 100%;}
.cheaf-informerflex .cheaf-informerflex__one:hover .cheaf-informerflex__one__img {overflow: hidden;transform: scale(1.2,1.2);}
.cheaf-informerflex .cheaf-informerflex__one__head {position: relative;text-align: left;font-weight: bold;font-size: 24px;line-height: 28px;color: #333333;overflow: hidden;text-decoration: none;margin-bottom: 0;max-height: 112px;}
.cheaf-informerflex .cheaf-informerflex__one:hover .cheaf-informerflex__one__head {color: #188fff;}
.cheaf-informerflex .cheaf-informerflex__one__desc {text-align: left;margin-top: 10px;margin-bottom: 0;font-size: 17px;line-height: 21px;overflow: hidden;height: 0;}
.article_type {display: flex;flex-direction: row;padding: 10px 0;}
.article_type > .type10 {display: inline-block;background-color: #860707;color: #FFFFFF;text-decoration: none;padding: 4px 14px;border-radius: 20px;font-weight: 500;font-size: 10px;line-height: 15px;}
.cheaf-informerflex2_bottom{text-align: justify;cursor:default;display: flex;justify-content: space-between;align-items: center;margin-top: auto;background: #FFFFFF;z-index: 1;padding: 10px 0 24px;}
.cheaf-informerflex2_bottom a{text-decoration: none;}
.cheaf-informerflex2__one__avatar {margin-right: 8px;height: 34px;width: 34px;border: 1px solid #C4C4C4;border-radius: 50%;}
.cheaf-informerflex2__one__author{text-align: left;font-size: 14px;line-height: 16px;color: #646464;padding-bottom: 4px;}
.cheaf-informerflex2__one__time{display: flex;text-align: left;font-size: 12px;line-height: 14px;color: #A5A5A5;}
.cheaf-informerflex2__one__show {display: flex;align-items: center;border: 1px solid #E5E5E5;box-sizing: border-box;border-radius: 10px;padding: 5px;}
.cheaf-informerflex2__one__show span {padding-left: 4px;font-size: 14px;line-height: 16px;text-align: justify;color: #7C7C7C;}
.show-more_button{display: inline-flex;justify-content: space-between;align-items: center;width: auto;max-width: 270px;min-width: 200px;height: 40px;background-color: rgb(149, 41, 43);border-radius: 20px;box-sizing: border-box;font-weight: bold;font-size: 13px;line-height: 15px;cursor: pointer;padding: 4px 12px;color: #FFFFFF;}

@media only screen and ( min-width:1361px ) and ( max-width:1566px ) {
    .cheaf-informerflex {grid-template-columns: repeat(2, 1fr);}
}
@media only screen and ( max-width:1303px ) {
    .cheaf-informerflex {grid-template-columns: repeat(2, 1fr);}
}
@media only screen and ( min-width:751px ) {
    .cheaf-informerflex .cheaf-informerflex__one {height: 418px;}
}
@media only screen and (max-width: 750px) {
    .cheaf-informerflex{display: flex !important;flex-wrap: wrap;justify-content: center;grid-column-gap: 0;grid-row-gap: 0;}
    .cheaf-informerflex .cheaf-informerflex__one__head {font-size: 18px;line-height: 21px;max-height: unset;}
    .cheaf-informerflex .cheaf-informerflex__one__desc {height: auto !important;max-height: unset;}
    .cheaf-informerflex .cheaf-informerflex__one {width: calc(50% - 10px);margin-bottom: 20px;}
    .cheaf-informerflex .cheaf-informerflex__one:nth-child(odd) {margin-right: 20px;}
}
@media only screen and ( max-width:629px ) {
    .cheaf-informerflex .cheaf-informerflex__one {width: 100%;}
    .cheaf-informerflex .cheaf-informerflex__one:nth-child(odd) {margin-right: 0;}
}