@charset "UTF-8";
a {
  text-decoration: none;
  color: inherit;
}

body {
  max-width: 1920px;
  min-width: 1400px;
}

img {
  max-width: 100%;
}

* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

.imgCover {
  font-size: 0;
}

.imgCover img {
  width: 100%;
  height: 100%;
}

.cornerHover::before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0px;
  width: 0;
  top: -4px;
  right: -4px;
  background: white;
  background: linear-gradient(225deg, white 45%, #ffd633 50%, #ffd633 56%, #ffd633 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
  border-bottom-left-radius: 14px;
  border-top-right-radius: 10px;
}

.imgContain {
  font-size: 0;
}

.imgContain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text-line-hidden {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.SpecialSubject a {
  display: block;
  cursor: pointer;
}

.SpecialSubject .banner {
  width: 100%;
  font-size: 0;
}

.SpecialSubject .subject-footer {
  padding: 50px;
  --color: #333;
  color: var(--color);
  font-size: 14px;
}

.SpecialSubject .subject-footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}

.SpecialSubject .subject-footer .copyright:not(:last-child) {
  margin-bottom: 10px;
}

.SpecialSubject .subject-footer .copyright.row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.SpecialSubject .subject-footer .copyright.row .maItem:not(:last-child) {
  margin-right: 10px;
}

.SpecialSubject .subject-footer .copyright.row .maItem img {
  width: 90px;
  height: 90px;
}

.SpecialSubject .subject-footer .copyright.row .maItem .name {
  font-size: 12px;
  text-align: center;
  color: var(--color);
}

.Subject1 .section .sectionItem {
  padding-top: 50px;
}

.Subject1 .section .sectionItem:nth-child(1) {
  background-color: #fde8e5;
}

.Subject1 .section .sectionItem:nth-child(2) .sectionContent {
  background: url("./爱自己，从健康开始/guide-bg.png") no-repeat;
  background-size: cover;
}

.Subject1 .section .sectionItem:nth-child(3) {
  background-color: #eb776b;
}

.Subject1 .section .sectionItem:nth-child(3) .sectionContent {
  background: url("./爱自己，从健康开始/avoid-bg.png") no-repeat;
  background-size: cover;
}

.Subject1 .section .sectionTop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.Subject1 .section .sectionContent {
  padding-bottom: 20px;
}

.Subject1 .section .con1 {
  display: flex;
}

.Subject1 .section .con1 .colItem {
  width: 33.33%;
  padding: 0 60px;
}

.Subject1 .section .con1 .colItem:hover .boxItem {
  background-color: #fff;
}

.Subject1 .section .con1 .colItem .boxItem {
  min-height: 257px;
  border-radius: 50px;
  padding: 30px;
  line-height: 3rem;
  cursor: pointer;
}

.Subject1 .section .con1 .colItem .boxItem .title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.Subject1 .section .con1 .colItem .boxItem .content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 168px;
  line-clamp: 4;
  line-height: 40px;
}

.Subject1 .section .con1 .colItem .boxItem .btn-detail {
  font-size: 14px;
  color: #b82928;
}

.Subject1 .section .con2 {
  display: flex;
  width: 1760px;
  margin: 0 auto;
}

.Subject1 .section .con2 .swiperBox {
  width: 660px;
  height: 496px;
  flex-shrink: 0;
  background-color: orange;
}

.Subject1 .section .con2 .rightBox {
  flex: 1;
  width: 0;
  margin-left: 40px;
}

.Subject1 .section .con2 .listItem {
  font-size: 20px;
  color: #333;
  padding: 12px 0;
  cursor: pointer;
}

.Subject1 .section .con2 .listItem:hover .row {
  background-color: #cf3f3f;
  color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
}

.Subject1 .section .con2 .listItem:hover .row::before {
  background-color: #fff;
}

.Subject1 .section .con2 .listItem:not(:last-child) {
  border-bottom: 1px solid #333;
}

.Subject1 .section .con2 .listItem .row {
  display: flex;
  align-items: center;
  height: 60px;
  border-radius: 5px;
  padding: 0 20px 0 50px;
  position: relative;
}

