/* 建党领航 */
body {
  background-color: #f3f3f3;
}

.banner_title>h1 {
  color: #f50000;
}

.banner_title_line {
  background-color: #fa2900;
}

.news_list_title_left>p {
  color: #f50000;
}

.news_list_title_line {
  background-color: #fa2900;
}

.news_list_title_more:hover {
  color: #f50000;
}

/* 顶部轮播和党的建设 */
.party_top {
  width: 1200px;
  margin: 35px auto 0 auto;
  background-color: #fff;
}

.party_top_left {
  box-sizing: border-box;
  padding: 24px 14px 24px 22px;
  width: 50%;
}

.party_top_right {
  box-sizing: border-box;
  padding: 24px 29px 24px 14px;
  width: 50%;
}

.swiper-container {
  height: 385px;
}

.swiper_img {
  width: 100%;
  height: 100%;
}

.swiper_item {
  position: relative;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
  margin: 0;
}

.pagination .swiper-pagination-switch {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #A19F9F;
  margin: 0 5px;
  text-align: center;
  vertical-align: middle;
}

.pagination span {
  padding: 0;
  min-width: 0;
}

.swiper-active-switch {
  background: #fff;
}

.swiper_title {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 10px;
  width: 100%;
  height: 58px;
  background-color: rgba(0, 0, 0, 0.3);
}

.swiper_title>p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.swiper_title>p>a {
  color: #fff;
}

.arrow_left {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -28px;
  z-index: 5;
  width: 40px;
  height: 56px;
  cursor: pointer;
}

.arrow_right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -28px;
  z-index: 5;
  width: 40px;
  height: 56px;
  cursor: pointer;
}

/* 党的建设 */
.party_build_lead_news {
  margin-top: 20px;
}

.party_build_lead_news h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333;
}

.party_build_lead_news h1:hover {
  color: #f50000;
}

.party_build_lead_news>p {
  overflow: hidden;
  height: 50px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.party_build_news_item {
  margin-top: 16px;
}

.party_build_news_item>a {
  display: inline-block;
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}

.party_build_news_item>span {
  float: right;
  font-size: 14px;
  color: #999;
}

/* 中间广告位 */
.party_center {
  display: block;
  width: 1200px;
  height: 100px;
  margin: 30px auto;
}

/* 底部理论之窗基层党建和宣传思想 */
.party_bottom {
  width: 1200px;
  margin: 0 auto 53px auto;
}

.party_bottom>a {
  width: 388px;
  height: 400px;
  margin-right: 18px;
  overflow: hidden;
}

.party_bottom>a>img {
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

.party_bottom>a>img:hover {
  transform: scale(1.2);
}

.party_bottom_item {
  box-sizing: border-box;
  padding: 28px 28px 0 28px;
  width: 388px;
  height: 400px;
  background-color: #fff;
}

.party_bottom_left {
  margin-right: 18px;
}

.party_bottom_center {
  margin-right: 18px;
}

.party_news_item {
  margin-top: 23px;
}

.party_news_item>a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}

.party_news_item>a:hover {
  color: #f50000;
  transition: all .3s ease;
}

.party_build_news_item>a:hover {
  color: #f50000;
  transition: all .3s ease;
}