* {
  margin: 0;
  padding: 0;
}

.detail-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.detail-content {
  width: 100%;
  /* height: 20.35rem; */
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.information-box {
  width: 1200px;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
}

.app-information {
  display: none;
}

.crumbs-box {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  
  color: rgba(0, 0, 0, 0.65);
  line-height: 40px;
}

.crumbs-box span {
  color: rgba(0, 0, 0, 0.85);
}

.detail-article {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.article-left {
  width: 885px;
  height: 100%;
  background: #fff;
  box-shadow: 0 5px 16px 4px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
.article-content {
  width: 100%;
  padding: 0 24px;
}

.article-content img {
  width: 100%;
  display: inline-block;
}

.article-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-size:28px;
  font-family:Microsoft YaHei;
  font-weight:400;
  line-height:30px;
  color:rgba(0,0,0,.85);
}
.article-time {
  width: 100%;
  display: flex;
  margin: 20px 0;
  justify-content: center;
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(0,0,0,.65);
  line-height:30px;
}

.article-right {
  width: 300px;
  background: #fff;
  box-shadow: 0 5px 16px 4px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}


.article-text {
  width: 834px;
  height: 1674px;
  margin: 32px 25px 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-text {
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 30px;
  opacity: 0.85;
  text-indent: 32px;
}

.section-img {
  width: 834px;
  height: 470px;
}

.section-img1 {
  background: url(../../assets/img/image_xq1.png) no-repeat;
  background-size: 100% 100%;
}

.section-img2 {
  background: url(../../assets/img/image_xq2.png) no-repeat;
  background-size: 100% 100%;
}

.article-btn {
  width: 834px;
  height: 138px;
  margin: 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.btn-page {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.btn-same {
  width: 110px;
  height: 32px;
  border-radius: 16px;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  text-decoration: none;
}

.btn-same:hover {
  text-decoration: none;
}

.active-page {
  color: rgba(24, 144, 255, 1);
  border: 1px solid rgba(24, 144, 255, 1);
  opacity: 1;
}

.active-page:hover {
  background: #1890FF;
  color: #ffffff;
}

.pagination-text {
  width: calc(50% - 50px);
  font-size: 18px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: 400;
}
.left-pagination {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right-pagination {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.consult-content {
  width: calc(100% - 40px);
  margin: 20px;
}

.serial-box {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 1);
  opacity: 0.3;
  border-radius: 50%;
  margin-top: 5px;
}

.consult-text {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 10px;
}

.serial-text {
  width: 230px;
}

.serial-text p:nth-of-type(1) {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #666666;
  margin: 0;
}

.serial-text p:nth-of-type(2) {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  margin: 0;
}
.serial-text p:nth-of-type(2) a {
  color: #666666;
  text-decoration: none;
}
.serial-text p:nth-of-type(2):hover a{
  color: rgba(24, 144, 255, 1);
}

.list-line {
  width: 100%;
  height: 1px;
  display: flex;
  justify-content: center;
}

.list-line p {
  width: calc(100% - 20px);
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  margin: 0;
}

.list-crumbs {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}

.list-crumbs p {
  margin: 0;
  width: 4px;
  height: 18px;
  background: #1890FF;
}

.list-crumbs span {
  font-size: 20px;
  font-family: "PingFang SC", "Microsoft YaHei";
  
  color: rgba(0, 0, 0, 0.85);
  margin-left: 15px;
  /* line-height: 0.; */
}

.page-box {
  width: 100%;
  height: 44px;
}

.page {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}