@media screen and (min-width: 0px) and (max-width: 768px) {
  .article-details-container {
    min-width: 100% !important;
    padding: 30px 20px 40px 20px !important;
    font-size: 16px !important;
  }
  .article-details-date {
    font-size: 16px !important;
  }
  .article-share, .switch-desc {
    display: none !important;
  }
  .article-details-title {
    font-size: 20px !important;
    margin: 7px 0 10px 0 !important;
  }
  .article-text {
    padding: 30px 20px !important;
  }
  .article-text span{
    font-size: 16px !important;
  }
  .article-details-switch-item {
    width: 100px !important;
    height: 60px !important;
  }
  .br, .bl {
    border: none !important;
    margin: 0 !important;
  }
  .article-build {
    min-width: 100% !important;
  }
  .article-details-switch-list {
    margin-bottom: 182px !important;
  }
  .article-build-1 {
    width: 79px !important;
    height: 164px !important;
    left: 24px !important;
  }
  .article-build-2 {
    width: 262px !important;
    height: 81px !important;
  }
  .min-article-share {
    display:  block !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    background: rgba(0,0,0,0.3);
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.5);
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    z-index: 9;
    overflow: hidden;
  }
  .min-article-icon img {
    width: 30px;
    height: 30px;
    margin: 15px 0;
  }

  
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}


/* 新闻详情 */
.article-details {
  position: relative;
  width: 100%;
  min-height: 20rem;
  background: linear-gradient(180deg, #8D8D9F 0%, #484955 100%);
}
.article-details-container {
  width: var(--maxWidth);
  min-width: 1180px;
  height: auto;
  padding: 2.5rem 10rem 2rem 10rem;
  z-index: 1;
}
.article-details-title {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 10px 0 18px 0;
}
.article-details-date {
  color: #A5A5AA;
  font-size: 13px;
  margin-left: 10px;
}
.article-text {
  width: 100%;
  height: auto;
  min-height: 20rem;
  background: #FFFFFF;
  box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.25);
  border-radius: 20px 0px 20px 0px;
  padding: 40px 180px;
  text-align: justify;
}
.article-text p,
.article-text span {
  font-size: 18px !important;
}
.article-text img {
  width:100%;
  height: auto;
}

.article-share {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  margin-left: 20px;
}
.article-share img {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  cursor: pointer;
}
.fs13 {
  font-size: 13px;
}
.mt37 {
  margin-top: 37px;
}

.article-details-switch-list {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  margin-bottom: 8.5rem;
}
.article-details-switch-item {
  width: 85px;
  height: 100px;
  background-color: rgba(0,0,0,0.6);
  color: #B8B8B8;
  font-size: 16px;
  /* padding: 0 24px; */
  cursor: pointer;
  transition: width 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow: hidden;
}
.article-details-switch-item:hover {
  width: 400px;
}
.switch-left {
  border-radius: 0px 50px 50px 0px;
}
.switch-right {
  border-radius: 50px 0px 0px 50px;
}
.switch-desc {
  width: 250px;
  min-width: 250px;
}
.switch-btn {
  width: 86px;
  min-width: 86px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.br {
  border-right: 1px solid;
  margin-right: 20px;
}
.bl {
  border-left: 1px solid;
  margin-left: 20px;
}

.article-build {
  position: absolute;
  bottom: 0;
  width: var(--maxWidth);
  min-width: 1180px;
  height: auto;
}

.article-build-1 {
  position: absolute;
  width: 153px;
  height: 511px;
  left: 0;
  bottom: 0;
}

.article-build-2 {
  position: absolute;
  width: 438px;
  height: 119px;
  right: 0;
  bottom: 0;
}


.qrcode-content {
  position: absolute;
  right: 40px;
  top: 50px;
  width: 250px;
  height: 310px;
  background-color: #fff;
  color: #111;
  font-size: 12px;
  box-shadow: -10px -10px 20px 1px rgba(0,0,0,0.25);
}
.qrcode-close {
  width: 30px;
  font-size: 16px;
  cursor: pointer;
  text-align: right;
}
.qrcode-top {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.qrcode-bottom {
  margin-top: 10px;
  text-align: left;
  width: 90%;
  line-height: 1.5;
}
.min-article-share {
  display: none;
}