@charset "utf-8";

.container {
  width: 1200px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
.body-con {
  width: 1200px;
  margin: 0 auto;
}
.ssj-one {
  flex-wrap: wrap;
}

.ssj-one a {
  width: 32%;
  margin-bottom: 20px;
  overflow: hidden;
}

.ssj-one a img {
  max-width: 100%;
  transition: all 0.6s;
}

.ssj-one a:hover img {
  transform: scale(1.06);
}

.zfzt {
  display: block;
  width: 390px;
  height: 70px;
  font-size: 26px;
  margin: 30px auto 40px;
}

.ssj-two,
.ssj-three,
.ssj-fourth {
  flex-direction: column;
  background: #fff;
  margin-bottom: 30px;
}

.normal-title {
  display: block;
  width: 100%;
  height: 45px;
  background-color: #115db2;
}

.normal-title p {
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 45px;
  background: url(./title-bg.png) no-repeat;
  background-size: auto auto;
  background-position: center center;
}

.content {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 4.2%;
  padding-top: 10px;
  border-top: 2px dashed #115db2;
}

.content a {
  width: 32.1%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #cdcdcd;
  margin: 10px 0.6% 0;
  overflow: hidden;
}

.content a:hover {
  color: #fff;
  background: #115db2;
}

.box-content {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 4.2%;
  padding: 40px 0;
  border-top: 2px dashed #115db2;
  justify-content: space-between;
}

.box-item {
  display: flex;
  width: 46%;
  height: 200px;
  padding: 0 10px;
  margin-bottom: 32px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 4px 4px 6px rgba(0, 0, 0, 0.2);
}
.left-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  text-align: center;
}
.left-icon p {
  margin-top: 20px;
}
.right-list {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.right-list li {
  padding: 0 10px;
  border-bottom: 1px #f1f1f1 dashed;
  transition: all 0.3s;
  margin: 10px 0 0 30px;
  line-height: 32px;
  list-style: disc;
}
.normal-ul {
  width: 100%;
}
.normal-ul-li {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-indent: 10px;
}
.normal-ul-li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #115db2;
  border-radius: 50%;
  left: 0;
  top: 19px;
}
.normal-ul-li a {
  display: block;
}
.normal-ul-li .caption {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #404040;
  font-size: 16px;
}
.normal-ul-li a .time {
  float: right;
  color: #666;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .body-con {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .box-item {
    width: 100%;
  }
  .normal-ul-li .caption {
    width: 100%;
  }
  .normal-ul-li .time {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .content a {
    width: 32%;
    margin-left: 0.6%;
    margin-right: 0.6%;
  }
}

@media screen and (max-width: 420px) {
  .ssj-one {
    flex-direction: column;
    align-items: center;
  }

  .zfzt {
    width: 98%;
  }

  .content {
    margin: 20px 2%;
  }

  .content a {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .ssj-one a,
  h2 {
    width: 98%;
  }
}

@media screen and (max-width: 320px) {
}
