/* 以下为移动端的样式 */

@media screen and (min-width: 200px) and (max-width: 820px) {
  html {
    /* font-size: 13.33333vw; */
    font-size: 5px;
  }
  body {
    /* position: relative;
    max-width: 100vw;
    min-width: auto;
    min-height: 100%;
    margin: auto;
    font-family: "PingFang SC", "XHW-pzh", "Lantinghei SC", "Helvetica Neue",
      Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun,
      "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif; */

    position: relative;
    max-width: 75rem;
    min-width: auto;
    min-height: 100%;
    margin: auto;
    font-family: "PingFang SC", "XHW-pzh", "Lantinghei SC", "Helvetica Neue",
      Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun,
      "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
  }
  /* 
  .content-top {
    width: 100%;
    height: 5.33rem;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top-logo {
    padding-top: 0.55rem;
  }

  .top-logo img {
    width: 1.29rem;
    height: 0.81rem;
    object-fit: cover;
  }

  .top-main-title {
    padding-top: 0.54rem;
  }

  .top-main-title img {
    width: 6.87rem;
    height: 1rem;
    object-fit: cover;
  }

  .top-unit {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    color: #fef2da;
    padding-top: 0.47rem;
  }

  .top-unit-zcdw {
    padding-top: 0.1rem;
  }

  .nav {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 1.2rem;
    background-color: #af6623;
  }

  .nav-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.4rem;
    height: 1.2rem;
  }

  .nav-left .nav-item {
    width: 0.54rem;
    line-height: 0.3rem;
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #eedba1;
    text-align: center;
    position: relative;
  }

  .nav-left .nav-item::after {
    content: "";
    display: inline-block;
    width: 90%;
    height: 0.04rem;
    background: #dec993;
    border-radius: 0.2rem;
    position: absolute;
    margin: auto;
    bottom: -9px;
    left: 0;
    right: 0;
  }

  .nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 1.4rem);
    height: 1.3rem;
    padding: 0.2rem 0;
  }

  .nav-list .nav-item {
    width: calc(100% / 3);
    height: 0.3rem;
    line-height: 0.3rem;
    border-left: 0.2rem solid #fff;
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #eedba1;
    text-align: center;
  } */

  .content-top {
    width: 100%;
    height:auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top-main-title {
    padding-top: 0.1rem;
  }

  .top-main-title img {
    width:100%;
    height:auto;
    object-fit: cover;
  }

  .top-unit {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #fef2da;
    padding-top: 4.7rem;
  }

  .top-unit-zcdw {
    padding-top: 1rem;
  }

  

  .content-list {
    width: 100%;
    min-height: 30rem;
  }

  /* 专题内容区域 */
  .content-list-content {
    width: 100%;
    margin: 0;
  }

  .content-list-item {
    display: flex;

    padding: 3.7rem 3.2rem 3rem;
    box-sizing: border-box;
    border-bottom: 1px solid #14095d;
  }

  .content-list-item-left {
    width: 29rem;
    height: 16.3rem;
  }

  .content-list-item-left .image {
    width: 29rem;
    height: 16.3rem;
    object-fit: cover;
    margin: 0;
    border: none;
    padding: 0;
  }

  .content-list-item-right {
    display: flex;
    flex-direction: column;
    padding: 2.4rem 0 2.4rem 4.3rem;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .content-list-item-right-title .title {
    font-weight: bold;
    font-size: 2.6rem;
    color:  #14095d;
  }

  .content-list-item-right-title .title a {
    font-weight: bold;
    font-size: 2.6rem;
    color:  #14095d;
  }

  .content-list-item-right-summary {
    display: none;
  }

  .content-list-item-right-time {
    font-weight: 400;
    font-size: 2rem;
    color:  #14095d;
    line-height: 2.8rem;
  }
  .sub-txt .slide .slide-video-item + .slide-video-item {
    float: right;
  }
 
  /* 底部 */
  .content-footer {
    width: 100%;
    height: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-footer-text {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 4rem;
    color: black;
  }
}
