@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: #343434;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

img {
  border: 0;
  width: 100%;
  vertical-align: top;
}

.content {
  width: 100%;
}

/* 顶部banner */
.content-top {
  width: 100%;
  position: relative;
}

.nav {
  width: 100%;
  background: #955d34;
  display: flex;
  justify-content: center;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #955d34;

  width: 1280px;
  height: 90px;
}

.nav-item {
  font-weight: 600;
  font-size: 20px;
  color: #fdf3d8;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-family: simsun; */
}

.top-image {
  width: 100%;
  height: auto;
}

.content-list {
  width: 100%;
  min-height: 300px;

  background: url("http://jx.news.cn/kq/image/content-bg.jpg") no-repeat top
    center / 100% 100%;
  padding-top: 60px;
}

/* 专题内容区域 */
.content-list-content {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px 73px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content-list-item {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  background: #ffffff;
  /* box-shadow: 0px 2px 57px 0px rgba(62, 94, 179, 0.23); */
}

.content-list-item-left {
  width: 370px;
  height: 238px;
}

.content-list-item-left .image {
  width: 370px;
  height: 238px;
  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: #955d34;
}

.content-list-item-right-title .title a {
  font-weight: bold;
  font-size: 24px;
  color: #955d34;
}
.content-list-item-right-summary {
  padding-right: 20px;
}
.content-list-item-right-summary .summary {
  font-weight: 400;
  font-size: 16px;
  color: #955d34;
  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: #955d34;
  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: #955d34;
  line-height: 28px;
}

/* 底部 */
.content-footer {
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: #955d34;
}

.content-footer-text {
  font-weight: 400;
  font-size: 22px;
  color: #fdf3d8;
  line-height: 30px;
}

.more-content {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  box-sizing: border-box;
}

/* 查看更多 */


.more {
  cursor: pointer;
  display: block;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 28px;
  color: #955d34;
  background-color: #F9CD12;
}
