/* 以下为移动端的样式 */

@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;
    background-color:#f7a1a136;
    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;
    padding-top: 1.5rem;
  }

   /* 视频 */

   .jcsp-box {
    overflow: hidden;
    position: relative;
    width: 70rem;
    height: 39rem;
    margin: auto;
    margin-top: 4rem;
}

.jcsp-item {
    display: block;
    position: relative;
    width: 100%;
    height: 39rem;
}

.jcsp-item img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 39rem;
}

.jcsp-item-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.2rem;
    padding: 1rem;
    color: #fff;
    background: rgba(0, 0, 0, .6);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* IE */
    -ms-transform: translate(-50%, -50%);
    /* 火狐 */
    -moz-transform: translate(-50%, -50%);
    /* 谷歌 */
    -webkit-transform: translate(-50%, -50%);
    /* 欧朋 */
    -o-transform: translate(-50%, -50%);
    z-index: 2;
    width: 50rem;
    height: 30rem;
    cursor: pointer;
}

.play-btn-icon {
    width: 9.2rem;
    height: 9.2rem;
    background: url('http://jx.news.cn/2023homePage/images/player-icon.png') no-repeat;
    background-size: 100% 100%;
}

.jcsp-item-title a {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.2rem;
    color: #fff;
    transition: all .2s linear;
}

.jcsp-item-title a:hover {
    color: #63b3ff;
}

  /* 视频 */

  /* 集合 */  

  .cgzs-items {    
    width: 69.6rem;
  }
  .cgzs-item {
    width:30rem;
    min-height: 10rem;
    display: flex;
    background: #d6080a;
    flex-direction: column;
    padding-bottom: 2rem;
  }

  .cgzs-item  img {
    width: 30rem;
    height: 15rem;
  }
  
  .cgzs-item-link {
    width: 100%;
    display: flex;
  }
  
  .cgzs-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.8rem 0 1.8rem 2.3rem;
    overflow: hidden;
  }
  
  .cgzs-item-title {
    font-weight: bold;
    font-size: 2.2rem;
    color: #ffffff;
    line-height: 4rem;
    margin-top: 2rem;
    padding: 0 2rem;
  }
  
  
  /* 集合 */ 

  /* 底部 */
  .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;
  }
}
