body {
  background-color: #fbf9ed;
  min-width: 1320px;
}

/* 版心 */
.w {
  width: 1200px;
  margin: 0 auto;
}

.app {
  position: relative;
}

.banner-top {
  width: 100%;
}

/* 大会盛况 */
.g-conference .title-banner {
  width: 100%;
}

.g-conference .content {
  padding: 45px 0 65px;
  height: 358px;
  display: flex;
  justify-content: space-between;
}

.g-conference .content .list {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.g-conference .content .list .link-more {
  position: absolute;
  right: 42px;
  font-size: 22px;
  color: #bd2a27;
  bottom: 0;
}

.g-conference .content .list .list-item {
  width: calc(100% - 110px);
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  padding: 20px 0;
}

.g-conference .content .list .list-item span {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-conference .content .list .list-item:first-child {
  padding-top: 0;
}

/* 隐藏五个以上的内容 */
.g-conference .content .list .list-item:nth-child(n + 6) {
  display: none;
}
/* 隐藏第五个元素的下划线内容 */
.g-conference .content .list .list-item:nth-child(5)::after {
  display: none;
}

.g-conference .content .list .list-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #a50206;
  border-radius: 50%;
  margin-right: 12px;
}

.g-conference .content .list .list-item::after {
  content: "";
  width: 470px;
  height: 1px;
  background: #dac5c5;
  position: absolute;
  bottom: 0;
  right: 0;
}

.g-conference .content .showcase {
  width: 50%;
  height: 358px;
}

div.first-content {
  display: flex;
  justify-content: space-between;
}

div.first-content div.swiper-container {
  margin: initial;
  width: 100%;
  height: 100%;
}

div.first-content div.swiper-container div.swiper-wrapper div.swiper-slide {
  position: relative;
}

div.first-content div.swiper-container div.swiper-wrapper div.swiper-slide h1 {
  position: absolute;
  width: 100%;
  line-height: 36px;
  height: 36px;
  background: #BD2A27;
  left: 0;
  bottom: 0;
  color: #fff;
  text-indent: 15px;
}

div.first-content div.swiper-container div.swiper-wrapper div.swiper-slide h1 a {
  display: inline-block;
  max-width: 480px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  height: 36px;
}

div.first-content div.swiper-container div.swiper-wrapper div.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

div.first-content div.swiper-container div.swiper-pagination {
  bottom: 40px;
  left: auto;
  right: 5px;
  width: fit-content;
}

div.first-content
  div.swiper-container
  div.swiper-pagination
  span.swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

div.first-content
  div.swiper-container
  div.swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F1E9A7;
}

div.first-content div.swiper-container div.swiper-pagination {
  bottom: 10px;
}

/* 权威发布 */
.authoritative-release .title-banner {
  width: 100%;
}
.authoritative-release .content {
  background-color: #fff;
  padding: 40px 20px;
  margin-top: 35px;
}
.authoritative-release .content .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -35px;
}
.authoritative-release .content .list .list-item {
  font-size: 24px;
  color: #666666;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.authoritative-release .content .list .list-item:nth-child(odd) {
  margin-right: 80px;
}

.authoritative-release .content .list .list-item span {
  width: 504px;
  display: inline-block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.authoritative-release .content .list .list-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #a50206;
  border-radius: 50%;
  margin-right: 12px;
}
.authoritative-release .link-more {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: right;
  font-size: 22px;
  color: #BD2A27;
}

/* 学思践悟 */
.learn-think {
  background-color: red;
  background: url(../img/xsjw-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 689px;
}
.learn-think .title-banner {
  margin-top: 30px;
  width: 100%;
}
.learn-think .content {
  margin-top: 40px;
  width: 100%;
  height: 523px;
  position: relative;
}
.learn-think .content .list-box {
  display: flex;
  margin-left: -10px;
}
.learn-think .content .list-box .list-box-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  margin-left: 10px;
  background: #FFDBDB;
  padding: 24px 20px;
  height: 207px;
}
.learn-think .content .list-box .list-box-item .title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 36px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.learn-think .content .list-box .list-box-item .subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.learn-think .content .list-text {
  padding-top: 18px;
  color: #fff;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
}
.learn-think .content .list-text .list-text-item {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.learn-think .content .list-text .list-text-item .title {
  display: flex;
  align-items: center;
}
.learn-think .content .list-text .list-text-item .title a {
  display: inline-block;
  width: 1000px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.learn-think .content .list-text .list-text-item .title::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  margin-right: 12px;
}
.learn-think .content .list-text .list-text-item .time {
  width: 123px;
}
.learn-think .link-more {
  font-size: 22px;
  color: #FFFFFF;
  position: absolute;
  bottom: 15px;
  right: 0;
}
/* 媒体评论 */
.media-comments .title-banner {
  margin-top: 45px;
  width: 100%;
}
.media-comments .content .list {
  padding-top: 10px;
}
.media-comments .content .list .list-item {
  margin-top: 30px;
  height: 187px;
  background: #FFFFFF;
  border: 1px solid #DED4C7;
  padding: 23px 65px 18px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.media-comments .content .list .list-item .time-box {
  font-size: 26px;
  color: #A50206;
  line-height: 50px;
  width: 95px;
  text-align: center;
  border-right: 2px solid #d1d1d1;
  padding-right: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.media-comments .content .list .list-item .time-box .top {
  border-bottom: 1px solid #ded4c7;
  width: 100%;
}
.media-comments .content .list .list-item .title-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 12px 0 12px 20px;
  box-sizing: border-box;
}
.media-comments .content .list .list-item .title-box .title {
  width: 950px;
  font-size: 26px;
  font-weight: 500;
  color: #666666;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.media-comments .content .list .list-item .title-box .subtitle {
  width: 950px;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.media-comments .link-more {
  display: block;
  text-align: right;
  font-size: 22px;
  color: #BD2A27;
  margin-top: 17px;
}

.app .banner-bottom {
  width: 100%;
}