a {
  line-height: 32px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  /*height: 5px;*/
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #ee3f4d;
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.bg {
  background: url("https://www.scycjy.gov.cn/upload/images/2025/12/2e5622ba98084eb3.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 120px;
  margin-top: -80px;
}

.layout {
  background: #ffff;
  padding-top: 30px;
}

.w1350 {
  width: 1350px;
  margin: 0 auto 20px;
  padding-bottom: 50px;
}

.flex-bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.news-box {
  /* margin-bottom: 100px; */
  display: flex;
  width: 100%;
  /* height: 420px; */
  box-sizing: border-box;
  justify-content: space-between;
  /* padding:30px 20px; */
  /* background: #ffffff; */
  border-radius: 40px;
  /* border:1px solid #f2d0b1; */
}

.news-box .swiper-button-next:after,
.news-box .swiper-button-prev:after {
  color: #fff;
}

.news-box .mask {
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 40px;
  width: 100%;
  color: white;
  font-size: 22px;
  text-align: center;
  padding: 10px 80px 10px 20px;
  /* background: rgba(0, 0, 0, 0.5); */
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}

.news-box .swiper-button-next,
.news-box .swiper-button-prev {
  width: 40px;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
}

.news-box .swiper-container {
  width: 652px;
  height: 489px;
}

.news-box .swiper-slide {
  position: relative;
  width: 652px;
  height: 489px;
}

.news-box .swiper-container img {
  width: 652px;
  height: 489px;
}

.news-box .swiper-container-horizontal>.swiper-pagination-bullets,
.news-box .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  right: 20px;
  left: inherit;
}

.news-box .swiper-pagination {
  text-align: right;
}

.news-list {
  width: 674px;
}



.list-box {
  display: flex;
  flex-direction: column;
}

.list-box .item {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  color: #333333;
  line-height: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.list-box .item:hover {
  color: #d53037;
}

.list-box .item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background: #b2b2b2;
  border-radius: 50%;
  transform: translateY(-50%);
}

.more a {
  color: #e39f5d;
  font-size: 12px;
}

.more a:hover {
  text-decoration: underline;
}

/* 新思想引领新时代改革开放 */
.qhxj {
  width: 100%;
}

.title-box {
  margin-bottom: 40px;
  position: relative;
}

.title-img {
  height: 142px;
}

.more {
  position: absolute;
  right: 10px;
  top: 46%;
}

.title a {
  display: inline-block;
  line-height: 30px;
  color: #9d0a0f;
  font-size: 28px;
  font-family: "微软雅黑";
  padding-left: 20px;
  font-weight: bold;
  position: relative;

}

.title::before {
  content: '';
  height: 30px;
  width: 6px;
  background: #cccccc;
  position: absolute;
}

.title a:hover {
  text-decoration: underline;
}

.qhxj-list {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.qhxj-item {
  width: 650px;
  height: 365px;
  margin-bottom: 20px;
  position: relative;
}

.qhxj-item .qhxj-img {
  width: 100%;
  height: 100%;
}

.qhxj-item .qhxj-text {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-family: "微软雅黑";
  line-height: 40px;
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  padding: 0 10px;
  text-align: center;
}

.qhxj-item .qhxj-text:hover {
  text-decoration: underline;
}

/* 全会宣讲 */
.two-list-box {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  justify-content: space-between;
}

.two-list-box a {
  display: block;
  width: 48%;
}

.two-list-box .item {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  color: #333333;
  line-height:46px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.first-news-box {
  margin-top: -40px;
  padding: 0px 100px 30px;
}

.first-news-box .item-title {
  font-weight: bold;
  font-size: 36px;
  color: #CC0000;
  line-height: 48px;
  text-align: center;
}

.item-box {
  height: 98px;
  border-bottom: 1px solid #b13035;
}

.item-title {
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #0F0F0F;
  line-height: 36px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.item-biref {
  font-weight: 400;
  font-size: 14px;
  color: #767676;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-title:hover {
  cursor: pointer;
  color: #9d0a0f;
}

.first-news-box .item-title:hover {
  color: #d0920b;
}

.qhxj-box .two-list-box .item:hover {
  cursor: pointer;
  color: #9d0a0f;
}

.item-biref:hover {
  cursor: pointer;
  color: #9d0a0f;
}

.two-list-box .item:hover {
  color: #9d0a0f;
}

.two-list-box .item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background: #b2b2b2;
  border-radius: 50%;
  transform: translateY(-50%);
}

.top-title {
  width: 100%;
  height: 458px;
  padding-top: 10px;
  margin-bottom: 70px;
  text-align: center;
}

.top-img {
  margin: 0 auto;
  width: 1077px;
  height: 378px;

}

.swiper-img {
  width: 302px;
  height: 628px;
}

.chsd {
  width: 652px;
  /* height: 420px; */
}

.qhsd-box {
  background: url("https://www.scycjy.gov.cn/upload/images/2025/11/5f7756d51aa7b8aa.png");
  background-size: 100% 1185px;
  background-position: bottom;
  background-repeat: no-repeat;
  /* margin-bottom:50px; */
}

.chbj {
  background: url("https://www.scycjy.gov.cn/upload/images/2025/12/ede1fde827da9af.jpg");
  background-size: 100% 809px;
  background-position: bottom;
  background-repeat: no-repeat;
}

.qhxj-box {
  /* background: url("https://www.scycjy.gov.cn/upload/images/2025/11/ec0cccead47635df.png");
  background-size: 100% 1185px; 
  background-position: top;
  background-repeat: no-repeat;  */
   padding-bottom: 150px;

}

.qhxj-box .two-list-box .item {
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  line-height: 48px;
}

.sdsd-box .news-box {
  height: 489px;
}

.sdsd-box .news-box .swiper-slide {
  height: 489px;
}



.sdsd {
  width: 652px;
  height: 489px;
}

.swiper-father {
  box-sizing: border-box;
  width: 100%;
  /* height: 80px; */
  position: relative;
  margin: 15px auto 0;
}

.swiper-father .swiper {
  /* width: 93%; */
  /* height: 80px; */
}

.swiper-father .swiper-slide {
  text-align: center;
  font-size: 8px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  text-align: left;
  background: url("~@/assets/img/training/bg.png");
  background-size: 100% 100%;
  /* padding: 6px 8px; */
}

.swiper-father .swiper-button-next,
.swiper-father .swiper-button-prev {
  width: 10px;
  height: 20px;
}

.swiper-father .swiper-button-next:after,
.swiper-father .swiper-button-prev:after {
  color: #e3291e;
  transform: translateY(50%);
}

.swiper-father .swiper-button-prev,
.swiper-father .swiper-rtl .swiper-button-next {
  left: -30px;
}

.swiper-father .swiper-button-next,
.swiper-father .swiper-rtl .swiper-button-prev {
  right: -30px;
}

.gcls-box {
  /* background: url("https://www.scycjy.gov.cn/upload/images/2025/11/2b35c9dfe8cd8852.png");
  background-size: 100% 893px;
  padding-bottom: 340px;
  background-position: 0 bottom;
  background-repeat: no-repeat; */
  background: url("https://www.scycjy.gov.cn/upload/images/2025/11/ec0cccead47635df.png");
  background-size: 100% 1185px; 
  background-position: top;
  background-repeat: no-repeat;
  /* padding-top:40px; */
}

.gcls {
  width: 652px;
  height: 450px;
}

/* .gcls-box .list-box .item {
  width: 600px;
  color: #FCF6D5;
  line-height: 54px;
} */

.footer {
  text-align: center;
  background: url("https://www.scycjy.gov.cn/upload/images/2025/11/b567afd1f218bb2e.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 140px;
  height: 145px;
}

.sdqh-right-first {
  width: 100%;


}

.sdqh-right-first .sdqh-first {
  width: 100%;
  height: 150px;
}

.sdqh-right-first .sdqh-first img {
  width: 100%;
  height: 100%;
}

.gcls-box .list-box .item:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* .gcls-box	.list-box .item::before {
			background: #FCF6D5;
		} */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  pointer-events: all;
}