@charset "utf-8";

.content-top {
  width: 100%;
  position: relative;
  /* height: 650px;
  background: url("http://jx.news.cn/25zt/gb.jpg") top center no-repeat;
  background-size: 100%; */
}

.top-image {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
}



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-width: 1280px;
  min-height: 100%;
  background-color:#fef9f5;
  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;
}

li {
  list-style: none;
}

a {
  color: #000000;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color:  #3300ff !important;
}

img {
    border: 0;
  width: 100%;
  vertical-align: top;
}

.content{
    width: 100%;
}

/* 顶部 */
.content1 {
  overflow: hidden;
  position: relative;
  min-width: 1400px;
  max-width: 2200px;
  height:auto;
  margin: auto;
}
  /* 专题内容区域 */

   
  /* 背景1 */
  .content2 {
    overflow: hidden;
    position: relative;
    width: 1280px;
    height:auto;
    margin: auto;
  }
  

  /* 背景1 */

  /* 视频 */
  
  .jcsp-box {
    overflow: hidden;
    position: relative;
    width: 1280px;
    height: auto;
    margin: auto;
    margin-top: 50px;
  }
  
  .jcsp-item {
    display: block;
    position: relative;
    width: 1280px;
    height: auto;
  }
  
  .jcsp-item img {
    position: relative;
    z-index: 1;
    width: 1280px;
    height: auto;
  }
  
  .jcsp-item-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    padding: 10px 10px 10px 10px;
    color: rgb(237, 5, 5);
    background: rgba(0, 0, 0, 0.6);
  }
  
  .play-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    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: 600px;
    height: 300px;
    cursor: pointer;
  }
  
  .play-btn-icon {
    width: 92px;
    height: 92px;
    background: url("http://jx.news.cn/2023homePage/images/player-icon.png")
      no-repeat;
    background-size: 100% 100%;
  }
  
  .jcsp-item-title a {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    transition: all 0.2s linear;
  }
  
  .jcsp-item-title a:hover {
    color: #63b3ff;
  }

  /* 视频 */

  /* 集合 */  

  .cgzs-items {
    width: 1280px;
    margin: 52px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 44px;
  }
  
  .cgzs-item {
    min-height: 411px;
    display: flex;
    background: #ce0c09;
    flex-direction: column;
    padding-bottom: 20px;
  }
  
  .cgzs-item img {
    height: auto;
    object-fit: cover;
  }
  
  .cgzs-item-title {
    font-weight: bold;
    font-size: 25px;
    color: #ffffff;
    line-height: 40px;
    margin-top: 20px;
    padding: 25px 20px 25px ;
  }

  /* 集合 */ 



  /* 底部 */
  .content-footer {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .content-footer-text {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
  }
  
  