.index_xmt_ul {
  margin-left: -10px;
  margin-right: -10px;
}
.index_xmt_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index_xmt_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.index_xmt_ul > li:nth-child(n) {
  margin-top: 0;
}
.index_xmt_ul > li:nth-child(n)::after {
  display: block;
}
.index_xmt_ul > li:nth-child(n + 4) {
  margin-top: 20px;
}
.index_xmt_ul > li:nth-child(4) {
  margin-top: 0;
}
.index_xmt_ul > li:nth-child(4n)::after,
.index_xmt_ul > li:last-child::after {
  display: none;
}
.index_xmt_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .index_xmt_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .index_xmt_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .index_xmt_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .index_xmt_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .index_xmt_ul > li:nth-child(n)::after {
    display: block;
  }
  .index_xmt_ul > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .index_xmt_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .index_xmt_ul > li:nth-child(2n)::after,
  .index_xmt_ul > li:last-child::after {
    display: none;
  }
  .index_xmt_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.news_item {
  transition: all 0.3s ease;
  background: #ffffff;
}
.news_item > a,
.news_item > div {
  height: 366px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 600px) {
  .news_item > a,
  .news_item > div {
    height: 200px;
  }
}
.news_item .news_img_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news_item .news_img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  object-fit: contain;
  background-color: #f5f9fe;
}
.news_item .news_content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0.1rem 0.2rem 0rem 0.2rem;
  background: rgba(0, 0, 0, 0.6);
}
.news_item .news_item_title {
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news_item .news_item_title span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.news_item .news_item_title span::after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #186bdd 0%, #186bdd 50%, #da181b 51%, #da181b 100%);
}
.news_item .news_item_text {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news_item .news_info {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_item .news_date {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.news_item:hover .news_img {
  transform: scale(1.05);
}
.news_item.news_item_hor .news_img_container {
  flex-shrink: 0;
  width: 400px;
}
.news_item.news_item_hor .news_content {
  flex-shrink: 0;
  width: calc(100% - 400px);
}
@media (min-width: 993px) {
  .news_item.news_item_hor .news_content {
    padding-top: 0;
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .news_item .news_img_container,
  .news_item .news_content {
    width: 100% !important;
  }
}
