.sect-1 {
  width: 100%;
  aspect-ratio: 5/3;
  position: relative;
  display: none;
}
.sect-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sect-1 .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 52px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.sect-1 .txt .content {
  margin: 0 200px;
}
.sect-2 {
  margin: 100px auto;
  width: calc(100% - 30px);
  display: flex;
  align-items: start;
}
.sect-2 .l-box {
  display: none;
  width: 20%;
  flex-shrink: 0;
  margin-right: 40px;
  position: sticky;
  top: 0;
}
.sect-2 .l-box .item {
  height: 60px;
  background-color: #FBFBFB;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.sect-2 .l-box .item .img {
  width: 28px;
}
.sect-2 .l-box .item .img img {
  width: 16px;
  height: auto;
}
.sect-2 .l-box .act {
  background-color: #8A2424;
  font-size: 22px;
  color: #FFFFFF;
}
.sect-2 .l-box .info-box {
  display: flex;
  align-items: start;
  padding: 24px;
  background-color: #FBFBFB;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.sect-2 .l-box .info-box .icon {
  width: 27px;
  height: 27px;
  margin-right: 12px;
}
.sect-2 .l-box .info-box .txt {
  margin-bottom: 20px;
}
.sect-2 .l-box .info-box .qr {
  width: 80%;
  height: auto;
  margin-top: 10px;
}
.sect-2 .r-box {
  max-width: 100%;
  box-sizing: border-box;
  flex-grow: 1;
}
.sect-2 .r-box .tit {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.sect-2 .r-box .mark {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #B4B4B4;
  margin-top: 30px;
}
.sect-2 .r-box .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  line-height: 1.8;
  margin-top: 30px;
  white-space: normal;
  word-break: break-all;
}
.sect-2 .r-box .txt img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .sect-1 {
    aspect-ratio: 6/1;
    display: block;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    aspect-ratio: 192/30;
  }
  .sect-2 {
    margin: 100px auto;
    width: 962px;
    display: flex;
    align-items: start;
  }
  .sect-2 .l-box {
    display: block;
    width: 20%;
    flex-shrink: 0;
    margin-right: 40px;
    position: sticky;
    top: 0;
  }
  .sect-2 .l-box .item {
    height: 60px;
    background-color: #FBFBFB;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
  }
  .sect-2 .l-box .item .img {
    width: 28px;
  }
  .sect-2 .l-box .item .img img {
    width: 16px;
    height: auto;
  }
  .sect-2 .l-box .act {
    background-color: #8A2424;
    font-size: 22px;
    color: #FFFFFF;
  }
  .sect-2 .l-box .info-box {
    display: flex;
    align-items: start;
    padding: 24px;
    background-color: #FBFBFB;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
  }
  .sect-2 .l-box .info-box .icon {
    width: 27px;
    height: 27px;
    margin-right: 12px;
  }
  .sect-2 .l-box .info-box .txt {
    margin-bottom: 20px;
  }
  .sect-2 .l-box .info-box .qr {
    width: 80%;
    height: auto;
    margin-top: 10px;
  }
  .sect-2 .r-box {
    flex-grow: 1;
    max-width: calc(80% - 40px);
  }
  .sect-2 .r-box .tit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
  }
  .sect-2 .r-box .mark {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #B4B4B4;
    margin-top: 30px;
  }
  .sect-2 .r-box .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 34px;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .sect-2 {
    margin: 100px auto;
    width: 1170px;
    display: flex;
    align-items: start;
  }
  .sect-2 .l-box {
    width: 20%;
    flex-shrink: 0;
    margin-right: 40px;
    position: sticky;
    top: 0;
  }
  .sect-2 .l-box .item {
    height: 60px;
    background-color: #FBFBFB;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
  }
  .sect-2 .l-box .item .img {
    width: 28px;
  }
  .sect-2 .l-box .item .img img {
    width: 16px;
    height: auto;
  }
  .sect-2 .l-box .act {
    background-color: #8A2424;
    font-size: 22px;
    color: #FFFFFF;
  }
  .sect-2 .l-box .info-box {
    display: flex;
    align-items: start;
    padding: 24px;
    background-color: #FBFBFB;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
  }
  .sect-2 .l-box .info-box .icon {
    width: 27px;
    height: 27px;
    margin-right: 12px;
  }
  .sect-2 .l-box .info-box .txt {
    margin-bottom: 20px;
  }
  .sect-2 .l-box .info-box .qr {
    width: 80%;
    height: auto;
    margin-top: 10px;
  }
  .sect-2 .r-box {
    flex-grow: 1;
  }
  .sect-2 .r-box .tit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
  }
  .sect-2 .r-box .mark {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #B4B4B4;
    margin-top: 30px;
  }
  .sect-2 .r-box .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 34px;
    margin-top: 50px;
  }
}
@media (min-width: 1520px) {
  .sect-2 {
    margin: 100px auto;
    width: 1490px;
    display: flex;
    align-items: start;
  }
  .sect-2 .l-box {
    width: 20%;
    flex-shrink: 0;
    margin-right: 40px;
    position: sticky;
    top: 0;
  }
  .sect-2 .l-box .item {
    height: 60px;
    background-color: #FBFBFB;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
  }
  .sect-2 .l-box .item .img {
    width: 28px;
  }
  .sect-2 .l-box .item .img img {
    width: 16px;
    height: auto;
  }
  .sect-2 .l-box .act {
    background-color: #8A2424;
    font-size: 22px;
    color: #FFFFFF;
  }
  .sect-2 .l-box .info-box {
    display: flex;
    align-items: start;
    padding: 24px;
    background-color: #FBFBFB;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
  }
  .sect-2 .l-box .info-box .icon {
    width: 27px;
    height: 27px;
    margin-right: 12px;
  }
  .sect-2 .l-box .info-box .txt {
    margin-bottom: 20px;
  }
  .sect-2 .l-box .info-box .qr {
    width: 80%;
    height: auto;
    margin-top: 10px;
  }
  .sect-2 .r-box {
    flex-grow: 1;
  }
  .sect-2 .r-box .tit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
  }
  .sect-2 .r-box .mark {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #B4B4B4;
    margin-top: 30px;
  }
  .sect-2 .r-box .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 34px;
    margin-top: 50px;
  }
}
/*# sourceMappingURL=newsdetail.css.map */