﻿﻿@charset "utf-8";

/* 20200522 党的建设 */
.idea-container {
  overflow: hidden;
}

.idea-container li {
  float: left;
  width: 400px;
  height: 254px;
}

.idea-container li img {
  width: 100%;
  height: 100%;
}

.wt-theme {
  width: 100%;
  height: 184px;
  margin-bottom: 10px;
  background: url("../image/2020/bg_55.png") center center no-repeat;
}

.wt-theme p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 600;
  color: #D31B27;
  line-height: 88px;
  text-align: center;
}

.wt-article {
  overflow: hidden;
  margin-bottom: 60px;
}

.wt-article .article-list {
  float: left;
  width: 790px;
  height: 696px;
  padding: 30px;
  background: url("../image/2020/bg_big.png") center center no-repeat;
  background-size: 100% 100%;
}

.wt-article .article-list li {
  padding-left: 24px;
  line-height: 45px;
  overflow: hidden;
  position: relative;
}

.wt-article .article-list li:before {
  content: ' ';
  position: absolute;
  top: 17px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(200, 27, 42, 1);
  border-radius: 1px;
}

.wt-article .article-list li a {
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 550px;
  font-size: 18px;
  color: #333;
}

.wt-article .article-list li a:hover {
  color: #1083C7
}

.wt-article .article-list li span {
  float: right;
  font-size: 18px;
  color: #666;
}

.page {
  text-align: right;
  margin-top: 20px;
}

.page span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 4px;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}

.page .prev img {
  width: 12px;
  height: 12px;
  position: relative;
  top: -2px;
}

.page .next img {
  width: 12px;
  height: 12px;
  position: relative;
  top: -2px;
}

.page .active {
  background: rgba(200, 27, 42, 1);
  color: #fff;
  border: 1px solid rgba(200, 27, 42, 1);
}

.article-swipper {
  float: right;
}

.article-swipper .swiper-container {
  width: 379px;
  height: 212px;
  margin-bottom: 30px;
}

.article-swipper .swiper-container img {
  width: 100%;
  height: 100%;
}

.article-swipper .swiper-button-prev {
  display: none;
  width: 56px;
  height: 56px;
  left: -6px;
  margin-top: -26px;
  background: url("../image/2020/next_icon.png") no-repeat center center;
}

.article-swipper .swiper-button-next {
  display: none;
  width: 56px;
  height: 56px;
  right: -6px;
  margin-top: -26px;
  background: url("../image/2020/prev_icon.png") no-repeat center center;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  display: block
}