/* 新华网专题通用css框架。*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #f2f5fa;
  line-height: 1.8em;
  font-size: 20px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
}

a:link {
  cursor: pointer;
}

body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
  width: auto;
}

/*字号定义部分*/
.font-lg {
  font-size: 28px;
}

.font-lg a {
  font-size: 28px;
}

.font-md {
  font-size: 20px;
}

.font-md a {
  font-size: 20px;
}

.font-sm {
  font-size: 16px;
  line-height: 1.8em;
}

.font-sm a {
  font-size: 16px;
  line-height: 1.8em;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pointer {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.limit-line1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desc a {
  color: #fff;
}

.limit-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line.line1 {
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
}

.limit-line.line2 {
  -webkit-line-clamp: 2;
}

.limit-line.line3 {
  -webkit-line-clamp: 3;
}

.limit-line.line4 {
  -webkit-line-clamp: 4;
}

.limit-line.line5 {
  -webkit-line-clamp: 5;
}

.limit-line.line6 {
  -webkit-line-clamp: 6;
}
.show-xs {
  display: none;
}

.show-lg {
  display: block;
}

.bg-xinhua-bar {
  background-color: #0942A7;
  min-width: 1188px;
}

.top-bar {
  height: 57px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 14px;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.top-bar a {
  color: #FFFFFF;
}

.top-bar .container {
  width: 1188px;
}

.top-bar ul li {
  list-style: none;
  float: left;
  line-height: 57px;
  min-width: 46px;
  text-align: center;
}

.top-bar ul li a {
  margin-right: 5px;
  font-size: 15px;
}

.footer {
  color: #FFFFFF;
  background: #0942A7;
  line-height: 20px;
  font-size: 12px;
  margin: 0 auto;
  padding: 20px 0 16px 0;
  height: 78px;
}
.footer span {
  margin-left:14px;
}

.banner {
  height: 942px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.banner .show-lg {
  width: 1920px;
  height: 942px;
  z-index: 100;
  position: relative;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.banner .show-lg img{
  width: 1920px;
  height: 942px;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.banner .show-xs {
  height: 6.23rem;
  width: 7.5rem;
  position: absolute;
  left: 50%;
  margin-left: -3.75rem;
}

/*主要页面容器相关*/
.page-container {
  min-width: 1200px;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.bg-max-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f2f5fa;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 每个模块title样式 */
.title {
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 65px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.title-1,
.title-2,
.title-3 {
  width: 953px;
  height: 228px;
}

.title-1 {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/title-1.png');
}

.title-2 {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/title-2.png');
}

.title-3 {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/title-3.png');
}

/* 副标题样式 */
.sub-title {
  margin: 0 auto;
  margin-bottom: 45px;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-title-1,
.sub-title-2,
.sub-title-3,
.sub-title-4 {
  width: 1199px;
  height: 59px;
}

.sub-title-1 {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/sub-title1.png');
}

.sub-title-2 {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/sub-title2.png');
}

.sub-title-3 {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/sub-title3.png');
}

.sub-title-4 {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/sub-title4.png');
}

.widget {
  margin: 30px auto 0;
}

/* ==================== 模块一：政策法规解读 ==================== */
.block-module-1 {
 
  background: url('https://www.news.cn/food/2026ksfsjb/img/bg-1.jpg') top center no-repeat;
  padding-bottom: 80px;
}

.title-1 {
  margin-bottom: 35px;
}

/* 上部分：轮播包裹 */
.m1-swiper-wrap {
  width: 992px;
  margin: 0 auto;
  position: relative;
  width: 1080px;
  height: 639px;
  background: url('https://www.news.cn/food/2026ksfsjb/img/box-border.png') no-repeat top left;
  background-size: 100% 100%; 
  padding: 40px 48px;
  margin-bottom: 71px
}

#swiper-m1 {
  position: relative;
  margin:  0 ;
}

#swiper-container-m1 {
  width: 992px;
  height: 558px;
}

#swiper-container-m1 img {
  width: 992px;
  height: 558px;
  object-fit: cover;
}

#swiper-m1 .swiper-slide {
  text-align: center;
}

#swiper-m1 .swiper-slide img {
  width: 100%;
  height: 558px;
  object-fit: cover;
}

/* 轮播左右箭头 */
#swiper-m1 .swiper-button-prev {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/left-w.png');
  background-size: 32px 54px;
  background-repeat: no-repeat;
  width: 32px;
  height: 54px;
  left: -104px;
  top: 50%;
  margin-top: -27px;
}

#swiper-m1 .swiper-button-next {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/right-w.png');
  background-size: 32px 54px;
  background-repeat: no-repeat;
  width: 32px;
  height: 54px;
  right: -104px;
  top: 50%;
  margin-top: -27px;
}

/* 轮播圆点 */
#swiper-m1 .swiper-pagination {
  bottom: -75px;
  width: 100%;
  text-align: center;
}

#swiper-m1 .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
  opacity: 1;
  margin: 0 13px;
}

