.list_item_news .row_item, .list_item_other .row_item {
  margin: 0 -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .list_item_news .row_item, .list_item_other .row_item {
    margin: 0 -8px;
  }
}
.list_item_news .col_item, .list_item_other .col_item {
  padding: 0 14px 23px;
  width: calc(100%/3);
}
@media (max-width: 1024px) {
  .list_item_news .col_item, .list_item_other .col_item {
    padding: 0 8px 20px;
  }
}
@media (max-width: 768px) {
  .list_item_news .col_item, .list_item_other .col_item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .list_item_news .col_item, .list_item_other .col_item {
    width: 100%;
  }
}
.list_item_news .col_item .item, .list_item_other .col_item .item {
  height: 100%;
  background: #FFF;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
}
.list_item_news .col_item .img a, .list_item_other .col_item .img a {
  padding-top: 65.625%;
}
.list_item_news .col_item .img a img, .list_item_other .col_item .img a img {
  width: 100%;
}
.list_item_news .col_item .info, .list_item_other .col_item .info {
  padding: 13px 17px 0;
  font-size: 14.64px;
}
@media (max-width: 992px) {
  .list_item_news .col_item .info, .list_item_other .col_item .info {
    padding: 13px 10px 0;
  }
}
.list_item_news .col_item .info .title, .list_item_other .col_item .info .title {
  padding-bottom: 14px;
}
@media (max-width: 992px) {
  .list_item_news .col_item .info .title, .list_item_other .col_item .info .title {
    padding-bottom: 10px;
  }
}
.list_item_news .col_item .info .title a, .list_item_other .col_item .info .title a {
  font-weight: 700;
  color: #111111;
  line-height: 22.45px;
  font-size: 17.57px;
}
@media (max-width: 992px) {
  .list_item_news .col_item .info .title a, .list_item_other .col_item .info .title a {
    font-size: 16px;
    line-height: 21px;
  }
}
.list_item_news .col_item .info .title a:hover, .list_item_other .col_item .info .title a:hover {
  color: #015088;
}
.list_item_news .col_item .info .short, .list_item_other .col_item .info .short {
  color: #6a6a6a;
  line-height: 20.5px;
  padding-bottom: 20px;
  text-align: justify;
}
@media (max-width: 992px) {
  .list_item_news .col_item .info .short, .list_item_other .col_item .info .short {
    padding-bottom: 15px;
  }
}
.list_item_news .col_item .info .detail, .list_item_other .col_item .info .detail {
  background: #015088;
  margin: 0 -17px;
  padding: 13px 20px;
}
@media (max-width: 992px) {
  .list_item_news .col_item .info .detail, .list_item_other .col_item .info .detail {
    margin: 0 -10px;
    padding: 10px 15px;
  }
}
.list_item_news .col_item .info .detail a, .list_item_other .col_item .info .detail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
.list_item_news .col_item .info .detail a i, .list_item_other .col_item .info .detail a i {
  font-size: 16px;
}
/*# sourceMappingURL=func.css.map */