/* pc电脑 */
.goTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999999;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: #d50809;
  cursor: pointer;
}
.goTop img {
  width: 80%;
  height: 80%;
  margin: 10% auto;
  display: inline-block;
}
.moreDetail {
  cursor: pointer;
  color: #d50809;
  padding-left: 10px;
}
.container {
  width: 100%;
  height: 100%;
  min-width: 1216px;
  overflow-x: hidden;
  background-color: transparent;
}
.content-auto {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.container .header {
  width: 100%;
  height: auto;
  padding: 647px 0 169px;
  background-image: url('./image/banner.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
}
.container .header .logo {
  width: 120px;
  height: 120px;
  background-image: url('./image/logo.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 63px;
  left: 90px;
}
.container .header .zgbj-box {
  width: 803px;
  height: 114px;
  margin: 0 auto;
  background-image: url('./image/zgbj.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
}
.container .header .zgbj-box .zgbj-box-text {
  width: 455px;
  padding-left: 30px;
  height: 72px;
  position: absolute;
  top: 21px;
  right: 0px;
  border-left: 2px solid #ffffff;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 25px;
}
.container .header .zgbj-box .zgbj-box-text p:nth-child(2) {
  padding-left: 90px;
}
/* 内容 */
.content {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
}
.content .tab-tit {
  width: 100%;
  padding: 0 60px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 22px;
  color: #000000;
  position: absolute;
  top: -40px;
  left: 0;
}
.tab-tit .tab-tit-item p {
  width: auto;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.tab-tit .tab-tit-item {
  width: 16.66%;
  line-height: 70px;
  padding: 0;
  height: 100%;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.timeDialog {
  width: 170px;
  height: 200px;
  padding: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 56px;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 56px;
  right: 68px;
  z-index: 999;
}
.timeDialog .chooseYear {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
}
.timeDialog .active {
  color: #9e0e19;
}
.tab-tit .tab-tit-item.active p {
  color: #d50809;
}
.tab-tit .tab-tit-item.active {
  font-weight: bold;
  color: #d50809;
}
.tab-tit .tab-tit-item .tab-img {
  max-width: 17px;
  height: 17px;
  display: inline-block;
}
.tab-tit .tab-tit-item.active .dImg,
.tab-tit .tab-tit-item .aImg {
  display: none;
}
.tab-tit .tab-tit-item .dImg,
.tab-tit .tab-tit-item.active .aImg {
  display: inline-block;
}
/* 图上文本 */
.common-p {
  width: 100%;
  padding: 10px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* 标题样式 */
.common-tit {
  height: 35px;
  line-height: 26px;
  font-size: 32px;
  font-weight: bold;
  color: #010101;
  text-align: center;
}
/* 内容 */
.tab-content {
  width: 100%;
  background-color: #ffffff;
}
.tab-content1 {
  width: 100%;
  height: 1218px;
  padding: 89px 0 0;
  background-image: url('./image/banner1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.tab-content1 .h2-tit {
  width: 100%;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 35px;
  font-weight: bold;
  color: #010101;
}
.tab-content1 .p-text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 44px 1px 31px 11px;
  border-bottom: 1px solid #000000;
}
/* 活动 */
.active-box {
  width: 100%;
  height: 400px;
  margin-top: 60px;
}
.active-box .active-box-left {
  width: 712px;
  height: 400px;
  margin-right: 20px;
  position: relative;
}
.active-box .active-box-left img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.active-box .active-box-left p {
  padding-left: 28px;
  text-align: left;
}
.active-box .active-box-right {
  width: calc(100% - 712px - 20px);
}

.active-box .active-box-right .t1-tit {
  width: 76px;
  border-bottom: 15px solid #ffdf99;
}
.active-list {
  width: 100%;
  margin-top: 60px;
  height: 290px;
  overflow-y: auto;
}
.active-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.active-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #d50809;
}
.active-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #e6e6e6;
}
.active-list .active-list-item {
  width: 100%;
  cursor: pointer;
  margin-bottom: 24px;
}
.active-list .active-list-left {
  width: 72px;
  height: 82px;
  text-align: center;
}
.active-list .active-list-left div:nth-child(1) {
  width: 100%;
  height: 56px;
  line-height: 46px;
  background-color: #d50809;
  color: #fff;
  font-size: 32px;
}
.active-list .active-list-left div:nth-child(2) {
  width: 100%;
  height: 26px;
  line-height: 26px;
  background-color: #fff;
  color: #999999;
  font-size: 14px;
}
.active-list .active-list-right {
  width: calc(100% - 72px - 14px);
  margin-left: 14px;
  line-height: 25px;
  padding: 16px 30px 16px 0;
  font-size: 18px;
  color: #000000;
}
/* 公益作品 */
.gyzp-box {
  width: 100%;
  padding-top: 60px;
  text-align: center;
}
.gyzp-box .t2-tit {
  width: 238px;
  height: 49px;
  margin: 0 auto;
  border-bottom: 15px solid #cef2ff;
}
.gyzp-box .t2-tit span {
  line-height: 35px;
  font-size: 50px;
  color: #d50809;
}
.gyzp-box .gyzp-box-banner {
  margin-top: 43px;
  width: 100%;
  height: 675px;
  position: relative;
}
.gyzp-box .gyzp-box-banner .banner {
  width: 100%;
  height: 675px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.gyzp-box .gyzp-box-banner .banner-bc {
  width: 1170px;
  height: 645px;
  position: absolute;
  right: -30px;
  top: 60px;
  z-index: 1;
}
.gyzp-box .gyzp-box-banner p {
  text-align: center;
  z-index: 999;
}
.tab-content2 {
  width: 100%;
  background-color: #fff;
  padding-top: 412px;
}
.tab-title {
  width: 100%;
}
.tab-title .t3-tit {
  width: 150px;
  border-bottom: 15px solid #ffdf99;
  margin-bottom: 33px;
}
.tab-title .t4-tit {
  width: 150px;
  border-bottom: 15px solid #d5f4b7;
  margin-bottom: 43px;
}
.tab-title .t5-tit {
  width: 150px;
  border-bottom: 15px solid #dcdcdb;
  margin-bottom: 40px;
}
.t6-tit {
  width: 150px;
  border-bottom: 15px solid #cef2ff;
  margin-bottom: 30px;
}
.t7-tit {
  width: 160px;
  color: #d50809;
  font-size: 50px;
  height: 50px;
  line-height: 40px;
  border-bottom: 15px solid #ffe4ca;
}
.t8-tit {
  width: 125px;
  border-bottom: 15px solid #cef2ff;
  margin-bottom: 40px;
}
.t9-tit {
  width: 125px;
  border-bottom: 15px solid #e2d9ff;
  margin-bottom: 40px;
}
.t10-tit {
  width: 162px;
  border-bottom: 15px solid #dfffbf;
  margin-bottom: 40px;
}
.t11-tit {
  width: 162px;
  border-bottom: 15px solid #ffe4ca;
  margin-bottom: 40px;
}
.tab-title .right-btn img {
  width: 42px;
  height: 40px;
  display: inline-block;
}
.tab-title .right-btn img:nth-child(2) {
  margin-left: 20px;
}
/* 政治经济 */
.zzjj-box .zzjj-box-left {
  width: 430px;
  height: 468px;
  position: relative;
}
.zzjj-box .zzjj-box-right img,
.zzjj-box .zzjj-box-center .zzjj-box-center-bottom img,
.zzjj-box .zzjj-box-center .zzjj-box-center-top img,
.zzjj-box .zzjj-box-left img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.zzjj-box .zzjj-box-center {
  width: 462px;
  margin: 0 20px;
}
.zzjj-box .zzjj-box-center .zzjj-box-center-top {
  position: relative;
}
.zzjj-box .zzjj-box-center .zzjj-box-center-top div {
  width: 221px;
  height: 224px;
  position: relative;
}
.zzjj-box .zzjj-box-center .zzjj-box-center-top img:nth-child(2) {
  margin-left: 20px;
}
.zzjj-box .zzjj-box-center .zzjj-box-center-bottom {
  width: 462px;
  height: 224px;
  margin-top: 20px;
  position: relative;
}
.zzjj-box .zzjj-box-right {
  width: 268px;
  height: 468px;
  position: relative;
}
.zzjj-box p {
  font-weight: normal;
}
/* .zzch-box-left a, */
.zzjj-box a {
  display: inline-block;
}
/* 社会文化 科普知识 */
.dsj-box,
.zzjj-box,
.shwh-box,
.kpzs-box,
.zzch-box {
  width: 100%;
  margin-bottom: 59px;
}
.shwh-box .shwh-box-item,
.kpzs-box .kpzs-box-item {
  width: 224px;
  height: 248px;
  margin-right: 20px;
  position: relative;
}
.shwh-box .shwh-box-item:nth-child(5n),
.kpzs-box .kpzs-box-item:nth-child(5n) {
  margin: 0;
}
.shwh-box .shwh-box-item img,
.kpzs-box .kpzs-box-item img {
  width: 100%;
  height: 168px;
  display: inline-block;
}
.shwh-box .shwh-box-item p,
.kpzs-box .kpzs-box-item p {
  width: 100%;
  height: 90px;
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
  font-weight: normal;
  text-align: left;
}
.shwh-box .shwh-box-item p {
  background-color: #d50809;
}
.kpzs-box .kpzs-box-item p {
  background-color: #383838;
}
/* 组织策划 */
.zzch-box .zzch-box-left {
  width: 387px;
  height: 454px;
  margin-right: 20px;
  position: relative;
}
.zzch-box .zzch-box-left p {
  font-weight: normal;
}
.zzch-box .zzch-box-right {
  width: calc(100% - 387px - 20px);
  height: 454px;
}
.zzch-box .zzch-box-right .zzch-box-right-list {
  width: 100%;
  height: 100%;
}
.zzch-box .zzch-box-right .zzch-box-right-list div {
  width: 387px;
  height: 217px;
  float: left;
  margin: 0 19px 20px 0;
  position: relative;
}
.zzch-box .zzch-box-right .zzch-box-right-list div:nth-child(2n) {
  margin-right: 0;
}
.zzch-box .zzch-box-right .zzch-box-right-list p {
  width: 100%;
  font-weight: normal;
}
/* 大事记 */
.dsj-box {
  padding-top: 60px;
}
.dsj-box .dsj-box-left {
  width: 270px;
  margin-right: 20px;
}
.dsj-box .dsj-box-left p {
  width: 100%;
  padding-left: 7px;
  margin-top: 20px;
  height: 25px;
  font-size: 23px;
  font-weight: bold;
  color: #000000;
}
.dsj-box .dsj-box-right {
  width: calc(100% - 270px - 20px);
  height: 542px;
  position: relative;
}
.dsj-box .dsj-box-right .banner {
  width: 100%;
  height: 512px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 99;
}
.dsj-box .dsj-box-right .banner-bc {
  width: 100%;
  height: 512px;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 1;
}
.dsj-box .dsj-box-right p {
  width: 600px;
  height: 100px;
  padding: 25px 50px 25px 30px;
  background-color: #d50809;
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  line-height: 26px;
  position: absolute;
  left: -290px;
  bottom: 30px;
  z-index: 999;
}
.tab-content3 {
  width: 100%;
  height: 461px;
  background-image: url('./image/banner24.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: -521px;
}
.tab-content4 {
  background-color: #fff;
  padding: 60px 0 0;
}
.zzs-box,
.zzhs-box,
.pykt-box,
.djly-box {
  width: 585px;
  margin-bottom: 60px;
}
.zzhs-box,
.djly-box {
  margin-left: 30px;
}
/* 真知识 */
.zzhs-box-content {
  width: 100%;
  height: 329px;
  position: relative;
}
.zzhs-box-content .video {
  width: 100%;
  height: 329px;
}
.zzhs-box-content .open {
  width: 74px;
  height: 58px;
  position: absolute;
  top: calc(50% - 29px);
  left: calc(50% - 37px);
  cursor: pointer;
}
/* 辟谣课堂 */
.pykt-box-content {
  width: 100%;
  height: 475px;
  position: relative;
}
.pykt-box-content .banner {
  width: 100%;
  height: 329px;
  display: inline-block;
  position: absolute;
  z-index: 99;
}
.pykt-box-content .banner-bc {
  width: 260px;
  height: 260px;
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 0;
}
.pykt-box-content p {
  width: 100%;
  height: 116px;
  background: #f5f5f7;
  padding: 19px 24px 28px 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  position: absolute;
  left: 0;
  bottom: 30px;
}
/* 大家辟谣 真真说 */
.zzs-box-content,
.djly-box-content {
  width: 100%;
}
.swiper-list-djly .swiper-slide,
.swiper-list-djly {
  width: 100%;
  height: 475px !important;
  position: relative;
}
.swiper-list-zzs .swiper-slide,
.swiper-list-zzs {
  width: 100%;
  height: 329px !important;
  position: relative;
}
.swiper-list-zzs .swiper-slide .swiper-list-item,
.swiper-list-djly .swiper-slide .swiper-list-item {
  width: 100%;
  height: 134px;
  margin-bottom: 20px;
}
.swiper-list-zzs .swiper-slide .swiper-list-item:nth-child(2),
.swiper-list-djly .swiper-slide .swiper-list-item:nth-child(3) {
  margin-bottom: 0;
}
.swiper-list-zzs .swiper-slide .swiper-list-item img,
.swiper-list-djly .swiper-slide .swiper-list-item img {
  width: 237px;
  height: 134px;
  margin-right: 20px;
  object-fit: cover;
  display: inline-block;
}
.swiper-list-zzs .swiper-slide .swiper-list-item div,
.swiper-list-djly .swiper-slide .swiper-list-item div {
  width: calc(100% - 20px - 237px);
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  text-align: left;
  padding: 40px 0;
  box-sizing: border-box;
}
/* 轮播图----------------------start------------------------------- */
/* 小点点 */
.swiper-zzs-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-djly-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-theme-color: red;
}
/* 左右切换按钮 */
.swiper-list-zzs .swiper-tool,
.swiper-list-djly .swiper-tool {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
.swiper-list-zzs .carousel-btn,
.swiper-list-djly .carousel-btn {
  position: absolute;
  bottom: 0;
  width: 32px;
  height: 24px;
  cursor: pointer;
  z-index: 9999;
}

.swiper-list-zzs .carousel-prev-btn,
.swiper-list-djly .carousel-prev-btn {
  right: 42px;
}

.swiper-list-zzs .carousel-next-btn,
.swiper-list-djly .carousel-next-btn {
  right: 0;
}
/* 轮播图----------------------end------------------------------- */
.tab-content5 {
  width: 100%;
  height: 597px;
  padding: 61px 0 60px;
  background-image: url('./image/banner32.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  text-align: center;
}
.hjgy-box {
  width: 1230px;
  height: 476px;
  margin: 0 auto;
  background-image: url('./image/banner33.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  box-sizing: border-box;
  position: relative;
}
.hjgy-box .hjgy-box-left {
  width: 74px;
  height: 145px;
  text-align: center;
  padding: 0 19px;
  text-align: center;
  position: absolute;
  top: 184px;
  left: 0;
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  z-index: 999;
}
.hjgy-box .hjgy-box-right {
  width: calc(100% - 110px- 60px);
  height: 100%;
  position: absolute;
  top: 81px;
  right: 60px;
  bottom: 61px;
}
.hjgy-box .hjgy-list {
  width: 100%;
  height: 100%;
  position: relative;
}
.hjgy-box .hjgy-list .hjgy-list-right,
.hjgy-box .hjgy-list .hjgy-list-left {
  width: 530px;
  box-sizing: border-box;
}
.hjgy-box .hjgy-list .hjgy-list-left {
  padding-right: 30px;
}
.hjgy-box .hjgy-list .hjgy-list-right {
  border-left: 1px solid #e2e2e2;
  padding-left: 30px;
}
.hjgy-box .hjgy-list .hjgy-list-item {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
}
.hjgy-box .hjgy-list .hjgy-list-right .hjgy-list-item:nth-child(3n),
.hjgy-box .hjgy-list .hjgy-list-left .hjgy-list-item:nth-child(3n) {
  margin-bottom: 0;
}
.hjgy-box .hjgy-list .hjgy-list-item img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 15px;
  display: inline-block;
  object-fit: cover;
}
.hjgy-box .hjgy-list .hjgy-list-item div {
  width: calc(100% - 15px - 80px);
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  text-align: left;
  padding: 16px 0;
  box-sizing: border-box;
}
.hjgy-box .hjgy-list .bottom-btn {
  position: absolute;
  right: 0;
  top: 310px;
  z-index: 999;
}
.hjgy-box .hjgy-list .bottom-btn img {
  width: 32px;
  height: 24px;
  border-radius: 2px;
  display: inline-block;
}
.hjgy-box .hjgy-list .bottom-btn img:nth-child(1) {
  margin-right: 10px;
}
/* 底部 */
.footer {
  width: 100%;
  height: 130px;
  background-color: #d50809;
  font-size: 18px;
  padding: 38px 0;
  text-align: center;
}
.footer p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
}

.zzjj-box-center,
.zzjj-box-right {
  display: inline-block;
}
/* 普通平板屏幕 425-767 普通手机屏幕<424px ---------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    margin: 0;
    font-size: 0.14rem;
    color: #333;
    background-color: #f4f4f4;
    -webkit-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .container {
    width: 100%;
    height: 100%;
    background-color: transparent;
    min-width: 100%;
    overflow-x: hidden;
  }
  .content-auto {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .container .header {
    width: 100%;
    height: auto;
    padding: 1.56rem 0 0.2rem;
    background-image: url('./image/phone/banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .container .header .logo {
    width: 0.37rem;
    height: 0.37rem;
    background-image: url('./image/phone/logo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: 0.21rem;
    left: 0.21rem;
  }
  .container .header .zgbj-box {
    width: calc(100% - 0.6rem);
    height: 0.49rem;
    margin: 0 auto;
    background-image: url('./image/phone/zgbj.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
  }
  .container .header .zgbj-box .zgbj-box-text {
    width: 2.15rem;
    padding-left: 0.05rem;
    height: 0.36rem;
    position: absolute;
    top: 0.05rem;
    right: 0px;
    border-left: 0.01rem solid #ffffff;
    font-size: 0.09rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.13rem;
    text-align: left;
  }
  .container .header .zgbj-box .zgbj-box-text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .container .header .zgbj-box .zgbj-box-text p:nth-child(2) {
    padding-left: 0.5rem;
    text-align: left;
  }

  /* 内容 */
  .menu {
    width: 35px;
    height: 35px;
    background-image: url('./image/menu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: fixed;
    top: 0.21rem;
    right: 0.2rem;
    z-index: 9;
  }
  .content {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    position: relative;
  }
  .menu-list-right {
    width: 1.2rem;
    height: auto;
    border-radius: 0.01rem;
    background-color: #fff;
    font-size: 0.12rem;
    color: #000000;
    position: fixed !important;
    top: 0.55rem;
    right: 0.2rem;
    padding-bottom: 0.21rem;
    z-index: 9999;
    /* display: none; */
  }
  .menu-list-right .menu-list-item {
    width: 100%;
    padding: 0 0.15rem;
    text-align: left;
    margin: 0.21rem 0;
  }
  .menu-list-right .menu-list-item span {
    display: inline-block;
    font-size: 0.12rem;
    color: #000;
    text-align: center;
  }
  .menu-list-right .menu-list-item.active span {
    color: #d50809;
  }
  .timeShow .chooseYear.active,
  .menu-list-right .menu-list-item.active {
    font-weight: bold;
    color: #d50809;
  }
  .menu-list-right .menu-list-item .menu-img {
    width: 0.1rem;
    height: 0.12rem;
    margin: 0 auto;
  }
  .menu-list-right .menu-list-item.active .dImg,
  .menu-list-right .menu-list-item .aImg {
    display: none;
  }
  .menu-list-right .menu-list-item .dImg,
  .menu-list-right .menu-list-item.active .aImg {
    display: inline-block;
  }
  .menu-list-right .menu-list-item .right-menu-img {
    width: 0.05rem;
    height: 0.03rem;
  }
  .menu-list-right .menu-list-item .right-menu-img img {
    width: 100%;
    height: 100%;
  }
  .timeShow {
    width: 100%;
    background-color: #f4f5f7;
  }
  .timeShow .chooseYear {
    width: 100%;
    font-size: 0.12rem;
    line-height: 0.35rem;
    color: #000000;
    padding: 0 0 0 0.3rem;
    display: inline-block;
  }
  /* 图上文本 */
  .common-p {
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.15rem;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  /* 标题样式 */
  .common-tit {
    height: 0.3rem;
    line-height: 0.36rem;
    font-size: 0.15rem;
    font-weight: bold;
    color: #010101;
    text-align: center;
  }
  /* 内容 */
  .tab-content {
    width: 100%;
    background-color: #ffffff;
  }
  .tab-content1 {
    width: 100%;
    height: 6.42rem;
    padding: 0.21rem 0.21rem 0;
    background-image: url('./image/phone/banner1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
  }
  .tab-content1 .h2-tit {
    width: 100%;
    text-align: center;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.15rem;
    font-weight: bold;
    color: #010101;
  }
  .tab-content1 .p-text {
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.19rem;
    padding: 0.14rem 0.21rem 0.2rem 0.25rem;
    border-bottom: 0.01rem solid #000000;
  }
  /* 活动 */
  .active-box {
    width: 100%;
    height: auto;
    margin-top: 0.21rem;
  }
  .active-box .active-box-left {
    width: 3.34rem;
    height: 1.88rem;
    margin: 0 auto 0.2rem;
    position: relative;
  }
  .active-box .active-box-left img {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .active-box .active-box-left p {
    padding: 0.1rem;
    text-align: left;
  }
  .active-box .active-box-right {
    width: 100%;
    float: left;
    margin: 0 auto;
  }

  .active-box .active-box-right .t1-tit {
    width: 0.4rem;
    border-bottom: 0.07rem solid #ffdf99;
  }
  .active-list {
    width: 100%;
    margin-top: 0.1rem;
    height: 1.44rem;
    overflow-y: auto;
  }
  .active-list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0.06rem; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0.01rem;
  }
  .active-list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0.04rem;
    -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
    background: #d50809;
  }
  .active-list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
    border-radius: 0.04rem;
    background: #e6e6e6;
  }
  .active-list .active-list-item {
    width: calc(100% - 0.1rem);
    margin-right: 0.1rem;
    cursor: pointer;
    background-color: #ffffff;
    margin-bottom: 0.1rem;
  }
  .active-list .active-list-left {
    width: 0.36rem;
    height: 0.42rem;
    text-align: center;
  }
  .active-list .active-list-left div:nth-child(1) {
    width: 100%;
    height: 0.28rem;
    line-height: 0.28rem;
    background-color: #d50809;
    color: #fff;
    font-size: 0.15rem;
  }
  .active-list .active-list-left div:nth-child(2) {
    width: 100%;
    height: 0.14rem;
    line-height: 0.14rem;
    background-color: #fff;
    color: #999999;
    font-size: 0.08rem;
  }
  .active-list .active-list-right {
    width: calc(100% - 0.36rem - 0.06rem);
    margin-left: 0.06rem;
    line-height: 0.42rem;
    padding: 0 0.09rem 0 0;
    font-size: 0.12rem;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* 公益作品 */
  .gyzp-box {
    width: 100%;
    padding-top: 0.12rem;
    text-align: left;
  }
  .gyzp-box .t2-tit {
    width: 1.04rem;
    height: 0.3rem;
    margin: 0;
    border-bottom: 0.07rem solid #cef2ff;
  }
  .gyzp-box .t2-tit span {
    line-height: 0.3rem;
    font-size: 0.17rem;
    color: #d50809;
  }
  .gyzp-box .gyzp-box-banner {
    margin-top: 0.1rem;
    width: calc(100% - 0.1rem);
    height: 1.77rem;
    position: relative;
  }
  .gyzp-box .gyzp-box-banner .banner {
    width: 100%;
    height: 1.77rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
  }
  .gyzp-box .gyzp-box-banner .banner-bc {
    width: 100%;
    height: 1.77rem;
    position: absolute;
    right: -0.1rem;
    top: 0.11rem;
    z-index: 1;
  }
  .gyzp-box .gyzp-box-banner p {
    z-index: 999;
  }
  .tab-content2 {
    width: 100%;
    background-color: #fff;
    padding: 1.5rem 0.21rem 0;
  }
  .tab-title {
    width: 100%;
  }
  .tab-title .t3-tit {
    width: 0.7rem;
    border-bottom: 0.07rem solid #ffdf99;
    margin-bottom: 0.11rem;
  }
  .tab-title .t4-tit {
    width: 0.7rem;
    border-bottom: 0.07rem solid #d5f4b7;
    margin-bottom: 0.11rem;
  }
  .tab-title .t5-tit {
    width: 0.7rem;
    border-bottom: 0.07rem solid #dcdcdb;
    margin-bottom: 0.1rem;
  }
  .t6-tit {
    width: 0.7rem;
    border-bottom: 0.07rem solid #cef2ff;
    margin-bottom: 0.1rem;
  }
  .t7-tit {
    width: 0.6rem;
    color: #d50809;
    font-size: 0.17rem;
    height: 0.3rem;
    line-height: 0.36rem;
    border-bottom: 0.07rem solid #ffe4ca;
    margin: 0 auto;
  }
  .t8-tit {
    width: 0.5rem;
    border-bottom: 0.07rem solid #cef2ff;
    margin-bottom: 0.1rem;
  }
  .t9-tit {
    width: 0.5rem;
    border-bottom: 0.07rem solid #e2d9ff;
    margin-bottom: 0.1rem;
  }
  .t10-tit {
    width: 0.7rem;
    border-bottom: 0.07rem solid #dfffbf;
    margin-bottom: 0.1rem;
  }
  .t11-tit {
    width: 0.7rem;
    border-bottom: 0.07rem solid #ffe4ca;
    margin-bottom: 0.1rem;
  }
  .tab-title .right-btn img {
    width: 0.18rem;
    height: 0.17rem;
    display: inline-block;
    margin-bottom: -0.1rem;
  }
  .tab-title .right-btn img:nth-child(2) {
    margin-left: 0.08rem;
  }
  /* 政治经济 */
  .zzjj-box .zzjj-box-left {
    width: 100%;
    height: auto;
    position: relative;
  }
  .zzjj-box .zzjj-box-left img {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .zzjj-box p {
    font-weight: normal;
  }
  /* 社会文化 科普知识 */
  .dsj-box,
  .zzjj-box,
  .shwh-box,
  .kpzs-box,
  .zzch-box {
    width: 100%;
    margin-bottom: 0.11rem;
  }
  .shwh-box .shwh-box-item,
  .kpzs-box .kpzs-box-item {
    width: 1.61rem;
    height: 1.36rem;
    margin-right: 0.1rem;
    position: relative;
  }
  .shwh-box .shwh-box-item:nth-child(2n),
  .kpzs-box .kpzs-box-item:nth-child(2n) {
    margin: 0;
  }
  .shwh-box .shwh-box-item img,
  .kpzs-box .kpzs-box-item img {
    width: 100%;
    height: 0.91rem;
    display: inline-block;
  }
  .shwh-box .shwh-box-item p,
  .kpzs-box .kpzs-box-item p {
    width: 100%;
    height: 0.66rem;
    font-size: 0.12rem;
    color: #ffffff;
    line-height: 0.16rem;
    font-weight: normal;
    text-align: left;
  }
  .shwh-box .shwh-box-item p {
    background-color: #d50809;
  }
  .kpzs-box .kpzs-box-item p {
    background-color: #383838;
  }

  /* 组织策划 */
  .zzch-box .zzch-box-left {
    width: 100%;
    height: auto;
    margin-right: 0;
    position: relative;
  }
  .zzch-box .zzch-box-left img {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .zzch-box .zzch-box-left p {
    font-weight: normal;
  }
  /* 大事记 */
  .dsj-box {
    padding-top: 0.15rem;
  }
  .dsj-box .dsj-box-left {
    width: 100%;
    margin-right: 0;
  }
  .dsj-box .dsj-box-left p {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 0;
    height: 0.18rem;
    font-size: 0.12rem;
    font-weight: bold;
    color: #000000;
  }
  .dsj-box .dsj-box-right {
    width: 3.13rem;
    height: 1.67rem;
    position: relative;
  }
  .dsj-box .dsj-box-right .banner {
    width: 100%;
    height: 1.67rem;
    position: absolute;
    top: 0.22rem;
    right: 0.1rem;
    z-index: 99;
  }
  .dsj-box .dsj-box-right .banner-bc {
    width: 100%;
    height: 1.67rem;
    position: absolute;
    top: 0.12rem;
    right: 0;
    z-index: 1;
  }
  .dsj-box .dsj-box-right p {
    width: 2.29rem;
    height: 0.44rem;
    padding: 0.09rem 0.13rem 0.08rem;
    background-color: #d50809;
    font-size: 0.12rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.16rem;
    position: absolute;
    left: -0.21rem;
    bottom: -0.1rem;
    z-index: 999;
  }
  .tab-content3 {
    width: 100%;
    height: 1.56rem;
    background-image: url('./image/phone/banner24.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    margin-top: -1.4rem;
  }
  .tab-content4 {
    background-color: #fff;
    padding: 0.21rem 0.21rem 0.16rem;
  }
  .zzs-box,
  .zzhs-box,
  .pykt-box,
  .djly-box {
    width: 100%;
    margin-bottom: 0.21rem;
  }
  .zzhs-box,
  .djly-box {
    margin-left: 0;
  }
  /* 真知识 */
  .zzhs-box-content {
    width: 100%;
    height: 1.88rem;
    position: relative;
  }
  .zzhs-box-content .video {
    width: 100%;
    height: 1.88rem;
  }
  .zzhs-box-content .open {
    width: 0.54rem;
    height: 0.42rem;
    position: absolute;
    top: calc(50% - 0.27rem);
    left: calc(50% - 0.22rem);
    cursor: pointer;
  }
  .zzhs-box-content {
    text-align: center;
  }
  /* 辟谣课堂 */
  .pykt-box-content {
    width: 100%;
    height: 2.32rem;
    position: relative;
  }
  .pykt-box-content .banner {
    width: 100%;
    height: 1.88rem;
    display: inline-block;
    position: absolute;
    z-index: 99;
  }
  .pykt-box-content .banner-bc {
    display: none;
  }
  .pykt-box-content p {
    width: 100%;
    height: 0.44rem;
    background: #f5f5f7;
    padding: 0.16rem 0.28rem;
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 0.16rem;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  /* 大家辟谣 真真说 */
  .zzs-box-content,
  .djly-box-content {
    width: 100%;
  }
  .swiper-list-djly .swiper-slide,
  .swiper-list-djly {
    width: 100%;
    height: 2.5rem !important;
    text-align: center;
  }
  .swiper-list-zzs .swiper-slide,
  .swiper-list-zzs {
    width: 100%;
    height: 1.7rem !important;
    text-align: center;
  }
  .swiper-list-zzs .swiper-slide .swiper-list-item,
  .swiper-list-djly .swiper-slide .swiper-list-item {
    width: 100%;
    height: 0.69rem;
    margin-bottom: 0.11rem;
  }
  .swiper-list-zzs .swiper-slide .swiper-list-item:nth-child(2),
  .swiper-list-djly .swiper-slide .swiper-list-item:nth-child(3) {
    margin-bottom: 0;
  }
  .swiper-list-zzs .swiper-slide .swiper-list-item img,
  .swiper-list-djly .swiper-slide .swiper-list-item img {
    width: 1.04rem;
    height: 0.69rem;
    margin-right: 0.11rem;
    object-fit: cover;
    display: inline-block;
  }
  .swiper-list-zzs .swiper-slide .swiper-list-item div,
  .swiper-list-djly .swiper-slide .swiper-list-item div {
    width: calc(100% - 0.11rem - 1.04rem);
    font-size: 0.12rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.16rem;
    text-align: left;
    padding: 0.21rem 0;
    box-sizing: border-box;
  }
  /* 轮播图----------------------start------------------------------- */
  /* 小点点 */
  .swiper-zzs-pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-djly-pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    --swiper-theme-color: red;
  }
  /* 轮播图----------------------end------------------------------- */
  .tab-content5 {
    width: 100%;
    height: 3.08rem;
    padding: 0.21rem 0.21rem 0.2rem;
    background-image: url('./image/phone/banner32.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .hjgy-box {
    width: 100%;
    height: 2.66rem;
    margin: 0 auto;
    background-image: url('./image/phone/banner33.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    box-sizing: border-box;
    position: relative;
  }
  .hjgy-box .hjgy-box-left {
    width: 0.28rem;
    height: 0.9rem;
    text-align: center;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 1.08rem;
    left: 0;
    font-size: 0.17rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.2rem;
    z-index: 999;
  }
  .hjgy-box .hjgy-box-right {
    width: calc(100% - 0.38rem - 0.22rem);
    height: 100%;
    position: absolute;
    top: 0.28rem;
    right: 0.22rem;
    bottom: 0.2rem;
  }
  .hjgy-box .hjgy-list {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .hjgy-box .hjgy-list .hjgy-list-left {
    width: 100%;
    box-sizing: border-box;
  }
  .hjgy-box .hjgy-list .hjgy-list-left {
    padding-right: 0;
  }
  .hjgy-box .hjgy-list .hjgy-list-item {
    width: 100%;
    height: 0.55rem;
    margin-bottom: 0.1rem;
  }
  .hjgy-box .hjgy-list .hjgy-list-right .hjgy-list-item:nth-child(3n),
  .hjgy-box .hjgy-list .hjgy-list-left .hjgy-list-item:nth-child(3n) {
    margin-bottom: 0;
  }
  .hjgy-box .hjgy-list .hjgy-list-item img {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 0.02rem;
    margin-right: 0.05rem;
    display: inline-block;
    object-fit: cover;
  }
  .hjgy-box .hjgy-list .hjgy-list-item div {
    width: calc(100% - 0.05rem - 0.55rem);
    font-size: 0.12rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.16rem;
    text-align: left;
    padding: 0.05rem 0;
    box-sizing: border-box;
  }
  .hjgy-box .hjgy-list .bottom-btn {
    position: absolute;
    right: 0;
    top: 1.87rem;
    z-index: 999;
  }
  .hjgy-box .hjgy-list .bottom-btn img {
    width: 0.19rem;
    height: 0.14rem;
    border-radius: 0.01rem;
    display: inline-block;
  }
  .hjgy-box .hjgy-list .bottom-btn img:nth-child(1) {
    margin-right: 0.06rem;
  }
  /* 底部 */
  .footer {
    width: 100%;
    height: 0.96rem;
    background-color: #d50809;
    font-size: 0.12rem;
    padding: 0.18rem 0.18rem 0.18rem 0.2rem;
    text-align: center;
  }
  .footer p {
    font-size: 0.12rem;
    color: #ffffff;
    line-height: 0.16rem;
  }
  .zzjj-box-center,
  .zzjj-box-right {
    display: none;
  }
}