#swiper-m1 .swiper-pagination-bullet-active {
  background: #FFDE01;
}

/* 模块一轮播：点击封面播放视频 */
#swiper-m1 .m1-video-item {
  width: 100%;
  height: 100%;
}

#swiper-m1 figure.media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
figure.media{
  width: 100%;
  height: 100%;
}
figure.media .img,
figure.media .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

figure.media .vBtn {
  position: absolute;
  right: 26px;
  /* top: 0; */
  bottom: 27px;
  z-index: 10;
  width: 91px;
  height: 91px;
  cursor: pointer;
  /* background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFsAAABbCAYAAAAcNvmZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBDRTAyREQ0NjZGODExRjE5Mjg1OUEzQkE0Q0EwMzgxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBDRTAyREQ1NjZGODExRjE5Mjg1OUEzQkE0Q0EwMzgxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDI0RDc4REQ2NkREMTFGMTkyODU5QTNCQTRDQTAzODEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDI0RDc4REU2NkREMTFGMTkyODU5QTNCQTRDQTAzODEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6BdsOUAAAHq0lEQVR42uyd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") center / 72px no-repeat; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFsAAABbCAYAAAAcNvmZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBDRTAyREQ0NjZGODExRjE5Mjg1OUEzQkE0Q0EwMzgxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBDRTAyREQ1NjZGODExRjE5Mjg1OUEzQkE0Q0EwMzgxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDI0RDc4REQ2NkREMTFGMTkyODU5QTNCQTRDQTAzODEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDI0RDc4REU2NkREMTFGMTkyODU5QTNCQTRDQTAzODEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6BdsOUAAAHq0lEQVR42uyd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") no-repeat;
  background-size: 100% 100%;
}
/* 
figure.media .vBtn:hover {
  background-color: rgba(0, 0, 0, .05);
}
 */
figure.media .video-close {
  display: none;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 20;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: rgba(0, 0, 0, .65) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.3 5.71a1 1 0 0 0-1.41 0L12 10.59 7.11 5.7A1 1 0 0 0 5.7 7.11L10.59 12l-4.9 4.89a1 1 0 1 0 1.41 1.42L12 13.41l4.89 4.9a1 1 0 0 0 1.42-1.42L13.41 12l4.9-4.89a1 1 0 0 0-.01-1.4z'/%3E%3C/svg%3E") center / 16px no-repeat;
}

figure.media iframe,
figure.media video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

figure.media .videotitle {
  display: none;
}

figure.media.is-playing .img,
figure.media.is-playing .vBtn {
  visibility: hidden;
}

figure.media.is-playing .video-close,
figure.media.is-playing iframe,
figure.media.is-playing video {
  display: block;
}

/* 下部分：左右两列纯文字列表 */
.m1-list-wrap {
  width: 1200px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: space-between;
  align-items: flex-start;

}

.m1-list-wrap .m1-text-item {
  width: 570px;
  flex-shrink: 0;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  padding-bottom: 27px;
  border-bottom: 1px solid #15A5E1;
}
.m1-list-wrap .m1-text-item a {
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==================== 模块二：赢在美加墨 ==================== */
.block-module-2 {
  height: 1945px;
  background: url('https://www.news.cn/food/2026ksfsjb/img/bg-2.jpg') top center no-repeat;
  padding-bottom: 80px;
}

.title-2 {
  margin-top: 179px;
  margin-bottom: 42px;
}

/* 第一部分：3D轮播 790x445 */
.m2-swiper-wrap {
  width: 1200px;
  /* width: 1054px; */
  margin: 0 auto;
  position: relative;
}

#swiper-m2 {
  position: relative;
}

#swiper-container-m2 {
  width: 1054px;
  height: 445px;
  position: relative;
  margin-bottom: 89px;
}

