@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-width: 1360px;
  min-height: 100%;
  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%;
}

/* 顶部 */
.content-top {
  width: 100%;
  height: 358px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
  
  .top-main-title {
    padding-top: 1px;
  }
  
  .top-main-title img {
    width: 100%;
    height: 358px;
    align-items:center
  }
  
  .top-unit {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color:  #14095d;
    padding-top: 76px;
  }
  
  .top-unit-zcdw {
    padding-top: 12px;
  }
 

  .content-list {
    width: 100%;
    min-height: 300px;
    padding-top: 30px;
  }
  
  /* 专题内容区域 */
  .content-list-content {
    width: 1200px;
    margin: 0 auto;
  }
  .content-list-item {
    display: flex;
  
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid  #14095d;
  }
  
  .content-list-item-left {
    width: 345px;
    height: 225px;
  }
  
  .content-list-item-left .image {
    width: 350px;
    height: 197px;
    object-fit: cover;
    margin-top: 15px;
    border: none;
    padding: 0;
  }
  
  .content-list-item-left .image::before {
    content: 0;
  }
  
  .content-list-item-right {
    display: flex;
    flex-direction: column;
    padding: 24px 0 24px 30px;
    box-sizing: border-box;
    justify-content: space-between;
  }
  
  .content-list-item-right-title .title {
    font-weight: bold;
    font-size: 24px;
    /* color: #5d2009; */
    color: #14095d;
  }
  
  .content-list-item-right-title .title a {
    font-weight: bold;
    font-size: 24px;
  
    color: #14095d;
  }
  
  .content-list-item-right-summary .summary {
    font-weight: 400;
    font-size: 16px;
    color: #14095d;    ;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制在2行内 */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .content-list-item-right-summary .summary a {
    font-weight: 400;
    font-size: 16px;
    color: #14095;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制在2行内 */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .content-list-item-right-time {
    font-weight: 400;
    font-size: 18px;
    color: #14095d;
    line-height: 28px;
  }

  .sub-txt .slide .slide-video-item + .slide-video-item {
    float: right;
  }
  
  /* 底部 */
  .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;
  }
  
  