/* 以下为移动端的样式 */

@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%;
    position: relative;
  }

  .top-logo {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .top-text {
    padding: 5.7rem 2.4rem 5.1rem 2.4rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6.6rem;
    width: 69rem;
    height: 29rem;
    font-family: simsun;
    background: url("http://jx.news.cn/gkqbz/image/app-header-bg.png") no-repeat
      center / 100%;
  }

  .top-text .text {
    font-weight: 400;
    font-size: 2.4rem;
    color: #fdedb9;
    line-height: 4rem;
  }

  .nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    background-color: #0040c1;
    min-width: 0;
  }

  .nav-list {
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
  }

  .nav-item {
    font-size: 3rem;
    color: #fff;
    position: relative;
    height: 100%;
    font-size: simsun;
    flex: 2;
    display: flex;
    align-items: center;
  }

  .nav-item.max{
    flex: 3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .nav-item.left{
    padding-left: 2.9rem;
  }
  
  .nav-item.right{
    padding-right: 2.9rem;
    justify-content: flex-end;
  
  }
  
  
  .nav-item.active::after {
    content: "";
    display: inline-block;
    width: 0.1rem;
    height: 3.6rem;
    background: #fff;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 0;
    
  }

  .content-list {
    width: 100%;
    min-height: 30rem;
    background-color: #04053E;

  }

  /* 专题内容区域 */
  .content-list-content {
    width: 100%;
    margin: 0;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;

    background-color: #040b4a;
  }

  .content-list-item {
    display: flex;
    align-items: center;

    padding: 4rem 0;
    box-sizing: border-box;
  }

  .content-list-item-left {
    width: 28.5rem;
    height: 18.6rem;
    min-height: 0;
  }

  .content-list-item-left .image {
    width: 28.5rem;
    height: 18.6rem;
    object-fit: cover;
    margin: 0;
    border: none;
    padding: 0;
    min-height: 0;
    min-width: 0;
  }

  .content-list-item-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 0 0 3.3rem;
    box-sizing: border-box;
    justify-content: space-between;
    min-height: 18.6rem;
        gap: 2rem;
  }

  .content-list-item-right-title .title {
    font-weight: bold;
    font-size: 2.6rem;
    color: #fff;
  }

  .content-list-item-right-title .title a {
    font-weight: bold;
    font-size: 2.6rem;
    color: #fff;

    font-family: simsun;

  }

  .content-list-item-right-summary .summary {
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: simsun;

  }

  .content-list-item-right-summary .summary a {
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: simsun;

  }

  .content-list-item-right-time {
    font-weight: 400;
    font-size: 2rem;
    color: #fff;
    line-height: 2.8rem;
  }

  .more-content {
    display: flex;
    justify-content: center;
    height: 17rem;
    padding: 0;
    align-items: center;
    box-sizing: border-box;
  }

  .more {
    width: 23.8rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }

  /* 底部 */
  .content-footer {
    width: 100%;
    height: 22.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #04053E;
  }

  .content-footer-text {
    font-weight: 400;
    font-size: 2.2rem;
    color: #fff;
    line-height: 4rem;
    font-family: simsun;
  }
}
