body {
  padding-bottom: 148px;
}

.content {
  width: 100%;
  height: 450px;
}

.banner img {
  width: 100% !important;
  height: auto;
}

.box {
  margin: 40px auto;
  width: 1180px;
}

.box-heard {
  width: 100%;
  height: 55px;
  border-top: 5px solid #1c649f;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.box-content {
  width: 100%;
  padding: 20px 33px 20px 50px;
  background: #f7f7f7;
}

.box-content-item {
  position: relative;
  height: 50px;
  font-size: 17px;
  line-height: 50px;
  padding-left: 20px;
  font-family: Microsoft YaHei;
}

.box-content-item-title {
  float: left;
}
.box-content-item-title:hover {
  color: red;
}
.box-content-item-date {
  float: right;
}

.box-content-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1c649f;
  left: 0;
  top: 50%;
  transform: translate(0, -60%);
}

.box-content-btn {
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  border: 1px solid #1c649f;
  border-radius: 5px;
  margin: 20px auto;
  align-items: center;
}

.box-content-btn span {
  font-size: 16px;
  color: #1c649f;
}

.box-content-btn-img {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

.box-content-btn-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.box-heard-img {
  width: 28px;
  height: 28px;
}

.box-heard-img img {
  width: 100%;
  height: 100%;
}

.box-heard-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1c649f;
  margin-left: 10px;
}
.box-heard-title:hover {
  color: red;
}

.footer-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.footer-box-item {
  width: 580px;
  height: 160px;
  background-image: url(zwxmtbg.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-box-item-img {
  width: 30px;
  height: 30px;
}

.footer-box-item-img img {
  width: 100%;
  height: 100%;
}

.footer-box-item-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-top: 20px;
}
.footer-box a {
  color: #1c649f;
}
.footer-box a:hover {
  color: red;
}

@media screen and (max-width: 768px) {
  .box {
    width: 100% !important;
  }
  .footer-box {
    display: flex;
    flex-direction: column;
  }
  .footer-box-item {
    width: 100%;
  }
  .box-content-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .box-content-item-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .box-content-item-date {
    display: none;
  }
}
