.sect-1 {
  width: 100%;
  aspect-ratio: 5/3;
  position: relative;
}
.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 {
  flex-grow: 1;
  max-width: 100%;
}
.sect-2 .r-box .cate-box {
  display: flex;
}
.sect-2 .r-box .cate-box .cate {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  background-color: #F8F8F8;
  transition: all 0.3s linear;
}
.sect-2 .r-box .cate-box .cate:hover {
  background-color: #8A2424;
  color: #fff;
}
.sect-2 .r-box .cate-box .act {
  background-color: #8A2424;
  color: #fff;
}
.sect-2 .r-box .item {
  display: block;
  background: #FFFFFF;
  box-shadow: 10px 10px 20px 1px rgba(175, 175, 175, 0.16);
  margin-top: 30px;
}
.sect-2 .r-box .item img {
  width: 100%;
  aspect-ratio: 8/5;
  object-fit: cover;
  flex-shrink: 0;
}
.sect-2 .r-box .item .content {
  padding: 10px 15px 20px;
}
.sect-2 .r-box .item .content .tit {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.sect-2 .r-box .item .content .desc {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #9C9C9C;
  line-height: 1.7;
  margin-top: 15px;
}
.sect-2 .r-box .item .content .btn {
  width: 160px;
  height: 46px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  transition: all 0.3s linear;
  margin-top: 20px;
}
.sect-2 .r-box .item .content .btn:hover {
  background-color: #8A2424;
  color: #fff;
}
@media (min-width: 768px) {
  .sect-1 {
    aspect-ratio: 6/1;
  }
}
@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;
  }
  .sect-2 .r-box .cate-box {
    display: flex;
  }
  .sect-2 .r-box .cate-box .cate {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    background-color: #F8F8F8;
    transition: all 0.3s linear;
  }
  .sect-2 .r-box .cate-box .cate:hover {
    background-color: #8A2424;
    color: #fff;
  }
  .sect-2 .r-box .cate-box .act {
    background-color: #8A2424;
    color: #fff;
  }
  .sect-2 .r-box .item {
    display: flex;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px 1px rgba(175, 175, 175, 0.16);
    margin-top: 30px;
  }
  .sect-2 .r-box .item img {
    width: 32%;
    aspect-ratio: 8/5;
    object-fit: cover;
    flex-shrink: 0;
  }
  .sect-2 .r-box .item .content {
    padding: 10px 40px 30px;
  }
  .sect-2 .r-box .item .content .tit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
  }
  .sect-2 .r-box .item .content .desc {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #9C9C9C;
    line-height: 32px;
    margin-top: 15px;
  }
  .sect-2 .r-box .item .content .btn {
    width: 160px;
    height: 46px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    transition: all 0.3s linear;
    margin-top: 20px;
  }
  .sect-2 .r-box .item .content .btn:hover {
    background-color: #8A2424;
    color: #fff;
  }
}
@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 .cate-box {
    display: flex;
  }
  .sect-2 .r-box .cate-box .cate {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    background-color: #F8F8F8;
    transition: all 0.3s linear;
  }
  .sect-2 .r-box .cate-box .cate:hover {
    background-color: #8A2424;
    color: #fff;
  }
  .sect-2 .r-box .cate-box .act {
    background-color: #8A2424;
    color: #fff;
  }
  .sect-2 .r-box .item {
    display: flex;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px 1px rgba(175, 175, 175, 0.16);
    margin-top: 30px;
  }
  .sect-2 .r-box .item img {
    width: 32%;
    aspect-ratio: 8/5;
    object-fit: cover;
    flex-shrink: 0;
  }
  .sect-2 .r-box .item .content {
    padding: 10px 40px 30px;
  }
  .sect-2 .r-box .item .content .tit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
  }
  .sect-2 .r-box .item .content .desc {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #9C9C9C;
    line-height: 32px;
    margin-top: 15px;
  }
  .sect-2 .r-box .item .content .btn {
    width: 160px;
    height: 46px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    transition: all 0.3s linear;
    margin-top: 20px;
  }
  .sect-2 .r-box .item .content .btn:hover {
    background-color: #8A2424;
    color: #fff;
  }
}
@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 .cate-box {
    display: flex;
  }
  .sect-2 .r-box .cate-box .cate {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    background-color: #F8F8F8;
    transition: all 0.3s linear;
  }
  .sect-2 .r-box .cate-box .cate:hover {
    background-color: #8A2424;
    color: #fff;
  }
  .sect-2 .r-box .cate-box .act {
    background-color: #8A2424;
    color: #fff;
  }
  .sect-2 .r-box .item {
    display: flex;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px 1px rgba(175, 175, 175, 0.16);
    margin-top: 30px;
  }
  .sect-2 .r-box .item img {
    width: 32%;
    aspect-ratio: 8/5;
    object-fit: cover;
    flex-shrink: 0;
  }
  .sect-2 .r-box .item .content {
    padding: 10px 40px 30px;
  }
  .sect-2 .r-box .item .content .tit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
  }
  .sect-2 .r-box .item .content .desc {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #9C9C9C;
    line-height: 32px;
    margin-top: 15px;
  }
  .sect-2 .r-box .item .content .btn {
    width: 160px;
    height: 46px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    transition: all 0.3s linear;
    margin-top: 20px;
  }
  .sect-2 .r-box .item .content .btn:hover {
    background-color: #8A2424;
    color: #fff;
  }
}
/*# sourceMappingURL=news.css.map */