﻿/* @import url("https://at.alicdn.com/t/font_2795935_ilxdra0omme.css"); */

h1,
h2,
h3,
p {
  margin: 0;
}

.masses .row.mlr-0 {
  margin-left: 0;
  margin-right: 0;
}

.masses-banner {
  position: relative;
}

.masses-banner .latest-dev {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.latest-dev .latest-dev-main {
  display: flex;
  background-color: #f5f5f5;
  padding: 20px 25px;
  align-items: center;
}

.latest-dev .latest-dev-main img {
  width: 103px;
  margin-right: 20px;
}

.latest-dev .latest-dev-main h1 {
  font-size: 26px;
  color: #f39815;
  line-height: 40px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.masses-news {
  margin-top: -185px;
}

.masses-news .news-img {
  height: 320px;
  overflow: hidden;
}

.masses-news .news-img-box {
  height: 100%;
  position: relative;
  left: 0;
  transition: all 1000ms;
}

.masses-news .news-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masses-news .news-img,
.masses-news .news-list {
  margin-top: 20px;
}

.masses-news .news-control {
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.masses-news .news-control li {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: all 300ms;
}

.masses-news .news-control li.active {
  background-color: #185abd;
}

.masses-news .news-control li:last-child {
  margin-right: 0;
}

.news-list .news-list-item {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px dashed #f0f0f0;
  font-size: 16px;

  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
}

.news-list .news-list-item .text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list .news-list-item .date {
  /* line-height: 22px; */
  font-size: 14px;
  display: inline-block;
  width: 88px;
  text-align: right;
}

.masses-special .special-title,
.masses-news .special-title,
.masses-party .special-title {
  display: flex;
  align-items: flex-end;
}

.masses-special .special-title {
  margin-top: 20px;
}

.masses-special .special-title span,
.masses-news .special-title span,
.masses-party .special-title span {
  display: inline-block;
  flex: 1;
  background-color: #c73134;
  height: 37px;
}

.masses-special .masses-special-list {
  position: relative;
  overflow: hidden;
  height: 144px;
  margin-top: 20px;
}

.masses-special .masses-special-box {
  position: absolute;
  left: 0;
  display: flex;
  flex-wrap: wrap;
}

.masses-special .masses-special-item {
  width: 288px;
  margin-right: 24px;
  cursor: pointer;
}

.masses-special .masses-special-item:last-child {
  margin-right: 0;
}

.masses-special .masses-special-item img {
  width: 100%;
  height: 100%;
}

.masses-party {
  margin-top: 20px;
}

.masses .title {
  padding-bottom: 10px;
  border-bottom: 2px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.masses .title h2 {
  font-size: 24px;

  line-height: 36px;
  font-weight: 400;
  position: relative;
}

.masses .title h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #9a0000;
  left: 0;
  bottom: -12px;
}

.masses .title .more {
  color: #b3b3b3;
  transition: all 300ms;
}

.masses .title .more:hover {
  color: #185abd;
}

.masses-party .masses-party-main {
  margin-top: 10px;
}

.masses-double {
  margin-bottom: 60px;
}

.masses-double .masses-house-href {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.masses-double .masses-house-href .house-href-item {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 32%;
  max-width: 194px;
  height: 88px;
  cursor: pointer;
}

.masses-double .masses-house-href .house-href-item h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 21px;
}

.masses-double .masses-house-href .house-href-item p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 6px;
  line-height: 19px;
}

.masses-double .masses-house-href .house-href-item:nth-child(1) {
  background-image: url(../picture/masses_house_href1.png);
}

.masses-double .masses-house-href .house-href-item:nth-child(2) {
  background-image: url(../picture/masses_house_href2.png);
}

.masses-double .masses-house-href .house-href-item:nth-child(3) {
  background-image: url(../picture/masses_house_href3.png);
}

/* party */
.party {
  background-color: #f5f5f5;
}

.party .party-tab {
  display: flex;
  margin-bottom: 30px;
  height: 100%;
  flex-wrap: wrap;
}

.party .party-tab li a {
  margin-right: 20px;
  padding: 12px 25px;
  background: #fff;
  font-size: 18px;
  color: #666666;
  border: #eaeaea solid 1px;
  border-radius: 3px;
  transition: all 300ms;
  display: inline-block;
  margin-top: 30px;
}

.party .party-tab li a:hover {
  color: #fff;
  background-color: #185abd;
}

.party .party-tab li a.active {
  color: #fff;
  background-color: #185abd;
}

.party .party-main {
  /* padding: 20px 30px; */
  /* background-color: #fff; */
  margin-bottom: 35px;
}

.party .party-main .party-main-item {
  display: none;
  padding: 20px 30px;
  background-color: #fff;
  /* margin-bottom: 35px; */
}

#partySpecial {
  padding: 0;
  background-color: transparent;
}

#partySpecial #specialList {
  padding: 30px 30px 20px 30px;
  background-color: #fff;
}

#specialNewsList .news-list {
  padding: 0 30px 20px 30px;
  background-color: #fff;
}

.party .news-list .news-list-item {
  font-size: 18px;
  line-height: 60px;
}

.party .news-list .news-list-item .date {
  font-size: 18px;
  color: #999;
  width: 110px;
}

.party .special-list {
  padding-top: 10px;
  flex-direction: column;
  display: none;
}

.party .special-list.show {
  display: flex;
}

.party .special-list .special-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e6ebf0;
  margin-bottom: 20px;
  flex-wrap: wrap;
  cursor: pointer;
}

.party .special-list .special-list-item .more {
  color: #fff;
  background-color: #cda24f;
  padding: 8px 0;
  margin-right: 20px;
  border-radius: 4px;
  cursor: pointer;
  width: 95px;
  text-align: center;
}

.party .special-list .special-list-item .list-item-cont {
  display: flex;
  align-items: center;
  flex: 1;
  /* flex-wrap: wrap; */
}

.party .special-list .special-list-item .list-item-cont h3 {
  font-size: 30px;
  color: #225eb8;
  font-weight: bold;
  line-height: 60px;
  /* width: 450px; */
}

.party .special-list .special-list-item .list-item-cont img {
  margin-right: 40px;
  width: 492px;
}

.party .special-news-list {
  padding-top: 0;
}

.party .special-news-list .news-list-title {
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.party .special-news-list .news-list-title span {
  display: inline-block;
  flex: 1;
  background-color: #c0282d;
  height: 110px;
}

.party .special-news-list h1 {
  position: absolute;
  font-size: 32px;
  color: #ffec88;
  text-align: center;
  font-weight: 700;
  height: 110px;
  line-height: 110px;
  width: 100%;
}

@media (max-width: 1400px) {
  .masses-news {
    margin-top: -125px;
  }
}

@media (max-width: 768px) {
  .masses-news {
    margin-top: -115px;
  }
}

@media (max-width: 414px) {
  .masses-news {
    margin-top: -65px;
  }
}
