/*---------------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: -30px;
}
@media (max-width: 768px) {
  .list_item_news .row_item {
    margin-right: -15px;
  }
}
@media (max-width: 499px) {
  .list_item_news .row_item {
    margin-right: 0px;
  }
}
.list_item_news .row_item .item {
  width: 33.333%;
  padding-right: 30px;
  margin-bottom: 43px;
}
@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: 499px) {
  .list_item_news .row_item .item {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
.list_item_news .row_item .item .img {
  width: 100%;
  float: none;
  margin-bottom: 40px;
}
.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: 100%;
  float: none;
}
.list_item_news .row_item .item .info h3 {
  margin-bottom: 9px;
}
.list_item_news .row_item .item .info h3 a {
  font-weight: bold;
  color: #1d3466;
  text-transform: uppercase;
}
.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: 15px;
}
.list_item_news .row_item .item .info .btn {
  background: #41a9e0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 0px;
}

.box_other .box-content {
  background: none;
}
.box_other .box-title {
  color: #1d3565;
  text-align: left;
  font-size: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ccc;
  text-transform: none;
  font-weight: bold;
}
.box_other .box-title:after {
  display: none;
}
.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;
}