#swiper-m2 .swiper-slide {
  /* width: 790px !important; */
  height: 445px;
  border: none;
}

#swiper-m2 .swiper-slide img {
  /* width: 790px  !important; */
  width: 100%;
  height: 445px;
  object-fit: cover;
}

/* 轮播左右箭头 left2.png / right2.png 32x54 */
#swiper-m2 .swiper-button-prev {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/left2.png');
  background-size: 32px 54px;
  background-repeat: no-repeat;
  width: 32px;
  height: 54px;
  left: 0;
  top: 50%;
  margin-top: -27px;
}

#swiper-m2 .swiper-button-next {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/right2.png');
  background-size: 32px 54px;
  background-repeat: no-repeat;
  width: 32px;
  height: 54px;
  right: 0;
  top: 50%;
  margin-top: -27px;
}

/* 轮播圆点 active #276AE0 默认 rgba(39,106,224,.5) */
#swiper-m2 .swiper-pagination {
  bottom: -46px;
  width: 100%;
  text-align: center;
}

#swiper-m2 .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: rgba(39, 106, 224, .5);
  border-radius: 50%;
  opacity: 1;
  margin: 0 6px;
}

#swiper-m2 .swiper-pagination-bullet-active {
  background: #276AE0;
}

/* 第二部分：左右带封面图稿件 背景card.jpg 582x453 */
.m2-card-row {
  width: 1200px;
  margin: 46px auto 0;
  display: flex;
  gap: 36px;
  justify-content: space-between;
}

.m2-card-item {
  width: 582px;
  height: 453px;
  background: url('https://www.news.cn/food/2026ksfsjb/img/card.jpg') no-repeat;
  background-size: 582px 453px;
  padding: 21px;
  position: relative;
  display: block;
  cursor: pointer;
}

.m2-card-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.m2-card-img {
  width: 540px;
  height: 304px;
  overflow: hidden;
  position: relative;
}
.m2-card-img figure.media .vBtn{
  width: 73px;
  height: 73px;
  bottom: 20px;
  right: 20px;
}

.m2-card-img img {
  width: 540px;
  height: 304px;
  object-fit: cover;
  display: block;
}

