.page-module {
  background-color: #FFFFFF;
}
.page-module .module-tit {
  margin-bottom: 0;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 32px;
}
.page-module .date {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #999;
}
.page-module .date .bi {
  font-size: 24px;
}
.page-module .date span {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 300;
  font-family: Roboto;
}
.page-module .tag-share {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .page-module .tag-share {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.page-module .tag-share .tit {
  margin-right: 8px;
  font-size: 22px;
  color: #333;
  line-height: 1.36;
  font-family: Roboto;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .page-module .tag-share .tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-module .tag-share .tit {
    font-size: 18px;
  }
}
.page-module .tag-share .tag-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .page-module .tag-share .tag-list {
    padding-bottom: 10px;
    max-width: 100%;
    overflow-y: auto;
  }
}
.page-module .tag-share .tag-list .tag-item {
  margin-left: 16px;
  padding: 12px 42px;
  border-radius: 25px;
  border: 1px solid #1074D4;
  cursor: pointer;
  color: #1074D4;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .page-module .tag-share .tag-list .tag-item {
    padding: 8px 32px;
    font-size: 18px;
  }
}
.page-module .tag-share .share-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .page-module .tag-share .share-link {
    margin-top: 10px;
  }
}
.page-module .tag-share .share-link .tit {
  margin-right: 0;
}
.page-module .tag-share .share-link .link-a {
  margin-left: 16px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #1074D4;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.page-module p {
  margin-top: 44px;
  font-weight: 300;
}
.page-module .pic {
  margin-top: 54px;
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}
.page-module .back-go {
  margin-top: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .page-module .back-go {
    margin-top: 24px;
  }
}
.page-module .back-go .bi {
  font-size: 44px;
  color: #333;
}
@media screen and (max-width: 576px) {
  .page-module .back-go .bi {
    font-size: 30px;
  }
}
.page-module .back-go span {
  padding-left: 14px;
  font-size: 48px;
  color: #333;
}
@media screen and (max-width: 576px) {
  .page-module .back-go span {
    font-size: 32px;
  }
}
.other-module .module-tit {
  text-align: center;
}
.other-module .row {
  --bs-gutter-x: 90px;
  --bs-gutter-y: 65px;
}
@media screen and (max-width: 1400px) {
  .other-module .row {
    --bs-gutter-x: 70px;
    --bs-gutter-y: 50px;
  }
}
.other-module .row .item:hover .pic .ele {
  transform: scale(1.1);
}
.other-module .row .item .pic {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}
.other-module .row .item .pic .ele {
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.other-module .row .item .tag-list {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.other-module .row .item .tag-list .tag-item {
  margin-right: 16px;
  padding: 12px 42px;
  border-radius: 25px;
  border: 1px solid #1074D4;
  cursor: pointer;
  color: #1074D4;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .other-module .row .item .tag-list .tag-item {
    padding: 8px 32px;
    font-size: 18px;
  }
}
.other-module .row .item .tit {
  margin-top: 24px;
  font-size: 28px;
  color: #333;
  line-height: 1.26;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .other-module .row .item .tit {
    font-size: 24px;
  }
}
.other-module .row .item p {
  margin-top: 18px;
  color: #999;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .other-module .row .item p {
    font-size: 16px;
  }
}
.other-module .row .item .date {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #999;
}
.other-module .row .item .date .bi {
  font-size: 24px;
}
@media screen and (max-width: 1400px) {
  .other-module .row .item .date .bi {
    font-size: 20px;
  }
}
.other-module .row .item .date span {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 300;
  font-family: Roboto;
}
@media screen and (max-width: 1400px) {
  .other-module .row .item .date span {
    font-size: 18px;
  }
}
