/*Add font ================================*/
/*---------------list_item-----------------*/
.box_mid.box_first_big .box_mid-content {
  background: none !important;
  padding: 0px !important;
}
.box_mid.box_first_big .wrap, .box_mid.box_first_big .other {
  background: #fff;
  padding: 0px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.list_item_news .row_item {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
}
.list_item_news .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
}
.list_item_news .row_item .col_item .item {
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 20px;
}
.list_item_news .row_item .col_item .item .img {
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .list_item_news .row_item .col_item .item .img {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.list_item_news .row_item .col_item .item .img a {
  display: inline-block;
  border-radius: 4px;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .list_item_news .row_item .col_item .item .img a {
    padding-top: 81%;
  }
}
.list_item_news .row_item .col_item .item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.list_item_news .row_item .col_item .item .info {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .list_item_news .row_item .col_item .item .info {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 20px;
  }
}
.list_item_news .row_item .col_item .item .info h3 a, .list_item_news .row_item .col_item .item .info h5 a {
  font: 600 1.0666666667rem/150% "Arial", sans-serif;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.list_item_news .row_item .col_item .item .info h3 a:hover, .list_item_news .row_item .col_item .item .info h5 a:hover {
  color: #2a9337;
}
.list_item_news .row_item .col_item .item .info .date {
  font: 400 0.8rem/150% "Arial", sans-serif;
  color: #909090;
  margin-bottom: 9px;
}
.list_item_news .row_item .col_item .item .info .date span, .list_item_news .row_item .col_item .item .info .date a {
  color: #005d1c;
}
.list_item_news .row_item .col_item .item .info .short {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #484848;
  max-height: 2.8rem;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .list_item_news .row_item .col_item .item .info .short {
    display: block;
  }
}
.list_item_news .row_item .col_item .item .info .more {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #fff;
  background: #ec1c2a;
  border-radius: 4px;
  display: inline-block;
  padding: 9px 22px;
  margin-top: 10px;
  display: none;
}
@media (min-width: 768px) {
  .list_item_news .row_item .col_item .item .info .more {
    display: inline-block;
  }
}
.list_item_news .row_item .col_item .other .item {
  width: 100%;
  padding: 0px 0px 25px 0px;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: 1px #bebebe dashed;
}
.list_item_news .row_item .col_item .other .item .img {
  width: 250px;
  float: left;
  margin-bottom: 0px;
  padding-right: 30px;
}
.list_item_news .row_item .col_item .other .item .img a {
  display: block;
}
.list_item_news .row_item .col_item .other .item .img img {
  max-width: 100%;
  width: 100%;
}
.list_item_news .row_item .col_item .other .item .info {
  width: calc(100% - 250px);
  float: left;
  padding-left: 0px;
}
.list_item_news .row_item .col_item .other .item .info h3 a {
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  display: block;
  margin-bottom: 9px;
}
.list_item_news .row_item .col_item .other .item .info h3 a:hover {
  color: #FF9603;
}
.list_item_news .row_item .col_item .other .item .info .more {
  background: #005d1c;
  display: inline-block;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 10px;
}
.list_item_news .row_item .col_item .other .item .info .date {
  font-size: 12px;
  margin-bottom: 9px;
}
.list_item_news .row_item .col_item .other .item .info .short {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 300;
  color: #484848;
  line-height: 23px;
}
@media (max-width: 599px) {
  .list_item_news .row_item .col_item .other .item .info .short {
    display: none;
  }
}
@media (max-width: 599px) {
  .list_item_news .row_item .col_item .other .item .img {
    width: 32%;
  }
  .list_item_news .row_item .col_item .other .item .info {
    width: 68%;
  }
  .list_item_news .row_item .col_item .other .item .info h3 a {
    font-weight: normal;
  }
}

.list_item_news.first_big .row_item {
  display: block;
  margin-right: 0px;
}
.list_item_news.first_big .row_item .row_item_first {
  width: 63%;
  float: left;
}
.list_item_news.first_big .row_item .row_item_first .img {
  width: 100%;
  margin-bottom: 10px;
}
.list_item_news.first_big .row_item .row_item_first .img a {
  display: block;
}
.list_item_news.first_big .row_item .row_item_first .img img {
  max-width: 100%;
  width: 100%;
}
.list_item_news.first_big .row_item .row_item_first .info {
  width: 100%;
}
.list_item_news.first_big .row_item .row_item_first .info h3 a {
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  color: #080808;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.list_item_news.first_big .row_item .row_item_first .info h3 a:hover {
  color: #FF9603;
}
.list_item_news.first_big .row_item .row_item_first .info .short {
  color: #716a6a;
}
.list_item_news.first_big .row_item .row_item_first .info .date {
  font-size: 13px;
}
.list_item_news.first_big .row_item .col_r {
  width: 37%;
  float: left;
  padding-left: 17px;
}
.list_item_news.first_big .row_item .col_r .item {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f6f6f6;
}
@media (max-width: 768px) {
  .list_item_news.first_big .row_item .col_r .item {
    margin-bottom: 11px;
    padding-bottom: 0;
  }
}
.list_item_news.first_big .row_item .col_r .item .img {
  width: 32%;
  float: left;
  margin-bottom: 0px;
}
.list_item_news.first_big .row_item .col_r .item .img a {
  display: block;
}
.list_item_news.first_big .row_item .col_r .item .img img {
  max-width: 100%;
  width: 100%;
}
.list_item_news.first_big .row_item .col_r .item .info {
  width: 68%;
  float: left;
  padding-left: 16px;
}
.list_item_news.first_big .row_item .col_r .item .info h3 a {
  font-weight: 500;
  color: #000000;
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}
.list_item_news.first_big .row_item .col_r .item .info h3 a:hover {
  color: #FF9603;
}
.list_item_news.first_big .row_item .col_r .item .info .date {
  font-size: 13px;
}
.list_item_news.first_big .row_item .col_r .item .info .short {
  display: none;
}
@media (max-width: 599px) {
  .list_item_news.first_big .row_item .col_r {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .list_item_news.first_big .row_item .row_item_first {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.box_other {
  margin-top: 20px;
}
.box_other .box-content {
  background: none;
  padding: 15px 0px;
}
.box_other .box-title {
  background: #00aae7;
  color: #fff;
  text-align: left;
}
.box_other .list_other {
  margin-top: 0px;
}
.box_other .list_other .list_item .row_item {
  margin-right: 0px;
}
.box_other .list_other .list_item .col_item {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 0px;
}

@media (max-width: 321px) {
  .list_item_news .row_item .other .item .img {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .list_item_news .row_item .other .item .info {
    width: 100%;
  }
}/*# sourceMappingURL=func.css.map */