@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: #fff;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

img {
  border: 0;
  width: 100%;
  vertical-align: top;
}

.content {
  width: 100%;
}

/* 顶部 */
.content-top {
  width: 100%;
  position: relative;
}

.top-text{
  padding: 16px 68px 20px 84px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  width: 1281px;
  height: 160px; 
  font-family: simsun;
  background: url('http://jx.news.cn/gkqbz/image/header-bg1.png') no-repeat center / cover;
}

.top-text .text{
  font-weight: 400;
  font-size: 22px;
  color: #FDEDB9;
  line-height: 40px;
}

.top-image {
  width: 100%;
  height: 650px;
  object-fit: cover;
}


/* 导航栏-nav */

.nav {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  min-width: 1360px;
  height: 44px;
  background: #0040C1;
}

.nav-list {
  display: flex;
  align-items: center;
  width: 1280px;
  height: 44px;
}
.nav-item {
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: simsun;
}

.nav-item.active::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #fff;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  right: 0;
  
}

.content-list {
  width: 100%;
  min-height: 300px;

  background-color: #04053E;

}

/* 专题内容区域 */
.content-list-content {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px 40px;

  background-color: #040b4a;
}
.content-list-item {
  display: flex;
  padding: 40px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}

.content-list-item-left {
  width: 345px;
  min-height: 225px;
}

.content-list-item-left .image {
  width: 345px;
  min-height: 225px;
  max-height: 400px;
  /* object-fit: cover; */
  margin: 0;
  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;
 flex: 1;
}

.content-list-item-right-title .title {
  font-weight: bold;
  font-size: 24px;
  /* color: #5d2009; */
  color: #fff;
}

.content-list-item-right-title .title a {
  font-weight: bold;
  font-size: 24px;
  font-family: simsun;
  color: #fff;
}
.content-list-item-right-summary{
  padding-right: 20px;
}
.content-list-item-right-summary .summary {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制在2行内 */
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: simsun;
}

.content-list-item-right-summary .summary a {
  font-weight: 400;
  font-size: 16px;
  color: ##fff;
  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: #fff;
  line-height: 28px;
  font-family: simsun;

}

/* 底部 */
.content-footer {
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #04053E;
}

.content-footer-text {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  font-family: simsun;
}

.more-content {
  display: flex;
  justify-content: center;
  padding: 52px 0 0;
  box-sizing: border-box;
}

/* 查看更多 */

.more {
  width: 135px;
  height: 45px;
  background: linear-gradient(90deg, ##fff, #74BEB0);

  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
