a {
  line-height: 32px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}
.lhyw-text:hover,
.wytd-text:hover,
.mask:hover {
  color: #9d0a0f;
}
.text-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 限制为1行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制为2行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

::-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/2026/2/e0ab820c6ef6489d.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.bgcolor {
  background: #fdede0;
}

.layout {
  /* background: #fdede0; */
  /* padding-top: 30px; */
  background: url("https://www.scycjy.gov.cn/upload/images/2026/2/55fdc379cbdedaac.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.w1220 {
  width: 1220px;
  margin: 0 auto 20px;
}

.flex-bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 导航 */
.nav-list {
  height: 85px;
  background: url("https://www.scycjy.gov.cn/upload/images/2026/2/307f966699a0dc06.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: center;
  margin-bottom: 40px;
}

.nav-item:last-child {
  border-right: 3px solid #c2811a;
}

.nav-list .nav-item {
  cursor: pointer;
  text-align: center;
  height: 30px;
  padding: 0 40px;
  font-weight: bold;
  font-size: 26px;
  color: #C90A0A;
  border-left: 3px solid #c2811a;
}

/* 第一个轮播 */
.swiper-news {
  display: flex;
  width: 1220px;
  height: 624px;
  box-sizing: border-box;
  justify-content: space-between;
  margin: 0 auto;
  background: #ffff;
  position: relative;
  margin-bottom: 20px;
}

.swiper-news .swiper-button-next:after,
.swiper-news .swiper-button-prev:after {
  color: #fff;
}

.swiper-news .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));
}

.swiper-news .swiper-button-next,
.swiper-news .swiper-button-prev {
  width: 40px;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
}

.swiper-news .swiper-container {
  width: 1220px;
  height: 624px;
}

.swiper-news .swiper-slide {
  position: relative;
  width: 1220px;
  height: 624px;
}

.swiper-news .swiper-container img {
  width: 1220px;
  height: 624px;
}

.swiper-news .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-news .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  right: 20px;
  left: inherit;
}

.swiper-news .swiper-pagination {
  text-align: right;
}

/* 第一个轮播 */

.zx,.rd{
  margin-bottom:30px;
}


.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: 2;
  line-clamp: 2;
  -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;
}


.title-rd {
  font-family: Douyin Sans;
  font-weight: bold;
  font-size: 50px;
  color: #E32117;
  display: flex;
  align-items: center;

}

.zx-color {
  color: #FFA31C;
}

.title-rd img {
  width: 49px;
  height: 53px;
  margin-right: 10px;
}

.title-box {
  margin: 0px 0 30px;
  position: relative;

}

.title-img {
  width: 818px;
  height: 83px;
  margin: 0 auto;
}

.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;
}


.top-title {
  width: 100%;
  height: 364px;
  padding-top: 39px;
  margin-bottom: 57px;
  text-align: center;
}

.top-img {
  margin: 0 auto;
  width: 889px;
  height: 364px;

}

/* 两会要闻 日历 */
.lhyw {
  display: flex;
   margin-bottom:30px;
}


.lhyw-left {
  width: 304px;
  height: 729px;
  margin-right: 10px;
  background: url('https://www.scycjy.gov.cn/upload/images/2026/2/bf986a74365fb697.png');
  background-size: 100% 100%;
  padding-top: 110px;
  box-sizing: border-box;
}

.lhyw-left .btn {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  position: relative;
}

.lhyw-left .swiper-button-next,
.lhyw-left .swiper-button-prev {
  top: inherit;
  background: #ffffff;
  width: 50px;
  height: 50px;
  color: #c72931;
  border-radius: 50%;
  padding: 10px;
  transform: scale(0.8);
}

.lhyw-left .swiper-button-next,
.lhyw-left .swiper-rtl .swiper-button-prev {
  left: 50%;
}

.lhyw-left .swiper-button-prev,
.lhyw-left .swiper-rtl .swiper-button-prev {
  left: 30%;
}

.lhyw-left .btn .left {
  margin-right: 40px;
}

.lhyw-left .swiper {
  /* width: 330px; */
  width: 270px;
  height: 600px;
}

.lhyw-right {
  flex: 1;
  background: #ffffff;
  margin-top: 50px;
  padding: 20px 10px;
  box-sizing: border-box;
}

.lhyw-list {
  padding: 0 10px;
}

.lhyw-title {
  font-weight: bold;
  font-size: 18px;
  color: #A10E0E;
  line-height: 28px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.lhyw-title::before {
  content: '';
  background: url('https://www.scycjy.gov.cn/upload/images/2026/2/694630854a1cca6b.png');
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;

}

.lhyw-text {
    height: 62px;
  font-weight: 400;
  font-size: 16px;
  color: #5A5A5A;
  line-height: 28px;
  text-indent: 2em;
  border-bottom: 1px dashed #eae3d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.yw-img {
  width: 154px;
  height: 71px;
  margin-bottom: 30px;
}

/* 两会要闻 日历 */


/* 两会评论 */
.lhpl{
    margin-bottom:30px;
}
.lhpl-list {
  display: flex;
}

.lhpl-item {
  display: block;
  width: 381px;
  margin-right: 65px;
  border-radius: 10px;
  overflow: hidden;
}

.lhpl-item:nth-child(3n) {
  margin-right: 0;
}

.lhpl-text-box {
  background: #ffffff;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #2E2E2E;
  line-height: 30px;
  padding: 20px 15px;
  height:160px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lhpl-img {
  width: 381px;
  height: 268px;
}

.lhpl-text {
  font-weight: 400;
  font-size: 18px;
  color: #0A0907;
  line-height: 28px;
}
.lhpl-date{
  text-align: right;
}

/* 两会评论 */

/*    新闻发布会 */
.xwfbh{
    margin-bottom:30px;
}
.swiper-father .swiper-img {
  width: 392px;
  height: 295px;
}
.xwfbh .mask{
  height:62px;
  padding:5px 15px 0px;
   font-size: 18px;
   line-height: 26px;
}

.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;

}

.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;
}

/* 新闻发布会 */



/* 委员通道 */
.wytd {
  background: url('https://www.scycjy.gov.cn/upload/images/2026/2/d9b4b8db9e670c16.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom:20px;
}

.wytd-list {
  display: flex;
}

.wytd-item {
  display: block;
  width: 360px;
  margin-right: 65px;
}

.wytd-item:nth-child(3n) {
  margin-right: 0;
}

.wytd-img {
  width: 353px;
  height: 263px;
}

.wytd-text {
  font-weight: 400;
  font-size: 18px;
  color: #0A0907;
  line-height: 28px;
}

/*  委员通道 */