.main {
  width: 100%;
  background: #1a1a1b;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.main .top {
  width: 100%;
  height: 534px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/Public/Home/img/news/bg.png);
  background-size: 100% 100%;
}
.main .top .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(254, 254, 254, 1);
  letter-spacing: 8px;
}
.main .top .title span {
  font-size: 32px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(191, 191, 191, 1);
  opacity: 0.46;
  margin-top: 30px;
}

.main .box {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 60px 0;
}
.main .box .nav {
  width: 1200px;
  font-size: 15px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.main .box .nav label {
  color: rgba(255, 255, 255, 1);
}
.main .box .nav a {
  color: rgba(255, 255, 255, 1);
}
.main .box .nav span {
  color: #8bf7ff;
}
.main .box > .article {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .box > .article > .title {
  margin-top: 70px;
  font-size: 22px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.main .box > .article > .desc {
  width: 100%;
  margin-top: 40px;
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(180, 180, 182, 1);
  display: flex;
  justify-content: space-around;
  padding-bottom: 46px;
  box-sizing: border-box;
  border-bottom: 1px dashed #4c4c4c;
}
.main .box > .article > .content {
  width: 100%;
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(224, 224, 224, 1);
  line-height: 36px;
  box-sizing: border-box;
  padding: 50px 0;
}

.main .box .article .image-wrap img {
  max-width: 100%;
}

.main .box > .article .cover {
  width: 52px;
  height: 52px;
  margin-right: 30px;
}

.main .box > .article .page_list {
  width: 100%;
  display: flex;
  align-items: center;
}
.main .box > .article .page_list a {
  flex: 1;
  height: 86px;
  border-bottom: 1px solid rgba(53, 53, 55, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #969696;
  background-size: 100% 100%;
  background-image: url(/Public/Home/img/news/btn.png);
  transition: all 0.2s;
}
.main .box > .article .page_list a span {
  width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .box > .article .page_list a i {
  margin: 0 10px;
  font-style: normal;
}
.main .box > .article .page_list a .cover {
  margin-right: 0;
  margin-left: 30px;
  opacity: 0;
  transition: all 0.2s;
}
.main .box > .article .page_list a:hover {
  background-image: url(/Public/Home/img/news/item.png);
  border-color: transparent;
}
.main .box > .article .page_list a:hover .cover {
  opacity: 1;
}

.main .box > .article .tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 16px 0;
}
.main .box > .article .tags span {
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #b9b9b9;
  transition: all 0.4s;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.main .box > .article .tags a {
  display: flex;
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #b9b9b9;
  transition: all 0.4s;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
}
.main .box > .article .tags a::before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-image: linear-gradient(to right, #1b1b1e, #8bf7ff, #1b1b1e);
  transition: all 0.4s;
}
.main .box > .article .tags a:hover {
  color: #8bf7ff;
}
.main .box > .article .tags a:hover::before {
  width: 100%;
  left: 0;
}

.main .box > .article .arts {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.main .box > .article .arts .arts-title {
  width: 100%;
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #b9b9b9;
  transition: all 0.4s;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.main .box > .article .arts a {
  width: 50%;
  height: 86px;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #969696;
  background-image: url(/Public/Home/img/news/btn.png);
  transition: all 0.2s;
  background-size: 100% 100%;
}
.main .box > .article .arts span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .box > .article .arts a:hover {
  background-image: url(/Public/Home/img/news/item.png);
  border-color: transparent;
}
