a {
  text-decoration: none;
  /* 取消a标签在移动端点击时的蓝色 */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
body {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-site {
  width: 1894px;
  margin: 0 auto;
  background: #e20000 !important;
  border-top: 7px solid #fac75b;
}
.footer-site .wzdt {
  background: url(../images/foot-map.png) center no-repeat !important;
}
.footer-site .wzdt2 {
  background: url(../images/foot-medium.png) center no-repeat !important;
}
.footer-site .footer-link-wrong {
  background: url(../images/foot-last-bg.png) center no-repeat !important;
}
.footer-site a,
.footer-site p,
.footer-site {
  color: #fff !important;
}

.bg-box {
  width: 1894px;
  height: 3428px;
  margin: auto;
  font-size: 20px;
  background: url(../images/bg.png) no-repeat top center;
}
.container {
  width: 1200px;
  margin: auto;
}
.logo-area {
  padding: 50px 250px;
}

.space {
  margin-top: 980px;
}
.first-area img {
  height: 100%;
  width: 100%;
}
.second-area {
  margin: 114px auto;
}
.first-centent,
.second-centent {
  width: 100%;
  margin-top: 30px;
}
.first-centent a,
.second-centent a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 60px;
  color: black;
  position: relative;
}
.first-centent p,
.second-centent p {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.first-centent a::before {
  content: "";
  position: absolute;
  left: 56px;
  top: 50%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: black;
}
.first-centent a:hover,
.second-centent a:hover {
  background-color: #ffeec2;
  font-weight: 600;
  color: #e11415;
  padding: 24px 60px;
  text-decoration: none;
}
.first-centent a:hover::before {
  background-color: #e11415;
}
.second-centent {
  background: url(../images/list-bg.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 50px 0 90px;
}
.second-centent a::before {
  display: none;
}
.second-centent a:hover {
  background-color: transparent;
}

.third-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 70px;
  margin-top: 60px;
}
.third-content a {
  display: flex;
  flex-direction: column;
  color: #000;
  padding: 0 16px 14px;
  border-left: 6px solid #f5cc87;
  border-right: 6px solid #f5cc87;
  border-bottom: 6px solid #f5cc87;
  background: white;
}

.third-content .b-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.third-content p {
  line-height: 34px;
  margin: 0;
  padding: 18px 0;
}
.third-content a:hover {
  font-weight: 600;
  color: #e11415;
  border-left: 6px solid #e11415;
  text-decoration: none;
}
