.news-banner {
  background: url("../images/news.jpg") no-repeat center;
}

.news-banner h3 {
  max-width: 1200px;
  margin: 126px auto 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  display: block;
  padding: 70px 0 110px 0;
  position: relative;
}
.news-banner h3::before {
  content: url("../images/xia.png");
  position: absolute;
  top: 110px;
  left: 0;
}
.news-container {
  margin: 50px auto;
  width: 1170px;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 40px;
}

.news-main {
  flex: 2;
}

.news-list {
  flex: 1;
}

.news-item,
.news-list {
  border: 10px solid #e6e6e7;
  padding: 20px;
  margin-bottom: 30px;
}

.news-item .flex {
  display: flex;
  justify-content: safe;
  align-items: safe;
  gap: 20px;
}

.time {
  background: url("../images/newico.jpg") no-repeat;
  padding-left: 20px;
  color: #7d7d7d;
  color: #7d7d7d;
  font-size: 14px;
}

.tit {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #000000;
  font-weight: bold;
  display: block;
  text-decoration: none;
}

.img-box {
  width: 167px;
  height: 167px;
}

.text {
  font-size: 14px;
}

.news-list-title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.news-list a {
  padding: 2px 20px;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  color: #707070;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 14px;
}

.news-list a:hover {
  color: #fff;
  background: #0264a2;
  border: 1px solid #0264a2;
}

@media (max-width: 1024px) {
  .news-banner h3 {
    margin: 126px auto 0 60px;
  }
  .news-container {
    flex-direction: column;
    width: 90%;
  }
  .news-main,
  .news-list {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .news-banner {
    height: 160px;
  }
  .news-banner h3 {
    margin: 80px 0 0 30px;
    font-size: 1.4rem;
  }
}
