@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;
}


.top-image {
  width: 100%;
  height: auto;
}


.content-list {
  width: 100%;
  min-height: 300px;

  background: url("http://jx.news.cn/lsjx/image/beijing.png") 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: #343434;
}

.content-list-item-right-title .title a {
  font-weight: bold;
  font-size: 24px;
  color: #343434;
}
.content-list-item-right-summary{
  padding-right: 20px;
}
.content-list-item-right-summary .summary {
  font-weight: 400;
  font-size: 16px;
  color: #767676;
  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: #767676;
  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: #7c7c7c;
  line-height: 28px;
}

/* 底部 */
.content-footer {
  width: 100%;
  height: 180px;
  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: 22px;
  color: #fff;
  line-height: 30px;
}

.more-content {
  display: flex;
  justify-content: center;
  padding: 40px 0 0;
  box-sizing: border-box;
}

/* 查看更多 */

.more {
  cursor: pointer;
  display: block;
  width: 160px;
  height: 44px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 44px;
   padding-left: 31px;
  background: url('http://jx.news.cn/lsjx/image/more.png') no-repeat center / 100%;
}
