@charset "utf-8";

.container {
  width: 1200px;
  margin: 85px auto 0;
  display: flex;
  justify-content: space-between;
}

.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;
}

.xzjc-one,
.xzjc-two,
.xzjc-three {
  flex-direction: column;
  position: relative;
  padding: 20px 0;
  border: solid 1px #115db2;
}
.title-box {
  width: 100%;
  margin-top: -66px;
  margin-left: -11px;
  display: flex;
  flex-wrap: nowrap;
}

.normal-title {
  margin: 0 10px;
  display: block;
  width: 382px;
  height: 46px;
  color: #115db2;
  font-size: 22px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 45px;
  cursor: pointer;
}
.xzjc-two .normal-title {
  width: 320px;
}
.hideCon {
  display: none;
}

.xzjc-one .active {
  color: #fff;
  background: url(./title2.png) no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}

.xzjc-two .normal-title {
  color: #fff;
  width: 180px;
  background: url(./title3.png) no-repeat;
  background-size: 100% 100%;
}

.xzjc-three .normal-title {
  color: #fff;
  width: 320px;
  background: url(./title2.png) no-repeat;
  background-size: 100% 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  background-color: #f4f4f4;
}

.header p {
  width: 25%;
  font-weight: 600;
  text-align: center;
}

.header p:first-child {
  width: 40%;
}

.xzjc-two p:first-child {
  margin-right: 10%;
}

.xzjc-three .normal-ul {
  margin-top: -5px;
}

.normal-ul .unit {
  width: 25%;
}

.normal-ul {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 6px 20px;
}

.normal-ul li {
  position: relative;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: dashed 1px #ddd;
}

.normal-ul li:last-child {
  margin-bottom: 0 !important;
}

.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: 10px;
  top: 28px;
}

.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: 28px;
}

.normal-ul li:hover .title,
.normal-ul li:hover .unit {
  color: #115db2;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 98%;
  }

  .breadcrumb .breadcrumb_con {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .normal-title {
    width: 340px;
    font-size: 20px;
  }

  .xzjc-two .normal-title {
    width: 290px;
  }

  .xzjc-three .normal-title {
    width: 180px;
  }

  .xzjc-two .header p:nth-child(2),
  .xzjc-two .normal-ul span:nth-child(2) {
    display: none;
  }

  .xzjc-one,
  .xzjc-two,
  .xzjc-three {
    padding: 20px 5px;
  }

  .normal-ul .unit {
    min-width: 100px;
  }
}

@media screen and (max-width: 320px) {
  .breadcrumb {
    height: auto;
  }

  .normal-title {
    width: 310px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .title-box {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .title-box::-webkit-scrollbar {
    height: 4px;
  }

  .title-box::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
  }

  .normal-title {
    display: inline-block;
    min-width: max-content;
    margin-right: 15px;
  }

  .normal-title:last-child {
    margin-right: 0;
  }
}
