@charset "UTF-8";
/**!
* 第十八届“5.15政务公开日”活动
* date: 2024-05-11
* author: wangkai;
*/
.banner {
  position: relative;
}
.banner-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.banner-logo {
  float: left;
  margin-top: 40px;
  height: 80px;
  display: flex;
  align-items: center;
}
.banner-logo img {
  margin-right: 20px;
}
.banner-nav {
  float: right;
  display: flex;
  margin-top: 70px;
}
.banner-nav-node {
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
}
.banner-nav-node:first-child {
  margin-left: 0;
}
.banner-nav-node > a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.banner-nav-node > a:hover {
  font-weight: bold;
}

@media (max-width: 1680px) {
  .banner-logo {
    margin-top: 20px;
  }
  .banner-nav {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .banner-top {
    position: relative;
    background: rgb(0, 115, 255);
    padding-bottom: 10px;
    overflow: hidden;
  }
  .banner > img {
    margin-top: -70px;
  }
}
@media (max-width: 979px) {
  .banner > img {
    margin-top: -60px;
  }
  .banner-logo {
    height: 60px;
  }
  .banner-logo img:first-child {
    height: 60px;
  }
  .banner-logo img:nth-child(2) {
    height: 46px;
  }
  .banner-nav {
    margin-top: 36px;
  }
  .banner-nav-node > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .banner > img {
    margin-top: 0;
  }
  .banner-nav {
    margin-top: 16px;
    flex-wrap: wrap;
    width: 100%;
  }
  .banner-nav-node {
    width: 33.333%;
    margin-left: 0;
    text-align: center;
  }
  .banner-nav-node > a {
    font-size: 16px;
  }
  
   .headlines-content span{
    font-size:15px !important;
  }
}
/* 头条 */
.headlines {
  background: #fff5f2;
}
.headlines-content {
  height: 120px;
  line-height: 120px;
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
}
.headlines-content label {
  color: #e22f24;
}
.headlines-content p {
  flex: 1;
  width: 0;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 专题 */
.special {
  padding: 60px 0;
}
.special-swiper {
  position: relative;
}
.special-swiper .special-item {
  display: block;
  height: 170px;
}
.special-swiper .special-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.special-swiper .special-button-next,
.special-swiper .special-button-prev {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d7d7d7;
  background-size: 10px 18px;
}
.special-swiper .special-button-next:hover,
.special-swiper .special-button-prev:hover {
  background-color: #e22f24;
}
.special-swiper .special-button-next {
  right: -52px;
  background-image: url("../images/next_ico.png");
}
.special-swiper .special-button-prev {
  left: -52px;
  background-image: url("../images/prev_ico.png");
}

/* 公共栏目 */
.column {
  display: flex;
  height: 125px;
  justify-content: center;
  align-items: center;
}
.column-line {
  flex: 1;
  width: 0;
  height: 1px;
}
.column-line.left {
  margin-right: 10px;
  background: linear-gradient(90deg, rgba(247, 162, 166, 0) 0%, #f7a2a6 100%);
}
.column-line.right {
  margin-left: 10px;
  background: linear-gradient(90deg, #f7a2a6 0%, rgba(247, 162, 166, 0) 100%);
}
.column-ico {
  width: 60px;
  height: 25px;
  background-repeat: no-repeat;
}
.column-ico.left {
  background-image: url("../images/column_icol.png");
}
.column-ico.right {
  background-image: url("../images/column_icor.png");
}
.column-tt {
  margin: 0 22px;
  height: 49px;
  line-height: 49px;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.column-tt img {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
}

/* 局长进现场做解读 */
.news {
  padding-bottom: 60px;
  background: url("../images/news_bg.jpg") center top no-repeat;
}
.news-wrap {
  padding: 24px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(224, 85, 85, 0.08);
}
.news-swiper {
  float: left;
  width: 52%;
  height: 380px;
  border-radius: 4px;
  overflow: hidden;
}
.news-swiper .swiper-item {
  display: block;
  height: 380px;
}
.news-swiper .swiper-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-swiper .swiper-tips {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 52px;
  line-height: 52px;
  padding: 0 130px 0 20px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 22px;
  right: 12px;
  left: auto;
  height: 8px;
  text-align: right;
}
.news-swiper .swiper-pagination-bullet {
  margin-right: 8px;
  vertical-align: top;
  background: #989898;
  opacity: 0.8;
}
.news-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.news-list {
  float: left;
  margin-left: 24px;
  width: calc(48% - 24px);
}
.news-list .info-list {
  padding: 20px 0 0 0;
}
.news-list .info-item {
  padding-left: 20px;
}
.news-list .info-item::before {
  border-radius: 0;
  background: url("../images/news_list.png") no-repeat transparent;
}
.news-list .info-item:hover::before {
  background: url("../images/news_list.png") no-repeat transparent;
}
.news-hd {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(255, 214, 210, 0.4) 0%, rgba(255, 255, 255, 0.4) 142%);
}
.news-tt {
  padding-left: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #e22f24;
  display: flex;
  align-items: center;
  background: url("../images/news_ico.png") left center no-repeat;
}
.news-more {
  padding-right: 20px;
  font-size: 16px;
  color: #666;
  background: url("../images/news_more.png") right center no-repeat;
}

.info-box {
  padding-bottom: 60px;
}
.info-wrap {
  float: left;
  margin-left: 24px;
  width: calc((100% - 24px) / 2);
}
.info-wrap:first-child {
  margin-left: 0;
}
.info-wrap:first-child .info-item::before {
  background: #ff8764;
}
.info-wrap:first-child .info-item:hover::before {
  background: #ff6916;
}
.info-wrap:first-child .info-item:hover .info-title,
.info-wrap:first-child .info-item:hover .info-date {
  color: #ff6916;
}
.info-wrap:nth-child(2) .info-content {
  background: linear-gradient(180deg, #fff0ef 0%, #fff 37%, #fff 100%);
}
.info-content {
  padding-bottom: 20px;
  border-radius: 4px;
  background: linear-gradient(180deg, #fff7f2 0%, #fff 37%, #fff 100%);
  box-sizing: border-box;
  border: 1px solid #fff;
  box-shadow: 0px 4px 12px 0px rgba(120, 44, 44, 0.08);
}
.info-list {
  padding: 31px 22px 0 19px;
}
.info-node {
  margin-top: 20px;
}
.info-node:first-child {
  margin-top: 0;
}
.info-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 32px;
  line-height: 32px;
  padding-left: 24px;
}
.info-item::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ee7e76;
}
.info-item:hover::before {
  background: #e22f24;
}
.info-item:hover .info-title,
.info-item:hover .info-date {
  color: #e22f24;
}
.info-title {
  flex: 1;
  width: 0;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.info-date {
  margin-left: 28px;
  font-size: 16px;
  color: #666;
}
.info-more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.info-more > a {
  padding: 0 19px;
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  border: 1px solid #e22f24;
  font-size: 16px;
  color: #e22f24;
}

/* 专家接热线解难题 */
.experts-hotline {
  height: 200px;
  background: url("../images/eh_bg.png") center top no-repeat;
}
.experts-hotline > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 1200px) {
  .special-swiper .special-item {
    height: 138px;
  }
}
@media (max-width: 979px) {
  .headlines-content {
    height: 90px;
    line-height: 90px;
    font-size: 24px;
  }
  .special {
    padding: 30px 0;
  }
  .special-swiper {
    padding: 0 50px;
  }
  .special-swiper .special-button-next {
    right: 0;
  }
  .special-swiper .special-button-prev {
    left: 0;
  }
  .news {
    background: #fff5f2;
  }
  .news-swiper {
    width: 100%;
    height: auto;
  }
  .news-swiper .swiper-item {
    height: auto;
  }
  .news-swiper .swiper-item img {
    height: auto;
  }
  .news-list {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .info-wrap {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .info-wrap:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .headlines-content {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .special-swiper .special-item {
    height: auto;
  }
  .special-swiper .special-item img {
    height: auto;
  }
  .column {
    height: 80px;
  }
  .column-ico, .column-line {
    display: none;
  }
  .column-tt img {
    margin-top: 12px;
    height: 25px;
  }
  .news,
  .info-box {
    padding-bottom: 20px;
  }
  .news-wrap {
    padding: 20px 10px;
  }
  .info-node {
    margin-top: 10px;
  }
  .info-title {
    font-size: 16px;
  }
  .info-date {
    font-size: 14px;
  }
  .info-list {
    padding: 20px 10px 0;
  }
  .experts-hotline {
    height: 100px;
  }
  .experts-hotline img {
    height: 31px;
  }
}