body,
html,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}

.esszqh-container {
  width: 1180px;
  margin: 0 auto;
}

.esszqh-header {
  min-width: 1180px;
  height: 400px;
  background: url(/audio/esszqh_head_bg.jpeg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.esszqh-header .party_emblem {
  width: 170px;
  margin: 20px 0 20px;
}
.esszqh-header .esszqh-header-title {
  color: #FDCF30;
  font-size: 70px;
  font-weight: bold;
}

.esszqh-desc {
  font-size: 18px;
  font-weight: 300;
  text-indent: 2em;
  padding: 25px 0 15px;
  line-height: 1.5;
  background-image: radial-gradient(circle at center, #FFE699, #fff);
  margin-bottom: 40px;
}
.esszqh-desc p{
  color: #000;
}

.esszqh-main {
  padding-bottom: 80px;
}
.esszqh-main .esszqh-top-news {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.esszqh-main .esszqh-top-news .esszqh-top-news-swiper {
  width: 785px;
}
.esszqh-main .esszqh-top-news .esszqh-top-news-swiper img {
  width: 100%;
  height: 443px;
  display: block;
}
.esszqh-main .esszqh-top-news .esszqh-top-news-list {
  width: 43%;
  display: none;
}
.esszqh-main .esszqh-top-news .esszqh-top-news-list .esszqh-top-news-item {
  padding: 20px 0;
  padding-right: 10px;
  display: block;
}
.esszqh-main .esszqh-top-news .esszqh-top-news-list .esszqh-top-news-item:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}
.esszqh-main .esszqh-top-news .esszqh-top-news-list .esszqh-top-news-item:hover p{
  color: #EE2D25;
}
.esszqh-main .esszqh-top-news .esszqh-top-news-list .esszqh-top-news-item .title {
  font-size: 21px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.esszqh-main .esszqh-news-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.esszqh-main .esszqh-news-container .esszqh-news-box {
  width: calc(50% - 15px);
  padding: 10px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 10px;
}
.esszqh-main .esszqh-news-container .esszqh-news-box .esszqh-news-source {
  display: block;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.esszqh-main .esszqh-news-container .esszqh-news-box .esszqh-news-source a {
  color: #EE2D25;
}
.esszqh-main .esszqh-news-container .esszqh-news-box .esszqh-news-list .esszqh-news-item {
  padding: 20px 0;
  padding-right: 10px;
  display: block;
}
.esszqh-main .esszqh-news-container .esszqh-news-box .esszqh-news-list .esszqh-news-item:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}
.esszqh-main .esszqh-news-container .esszqh-news-box .esszqh-news-list .esszqh-news-item:hover p{
  color: #EE2D25;
}
.esszqh-main .esszqh-news-container .esszqh-news-box .esszqh-news-list .esszqh-news-item .title {
  font-size: 21px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}/*# sourceMappingURL=zt_esszqh.css.map */