/*---------------list_item-----------------*/
.list_item_news {
  margin-top: 10px;
}

.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;
}

.list_item_news .row_item .item {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #c2c2c2;
}

.list_item_news .row_item .item .img {
  width: 17%;
  float: left;
}

.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: 83%;
  float: left;
  padding-left: 11px;
  border-top: none;
}

.list_item_news .row_item .item .info .group_name {
  text-align: center;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 4px;
  margin-bottom: 7px;
  display: none;
}

.list_item_news .row_item .item .info .group_name span {
  font-size: 13px;
  color: #6c6c6c;
  font-family: "Arial";
  text-transform: uppercase;
}

.list_item_news .row_item .item .info .group_name span a {
  color: #a73e40;
}

.list_item_news .row_item .item .info h3 {
  margin-top: -5px;
}

.list_item_news .row_item .item .info h3 a {
  font-family: "Arial-Bold";
  color: #000;
  font-size: 13.59px;
}

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

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

.list_item_news .row_item .item .info .date {
  color: #a7a7a7;
  font-size: 13.59px;
  font-family: Arial;
}

.list_item_news .row_item .item .info .date span {
  padding-right: 20px;
  color: #a7a7a7;
}

.list_item_news .row_item .item .info .date a {
  color: #a7a7a7;
}

.list_item_news .row_item .item .info .date .btn_detail {
  float: right;
  font-size: 12.06px;
  color: #a7a7a7;
}

.list_item_news .row_item .item .info .date .btn_detail:after {
  content: '\e8b5';
  padding-left: 3px;
  font-family: ficon;
}

.list_item_news .row_item .item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.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 */