.all-content {
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #fff;
}
.all-content nav {
  width: 100%;
  height: 0.525rem;
  line-height: 0.525rem;
  border-bottom: 1px solid #E7E7E7;
}
.all-content nav .nav {
  margin-left: 1.95rem;
  display: flex;
}
.all-content nav .nav li {
  width: 1.2825rem;
  position: relative;
  text-align: center;
}
.all-content nav .nav li::after {
  content: "";
  display: block;
  height: 0.15rem;
  width: 1px;
  background-color: #BCBCBC;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.all-content nav .nav li:last-child::after {
  display: none;
}
.all-content nav .nav li .nav-active {
  color: #EA4027;
}
.all-content nav .nav li a {
  font-size: 0.15rem;
  font-weight: bold;
  color: #000;
  transition: all 0.4s;
}
.all-content nav .nav li a:hover {
  color: #EA4027;
}
.all-content .top-box {
  width: 100%;
  height: 6.6001rem;
  margin: 0 auto;
  background: #00001E;
  position: relative;
  overflow: hidden;
}
.all-content .top-box .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.all-content .top-box .content {
  padding-top: 1.4625rem;
  width: 10.5002rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.all-content .top-box .text {
  margin-top: 0.15rem;
  width: 4.3051rem;
  color: #000;
}
.all-content .top-box .text .title {
  height: 0.45rem;
  font-size: 0.45rem;
  font-weight: bold;
  line-height: 0.45rem;
  border-left: 0.06rem solid #EA4027;
  padding-left: 0.1425rem;
}
.all-content .top-box .text .english {
  margin-top: 0.225rem;
  font-size: 0.225rem;
  line-height: 0.225rem;
  font-family: Arial;
  font-weight: 400;
}
.all-content .top-box .text .intro {
  margin-top: 0.555rem;
  font-size: 0.15rem;
  text-align: justify;
  font-weight: 400;
  line-height: 0.3rem;
}
.all-content .top-box .pic {
  width: 5.6551rem;
  height: 4.3126rem;
}
.all-content .top-box .pic img {
  width: 100%;
}
.all-content .bot-box {
  width: 100%;
  height: 7.0502rem;
  margin: 0 auto;
  background: #00001E;
  position: relative;
}
.all-content .bot-box .img {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .bot-box .cover {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .bot-box .text {
  width: 5.9551rem;
  position: absolute;
  top: 2.5rem;
  left: 1.9425rem;
}
.all-content .bot-box .text .title {
  height: 0.45rem;
  font-size: 0.45rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.45rem;
  border-left: 0.06rem solid #EA4027;
  padding-left: 0.1425rem;
}
.all-content .bot-box .text .english {
  margin-top: 0.225rem;
  font-size: 0.225rem;
  line-height: 0.225rem;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
}
.all-content .bot-box .text .intro {
  margin-top: 0.555rem;
  font-size: 0.15rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.3rem;
}
.all-content .honors {
  width: 100%;
  margin-top: 1.11rem;
  position: relative;
  overflow: hidden;
}
.all-content .honors .top {
  width: 100%;
  text-align: center;
  margin-bottom: 0.9rem;
}
.all-content .honors .top .title {
  display: inline-block;
  height: 0.45rem;
  font-size: 0.45rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.45rem;
  border-left: 0.06rem solid #EA4027;
  padding-left: 0.1425rem;
}
.all-content .honors .top .english {
  margin-top: 0.225rem;
  font-size: 0.225rem;
  line-height: 0.225rem;
  font-family: Arial;
  font-weight: 400;
  color: #999;
}
.all-content .honors .honor-box {
  width: 10.5002rem;
  margin: 0 auto;
  padding-bottom: 1.3125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  position: relative;
  z-index: 2;
}
.all-content .honors .honor-box .box {
  flex-shrink: 0;
  width: 3.3rem;
  height: 1.35rem;
  margin-bottom: 0.27rem;
  padding: 0.255rem;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.075rem;
  transition: all 0.5s;
}
.all-content .honors .honor-box .box .title {
  width: 100%;
  height: 0.49rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #000;
  line-height: 0.27rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
}
.all-content .honors .honor-box .box .bot {
  margin-top: 0.24rem;
}
.all-content .honors .honor-box .box .bot .icon,
.all-content .honors .honor-box .box .bot .text {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
}
.all-content .honors .honor-box .box .bot .icon {
  width: 0.24rem;
  height: 0.195rem;
  background: url(../images/icon_digitization_red.png) no-repeat;
  background-size: 100% 100%;
}
.all-content .honors .honor-box .box .bot .text {
  margin-left: 0.105rem;
  font-size: 0.12rem;
  line-height: 0.12rem;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
}
.all-content .honors .honor-box .box:hover {
  background-color: #EA4027;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0);
}
.all-content .honors .honor-box .box:hover .title {
  color: #FCF1CF;
}
.all-content .honors .honor-box .box:hover .bot .icon {
  background-image: url(../images/icon_digitization_gold.png);
}
.all-content .honors .honor-box .box:hover .bot .text {
  color: #FCF1CF;
}
.all-content .honors #dot {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1020px) {
  .all-content nav {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #E7E7E7;
  }
  .all-content nav .nav {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .all-content nav .nav li {
    width: 2rem;
    position: relative;
    text-align: center;
  }
  .all-content nav .nav li a {
    font-size: 0.3rem;
    font-weight: 500;
    color: #000;
    transition: all 0.4s;
  }
  .all-content .top-box {
    width: 100%;
    height: 10rem;
    margin: 0 auto;
    background: #00001E;
    position: relative;
    overflow: hidden;
  }
  .all-content .top-box .content {
    padding-top: 0.5rem;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    position: relative;
  }
  .all-content .top-box .text {
    margin-top: 0.15rem;
    width: 100%;
    color: #000;
  }
  .all-content .top-box .text .intro {
    margin-top: 0.555rem;
    font-size: 0.25rem;
    text-align: justify;
    font-weight: 400;
    line-height: 0.4rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
  }
  .all-content .top-box .pic {
    margin-top: 0.5rem;
    width: 5.6551rem;
    height: 4.3126rem;
  }
  .all-content .bot-box .text {
    margin: 0 auto;
    width: 90%;
    position: relative;
    top: 1rem;
    left: 0;
  }
  .all-content .bot-box .text .intro {
    margin-top: 0.555rem;
    font-size: 0.25rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
  }
  .all-content .honors .honor-box {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1.3125rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    position: relative;
    z-index: 2;
  }
  .all-content .honors .honor-box .box {
    flex-shrink: 0;
    width: 100%;
    height: 2rem;
    margin-bottom: 0.27rem;
    padding: 0.5rem;
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.075rem;
    transition: all 0.5s;
  }
  .all-content .honors .honor-box .box .title {
    width: 100%;
    height: auto;
    font-size: 0.3rem;
    font-weight: bold;
    color: #000;
    line-height: 0.4rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.5s;
  }
  .all-content .honors .honor-box .box .bot {
    margin-top: 0.3rem;
  }
  .all-content .honors .honor-box .box .bot .icon {
    width: 0.5rem;
    height: 0.4rem;
    background: url(../images/icon_digitization_red.png) no-repeat;
    background-size: 100% 100%;
  }
  .all-content .honors .honor-box .box .bot .text {
    margin-left: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
  }
  .all-content .bot-box .img {
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