.Subject1 .section .con2 .listItem .row::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #333;
  position: absolute;
  left: 25px;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.Subject1 .section .con2 .listItem .row .text {
  width: 0;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Subject1 .section .con2 .listItem .row .date {
  margin-left: 50px;
  flex-shrink: 0;
}

.Subject1 .section .con3 {
  display: flex;
  flex-wrap: wrap;
  width: 1680px;
  margin: 0 auto;
}

.Subject1 .section .con3 .boxItem {
  width: 50%;
  flex-shrink: 0;
  padding: 25px;
}

.Subject1 .section .con3 .boxItem:hover .innerBox {
  background-color: #fff;
}

.Subject1 .section .con3 .boxItem:hover .innerBox .rightBox {
  color: #cf3f3f;
}

.Subject1 .section .con3 .boxItem:hover .innerBox .rightBox .info {
  color: #333;
}

.Subject1 .section .con3 .innerBox {
  border-radius: 20px;
  padding: 30px;
  cursor: pointer;
  display: flex;
}

.Subject1 .section .con3 .innerBox .cover {
  width: 240px;
  height: 168px;
  flex-shrink: 0;
  margin-right: 30px;
}

.Subject1 .section .con3 .innerBox .rightBox {
  flex: 1;
  width: 0;
  color: #fff;
}

.Subject1 .section .con3 .innerBox .rightBox .btn-detail {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}

.Subject1 .section .con3 .innerBox .rightBox .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.Subject1 .section .con3 .innerBox .rightBox .info {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
}

.Subject2 {
  background: #38b5f5 url("./2025health-bg.png") left top/100% no-repeat;
  padding-top: 850px;
}

.Subject2 .box {
  max-width: 1190px;
  width: auto;
  background: #fff;
  position: relative;
  box-shadow: 0 17px 50px -15px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  padding: 116px 60px 100px 110px;
  margin-bottom: 150px;
}

.Subject2 .box::after {
  content: "";
  width: 100%;
  height: 14px;
  left: 0;
  background: url("./bottom-line.png") repeat-x left top/1200px 14px;
  bottom: -14px;
  position: absolute;
}

.Subject2 .msgItem {
  display: flex;
  padding: 28px;
  border-radius: 8px;
  border: 4px solid transparent;
  position: relative;
}

.Subject2 .msgItem:not(:last-child) {
  margin-bottom: 22px;
}

.Subject2 .msgItem.cornerHover::before {
  background: linear-gradient(225deg, white 45%, #6dcbfa 50%, #6dcbfa 56%, #6dcbfa 80%);
  border-top-right-radius: 8px;
}

.Subject2 .msgItem:hover {
  border: 4px solid #6dcbfa;
}

.Subject2 .msgItem:hover .rightBox .title .progress::before, .Subject2 .msgItem:hover .rightBox .rightFoot .btn-more {
  background-color: #6dcbfa !important;
}

.Subject2 .msgItem:hover::before {
  width: 70px;
  height: 70px;
}

.Subject2 .msgItem .cover {
  width: 382px;
  height: 248px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 48px;
}

.Subject2 .msgItem .rightBox {
  width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.Subject2 .msgItem .rightBox .rightTop {
  display: flex;
  align-items: flex-end;
}

.Subject2 .msgItem .rightBox .rightTop .num {
  font-size: 70px;
  line-height: 1;
  color: #000;
  position: relative;
}

.Subject2 .msgItem .rightBox .rightTop .num::before {
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  position: absolute;
  left: 0;
  background: linear-gradient(to bottom, #eff0f0, #fff);
  filter: blur(1px);
}

.Subject2 .msgItem .rightBox .rightTop .title {
  font-size: 20px;
  color: #333;
  flex: 1;
  width: 0;
  padding-bottom: 4px;
  margin-left: 5px;
  position: relative;
}

.Subject2 .msgItem .rightBox .rightTop .title .progress {
  width: 160px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: -20px;
  background-color: #e5e5e5;
}

.Subject2 .msgItem .rightBox .rightTop .title .progress::before {
  content: "";
  width: 110px;
  height: 8px;
  display: block;
  border-radius: 4px;
  background-color: #175db2;
}

.Subject2 .msgItem .rightBox .content {
  font-size: 16px;
  color: #626262;
  letter-spacing: 1px;
  text-indent: 32px;
  line-height: 24px;
  margin: 38px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
}

.Subject2 .msgItem .rightBox .rightFoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.Subject2 .msgItem .rightBox .rightFoot .btn-more {
  width: 100px;
  height: 28px;
  background-color: #175db2;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
  font-size: 14px;
}

.Subject2 .msgItem .rightBox .rightFoot .date {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 12px;
}

.Subject2 .msgItem .rightBox .rightFoot .date .icon-date {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  display: block;
}

.Subject3 .commonTitle {
  font-size: 50px;
  color: #333;
  text-align: center;
  margin-bottom: 48px;
}

.Subject3 .commonTitle::before, .Subject3 .commonTitle::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  margin: 18px 10px;
  background-color: #333;
}

.Subject3 .noticeBox {
  width: 1400px;
  margin: 100px auto 0;
  padding-bottom: 100px;
}

.Subject3 .noticeBox .contentBox {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.Subject3 .noticeBox .contentBox .cover {
  width: 466px;
  height: 531px;
  flex-shrink: 0;
  margin-right: 30px;
}

.Subject3 .noticeBox .contentBox .rightBox {
  width: 0;
  flex: 1;
}

.Subject3 .noticeBox .contentBox .rightBox .nItem {
  display: flex;
  align-items: center;
}

.Subject3 .noticeBox .contentBox .rightBox .nItem:not(:last-child) {
  margin-bottom: 60px;
}

.Subject3 .noticeBox .contentBox .rightBox .nItem .num {
  width: 87px;
  margin-right: 40px;
  flex-shrink: 0;
}

.Subject3 .noticeBox .contentBox .rightBox .nItem .text {
  font-size: 35px;
  font-family: 'fangzheng';
  color: #1b2e72;
  cursor: pointer;
  font-weight: bold;
}

.Subject3 .noticeBox .btn-more {
  width: 198px;
  height: 73px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #909091;
  margin: 48px auto 0;
  line-height: 71px;
  text-align: center;
}

.Subject3 .fileBox {
  background-color: #00198b;
  padding: 100px 0;
}

.Subject3 .fileBox .commonTitle {
  color: #fff;
  margin-bottom: 48px;
}

.Subject3 .fileBox .commonTitle::before, .Subject3 .fileBox .commonTitle::after {
  background-color: #fff;
}

.Subject3 .fileBox .fileList {
  background-color: #fff;
  width: 1370px;
  margin: 0 auto;
}

.Subject3 .fileBox .fileList .fileItem {
  display: flex;
  align-items: center;
  padding: 20px 40px;
}

.Subject3 .fileBox .fileList .fileItem:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.Subject3 .fileBox .fileList .fileItem .icon-file {
  width: 76px;
  height: 83px;
  flex-shrink: 0;
  margin-right: 20px;
}

.Subject3 .fileBox .fileList .fileItem .text {
  flex: 1;
  width: 0;
  font-size: 40px;
}

.Subject3 .fileBox .fileList .fileItem .btn-down {
  width: 130px;
  height: 53px;
  line-height: 53px;
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin-left: 30px;
  flex-shrink: 0;
  background-color: #4f63fc;
}

.Subject3 .caseBox {
  padding: 100px 0;
}

.Subject3 .caseBox .gridBox {
  display: flex;
  width: 1400px;
  margin: 0 auto;
}

.Subject3 .caseBox .gridBox .gridItem {
  width: 406px;
  height: 399px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #313596;
  padding: 60px;
  flex-shrink: 0;
  font-size: 33px;
}

.Subject3 .caseBox .gridBox .gridItem:hover {
  background-color: #313596;
  color: #fff;
}

.Subject3 .caseBox .gridBox .gridItem:hover .icon-case.n1 {
  display: none;
}

.Subject3 .caseBox .gridBox .gridItem:hover .icon-case.n2 {
  display: block;
}

.Subject3 .caseBox .gridBox .gridItem .icon-case {
  width: 132px;
  height: 132px;
  display: block;
  margin: 0 auto 48px;
}

.Subject3 .caseBox .gridBox .gridItem .icon-case.n1 {
  display: block;
}

.Subject3 .caseBox .gridBox .gridItem .icon-case.n2 {
  display: none;
}

.Subject3 .caseBox .gridBox .gridItem:not(:last-child) {
  margin-right: calc((100% - 1218px) / 2);
}

.Subject3 .sucaiBox {
  background-color: #04197a;
  padding: 100px 0;
}

.Subject3 .sucaiBox .commonTitle {
  color: #fff;
}

.Subject3 .sucaiBox .commonTitle::before, .Subject3 .sucaiBox .commonTitle::after {
  background-color: #fff;
}

.Subject3 .sucaiBox .suList {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.Subject3 .sucaiBox .suList .suItem {
  width: 315px;
  height: 290px;
  flex-shrink: 0;
  margin-right: calc((100% - 1260px) / 3);
  margin-bottom: 20px;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 4px;
  position: relative;
}

.Subject3 .sucaiBox .suList .suItem:nth-child(4n) {
  margin-right: 0;
}

.Subject3 .sucaiBox .suList .suItem .cover {
  width: 100%;
  height: 190px;
  position: relative;
}

.Subject3 .sucaiBox .suList .suItem .icon-down {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.Subject3 .sucaiBox .suList .suItem .name {
  text-align: center;
  font-size: 25px;
  padding: 20px 0px;
  color: #fff;
}

.Subject3 .subject-footer {
  background: linear-gradient(to bottom, #100d4e, #02091b) no-repeat;
}

.Subject4 {
  font-size: 14px;
  color: #000;
  background: url("./科普重庆-搜索/background.png") repeat;
}

.Subject4 .resultList {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 640px;
}

.Subject4 .orange {
  color: #ff6834 !important;
}

.Subject4 .searchTitle {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0;
  width: 1400px;
  background-color: #fff;
  color: #999;
  margin: 0 auto;
}

.Subject4 .list-item {
  padding: 10px 0;
}

.Subject4 .list-item:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

.Subject4 .list-item .item-name {
  margin-bottom: 10px;
}

.Subject4 .list-item .item-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
}

.Subject4 .list-item .item-foot .date {
  display: flex;
  align-items: center;
}

.Subject4 .list-item .item-foot .date .icon-date {
  width: 13px;
  display: block;
  margin-right: 4px;
}

.Subject4 .serviceBox {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #B3B5B9;
}

.Subject4 .serviceBox p:not(:last-child) {
  margin-bottom: 6px;
}

.Subject4 .serviceBox span {
  color: #1E92F0;
}

.Subject5 .mainPage {
  position: relative;
  background: linear-gradient(to bottom, #91c9ff, #7fa6fe);
  padding-bottom: 100px;
}

.Subject5 .mainPage .footImg {
  width: 100%;
  margin-top: 175px;
}

.Subject5 .mainPage::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 165px;
  height: 424px;
  background: url("./防疫科普365/corner1.png") no-repeat center/100% 100%;
  display: block;
  content: "";
}

.Subject5 .mainPage::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("./防疫科普365/gridImg.png") repeat left top/1920px 38px;
}

.Subject5 .sectionItem {
  padding-top: 100px;
  position: relative;
  width: 1174px;
  margin: 0 auto;
}

.Subject5 .sectionItem .secTitle {
  background: url(https://rs.kpcq.org.cn/uploads/images/2022/08/10/1660126776695.png) no-repeat center;
  background-size: 100% 100%;
  height: 114px;
  line-height: 104px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 52px;
}

.Subject5 .sec1 .contentBox {
  display: flex;
  position: relative;
  width: 100%;
  height: 612px;
  background-image: url(https://rs.kpcq.org.cn/uploads/images/2022/08/10/1660126817566.png);
  height: 612px;
  padding: 35px 31px 0;
}

.Subject5 .sec1 .contentBox::after {
  content: "";
  display: block;
  width: 216px;
  height: 414px;
  background: url("./防疫科普365/kangyi.png") no-repeat center/100% 100%;
  position: absolute;
  right: -230px;
  bottom: -136px;
}

.Subject5 .sec1 .contentBox .cover {
  width: 541px;
  height: 541px;
  flex-shrink: 0;
  margin-right: 18px;
  display: flex;
  background-color: #7fa6fe;
  align-items: center;
  justify-content: center;
}

.Subject5 .sec1 .contentBox .cover img {
  width: 320px;
  height: 134px;
}

.Subject5 .sec1 .contentBox .rightBox {
  flex: 1;
  width: 0;
}

.Subject5 .sec1 .contentBox .rightBox .listItem {
  font-size: 25px;
  color: #333;
  line-height: 55px;
  padding: 16px;
  display: flex;
  border-bottom: 1px solid #90c7ff;
}

.Subject5 .sec1 .contentBox .rightBox .listItem:hover {
  color: #90c7ff;
}

.Subject5 .sec1 .contentBox .rightBox .listItem .name {
  flex: 1;
  width: 0;
}

.Subject5 .sec1 .contentBox .rightBox .listItem .time {
  flex-shrink: 0;
  margin-left: 10px;
}

.Subject5 .sec2 .contentBox {
  background: url("./防疫科普365/box2.png") no-repeat left top/100% 100%;
  height: 1079px;
  padding: 68px 84px 0 60px;
}

.Subject5 .sec2 .contentBox .itemBox {
  display: flex;
}

.Subject5 .sec2 .contentBox .itemBox:not(:last-child) {
  margin-bottom: 150px;
}

.Subject5 .sec2 .contentBox .itemBox:nth-child(2) {
  flex-direction: row-reverse;
}

.Subject5 .sec2 .contentBox .itemBox:nth-child(2) .cover {
  margin-right: 0;
  margin-left: 30px;
}

.Subject5 .sec2 .contentBox .itemBox:nth-child(2) .btn-look {
  margin-left: 0 !important;
  margin-right: auto;
}

.Subject5 .sec2 .contentBox .itemBox .cover {
  width: 474px;
  height: 367px;
  flex-shrink: 0;
  margin-right: 30px;
  display: flex;
  background-color: #7fa6fe;
  align-items: center;
  justify-content: center;
}

.Subject5 .sec2 .contentBox .itemBox .cover img {
  width: 320px;
  height: 134px;
}

.Subject5 .sec2 .contentBox .itemBox .rightBox {
  flex: 1;
  width: 0;
}

.Subject5 .sec2 .contentBox .itemBox .rightBox .title {
  font-size: 25px;
  color: #023f77;
  padding: 10px 0;
  line-height: 64px;
  border-bottom: 1px solid #64b1f8;
}

.Subject5 .sec2 .contentBox .itemBox .rightBox .content {
  line-height: 36px;
  padding-top: 8px;
  font-size: 22px;
  color: #000;
  height: 230px;
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}

.Subject5 .sec2 .contentBox .itemBox .rightBox .btn-look {
  margin-top: 4px;
  height: 58px;
  width: 222px;
  box-sizing: border-box;
  background: #99ccfa;
  color: #fff;
  font-size: 29px;
  line-height: 54px;
  text-align: center;
  border: 2px solid #72b0e7;
  position: relative;
  border-radius: 5px;
  margin-left: auto;
}

.Subject5 .sec3 .contentBox {
  background: url("./防疫科普365/box3.png") no-repeat left top/100% 100%;
  height: 1077px;
  padding: 58px 58px 0;
  box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  border-radius: 30px;
}

.Subject5 .sec3 .contentBox::after {
  content: "";
  display: block;
  width: 296px;
  height: 267px;
  background: url("./防疫科普365/fanghu.png") no-repeat center/100% 100%;
  position: absolute;
  right: -302px;
  bottom: -103px;
}

.Subject5 .sec3 .contentBox .itemBox {
  width: 474px;
  flex-shrink: 0;
  margin-right: calc(100% - 948px);
}

.Subject5 .sec3 .contentBox .itemBox:nth-child(2n) {
  margin-right: 0;
}

.Subject5 .sec3 .contentBox .itemBox .cover {
  width: 100%;
  height: 313px;
  margin-bottom: 20px;
}

.Subject5 .sec3 .contentBox .itemBox .title {
  line-height: 40px;
  text-align: center;
  font-size: 25px;
  color: #023f77;
  margin-bottom: 20px;
}

.Subject5 .sec3 .contentBox .itemBox .btn-look {
  height: 56px;
  width: 218px;
  box-sizing: border-box;
  background: #99ccfa;
  color: #fff;
  font-size: 29px;
  line-height: 52px;
  text-align: center;
  border: 2px solid #72b0e7;
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
}

.Subject6 {
  background: url("./低碳节能/bg.png") no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.Subject6 .pageBox {
  width: 1305px;
  margin: 55px auto 0;
}

.Subject6 .titleBox {
  background: url("./低碳节能/box.png") no-repeat;
  background-size: 100%;
  padding-top: 150px;
  height: 674px;
}

.Subject6 .titleBox .row {
  display: flex;
  width: 1110px;
  margin: 0 auto;
}

.Subject6 .titleBox .cover {
  width: 370px;
  height: 370px;
  flex-shrink: 0;
  margin-left: 40px;
}

.Subject6 .titleBox .leftBox {
  flex: 1;
  width: 0;
}

.Subject6 .titleBox .leftBox .title {
  width: 100%;
  font-size: 28px;
  color: #609a27;
}

.Subject6 .titleBox .leftBox .content {
  font-size: 24px;
  line-height: 1.5;
  color: #999;
}

.Subject6 .listBox {
  position: relative;
  margin-top: 260px;
  padding-bottom: 65px;
  background: url("./低碳节能/box-center.png") repeat-y;
  background-size: 100%;
}

.Subject6 .listBox::before {
  content: "";
  width: 100%;
  height: 221px;
  background: url("./低碳节能/box-top.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}

.Subject6 .listBox::after {
  content: "";
  width: 100%;
  height: 149px;
  background: url("./低碳节能/box-footer.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.Subject6 .listBox .list {
  width: 1110px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.Subject6 .listBox .list .list-item {
  width: 500px;
  height: 374px;
  flex-shrink: 0;
  margin-right: calc(100% - 1000px);
  position: relative;
}

.Subject6 .listBox .list .list-item:nth-child(2n) {
  margin-right: 0;
}

.Subject6 .listBox .list .list-item .name {
  font-size: 18px;
  color: #fff;
  text-align: center;
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.Subject6 .listBox .btn-more {
  width: 287px;
  margin: 20px auto 0;
  display: block;
  position: relative;
  z-index: 2;
}

.Subject7 {
  background-color: #b91e28;
  padding-bottom: 30px;
}

.Subject7 .swiperContainerBox {
  width: 1302px;
  margin: 0 auto 50px;
  position: relative;
}

.Subject7 .swiperContainerBox .top {
  position: relative;
  margin-bottom: 50px;
}

.Subject7 .swiperContainerBox .top .title {
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.Subject7 .swiperContainerBox .top .btn-more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.Subject7 .swiperContainerBox .swiperBox {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.Subject7 .swiperContainerBox .swiperBox .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.Subject7 .swiperContainerBox .swiperBox .swiper-slide .name {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(77, 77, 77, 0.5);
}

.Subject7 .swiperContainerBox .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

.Subject7 .swiperContainerBox .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
}

.Subject7 .swiperContainerBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.Subject7 .section {
  width: 1302px;
  margin: 0 auto;
  padding-bottom: 120px;
  border-bottom: 1px solid #fff;
}

.Subject7 .section .sectionItem {
  position: relative;
}

.Subject7 .section .sectionItem:not(:last-child) {
  margin-bottom: 100px;
}

.Subject7 .section .sectionItem:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -90px;
  width: 172px;
  height: 322px;
  background: url("./众志成城/p1.png") no-repeat left top/100% 100%;
}

.Subject7 .section .sectionItem:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -90px;
  width: 172px;
  height: 322px;
  background: url("./众志成城/p1.png") no-repeat left top/100% 100%;
}

.Subject7 .section .sectionItem:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -240px;
  width: 318px;
  height: 321px;
  background: url("./众志成城/p3.png") no-repeat left top/100% 100%;
}

.Subject7 .section .sectionItem:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: -43px;
  width: 125px;
  height: 374px;
  background: url("./众志成城/p4.png") no-repeat left top/100% 100%;
}

.Subject7 .section .sectionItem:nth-child(5)::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: -150px;
  width: 231px;
  height: 207px;
  background: url("./众志成城/p5.png") no-repeat left top/100% 100%;
}

.Subject7 .section .sectionItem:nth-child(6)::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: -150px;
  width: 238px;
  height: 320px;
  background: url("./众志成城/p6.png") no-repeat left top/100% 100%;
}

.Subject7 .section .sectionItem .secTop {
  text-align: center;
  position: relative;
}

.Subject7 .section .sectionItem .secTop .btn-more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.Subject7 .section .sectionItem .secBox {
  height: 534px;
  border: 10px solid #fff;
  padding: 32px 55px;
  position: relative;
}

.Subject7 .section .sectionItem .secWrapper {
  position: absolute;
  width: 1170px;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
  display: flex;
}

.Subject7 .section .sectionItem .secWrapper .itemBox {
  width: 357px;
  height: 540px;
  background-color: #f6e8bb;
  padding: 20px;
}

.Subject7 .section .sectionItem .secWrapper .itemBox:not(:last-child) {
  margin-right: calc((100% - 1071px) / 2);
}

.Subject7 .section .sectionItem .secWrapper .itemBox .cover {
  width: 100%;
  height: 377px;
  margin-bottom: 45px;
}

.Subject7 .section .sectionItem .secWrapper .itemBox .name {
  position: relative;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
}

.Subject7 .section .sectionItem .secWrapper .itemBox .name::before {
  content: "";
  width: 190px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -20px;
  background-color: #fefe00;
  transform: translate(-50%, -50%);
}

.Subject7 .subject-footer {
  padding-top: 30px;
  --color: #fff;
}

.Subject8 .box1 {
  background: url("./冬奥会和残奥会/bg1.jpg") no-repeat left top/100% 100%;
  background-size: 100% auto;
  padding-top: 40px;
  position: relative;
  padding-bottom: 182px;
}

.Subject8 .box1 .topSwiperBox {
  width: 1332px;
  height: 460px;
  display: flex;
  margin: 0 auto;
  padding-right: 100px;
}

.Subject8 .box1 .swiper {
  width: 785px;
  height: 437px;
  position: relative;
  overflow: hidden;
}

.Subject8 .box1 .swiperList {
  font-size: 16px;
  line-height: 33px;
  flex: 1;
  padding-left: 20px;
  color: #fff;
}

.Subject8 .box1 .swiperList .listItem {
  padding: 9px 0;
}

.Subject8 .box1 .swiperList .listItem:not(:last-child) {
  border-bottom: 1px dotted #1a489d;
}

.Subject8 .box1 .swiperList .listItem:hover {
  color: #1a489d;
  font-weight: bold;
}

.Subject8 .box1 .footBox {
  margin-top: 62px;
}

.Subject8 .box1 .footBox .gridBox {
  width: 1294px;
  margin: 95px auto 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  padding-left: 480px;
}

.Subject8 .box1 .footBox .gridBox .gridItem {
  width: 400px;
  height: 252px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: calc(100% - 800px);
  position: relative;
}

.Subject8 .box1 .footBox .gridBox .gridItem .mask {
  position: absolute;
  background: rgba(9, 91, 203, 0.7);
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 17px;
  align-items: center;
  padding: 0 14px;
  justify-content: center;
  display: none;
}

.Subject8 .box1 .footBox .gridBox .gridItem:hover .mask {
  display: flex;
}

.Subject8 .box1 .footBox .gridBox .gridItem:nth-child(2n) {
  margin-right: 0;
}

.Subject8 .box2 .gridBox {
  display: flex;
  width: 68%;
  margin: 0 auto;
  padding: 4% 2% 0;
}

.Subject8 .box2 .gridBox .sbox {
  position: relative;
}

.Subject8 .box2 .gridBox .sbox .sfoot {
  position: absolute;
  background: rgba(36, 45, 58, 0.9);
  bottom: 0px;
  padding: 18px 3% 18px 80px;
  left: 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.Subject8 .box2 .gridBox .sbox .sfoot::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57px;
  height: 57px;
  background: #fb5052;
}

.Subject8 .box2 .gridBox .sbox .sfoot::after {
  content: "";
  position: absolute;
  left: 11.5px;
  bottom: 11.5px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-left: 32px solid #fff;
  border-bottom: 16px solid transparent;
}

.Subject8 .box2 .gridBox .leftBox {
  width: 64%;
}

.Subject8 .box2 .gridBox .leftBox .sbox1 {
  width: 100%;
  height: 55.886%;
}

.Subject8 .box2 .gridBox .rightBox {
  width: 35%;
}


.hover::before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0px;
    width: 0;
    top: -4px;
    right: -4px;
    background: white;
    background: linear-gradient(225deg, white 45%, #ffd633 50%, #ffd633 56%, #ffd633 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
    border-bottom-left-radius: 14px;
    border-top-right-radius: 10px;
}

.hover::before {
    background: linear-gradient(225deg, white 45%, #703232 50%, #703232 56%, #703232 80%);
    border-top-right-radius: 8px;
}


/* 分页 */

.pages {
  display: flex;
  justify-content: center;
  margin: 100px 0 20px;
}

.pages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.pages ul .disabled {
  display: none;
}

.pages ul .pageChange a {
  display: block;
  width: 68px !important;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background: #175db2;
  color: #FFF;
}

.pages ul li {
  margin: 4px;
}

.pages ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #175db2;
}

.pages1 a {
  margin: 0;
}

.pages ul li .active {
  border: 1px solid #175db2;
  color: #175db2;
  border-radius: 50%;
}

@media screen and (max-width: 981px) {
  html {
      transform-origin: top left;
      transform: scale(var(--scale-factor));
      width: 100vw;
      height: 100vh;
      overflow-x: hidden;
      box-sizing: border-box;
  }
}