/*---------------list_item-----------------*/
.list_item_news {
  margin-top: 10px;
}
.list_item_news .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-right: -40px;
}
@media (max-width: 768px) {
  .list_item_news .row_item {
    margin-right: -15px;
  }
}
@media (max-width: 399px) {
  .list_item_news .row_item {
    margin-right: 0px;
  }
}
.list_item_news .row_item .item {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .list_item_news .row_item .item {
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 699px) {
  .list_item_news .row_item .item {
    width: 50%;
  }
}
@media (max-width: 399px) {
  .list_item_news .row_item .item {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
.list_item_news .row_item .item .img {
  width: 100%;
  float: none;
  border-radius: 40px 0px 40px 0px;
  overflow: hidden;
}
.list_item_news .row_item .item .img a {
  display: block;
}
.list_item_news .row_item .item .img img {
  max-width: 100%;
  width: 100%;
  border-radius: 40px 0px 40px 0px;
}
.list_item_news .row_item .item .info {
  width: 100%;
  float: none;
  padding: 10px 0px;
  border-top: none;
}
.list_item_news .row_item .item .info h3 a {
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
}
.list_item_news .row_item .item .info h3 a:hover {
  color: #c2c2c2;
}
.list_item_news .row_item .item .info .short {
  font-size: 14px;
  margin-bottom: 9px;
}

.news_view_desc .list_item_news .row_item .item {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}

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