.m2-card-title {
  color: #fff;
  margin-top: 26px;
  text-align: left;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.m2-card-title a {
  color: #fff;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}

/* 第三部分：左右纯文字标题列表 */
.m2-title-row {
  width: 1200px;
  margin: 40px auto 0;
  display: flex;
  gap: 30px 36px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.m2-title-row .m2-text-item {
  width: 570px;
  flex-shrink: 0;
  color: #333333;
  line-height: 30px;
  padding-bottom: 27px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 1px solid #276AE0;
}
.m2-title-row .m2-text-item a{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* ==================== 模块三：压个赢面 ==================== */
.block-module-3 {
  background: url('https://www.news.cn/food/2026ksfsjb/img/bg-3.jpg') no-repeat top center;
  padding-bottom: 80px;
}

.title-3 {
  margin-top: 31px;
  margin-bottom: 25px;
}

/* 模块三 - 副标题*/
.widget-m3,
.widget-m3a {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.widget-m3{
  margin-bottom: 76px;
}
.widget-m3a{
  margin-bottom: 68px;
}
.widget-m3b{
  margin-bottom: 64px;
}

.widget-m3 .content-big{
  width: 1080px;
  height: 639px;
  background: url('https://www.news.cn/food/2026ksfsjb/img/box-border.png') no-repeat top left;
  margin: 0 auto;
  padding: 40px;
  
}
.widget-m3 .content-big .image-container{
  width: 100%;
  height: 100%;
  position: relative;
}
.widget-m3 .content-big figure.media{ 
  width: 100%;
  height: 100%;
}
.widget-m3 .content-big img{
  width: 100%;
  height: 100%;
}


.widget-m3a .content-big {
  width: 1200px;
  display: flex;
  position: relative;
}
.widget-m3a .content-big figure.media .vBtn{
  width: 71px;
  height: 71px;
  bottom: 69px;
  right: 21px;
}
.widget-m3a .image-container {
  width: 749px;
  height: 426px;
  position: relative;
  flex-shrink: 0;
}

.widget-m3a .image-container img {
  width: 100%;
  height: 100%;
}


.widget-m3a .image-container .desc {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
  left: 0;
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  padding: 0 10px 0 17px;
  font-size: 24px;
}


.widget-m3a .image-container .desc a {
  color: #fff;
}


.widget-m3a .text-container {
  height: 425px;
  overflow: auto;
  margin-left: 28px;
}


.widget-m3a .text-container::-webkit-scrollbar {
  width: 9px;
}


.widget-m3a .text-container::-webkit-scrollbar-track {
  background: #A6B3C6;
  border-radius: 4px;
}


.widget-m3a .text-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .2);
  border-radius: 4px;
}


.widget-m3a .text-container::-webkit-scrollbar-thumb:hover {
  background: #FFD512;
}


.widget-m3a .text-container {
  scrollbar-width: thin;
  scrollbar-color: #FFD512 #f1f1f1;
}


.widget-m3a .text-content {
  display: flex;
  gap: 9px;
  padding-bottom: 28px;
  margin-bottom: 26px;
  border-bottom: 1px #FFFFFF solid;
  padding-right: 20px;
  margin-right: 28px;
}

.widget-m3a .text-content:last-child {
  margin-bottom: 0;
}


.widget-m3a .text-content .card-pic {
  width: 169px;
  height: 94px;
  flex-shrink: 0;
}


.widget-m3a .text-content .card-pic img {
  width: 169px;
  height: 94px;
  flex-shrink: 0;
}


.widget-m3a .text-content .card-text-title {
  height: fit-content;
  color: #fff;
  line-height: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
}
.widget-m3a .text-content .card-text-title a{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 36px;
}
/* 模块三 - 副标题3 卡片网格 */
.widget-m3b {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  overflow: auto;
  padding-bottom: 28px;
}
.widget-m3b::-webkit-scrollbar {
  width: 7px;
}


.widget-m3b::-webkit-scrollbar-track {
  background: #A6B3C6;
  border-radius: 4px;
}


.widget-m3b::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .2);
  border-radius: 4px;
}


.widget-m3b::-webkit-scrollbar-thumb:hover {
  background: #FFD512;
}


.widget-m3b {
  scrollbar-width: thin;
  scrollbar-color: #FFD512 #f1f1f1;
}

.widget-m3b .card-list-m3 {
  display: flex;
  flex-wrap: nowrap;
  gap: 26px;
}

.widget-m3b .card-item-m3 {
  width: 279px;
  position: relative;
}

.widget-m3b .card-item-m3 .card-pic {
  width: 279px;
  height: 496px;
}
.widget-m3b .card-item-m3 .m3b-video-item{
  width: 100%;
  height: 100%;
}
.widget-m3b .card-item-m3 .m3b-video-item figure.media{
  width: 100%;
  height: 100%;
}

.widget-m3b .card-item-m3 .vBtn{
  width: 36px;
  height: 36px;
  bottom: 9px;
  right: 10px;
}
.widget-m3b .card-item-m3 .card-pic img {
  width: 100%;
  height: 100%;
}

.widget-m3b .card-item-m3 .card-text-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 8px;
}


/* card-pic 通用 */
.card-pic-16-9 {
  position: relative;
  overflow: hidden;
}

.card-pic-16-9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m4-swiper-wrap{
  width: 1080px;
  height: 639px;
  background: url('https://www.news.cn/food/2026ksfsjb/img/box-border.png') no-repeat top left;
  background-size: 100% 100%; 
  padding: 40px 48px;
  margin: 0 auto;
  position: relative;
}
#swiper-m4{
  width: 992px;
  height: 558px;
  margin: 0;
}
#swiper-container-m4{
  width: 100%;
  height: 100%;
}
#swiper-m4 .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 轮播圆点 */
#swiper-m4 .swiper-pagination {
  bottom: -36px;
  left: 0;
  width: 100%;
  text-align: center;
}

#swiper-m4  .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
  opacity: 1;
  margin: 0 13px;
}

