/*---------------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: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.list_item_news .row_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-right: 0px;
}

.list_item_news .row_item .item {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 20px;
}

.list_item_news .row_item .item .img {
  width: 29%;
  float: left;
  margin-bottom: 0px;
}

.list_item_news .row_item .item .img a {
  display: block;
}

.list_item_news .row_item .item .img img {
  max-width: 100%;
  width: 100%;
}

.list_item_news .row_item .item .info {
  width: 71%;
  float: left;
  padding-left: 15px;
}

.list_item_news .row_item .item .info h3 a {
  font-weight: 700;
  font-family: Muli;
  font-size: 18px;
  color: #1c1c1c;
  display: block;
  margin-bottom: 9px;
}

.list_item_news .row_item .item .info h3 a:hover {
  color: #FF9603;
}

.list_item_news .row_item .item .info .date {
  margin-bottom: 9px;
}

.list_item_news .row_item .item .info .short {
  font-size: 13px;
  margin-bottom: 4px;
}

.list_item_news .row_item .other .item {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 20px;
}

.list_item_news .row_item .other .item:before, .list_item_news .row_item .other .item:after {
  content: " ";
  display: table;
}

.list_item_news .row_item .other .item:after {
  clear: both;
}

.list_item_news .row_item .other .item .img {
  width: 29%;
  float: left;
  margin-bottom: 0px;
}

.list_item_news .row_item .other .item .img a {
  display: block;
}

.list_item_news .row_item .other .item .img img {
  max-width: 100%;
  width: 100%;
}

.list_item_news .row_item .other .item .info {
  width: 71%;
  float: left;
  padding-left: 15px;
}

.list_item_news .row_item .other .item .info h3 a {
  font-weight: 700;
  font-family: Muli;
  font-size: 18px;
  color: #1c1c1c;
  display: block;
  margin-bottom: 9px;
}

.list_item_news .row_item .other .item .info h3 a:hover {
  color: #FF9603;
}

.list_item_news .row_item .other .item .info .date {
  margin-bottom: 9px;
}

.list_item_news .row_item .other .item .info .short {
  font-size: 13px;
  margin-bottom: 4px;
}

@media (max-width: 599px) {
  .list_item_news .row_item .other .item .info .short {
    display: none;
  }
}

@media (max-width: 599px) {
  .list_item_news .row_item .other .item .img {
    width: 32%;
  }
  .list_item_news .row_item .other .item .info {
    width: 68%;
  }
  .list_item_news .row_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;
  font-family: Muli;
  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;
}

.list_item_news.first_big .row_item .col_r .item:before, .list_item_news.first_big .row_item .col_r .item:after {
  content: " ";
  display: table;
}

.list_item_news.first_big .row_item .col_r .item:after {
  clear: both;
}

@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;
  font-family: Muli;
  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;
}

/*# sourceMappingURL=func.css.map */