* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: '微软雅黑', sans-serif;
}
a {
  text-decoration: none;
}
.site-header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.welcome-text {
  font-size: 14px;
  color: #333;
}

.logo-container {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.logo-text {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
}

/* Banner样式 */
.banner {
  width: 100%;
}

.banner img {
  width: 100%;
  display: block;
}

/* 导航样式 */
.nav {
  background-color: #bc1906;
}

.nav-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.nav-item {
  color: #fff;
  width: 200px;
  height: 84px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  line-height: 84px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}

.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-item.active {
  background-color: #f26522;
  font-weight: bold;
}

/* 内容区域 */
.new_content_area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.new_content_box {
  width: 100%;
}

/* 面包屑导航 */
.crumbs {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.crumbs a {
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #918f8f;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
  padding: 15px 0;
}

.crumbs_left {
  /* font-size: 14px; */
  /* color: #333; */
}

.crumbs_center {
  margin: 0 8px;
}

.crumbs_center_img {
  width: 16px;
  height: 16px;
}

.crumbs_right_center {
  /* font-size: 14px; */
  /* color: #333; */
}

.crumbs_right {
  color: #bc1906;
  /* font-size: 14px; */
}

/* 重要论述区域 */
.new_expound {
  margin-bottom: 60px;
}

.partyHistory_expound_image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.partyHistory_expound_icons {
  position: absolute;
  right: 30%;
  left: auto;
  top: 60%;
  transform: translateY(-50%);
}

.partyHistory_expound_icons2 {
  position: absolute;
  right: 0%;
  left: auto;
  top: 55%;
  transform: translateY(-50%);
}
.partyHistory_expound_icons3 {
  position: absolute;
  right: -5%;
  left: auto;
  top: 55%;
  transform: translateY(-50%);
}
.partyHistory_expound_box {
  width: 100%;
}

.partyHistory_row {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}

.partyHistory_col {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.el-col-16 {
  width: 66.66667%;
  padding-right: 0;
}

.partyHistory_expound_img_box {
  width: 100%;
  position: relative;
}

.partyHistory_expound_img {
  width: 100%;
  display: block;
}

.partyHistory_expound_img_title {
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(13, 13, 13, 0.6);
  padding: 10px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.partyHistory_expound_content {
  width: 98%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 2%;
  margin-left: auto;
}

.boxshadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.partyHistory_expound_item {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25%;
}

.partyHistory_expound_item:last-child {
  border-bottom: none;
}

.partyHistory_expound_title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 20px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.partyHistory_expound_title:hover {
  color: #bc1906;
  text-decoration: underline;
}

.partyHistory_expound_date {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}

/* 部署要求区域 */
.new_deploy {
  margin-bottom: 60px;
}

.partyHistory_deploy_box {
  width: 100%;
}

.el-col-5 {
  width: 25%;
}

.el-col-19 {
  width: 75%;
}

.partyHistory_deploy_content {
  width: 98%;
  padding: 0 2%;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partyHistory_deploy_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #2f2e2e;
  line-height: 35px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.partyHistory_deploy_title:hover {
  color: #bc1906;
  text-decoration: underline;
}

.partyHistory_deploy_text {
  /* display: none; */
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #2f2e2e;
  line-height: 35px;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.partyHistory_deploy_date {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

/* 媒体聚焦区域 */
.new_medium_content {
  width: 100%;
}

.new_medium {
  padding: 8px 0;
  border-bottom: 1px dashed #e0e0e0;
  position: relative;
  line-height: 24px;
}

.new_medium:last-child {
  border-bottom: none;
}

.new_medium a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.new_medium a:hover .new_medium_title {
  color: #bc1906;
  text-decoration: underline;
}

.new_medium_quadrate {
  width: 8px;
  height: 8px;
  background: #ff7300;
  margin-right: 10px;
  flex-shrink: 0;
  /* margin-top: 9px; */
}

.new_medium_box {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 16px);
}

.new_medium_title {
  width: 65%;
  padding-right: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #2f2e2e;
  line-height: 52px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.new_medium_date {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  text-align: right;
  width: 35%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #2f2e2e;
  line-height: 52px;
  text-align: center;
  font-style: normal;
}

/* 底部样式 */
.footer {
  width: 100%;
  background-color: #ab1d23;
  padding: 30px 0;
  color: #fff;
  margin-top: 50px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-title-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-title {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.footer-all {
  font-size: 16px;
}

.footer-copyright,
.footer-address,
.footer-icp {
  font-size: 14px;
  margin-bottom: 8px;
}

.footer-right {
  display: flex;
  align-items: center;
}

.footer-qr-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 30px;
}

.qr-container {
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 10px;
}

.qr-img {
  width: 100%;
  height: 100%;
}

.qr-title {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .partyHistory_expound_icons2 {
    right: 10%;
  }
  .welcome-text {
    font-size: 13px;
  }
  .logo-text {
    font-size: 13px;
  }
  .logo-img {
    width: 22px;
    height: 22px;
  }
  .crumbs {
    padding: 0px;
  }
  .partyHistory_expound_image {
    width: 100%;
    height: auto;
  }
  .nav-item {
    font-size: 9px;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  /* 关键CSS代码：选择第一个img标签 */
  .partyHistory_expound_image img:first-child {
    width: 300px;
  }
  .partyHistory_expound_image img:nth-child(2) {
    width: 20px;
  }
  .new_content_area {
    width: 100%;
    overflow: hidden;
  }
  .partyHistory_row {
    display: flex;
    flex-direction: column;
  }
  .partyHistory_col {
    width: 100% !important;
  }
  .el-col-16 {
    width: 100% !important;
  }
  .partyHistory_expound_icons {
    right: 10% !important;
  }
  .partyHistory_expound_icons3 {
    right: 10%;
  }
  .new_medium_box {
    width: 100%;
  }
  .new_medium_date {
    font-size: 14px;
    width: 227px;
  }
  .new_medium_title {
    font-size: 16px;
  }
  .new_medium_content {
    overflow: hidden;
  }
  .new_deploy {
    margin-bottom: 30px;
  }
  .partyHistory_deploy_title {
    font-size: 18px;
  }
  .partyHistory_deploy_text {
    font-size: 16px;
  }
  .partyHistory_expound_title {
    font-size: 16px;
  }
  .partyHistory_expound_date {
    font-size: 12px;
  }
  .partyHistory_expound_img_title {
    font-size: 14px;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-right {
    justify-content: center;
    margin-top: 30px;
  }
  .footer-right .footer-qr-box:first-child {
    margin-left: 0px;
  }
}
