/* =========  复位  ========= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "PingFang SC";
  background: #fff;
  color: #333;
  line-height: 1.6;
}
a {
  color: #666;
  text-decoration: none;
}

ul {
  list-style: none;
}
h2 {
  height: auto;
}

/* =========  布局骨架  ========= */
.w1920 {
  max-width: 1920px;
  margin: 0 auto;
}
.w1440 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

/* banner */
.sy_banner { width: 100%; height: 500px; } 
.sy_banner .swiper-slide a { width: 100%; height: 500px; display: block; } 
.sy_box .fyq .swiper-pagination-bullet-active { width: 10px; height: 10px; background: #1677ff; } 
.sy_box .swiper-pagination-bullet { border-radius: 4px; } 
.fyq { position: absolute; left: auto !important; bottom: 30px !important; text-align: right !important; z-index: 12; right: 50%; } 
.fyq .swiper-pagination-bullet { margin-right: 10px; width: 10px; height: 10px; opacity: 1; background-color: #ffffff; }

/* 集团要闻 */
.jt_news { height: 454px;width: 680px;float: left;margin-right: 30px;} 
.jt_news_lb { float: left; width: 680px; height: 100%; background: #FFFFFF; } 
.jt_news>div { height: 100%; } 
.lb_list { width: 100%; height: 454px; } 
.lb_list>a { display: inline-block; width: 100%; height: 100%; overflow: hidden; } 
.lb_list img { width: 100%; height: 454px;} 
.lb_list_title { position:absolute; z-index: 20; bottom: 0; left: 0; width: 100%; height: 60px; background: #333; opacity: 0.85; } 
.lb_list_title>a { width: 100%; height: 100%; display: block; margin-left: 30px; font-weight: 500; font-size: 16px; color: #FFFFFF; letter-spacing: 0; line-height: 60px; } 
.lb_list_title>a:hover { color: #1677ff; } 
.jt_news_lb_box .swiper-wrapper { z-index: 14; } 
.lb_fyq { width: 20% !important; } 
.lb_fyq .swiper-pagination-bullet { border-radius: 4px; margin-right: 10px; width: 8px; height: 8px; opacity: 1; background: #ffffff; } 
.jt_news_lb_box .swiper-pagination-bullet-active { width: 25px; height: 8px; background: #1677ff; } 
.lb_fyq { position: absolute; left: auto !important; bottom: 18px !important; text-align: right !important; z-index: 14; right: 30px; } 

/* 先进典型&媒体聚焦轮播 */
.jt_xjdx_lb_box,.jt_mtjj_lb_box { float: left; width: 680px; height: 100%; background: #FFFFFF; }
.jt_xjdx_lb_box .swiper-wrapper,.jt_mtjj_lb_box .swiper-wrapper { z-index: 14; } 
.lb_xjdx_fyq,.lb_mtjj_fyq { width: 20% !important; } 
.lb_xjdx_fyq .swiper-pagination-bullet,.lb_mtjj_fyq .swiper-pagination-bullet { border-radius: 4px; margin-right: 10px; width: 8px; height: 8px; opacity: 1; background: #ffffff; } 
.jt_xjdx_lb_box .swiper-pagination-bullet-active,.jt_mtjj_lb_box .swiper-pagination-bullet-active { width: 25px; height: 8px; background: #1677ff; } 
.lb_xjdx_fyq,.lb_mtjj_fyq { position: absolute; left: auto !important; bottom: 18px !important; text-align: right !important; z-index: 14; right: 30px; }

/* =========  第二部分  ========= */
.section2 {
  display: grid;
  grid-template-columns: 680px 1fr 220px;
  gap: 30px;
}
.section2 .box {
  padding: 0;
}
.section-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 52px;
  text-align: left;
  color: #333;
}
.title-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.more {
  font-weight: 400;
  font-size: 22px;
  line-height: 52px;
  text-align: left;
  color: #333;
}
.news-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  line-height: 27px;
  font-size: 18px;
}
.news-item:hover {
  color: #386bf3;
}
.news-item span {
  margin-left: 30px;
  float: right;
  color: #666;
}

.right-section {
  padding: 0;
  position: relative;
}
.right-section-qygk {
  background: url(qygk.png) no-repeat center;
  height: 78px;
}
.right-section-fzzjt {
  background: url(fzzjt.png) no-repeat center;
  height: 78px;
}
.right-section-gzzjt {
  background: url(gzzjt.png) no-repeat center;
  height: 78px;
}
.right-section-shzjt {
  background: url(shzjt.png) no-repeat center;
  height: 78px;
}
.right-section a {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 78px;
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.right-section a:hover {
  color: #386bf3;
}
.qygk-text {
  position: absolute;
  left: 46%;
}
/* =========  第三部分  ========= */
.section3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
/*.section3 a {
  display: block;
}*/
.section3 a:hover .date-box {
  background: #386bf3;
}
.section3 a:hover .newTitle {
  color: #386bf3;
}
/*.date-box {
  width: 96px;
  height: 85px;
  background: #b8b8b8;
  color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.date-day {
  font-size: 30px;
  font-weight: bold;
}
.date-ym {
  font-size: 18px;
}
*/
.news-row {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.newTitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #333;
  width: 100%;
}
.newTitle span {
  font-weight: normal;
  padding-left: 30px;
  color: #999;
  float: right;
}
/*
.newMiaoshu {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #999;
}
*/

/* =========  第四部分  ========= */
.section4 {
  background: #fff;
  margin-bottom: 30px;
}
.news-item-noborder {
  padding: 10px 0;
  line-height: 35px;
  font-size: 18px;
  width: 680px;
}
.news-item-noborder:hover {
  color: #386bf3;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.news-item-noborder span {
  margin-left: 20px;
  color: #999;
  float: right;
}
.tabs {
  display: flex;
  height: 86px;
  justify-content: space-between;
  background: #fff;
}
.tab70 {
  width: 100%;
  height: 70px;
  background: #eee;
  display: flex;
  justify-content: space-between;
}
.tab {
  cursor: pointer;
  font-size: 24px;
  position: relative;
  padding: 0 92px;
  font-weight: 500;
  color: #333;
  line-height: 70px;
}
.tab.active {
  background: url(qh-title-bg.png) no-repeat;
  color: #fff;
  padding: 0 92px;
  height: 86px;
  display: inline-block;
}
.tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.qh-li-style li {
  list-style: url(li-style.png) outside circle;
  margin-left: 25px;
}
/* 基层动态 & 媒体聚焦 左右分栏 */
.flex-row {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.img680 {
  flex-shrink: 0;
  width: 680px;
  height: 454px;
  overflow: hidden;
  position: relative;
}
.img680 .slides {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}
.img680 .slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.right-list {
  flex: 1;
}
/* =========  第五部分  ========= */
.section5 {
  background: #fff;
  margin-bottom: 30px;
  padding-top: 0;
}
.section5 .projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 15px;
}
.section5 a:hover p {
  color: #386bf3;
}
.project-img {
  display: block;
  width: 100%;
  height: 254px;
  background-size: cover;
  background-position: center;
}
.project p {
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #333;
  height: 70px;
  line-height: 70px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}

/* =========  第六部分  ========= */
.link-bg {
  background: #f5f5f5;
}
.section6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding-bottom: 30px;
}
.section6 h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #333;
}
.section6 img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  vertical-align: middle;
}
.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}
.link-list a {
  background: #fff;
  border-radius: 4px;
  padding: 9px 26px;
  font-weight: 400;
  font-size: 15px;
  color: #333;
}
.link-list a:hover {
  color: #386bf3;
}
.link-list .more {
  color: #333;
  background: none;
}