@charset "utf-8";

.container {
  width: 1200px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.breadcrumb {
  width: 100%;
  height: 45px;
  background-color: #f4f4f4;
  margin-top: -5px;
}

.breadcrumb .breadcrumb_con {
  width: 1200px;
  height: 100%;
  line-height: 45px;
  margin: 0 auto;
}

.breadcrumb .breadcrumb_con img {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.yszxd-one-left,
.yszxd-one-right {
  width: 48.4%;
}

.normal-title {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-right: 10px;
  background-color: #daecfb;
  border-left: 5px solid #115db2;
}

.normal-title h2 {
  color: #115db2;
  margin-left: 20px;
}

.normal-title a {
  color: #999;
}

.normal-title a:hover {
  color: #115db2;
}

.normal-ul li {
  position: relative;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: dashed 1px #ddd;
}

.normal-ul li a {
  width: 100%;
  display: flex;
}

.normal-ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #404040;
  left: 0;
  top: 22px;
}

.normal-ul li span {
  display: inline-block;
  text-align: center;
}

.normal-ul li .title {
  flex: 1;
  margin-right: 4%;
  text-align: left;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding-right: 13px;
  padding-left: 18px;
  font-weight: normal;
  line-height: 50px;
}

.normal-ul li:hover span {
  color: #115db2;
}

.yszxd-two {
  padding: 10px 0;
  background: url(./bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.yszxd-two ul {
  display: flex;
}

.yszxd-two li {
  width: 24%;
  height: 200px;
  text-align: center;
  background: #fff;
}

.yszxd-two li:hover {
  box-shadow: 0px 0px 13px 0px rgba(17, 93, 178, 0.65);
}

.yszxd-two li img {
  margin-top: 40px;
  margin-bottom: 20px;
}

.yszxd-two li:last-child img {
  margin-top: 60px;
}

.yszxd-two li a {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.yszxd-two li a:hover {
  color: #115db2;
}

.yszxd-three {
  flex-direction: column;
  margin-bottom: 80px;
}

.yszxd-three .title {
  text-align: center;
  margin-bottom: 30px;
  background: url(./title-bg.png) no-repeat;
  background-size: 100% auto;
  background-position-y: center;
}

.yszxd-three .title a {
  font-size: 24px;
  font-weight: 600;
  color: #115db2;
  padding: 0 10px;
  background: #fff;
}

.yszxd-three .con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.yszxd-three .con a {
  width: 24%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
}

.yszxd-three .con a:hover {
  box-shadow: 0px 0px 13px 0px rgba(17, 93, 178, 0.65);
}

.yszxd-three .con a p {
  margin-left: 15%;
}
.yszxd-four .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yszxd-four .grid .grid-item {
  width: 22%;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 98%;
  }

  .breadcrumb .breadcrumb_con {
    width: 100%;
  }

  .yszxd-three .con a p {
    margin-left: 10%;
  }
}

@media screen and (max-width: 420px) {
  .container {
    flex-direction: column;
  }

  .yszxd-one-left,
  .yszxd-one-right {
    width: 100%;
    margin: 10px 0;
  }

  .yszxd-two ul {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .yszxd-two li,
  .yszxd-three .con a {
    width: 48%;
    margin-bottom: 20px;
  }

  .normal-ul li .title {
    padding-right: 0;
  }
  .yszxd-four .grid .grid-item {
    width: 48%;
    margin-bottom: 22px;
  }
}
