.news-box {
  padding-bottom: 80px;
}

.news-list {
  padding: 20px 0 50px 0;
}

@media only screen and (max-width: 1200px) {
  .news-list {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.news-item {
  display: flex;
  margin-top: 30px!important;
  min-height: 188px;
}

.news-figure {
  position: relative;
  width: 379px!important;
  height: 230px!important;
  float: none!important;
  margin-right: 5px!important;
}

.news-figure > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-main {
  display: flex;
  flex: 1;
  margin-left: 25px;
  flex-direction: column;
}

.news-detail {
  display: flex;
  width: 216px;
  justify-content: center;
  align-items: center;
}

.care_con dd > * {
  padding: 0!important;
}

.news-more {
  width: 130px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #333;
  border-radius: 34px;
  text-align: center;
}

.news-more:hover {
  color: #fff;
  background-color: #057FFF;
  border-color: #057FFF;
}

.news-tag {
  display: flex;
  align-items: center;
  margin: 10px 0 20px 0;
  font-weight: 300;
}

.news-time {
  margin-top: 0!important;
}

.news-category {
  margin-left: 10px;
}

.news-title,
.news-intro {
  text-align: justify;
}

.news-intro {
  margin-top: 10px;
  flex: 1;
  max-height: 82px;
  overflow: hidden;
}