#swiper-m4  .swiper-pagination-bullet-active {
  background: #FFDE01;
}
/* 轮播左右箭头 32x54 */
#swiper-m4 .swiper-button-prev {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/left-w.png');
  background-size: 32px 54px;
  background-repeat: no-repeat;
  width: 32px;
  height: 54px;
  left: -50px;
  top: 50%;
  margin-top: -27px;
}

#swiper-m4 .swiper-button-next {
  background-image: url('https://www.news.cn/food/2026ksfsjb/img/right-w.png');
  background-size: 32px 54px;
  background-repeat: no-repeat;
  width: 32px;
  height: 54px;
  right: -50px;
  top: 50%;
  margin-top: -27px;
}
#swiper-m4 .m4-video-item{
  width: 100%;
  height: 100%;
}
/* ==================== 移动端适配 ==================== */
@media (max-width: 768px) {
  body {
    font-size: 0.28rem;
  }

  .font-lg,
  .font-lg a {
    font-size: 0.34rem;
  }

  .font-md,
  .font-md a {
    font-size: 0.28rem;
  }

  .font-sm,
  .font-sm a {
    font-size: 0.28rem;
  }

  .show-lg {
    display: none;
  }

  .show-xs {
    display: block;
  }

  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }

  .block {
    padding-top: 10px;
  }

  .page-container {
    min-width: auto;
    background: #fff;
  }

  .container {
    margin: 0 0.33rem;
    padding: 0;
    width: auto;
    overflow: hidden;
  }

  .banner {
    height: 6.23rem;
    width: 7.5rem;
    background: #0942A7;
  }

  .title-1,
  .title-2,
  .title-3 {
    width: 6.67rem;
    height: 1.596rem;
    background-size: 100% 100%;
  }

  .title-1 {
    background-image: url('https://www.news.cn/food/2026ksfsjb/img/title-1-m.png');
    margin-top: 0.16rem;
    margin-bottom: 0.26rem;
  }

  .title-2 {
    background-image: url('https://www.news.cn/food/2026ksfsjb/img/title-2-m.png');
    margin-top: 1.39rem;
    margin-bottom: 0.27rem;
  }

  .title-3 {

    background-image: url('https://www.news.cn/food/2026ksfsjb/img/title-3-m.png');
    margin-top: .27rem;
    margin-bottom: 0.31rem;
  }

  .sub-title-1,
  .sub-title-2,
  .sub-title-3,
  .sub-title-4 {
    width: 6.847rem;
    height: 0.53rem;
    margin-bottom: 0.3rem;
  }

  .sub-title-1 {
    background-image: url('https://www.news.cn/food/2026ksfsjb/img/sub-title1-m.png');
  }

  .sub-title-2 {
    background-image: url('https://www.news.cn/food/2026ksfsjb/img/sub-title2-m.png');
  }

  .sub-title-3 {
    background-image: url('https://www.news.cn/food/2026ksfsjb/img/sub-title3-m.png');
  }

  .sub-title-4 {
    background-image: url('https://www.news.cn/food/2026ksfsjb/img/sub-title4-m.png');
  }

  .widget {
    margin: .2rem auto 0;
  }

  .bg-max-container {
    background-size: 100% 100%;
  }

  /* 模块一 移动端 */
  .block-module-1 {
    width: 7.5rem;
    padding-bottom: 0.39rem;
   
    background: url('https://www.news.cn/food/2026ksfsjb/img/bg-1-m.jpg') top center no-repeat;
    background-size: 100% 100%;
  }

  .block-module-1 .container {
    margin: 0;
  }

  .m1-swiper-wrap {
    width: 6.84rem;
    margin: 0 auto;
    height: 4.04rem;
    background: url('https://www.news.cn/food/2026ksfsjb/img/box-border-m.png') no-repeat top left;
    background-size: 100% 100%;
    padding: .25rem .27rem;
    margin-bottom: .52rem;
  }
  
  #swiper-container-m1 {
    width: 6.28rem;
    height: 3.53rem;
    float: none;
    position: relative;
  }

  #swiper-m1 .swiper-container {
    width: 6.28rem;
    height: 3.53rem;
  }

  #swiper-m1 .swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #swiper-m1 .swiper-slide img {
    width: 100%;
    height: 3.53rem;
    object-fit: cover;
  }

  figure.media {
    height: 100%;
  }

  figure.media .vBtn {
    width: .72rem;
    height: .72rem;
    right: .2rem;
    bottom: .2rem;
  }

  figure.media .video-close {
    width: .28rem;
    height: .28rem;
    right: .12rem;
    top: .12rem;
    background-size: .16rem;
  }

  #swiper-m1 .swiper-button-prev {
    display: none;
  }

  #swiper-m1 .swiper-button-next {
    display: none;
  }

  #swiper-m1 .swiper-pagination {
    bottom: -.65rem;
  }

  #swiper-m1 .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    margin: 0 .11rem;
  }

  /* 移动端列表单列排列 */
  .m1-list-wrap {
    width: 6.84rem;
    display: block;
    margin: 0 auto;
  }
  .m1-list-wrap .m1-text-item {
    width: 100%;
    margin-top: .36rem;
    font-size: .28rem;
    color: #FFFFFF;
    line-height: .4rem;
    padding-bottom: .22rem;
    border-bottom: 0.01rem solid #15A5E1;
  }

  /* 模块二 移动端 */
  .block-module-2 {
    width: 7.5rem;
    padding-bottom: 0.8rem;
    height: auto;
    background: url('https://www.news.cn/food/2026ksfsjb/img/bg-2-m.jpg') top center no-repeat;
    background-size: 100% 100%;
  }

  .m2-swiper-wrap {
    width: 6.84rem;
    margin: .3rem auto 0;
  }

  #swiper-container-m2 {
    width: 6.84rem;
    height: 3.85rem;
    margin-bottom: .64rem;
  }

  #swiper-m2 .swiper-slide img {
    width: 100%;
    height: 3.85rem;
    object-fit: cover;
  }

  #swiper-m2 .swiper-button-prev {
    display: none;
  }

  #swiper-m2 .swiper-button-next {
    display: none;
  }

  #swiper-m2 .swiper-pagination {
    bottom: -.46rem;
  }

  #swiper-m2 .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    margin: 0 .11rem;
  }

  /* 卡片移动端纵向排列 */
  .m2-card-row {
    width: 100%;
    margin: 0 auto;
    gap: .18rem;
  }

  .m2-card-item {
    width: 3.33rem;
    height: 2.95rem;
    background: url('https://www.news.cn/food/2026ksfsjb/img/card-m.jpg') no-repeat top left;
    background-size: 100% 100%;
    padding: .12rem;
  }

  .m2-card-img {
    width: 3.09rem;
    height: 1.74rem;
  }

  .m2-card-img img {
    width: 3.09rem;
    height: 1.74rem;
    object-fit: cover;
  }

  .m2-card-title {
    color: #fff;
    line-height: .36rem;
    margin-top: .18rem;
    text-align: left;
    padding: 0 .1rem;
    font-size: .28rem;
  }
  .m2-card-title a {
    color: #fff;
    line-height: .36rem;
    text-align: left;
    padding: 0 .1rem;
    font-size: .28rem;
  }

  /* 标题列表移动端单列 */
  .m2-title-row {
    width: 6.84rem;
    margin: .3rem auto 0;
    display: block;

  }

  .m2-title-row .m2-text-item {
    width: 100%;
    /* height: .67rem; */
    padding-bottom: .27rem;
    margin-bottom: .27rem;
    font-weight: 400;
    font-size: .28rem;
    color: #333333;
    line-height: .4rem;

  }

  .m2-title-row .m2-text-item a {
    font-size: .28rem;
    font-size: .28rem;
    line-height: .4rem;
  }

  /* 模块三 移动端 */
  .block-module-3 {
    padding-bottom: 0rem;
    width: 7.5rem;
    height: auto;
    /* height: 33.89rem; */
    /* background: url('../images/bg-3-m.jpg') top center no-repeat; */
    /* 背景图片 top center bottom */
    background-image: 
    url('https://www.news.cn/food/2026ksfsjb/img/bg-3-m-top.jpg'),
    url('https://www.news.cn/food/2026ksfsjb/img/bg-3-m-center.jpg'), 
    url('https://www.news.cn/food/2026ksfsjb/img/bg-3-m-bottom.jpg');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 
      top center,
      0 13.68rem,
      bottom center;
    background-size:
      100% auto,
      100% 100%,
      100% auto;
  } 
  .block-module-3::after{
    content: '';
    display: block;
    height: 11.34rem;
    clear: both;
    margin-top: -11.35rem;
    z-index: -1;
    background: url('https://www.news.cn/food/2026ksfsjb/img/bg-3-m-bottom.jpg') bottom left no-repeat;
    background-size: 100% auto;
    padding-bottom: 1.57rem;
  }

  .widget-m3{
    width: 100%;
    margin-bottom: .5rem;
  }
  .widget-m3 .content-big{
    width: 6.84rem;
    height: 4.043rem;
    background: url('https://www.news.cn/food/2026ksfsjb/img/box-border-m.png') no-repeat top left;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: .25rem;
  }
  .widget-m3a {
    width: 100%;
    margin-bottom: .5rem;
  }
  .widget-m3a .content-big {
    display: block;
    width: 100%;
    height: auto;
  }


  .widget-m3a .image-container {
    width: 6.83rem;
    height: 3.89rem;
    margin-bottom: .36rem;
  }


  .widget-m3a .image-container img {
    width: 100%;
    height: 100%;
  }


  .widget-m3a .image-container .desc {
    height: .75rem;
    line-height: .75rem;
    padding: 0 .1rem 0 .25rem;
    font-size: .28rem;
  }


  .widget-m3a .text-container {
    height: auto;
    overflow: unset;
    margin-left: 0;
  }
  .widget-m3a .text-content {
    display: flex;
    gap: .13rem;
    padding-bottom: .32rem;
    margin-bottom: .28rem;
    border-bottom: .01rem rgba(255, 255, 255,.5) solid;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    /* display: none; */
  }
  /* 移动端只展示前三个 */
  /* .widget-m3a .text-content:nth-child(n+3){
    display: flex;
  } */
  .widget-m3a .text-content .card-pic{
    width: 2.44rem;
    height: 1.36rem;
  }
  .widget-m3a .text-content .card-text-title {
    font-size: .32rem;
    line-height: .52rem;
  }
  .widget-m3a .text-content .card-text-title a{
    font-size: .32rem;
    line-height: .52rem;
  }
  /* 模块三副标题3 移动端 */
  .widget-m3b {
    width: 100%;
    margin-bottom: .5rem;
    padding-bottom: .28rem;
  }

  .widget-m3b .card-list-m3 {
    display: flex;
    flex-wrap: nowrap;
    gap: .22rem;
  }

  .widget-m3b .card-item-m3 {
    width: 3.32rem;
    padding-right: .4rem;
  }

  .widget-m3b .card-item-m3 .card-pic {
    width: 3.32rem;
    height: 5.9rem;
  }

  .widget-m3b .card-item-m3 .card-text-title {
    -webkit-line-clamp: 2 !important;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: .28rem;
    color: #333333;
  }

  /* 模块三副标题4 移动端 */
  .widget-m3c {
    width: 100%;
  }
  .m4-swiper-wrap{
    width: 6.84rem;
    margin: 0 auto;
    height: 4.04rem;
    background: url('https://www.news.cn/food/2026ksfsjb/img/box-border-m.png') no-repeat top left;
    background-size: 100% 100%;
    padding: .25rem .27rem;
    margin-bottom: .56rem;
  }
  #swiper-m4{
    width: 6.28rem;
    height: 3.53rem;
  }
  
  .footer {
    font-size: .2rem;
    line-height: .28rem;
    padding: .22rem 0;
    height: .98rem;
    font-weight: 400;
  }

  .footer span {
    margin-left: .14rem;
  }


  .m2-card-img figure.media .vBtn {
    width: .41rem;
    height: .41rem;
    bottom: .11rem;
    right: .11rem;
  }
  .widget-m3a .content-big figure.media .vBtn {
    width: .57rem;
    height: .57rem;
    bottom: .87rem;
    right: .18rem;
  }

  #swiper-m4 .swiper-button-prev {
    display: none;
  }

  #swiper-m4 .swiper-button-next {
    display: none;
  }

  #swiper-m4 .swiper-pagination {
    bottom: -.65rem;
  }

  #swiper-m4 .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    margin: 0 .11rem;
  }
}
