/* 以下为移动端的样式 */

@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-image {
    width: 100%;
    height: auto;
  }

  
  

  .content-list {
    width: 100%;
    min-height: 30rem;
    background-color: #dcecfb;
    padding-top: 4rem;

  }

  /* 专题内容区域 */
  .content-list-content {
    width: 100%;
    margin: 0;
    padding: 3rem;
    gap: 4rem;

    background-color: #dcecfb;
  }

  .content-list-item {
    display: flex;
    align-items: center;

    box-sizing: border-box;
    min-height: 19.2rem;

    background: #FFFFFF;
   box-shadow: 0px 2px 57px 0px rgba(62,94,179,0.23);
  }

  .content-list-item-left {
    width: 30rem;
    height:100%;
    min-height: 0;
  }

  .content-list-item-left a{
    display: block;
    height: 100%;
    width: 100%;
  }

  .content-list-item-left .image {
    width: 30rem;
    height:100%;
    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: 2rem 0 2rem 3.3rem;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 2rem;
  }

  .content-list-item-right-title .title {
    font-weight: bold;
    font-size: 2.6rem;
    font-weight: 400;
    color: #343434;
   
  }

  .content-list-item-right-title .title a {
    font-weight: bold;
    font-size: 2.6rem;
    color: #343434;

  }

  .content-list-item-right-summary .summary {
    font-size: 1.8rem;
    line-height: 3rem;

  }

  .content-list-item-right-summary .summary a {
    font-size: 1.8rem;
    line-height: 3rem;

  }

  .content-list-item-right-time {
    font-weight: 400;
    font-size: 2rem;
    color: #343434;
    line-height: 2.8rem;
  }

  .more-content {
    display: flex;
    justify-content: center;
    height: 17rem;
    padding: 0;
    align-items: center;
    box-sizing: border-box;
  }

  .more {
    width: 21rem;
    height: 5.2rem;
    background: url("http://jx.news.cn/lsjx/image/more-app.png") no-repeat center /
      100%;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 2.4rem;
    color: #ffffff;
    line-height: 5.2rem;
    padding-left: 3.5rem;
  }

  /* 底部 */
  .content-footer {
    width: 100%;
    height: 22.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #2E60D2, #2984D3);

  }

  .content-footer-text {
    font-weight: 400;
    font-size: 2.2rem;
    color: #fff;
    line-height: 4rem;
  }
}
