/* 新华网专题通用css框架。*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	color: #333;
	line-height: 1.8em;
}

.title {
	margin-top: 50px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
}

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;
	font-size: 20px;
	font-family: Arial, Helvetica, "苹方-简", "微软雅黑";
	font-weight: normal;
}

img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	border: 0;
	height: auto;
	width: auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.div {
	display: block;
}

.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;
}

/*字号定义部分*/
.font-lg,
.font-lg a {
	font-size: 28px;
}

.font-md,
.font-md a {
	font-size: 20px;
}

.font-sm,
.font-sm a {
	font-size: 16px;
}

.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: #940000;
	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: #294384;
	line-height: 65px;
	font-size: 12px;
	margin: 0 auto;
}

.banner {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.banner .pc img {
	width: 1920px;
	height: 750px;
	max-width: inherit;
	max-height: inherit;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.banner .m img {
	width: 7.5rem;
	max-width: inherit;
	max-height: inherit;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

/*主要页面容器相关*/
.page-container {
	min-width: 1200px;
}

.container {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.container::before {
	content: " ";
	display: table;
}

.bg-max-container {
	margin: 0 auto;
	background-color: #fff;
}

.title-sub {
	margin-top: 30px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}


.title.title-qy {
	width: 252px;
	height: 52px;
	background: url("//www.news.cn/food/zt/20220612sdzydyj/img/title-qy.png") no-repeat center;
	margin-left: auto;
	margin-right: auto
}

.title.title-zysj {
	width: 1200px;
	height: 128px;
	background: url("//www.news.cn/food/zt/20220612sdzydyj/img/title-zysj.png") no-repeat center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -103px;
	z-index: 999;
}

.title.title-zyrw {
	width: 1200px;
	height: 128px;
	background: url("//www.news.cn/food/zt/nygzlfz2023/tit-sdgc.png") no-repeat center;
	top: -129px;
	z-index: 999;
	margin-left: auto;
	margin-right: auto
}

.title.title-zyjd {
	width: 1200px;
	height: 128px;
	background: url("//www.news.cn/food/zt/20220612sdzydyj/img/title-zyjd.png") no-repeat center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -129px;
	z-index: 999;
}

.title.title-zyshunjian {
	width: 1200px;
	height: 128px;
	background: url("//www.news.cn/food/zt/nygzlfz2023/tit-hydsj.png") no-repeat center;
	margin-left: auto;
	margin-right: auto;
	top: -129px;
	z-index: 999;
}

.title.title-zylt {
	width: 1200px;
	height: 128px;
	background: url("//www.news.cn/food/zt/20220612sdzydyj/img/title-zylt.png") no-repeat center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -110px;
	z-index: 999;
}

.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	margin-left: 20px;
	background-size: contain;
}

.des {
	position: absolute;
	bottom: 24px;
	width: 300px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
	color: #fff;
	margin-left: 20px;
	line-height: 24px;
	font-weight: 700;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 8;
}

/* section-2 begin */
.section-2 {
	/* width:100%;*/
	background-color: #f3f3f3;
	margin: 20px auto;
}

.section-2 .unit {
	font-size: 0;
	+word-spacing: -1px;
	width: 1200px;
	margin: 0 auto;
}

.section-2 .section-caption,
.section-2 .marquee {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-2 .marquee {
	width: 1050px;
	height: 50px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
}

.section-2 .section-caption {
	width: 120px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	background-color: #294384;
}

.section-2 .section-caption a {
	color: #fff;
}

.section-2 .section-caption a:hover {
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}

.section-2 .mod-list li {
	position: relative;
}

.section-2 .mod-list li::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	/*border-radius:50%;box-shadow:0 0 0 5px #fff;*/
	background: #244c7c;
	position: absolute;
	left: 0;
	top: 23px;
}

.section-2 .marquee .mod-list .item {
	line-height: 50px;
	padding-right: 20px;
	font-size: 16px;
	text-indent: 15px;
}

.section-2 .marquee .str_wrap {
	background: #f3f3f3;
}

/* 滚动js自带css */
/* section-2 end */

.title.title-zyjj {
	width: 1200px;
	height: 128px;
	background: url("//www.news.cn/food/zt/20220612sdzydyj/img/title-zyjj.png") no-repeat center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -129px;
	z-index: 999;
}

.title.title-zyzg {
	width: 1200px;
	height: 128px;
	background: url("//www.news.cn/food/zt/nygzlfz2023/tit-qwkp.png") no-repeat center;
	margin-left: auto;
	margin-right: auto;
	top: -129px;
	z-index: 999;
}

.block-qy {
	background: url("//www.news.cn/food/zt/20220612sdzydyj/img/bg-qy.jpg") no-repeat top center;

	background-size: cover;
	min-height: 650px;
	background-position: top center;

}

.block-zysj {
	background: url("//www.news.cn/food/zt/20220612sdzydyj/img/bg-zysj.jpg") no-repeat top center;
	background-size: cover;
	min-height: 2205px;
	background-position: top center;
	position: relative;

}

.bg-zysj-img {
	margin-top: 40px;
	margin-bottom: 30px;
	width: 1200px;
}

.block-zyrw {
	background: #d2e8f0;
	padding-bottom: 100px;
	background-size: cover;
	background-position: top center;

}

.block-zyjd {
	background: url("//www.news.cn/food/zt/20220612sdzydyj/img/bg-zyjd.jpg") no-repeat top center;

	background-size: cover;
	min-height: 1545px;
	background-position: top center;

}

.block-zyshunjian {
	background: #d2e8f0;
	background-size: cover;
	background-position: top center;

}

.block-zylt {
	padding-bottom: 100px;
	background-size: cover;
	background-position: top center;

}

.block-zyjj {
	background: url("//www.news.cn/food/zt/20220612sdzydyj/img/bg-zyjj.jpg") no-repeat top center;

	background-size: cover;
	min-height: 1032px;
	background-position: top center;

}

.block-zyzg {
	background-size: cover;
	background-position: top center;

}


#widget_15.widget-empty {
	margin: 50px 0;
}


#widget_14.widget-empty {
	margin-top: 130px;
	width: 1253px;
}

.widget-combine-focus {}


#widget_13.widget-combine-focus .image-container {
	float: left;
	width: 600px;
	height: 400px;
	position: relative;
}

#widget_13.widget-combine-focus .image-container a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#widget_13.widget-combine-focus .image-container img {
	width: 600px;
	height: 400px;
}

#widget_13.widget-combine-focus .image-container p {
	width: 600px;
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	text-indent: 20px;
	background-color: rgba(27, 27, 27, .5);
	z-index: 9999;
}



#widget_13.widget-combine-focus .text-container {
	float: right;
	width: 580px;

}


#widget_13.widget-combine-focus .top-title {
	line-height: 1.4;
	padding-bottom: 5px;
}

#widget_13.widget-combine-focus .top-title,
#widget_13.widget-combine-focus .top-title a {
	color: #244c7c;
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
}

#widget_13.widget-combine-focus .text-list {
	color: #0b4da2;
	margin-left: 25px;
	margin-top: 10px;
}

#widget_13.widget-combine-focus .image-container .desc {

	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .85);
	left: 0;
	width: 100%;
	height: 2.2em;
	line-height: 2.2em;
	color: #fff;
	white-space: nowrap;
	text-align: center
}

.desc a {
	color: #fff;
}

#widget_13.widget-combine-focus .text-list .limit-line {
	text-align: left;
	line-height: 40px;
}

#widget_13.widget-combine-focus .text-list .limit-line a {
	color: #333;
	font-weight: 400;
}





#widget_11.widget-swiper {
	position: relative;
	margin-bottom: 50px;
}

#widget_11.widget-swiper .swiper-container {
	width: 990px;
	height: --heightContainerpx;
}

#widget_11.widget-swiper .swiper-slide {
	text-align: center;
	width: 990px;
}

#widget_11.widget-swiper .slide-content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#widget_11.widget-swiper .swiper-slide a {

	text-align: center;
}

#widget_11.widget-swiper .swiper-slide img {
	width: 990px;
	height: 1320px;
}

#widget_11.widget-swiper .swiper-slide .desc {
	position: relative;
	background: rgba(0, 0, 0, .85);
	height: 2.2em;
	line-height: 2.2em;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	top: -2.2em;
	margin-bottom: -2.2em;
}

#widget_11.widget-swiper .swiper-slide .desc a {
	color: #fff;
}

#widget_11.widget-swiper .swiper-pagination {

	margin: 0 auto;
	width: 100%;
}

#widget_11.widget-swiper .swiper-pagination-bullet {
	margin: 0 4px;
	width: 10px;
	height: 10px;
}



#widget_9.widget-empty {
	background: rgba(0, 0, 255, .2);
	border: 1px solid #999;
}


#widget_8.widget-single-image {
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}


#widget_8.widget-single-image .desc {
	text-align: center;
}


#widget_6.widget-single-image {
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

#widget_6.widget-single-image img {
	width: 800px;
	height: 1066.6666666666667px;
}

#widget_6.widget-single-image .desc {
	text-align: center;
}


#widget_4.widget-image-scrollList {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#widget_4.widget-image-scrollList .image-big {
	float: left;
	width: 750px;
	height: 426px;
	position: relative;
}

#widget_4.widget-image-scrollList .image-big .remarks {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background-color: rgba(27, 27, 27, .5);
	font-size: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: left;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
}

#widget_4.widget-image-scrollList .image-big .remarks a {
	color: #FFFFFF;
}


#widget_4.widget-image-scrollList .image-big img {
	width: 100%;
	height: 100%;
}

#widget_4.widget-image-scrollList .img-scroll-list {
	float: right;
	width: 420px;
	height: 426px;
	padding: 0 10px 10px 0;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto;

}

#widget_4.widget-image-scrollList .img-scroll-list::-webkit-scrollbar-thumb {
	background: #324267;
	border-radius: 8px;
}

#widget_4.widget-image-scrollList .img-scroll-list::-webkit-scrollbar {
	background: #a6b3c6;
	width: 16px;
	border-radius: 8px;
}

#widget_4.widget-image-scrollList .image-small {
	margin-bottom: 10px;
	width: 380px;
	display: block;
	clear: both;
	height: 125px;
	border-bottom: 1px solid #244c7c;
}

#widget_4.widget-image-scrollList .image-small .image {
	width: 169px;
	height: 95px;
	float: left;
}

#widget_4.widget-image-scrollList .image-size {
	width: 190px;
	height: 90px;
	float: left;
	font-size: 21px;
	line-height: 30px;
	color: #244c7c;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

#widget_4.widget-image-scrollList .image-size a {
	color: #244c7c;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
	text-decoration: none;
}


#widget_2.widget-empty {
	margin-top: 140px;
	height: 257px;
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/card-zyshijie.png) no-repeat;
	padding: 40px 40px 40px 160px;
	box-sizing: border-box;
	margin-bottom: 28px;

}

#widget_2.widget-empty .article {
	height: 190px;
	width: 100%;
	/* overflow: hidden; */
}

#widget_2.widget-empty .article p {
	line-height: 38px;
	width: 100%;
	font-size: 26px;
	letter-spacing: 2px;
	color: #304e77;
}

#widget_1.widget-empty {
	margin-top: 86px;
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/card-cy.png) no-repeat;
	height: 421px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
}

#widget_1.widget-empty p {
	padding: 130px 60px 0;
	line-height: 48px;
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.zyrw_wall {
	margin-top: 50px;
}

.zyrw_lb {
	width: 1050px;
	height: 550px;
	margin: auto;
	position: relative;
}

.zyrw_lb .imgbox {
	width: 389px;
	height: 452px;
	padding-right: 50px;
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/line-zyrw.png) no-repeat right center;
	float: left;
	position: relative;
}

.zyrw_lb .imgbox .photo {
	width: 300px;
	margin-left: 20px;
}

.zyrw_lb .sizebox {
	width: 600px;
	margin-left: 45px;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 8;
}

.zyrw_lb .sizebox p {
	font-size: 20px;
	color: #244c7c;
	;
	line-height: 40px;
	display: block;
}

.zyrw_lb .check {
	display: block;
	width: 356px;
	height: 72px;
	margin-top: 30px;
	position: absolute;
	bottom: 98px;
	right: 0;
	background: url(//www.news.cn/food/zt/nygzlfz2023/T2.png) no-repeat;
}

.zyrw_wall .swiper-pagination-white .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	opacity: 1;
	margin: 0 10px;
}

.zyrw_wall .swiper-pagination-white .swiper-pagination-bullet-active {
	background-color: #324367;
}

.zyrw_wall .swiper-button-next {
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/right.png) no-repeat;
	width: 46px;
	height: 54px;
	top: 40%;
}

.zyrw_wall .swiper-button-prev {
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/left.png) no-repeat;
	width: 46px;
	height: 54px;
	top: 40%;
}

.block_zysj_change {
	margin-top: 0px !important;
	width: 1200px;
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/line-zyjd.png) no-repeat top;
	position: relative;
	padding-top: 20px;
}

.block_zysj_change .remark a {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 500;
}

.jyjd_list_change {
	width: 100%;
	height: 170px;
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/card-zyjd.png) no-repeat center bottom;
	background-size: 100% auto;
}

.jyjd_list_change ul {
	padding: 40px 45px;
	list-style: none;
}

.jyjd_list_change span {
	font-size: 26px;
	text-indent: 2em;
	line-height: 1.8;
	padding-left: 20px;
	display: inline-block;
	font-size: 28px;
	color: #244c7c;
	font-weight: 500;
	letter-spacing: 2px;
	padding-left: 70px;
	box-sizing: border-box;
	text-align: left;
	margin-right: 60px;
}

.jyjd_list_change i {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #f1c36b;
	display: inline-block;
	position: relative;
	top: 40px;
	left: -500px;
}

.jyjd_main {
	width: 1200px;
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/line-zyjd.png) no-repeat top;
	margin-top: 130px;
	position: relative;
	padding-top: 20px;
}

.jyjd_video {
	width: 1200px;
	height: 675px;
}

.jyjd_main .remark {
	width: 100%;
	height: 90px;
	line-height: 90px;
	background-color: rgba(27, 27, 27, .5);
	font-size: 30px;
	padding-left: 40px;
	box-sizing: border-box;
	text-align: left;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
}

.jyjd_main .remark a {
	color: #FFFFFF;
}

.jyjd_list {
	width: 100%;
	height: 440px;
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/card-zyjd.png) no-repeat center;
	background-size: 100% 100%;
}

.jyjd_list ul {
	padding: 40px 45px;
	list-style: none;
}

.jyjd_list ul li {
	height: 66px;
	line-height: 66px;
	margin: 5px 0;
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/list_bar.png) no-repeat bottom center;
	padding-left: 20px;
	text-align: left;
}

.jyjd_list ul li a {
	height: 66px;
	display: block;
	color: #244c7c;
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
}

.jyjd_list ul li i {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #f1c36b;
	display: inline-block;
	position: relative;
	top: -2px;
}

.jyjd_list .more {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	color: #044b86;
	white-space: nowrap;
}

.jyjd_list .more a {
	color: #044b86;
}

.jysj_wall {
	width: 1000px;
	margin: auto;
	margin-bottom: 50px;
}


.jysj_wall .layer-mask {
	display: block;
	width: 100%;
	margin: 0 auto;
	line-height: 54px;
	font-size: 24px;
	text-align: center;
	color: #244c7c;
	font-weight: bold;
	background: url(//www.news.cn/food/zt/nygzlfz2023/card-hydsj.jpg) no-repeat center;
	background-size: 100%;

}

.jysj_wall .jysj_photo img {
	display: block;
    margin: auto;
    width: 100%;
}


.jysj_an .button .swiper-button-next {
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/right.png) no-repeat;
	width: 46px;
	height: 54px;
	top: 50%;
	right: 0;
}

.jysj_an .button .swiper-button-prev {
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/left.png) no-repeat;
	width: 46px;
	height: 54px;
	left: 0;
	top: 50%;
}

.zylt_lb .swiper-pagination {
	width: 100%;
}

.zylt_lb .swiper-pagination-bullet {
	margin: 0 5px;
}

.zylt_lb .swiper-pagination-bullet-active {
	background-color: #174b81;
}




.sdzylt {
	font-size: 18px;
	line-height: 26px;
	color: #898989;
	padding-bottom: 10px;
	font-weight: normal;
	text-indent: 36px;
	border-bottom: 1px dashed #c3c3c4;
}

.sdzylt a {
	color: #244c7c;
	font-size: 14px;
}

.block-zylt .more {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin: 40px auto;
	color: #044b86;
	text-align: center;
}

.block-zylt .more a {
	color: #044b86;
	white-space: nowrap;
}


.zyjj_lb {
	width: 1235px;
	height: 668px;
	margin: auto;
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/card-zyjj.png) no-repeat;
	position: relative;
}

.zyjj_lb .left_size {
	width: 620px;
	font-size: 38px;
	line-height: 64px;
	color: #044b86;
	position: absolute;
	top: 35%;
	left: 14%;

	height: 250px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

.zyjj_lb .right_photo {
	width: 230px;
	text-align: center;
	position: absolute;
	top: 39%;
	right: 13%;
}

.zyjj_lb .right_photo img {
	display: block;
}

.zyjj_lb .right_photo span {
	text-align: center;
	line-height: 64px;
	color: #044b86;
}

#widget_14 .swiper-pagination {
	bottom: -20px;
	width: 100%;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 12px;
}



#widget_14 .swiper-pagination .swiper-pagination-bullet {
	margin: 0 10px;
}

.zyjj_wall .swiper-button-white {
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/right.png) no-repeat;
	width: 46px;
	height: 54px;
	top: 50%;
	right: 3%;
}

.zyjj_wall .swiper-button-prev {
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/left.png) no-repeat;
	width: 46px;
	height: 54px;
	top: 50%;
	left: 3%;
}



.zyzg_list {
	padding-bottom: 50px;
}

.zyzg_list ul {
	list-style: none;
}

.zyzg_list ul li {
	height: 66px;
	line-height: 66px;
	margin: 10px;
	background: url(//www.news.cn/food/zt/20220612sdzydyj/img/list_bar.png) no-repeat bottom center;
	padding-left: 20px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	width: 48%;
	float: left;
}

.zyzg_list ul li a {
	height: 66px;
	margin-left: 15px;
	display: block;
	font-weight: bold;
	color: #294384;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zyzg_list ul li::before {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #294384;
	position: absolute;
	top: 27px;
	left: 10px;
}

.zyzg_list ul li a {
	text-decoration: none;
}

.zyzg_list .more {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	color: #044b86;
}

.zyzg_list .more a {
	color: #044b86;
}

.section {
	margin: 50px auto;
	width: 1200px;
	padding-bottom: 100px;
}

.row .dib {
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

/* section-17 begin*/
.section-17 .section-title {
	width: 1200px;
	height: 128px;
	background: url("//www.news.cn/food/zt/nygzlfz2023/tit-nyqy.png") no-repeat center;
	top: -129px;
	z-index: 999;
	margin-left: auto;
	margin-right: auto
}

.section-17 .swiper-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-17 .swiper-container .swiper-slide .pic img {
	width: 100%;
}

.section-17 .swiper-container .swiper-slide .pic .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 0px 20px 0px 20px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	text-align: center;
}

.section-17 .swiper-container .swiper-slide .pic .title a {
	color: #fff;
	font-size: 16px;
}

.section-17 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.section-17 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-left: 3px !important;
	margin-right: 3px !important;
}

.section-17 .row {
	padding-top: 40px;
}

.section-17 .mod-tile {
	width: 360px;
	margin: 0 20px 20px;
	position: relative;
}

.section-17 .mod-tile .media {
	width: 100%;
}

.section-17 .mod-tile .media a {
	display: block;
	overflow: hidden;
}

.section-17 .mod-tile .media img {
	width: 360px;
	height: 205px;
}

.section-17 .mod-tile .media a img {
	transition: .5s;
	display: block;
}

.section-17 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}

.section-17 .mod-tile .caption {
	line-height: 1.8;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

.section-17 .mod-tile .caption a {
	color: #244c7c;
}

.section-17 .mod-tile .abstract {
	text-align: left;
	margin-top: 10px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section-17 .mod-tile .abstract a {
	color: #972956;
	display: inline;
}

.section-17 .mod-tile .abstract a:hover {
	color: #dc0000;
}

.section-17 .mod-topics {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
	width: 560px;
	margin: 0 20px 15px;
}

.section-17 .mod-topics .topic {
	height: inherit;
	line-height: 1.8;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-17 .mod-topics .topic a {
	color: #333;
}

.section-17 .mod-topics .topic a:hover {
	color: #dc0000;
}

.section-17 .mod-topics .topic::after {
	content: '';
	display: block;
	width: 5px;
	height: 15px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #940000;
	position: absolute;
	left: 0;
	top: 7px;
}

.section-17 .mod-topics .abstract {
	line-height: 2.3;
	margin-top: 10px;
	color: #888;
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-17 .mod-topics .abstract a {
	color: #972956;
}

.section-17 .mod-topics .abstract a:hover {
	color: #dc0000;
}

/* section-17 end*/







@media (max-width: 768px) {

    body,
    ul,
    li,
    input,
    img,
    a,
    dl,
    dt,
    dd,
    textarea,
    button,
    input,
    select {
        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.25rem;
        width: auto;
    }


    .banner {
        height: 5rem;
        max-width: 7.5rem;
    }

    .title {
        margin-top: 0.45rem;
        margin-bottom: 0.45rem;
    }

    .title-sub {
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .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.24rem;
    }


    .title.title-zysj {
        width: 7rem;
        height: 1.092rem;
        background: url("//www.news.cn/food/zt/20220612sdzydyj/img/title-zysj-m.png") no-repeat center;
        background-size: contain;
        top: -1.5rem;
    }

    .title.title-zyrw {
        width: 100%;
        height: 1.3rem;
        background: url(//www.news.cn/food/zt/nygzlfz2023/tit-sdgc.png) no-repeat center;
        background-size: cover;
    }

    .title.title-zyjd {
        width: 7rem;
        height: 1.092rem;
        background: url("//www.news.cn/food/zt/20220612sdzydyj/img/title-zyjd-m.png") no-repeat center;
        background-size: cover;
        top: -1rem;
    }

    .title.title-zyshunjian {
        width: 100%;
        height: 1.3rem;
        background: url(//www.news.cn/food/zt/nygzlfz2023/tit-hydsj.png) no-repeat center;
        background-size: cover;
    }

    .title.title-zylt {
        width: 7rem;
        height: 1.092rem;
        background: url("//www.news.cn/food/zt/20220612sdzydyj/img/title-zylt-m.png") no-repeat center;
        top: -0.45rem;
        background-size: contain;
    }

    .title.title-zyjj {
        width: 7rem;
        height: 1.092rem;
        background: url("//www.news.cn/food/zt/20220612sdzydyj/img/title-zyjj-m.png") no-repeat center;
        top: -1rem;
        background-size: contain;
    }

    .title.title-zyzg {
        width: 100%;
        height: 1.3rem;
        background: url(//www.news.cn/food/zt/nygzlfz2023/tit-qwkp.png) no-repeat center;
        background-size: cover;
    }

    .block-qy {
        background: url("//www.news.cn/food/zt/20220612sdzydyj/img/bg-qy-m.jpg") no-repeat top center;
        background-size: cover;
        min-height: auto
    }

    .block-zyjd {
        background: url("//www.news.cn/food/zt/20220612sdzydyj/img/bg-zyjd-m.jpg") no-repeat top center #e8f1ff;
        width: 100%;
        background-size: 100% 100%;
        height: 12.56rem;
        min-height: auto;
    }

    .block-zyshunjian {
        background: #d2e8f0;
        background-size: contain;
        min-height: auto;
    }

    .block-zylt {
        background-size: contain;
        min-height: auto;
        padding-bottom: 1rem;

    }

    .block-zyjj {
        background: url("//www.news.cn/food/zt/20220612sdzydyj/img/bg-zyjj-m.jpg") no-repeat top center;
        background-size: 100%;
        min-height: auto;
        padding-bottom: 1.4rem;
    }

    .block-zyzg {
        background-size: 100%;
        min-height: auto;

    }

    .block-zysj {
        background: url("//www.news.cn/food/zt/20220612sdzydyj/img/bg-zysj-m.jpg") no-repeat bottom center;
        background-size: contain;
        padding-bottom: 1.5rem;
        min-height: 20.25rem;

    }

    .widget-combine-focus {
        /* padding: .5rem; */
    }

    #widget_13.widget-combine-focus .image-container {
        float: none;
        width: 100%;
        position: relative;
        margin-top: 0.2rem;
    }

    #widget_13.widget-combine-focus .image-container img {
        height: 4.26rem;
        width: 7.49rem;
    }

    #widget_13.widget-combine-focus .text-container {
        float: none;
        width: auto;
    }

    #widget_13.widget-combine-focus .top-title {
        margin-top: .4rem;
        margin-bottom: .2rem;
        padding-bottom: .1rem;
        text-align: center;
        font-size: .42rem;
        text-align: left;
    }

    #widget_13.widget-combine-focus .top-title a {
        font-size: .36rem;
    }

    #widget_13.widget-combine-focus .text-list {
        margin-left: 0;
        margin-top: .1rem;
    }

    #widget_13.widget-combine-focus .image-container p {
        width: 100%;
        height: .68rem;
        line-height: .68rem;
        font-size: .3rem;
        color: #FFFFFF;
        position: absolute;
        bottom: 0;
        text-indent: .2rem;
        background-color: rgba(27, 27, 27, .5);
        z-index: 9999;
    }

    #widget_13.widget-combine-focus .text-list li {
        margin-left: .3rem;
        margin-top: .15rem;
    }



    .zylt_lb .swiper-pagination {
        text-align: center;
        width: 100%;
        bottom: -0.5rem;
    }

    .zylt_lb .swiper-pagination-bullet {
        background-color: #FFFFFF;
        opacity: 1;
        margin: 0 0.05rem;
    }


    #widget_13.widget-combine-focus .image-container {
        float: none;
        width: 100%;
        height: auto;
        position: relative;
    }

    #widget_13.widget-combine-focus .text-list .limit-line {
        text-align: left;
        line-height: 150%;
    }

    #widget_13.widget-combine-focus .text-list .limit-line a {
        color: #333;
        font-weight: 300;
    }

    #widget_11.widget-swiper {

        margin-bottom: .6rem;
    }

    #widget_11.widget-swiper .swiper-container {
        width: 100%;
    }

    #widget_11.widget-swiper .swiper-slide img {

        width: 7rem;
        height: 9.333333333333334rem;
    }

    #widget_11.widget-swiper .slide-content {

        width: 100%;
        height: 100%;
    }

    #widget_11.widget-swiper .swiper-slide .desc {
        top: -2.2em;
        margin-bottom: -2.2em;
    }


    #widget_8.widget-single-image img {
        width: 100%;
        height: auto;
    }

    #widget_6.widget-single-image img {
        width: 100%;
        height: auto;
    }

    #widget_4.widget-image-scrollList .image-big {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: .3rem;

    }

    #widget_4.widget-image-scrollList .image-big img {
        width: 100%;
        height: 100%;
    }

    #widget_4.widget-image-scrollList .img-scroll-list {
        float: none;
        width: 100%;
        height: auto;
        padding: 0;
        text-align: left;

    }

    #widget_4.widget-image-scrollList .img-scroll-list .image-small {
        border-bottom: 1px solid #ccc;
        padding-bottom: .1rem;
        margin-bottom: .3rem;
        height: 1.8rem;
        width: 100%;
    }

    #widget_4.widget-image-scrollList .image-size {
        width: 4.2rem;
        height: 95px;
        font-size: .32rem;
        line-height: 180%;
        float: left;
    }

    #widget_4.widget-image-scrollList .img-scroll-list .image-small .image {
        float: left;
        width: 2.6rem;


    }

    #widget_4.widget-image-scrollList .img-scroll-list .desc {
        margin-left: 2.85rem;
    }

    #widget_4.widget-image-scrollList .img-scroll-list .image-small::after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    /* 滚动新闻 begin */
    .section-gdxw {
        height: 1rem;
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative;
    }

    .section-gdxw .swiper-container-gdxw {
        font-size: .32rem;
        height: 1rem;
        line-height: 1rem;
        overflow: hidden;
        position: relative;
        background-color: #f5f5f5;
    }

    .section-gdxw .section-caption {
        width: .88rem;
        position: absolute;
        top: .25rem;
        left: .16rem;
        padding: .1rem .1rem .12rem .1rem;
        color: #fff;
        font-size: .32rem;
        line-height: 1;
        background-image: linear-gradient(#e47000 0%, #e47000 100%);
        -webkit-transform: translateY(1px);
        -moz-transform: translateY(0);
        transform: translateY(0);
        z-index: 2;
    }

    .section-gdxw .section-caption a {
        color: #fff;
    }

    .section-gdxw .swiper-slide div {
        padding-left: 1.2rem;
        padding-right: .16rem;
        box-sizing: border-box;
        width: 100%;
        height: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .section-gdxw .swiper-slide a {
        color: #333;
    }

    /* 滚动新闻 end */

    #widget_1.widget-empty {
        margin-top: 86px;
        background: url(//www.news.cn/food/zt/20220612sdzydyj/img/card-cy-m.png) no-repeat;
        background-size: contain;
        width: 100%;
        height: 6.2rem;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #widget_1.widget-empty p {
        padding: 1.1rem .4rem 0;
        line-height: .4rem;
        font-size: .3rem;
        color: #FFFFFF;
        letter-spacing: .02rem;
    }

    #widget_2.widget-empty {
        margin-top: .4rem;
        height: 3.33rem;
        background: url(//www.news.cn/food/zt/20220612sdzydyj/img/card-zyshijie-m.png) no-repeat;
        padding: .3rem .3rem .3rem 1.5rem;
        background-size: 100% 100%;
        box-sizing: border-box;
        margin-bottom: 0.28rem;
    }

    #widget_2.widget-empty .article p {
        line-height: 145%;
        height: 2.7rem;
        overflow: hidden;
        font-size: .24rem;
        color: #304e77;
    }

    .block-zyrw {
        background-size: contain;
        background: #d2e8f0;
        min-height: auto;
    }

    .zyrw_wall {
        margin-top: .5rem;
        padding-bottom: .8rem;
    }

    .zyrw_lb {
        width: 100%;
        height: 5.5rem;
        margin: auto;
        position: relative;
    }

    .zyrw_lb .imgbox {
        width: 3.2rem;
        padding-right: 0.3rem;
        background: none;
        text-align: center;
        margin-top: 0.5rem;
        background: url(//www.news.cn/food/zt/20220612sdzydyj/img/line-zyrw.png) no-repeat right center;
        height: unset;
    }

    .zyrw_lb .sizebox {
        width: 3.7rem;
        margin-left: 0rem;
        padding-left: .2rem;
        float: left;
        height: 3.68rem;
        overflow: hidden;
    }

    .zyrw_lb .sizebox p {
        margin-top: .5rem;
        font-size: .2rem;
        color: #244c7c;
        line-height: 1.7;
        display: block;
    }

    .zyrw_lb .check {
        display: block;
        width: 2.52rem;
        height: .52rem;
        margin-top: 1rem;
        background: url(//www.news.cn/food/zt/20220612sdzydyj/img/btn-zyrw-m.png) no-repeat;
        position: absolute;
        bottom: 1rem;
        background-size: 100% 100%;
        right: 0.2rem;
    }

    .zyrw_lb a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #widget_14 .swiper-pagination {
        width: 100%;
    }

    #widget_14 .swiper-pagination-white .swiper-pagination-bullet {

        opacity: 1;
        margin: 0 .06rem;
    }

    #widget_14 .swiper-pagination-white .swiper-pagination-bullet-active {
        background-color: #324367;
    }

    .zyrw_wall .swiper-button-next {
        display: none;
    }

    .zyrw_wall .swiper-button-prev {
        display: none;
    }

    .zyjj_wall .swiper-pagination {
        bottom: -0.4rem;
    }

    .zyjj_wall .swiper-pagination-white .swiper-pagination-bullet {
        background-color: #5b82c7;
    }

    .zyjj_wall .swiper-pagination-white .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .block_zysj_change .remark a {
        color: #FFFFFF;
        font-size: 0.3rem;
        font-weight: 500;
    }

    .jyjd_list_change {
        width: 100%;
        height: 3rem;
        background: url(//www.news.cn/food/zt/20220612sdzydyj/img/card-zyjd.png) no-repeat center;
        background-size: 100% 100%;
    }

    .jyjd_list_change ul {
        padding: 0.4rem 0.45rem;
        list-style: none;
    }

    .jyjd_list_change span {
        font-size: .26rem;
        text-indent: 2em;
        line-height: 1.7;
        padding-left: .2rem;
        display: inline-block;
        font-size: .28rem;
        color: #244c7c;
        font-weight: 600;
        letter-spacing: .02rem;
        padding-left: .65rem;
        box-sizing: border-box;
        text-align: left;
        margin-right: .6rem;
    }

    .jyjd_list_change i {
        width: .12rem;
        height: .12rem;
        border-radius: .12rem;
        background-color: #f1c36b;
        display: inline-block;
        position: relative;
        top: 0.45rem;
        left: -2.5rem;
    }

    /* section2 */
    .section-2 {
        width: 100%;
        background-color: #f2f2f2;
        margin: 20px auto 0 auto;
    }

    .section-2 .unit {
        font-size: 0;
        width: 100%;
        margin: 0 auto;
    }

    .section-2 .marquee {
        height: 30px;
        margin-left: 96px;
        overflow: hidden;
        width: auto;
    }

    .section-2 .section-caption {
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding-right: 0px;
        font-size: 14px;
        font-weight: normal;
        width: 86px;
        float: left;
        background-color: #74abf3;
        height: 30px;

    }

    .section-2 .section-caption img {
        vertical-align: middle;
        display: inline-block;
        margin-right: 8px;
    }

    .section-2 .section-caption a {
        color: #fff;
    }

    .section-2 .section-caption a:hover {
        color: #fff;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .section-2 .mod-list li {
        position: relative;
    }

    .section-2 .mod-list li a {
        color: #666666;
    }

    .section-2 .mod-list li::after {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        /*border-radius: 50%;
box-shadow: 0 0 0 5px #fff;
*/
        position: absolute;
        border-radius: 50%;
        background: #666;
        left: 0;
        top: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .section-2 .marquee .mod-list .item {
        line-height: 30px;
        padding-right: 20px;
        font-size: 14px;
        text-indent: 15px;
    }

    .section-2 .mod-list li:hover a {
        color: #2573c7;
    }

    .section-2 .mod-list li:hover::after {
        background: #2573c7;
    }

    .section-2 .marquee .str_wrap {
        background: #f3f3f3;
        height: 30px !important;
    }

    /* 滚动js自带css */
    /* section2 end */


    .jyjd_main {
        width: 100%;
        background: url(//www.news.cn/food/zt/20220612sdzydyj/img/line-zyjd-m.png) no-repeat top;
        background-size: contain;
        margin-top: 1.2rem;
        position: relative;
        padding-top: .3rem;
    }

    .jyjd_video {
        width: 100%;
        height: auto;
    }

    .jyjd_main .remark {
        width: 100%;
        height: .9rem;
        line-height: .9rem;
        background-color: rgba(27, 27, 27, .5);
        font-size: .3rem;
        padding-left: .2rem;
        box-sizing: border-box;
        text-align: left;
        color: #FFFFFF;
        position: absolute;
        bottom: 0;
    }

    .jyjd_list {

        width: 100%;
        height: 4.48rem;
        background: url(//www.news.cn/food/zt/20220612sdzydyj/img/card-zyjd-m.png) no-repeat center -0.2rem;
        background-size: 100% auto;
    }

    .jyjd_list ul {
        padding: .4rem;
        list-style: none;
    }

    .jyjd_list ul li {
        position: relative;
        height: .6rem;
        line-height: .6rem;
        margin: 5px 0;
        background: url(//www.news.cn/food/zt/20220612sdzydyj/img/list_bar.png) no-repeat bottom center;
        padding-left: .2rem;
        background-size: contain;
    }

    .jyjd_list ul li a {
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: .6rem;
        display: block;
        color: #244c7c;
        display: inline-block;
        margin-left: .1rem;
    }

    .jyjd_list ul li i {
        width: .12rem;
        height: .12rem;
        border-radius: .12rem;
        background-color: #f1c36b;
        position: absolute;
        left: 0;
        top: 36%;
        float: left;
    }

    .jyjd_list .more {
        display: block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        margin: 0px auto;
        color: #044b86;
    }

    .jysj_wall {
        width: 100%;
        margin-bottom: 0.5rem;
    }


    .jysj_wall .jysj_photo img {
        margin: auto;
        display: block;
    }

    .jysj_wall .layer-mask {
        display: none;
    }


    .jysj_wall .swiper-slide .layer-mask p {
        width: 6.66rem;
        height: 1rem;
        margin: auto;
        padding: 0 5em;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 1rem;
    }

    .jysj_wall .swiper-slide .layer-mask {
        display: block;
        margin: auto;
        width: 6.66rem;
        height: 1rem;
        line-height: 1rem;
        font-size: .3rem;
        text-align: center;
        color: #244c7c;
        font-weight: bold;
        background: url(//www.news.cn/food/zt/nygzlfz2023/card-m-hydsj.jpg) no-repeat center;
        background-size: contain;
    }

    .jysj_wall .swiper-slide-active .jysj_photo {
        width: 100%;
        height: auto;
        display: block;
        margin-top: 0;
    }

    .jysj_wall .swiper-button-next {
        display: none;
    }

    .jysj_wall .swiper-button-prev {
        display: none;
    }

    .jysj_an .button .swiper-button-next {
        display: none;
    }

    .jysj_an .button .swiper-button-prev {
        display: none;
    }

    .sdzylt {
        font-size: .3rem;
        line-height: 150%;
        color: #888;
        padding-bottom: .1rem;
        font-weight: normal;
        text-indent: .6rem;
        border-bottom: 1px dashed #c3c3c4;
    }

    .sdzylt a {
        color: #244c7c;
    }

    #widget_14.widget-empty {
        margin-top: 1.2rem;
        width: 100%;
    }

    .zyjj_lb {
        width: 100%;
        height: 3.95rem;
        margin: auto;
        background: url(//www.news.cn/food/zt/20220612sdzydyj/img/card-zyjj-m.png) no-repeat;
        background-size: contain;
        position: relative;
    }

    .zyjj_lb .left_size {
        width: 3.3rem;
        font-size: .3rem;
        line-height: .45rem;
        color: #244c7c;
        position: absolute;
        top: 1.4rem;
        left: .8rem;

        height: 1.4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;

    }

    .zyjj_lb .right_photo {
        width: 2.3rem;
        text-align: center;
        position: absolute;
        top: 28%;
        right: 3%;
    }

    .zyjj_lb .right_photo img {
        display: block;
        width: 1.6rem;
    }

    .zyjj_lb .right_photo span {
        text-align: center;
        line-height: 150%;
        color: #044b86;
    }

    .zyjj_wall .swiper-button-white {
        display: none;
    }

    .zyjj_wall .swiper-button-prev {
        display: none;
    }

    #widget_15.widget-empty {
        margin: 0.2rem 0;
    }

    .zyzg_list {
        width: 100%;
        height: 100%;
        border-radius: .2rem;
        box-sizing: border-box;
        padding: .1rem 0;
        background-color: #FFFFFF;
    }

    .zyzg_list ul {
        padding: 0 .2rem;
        list-style: none;
    }

    .zyzg_list ul li {
        position: relative;
        height: .6rem;
        line-height: .6rem;
        margin: 5px 0;
        background: url(//www.news.cn/food/zt/20220612sdzydyj/img/list_bar.png) no-repeat bottom center;
        padding-left: .2rem;
        background-size: contain;
    }

    .zyzg_list ul li a {
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: .6rem;
        display: block;
        color: #244c7c;
        display: inline-block;
        margin-left: .1rem;
    }

    .zyzg_list ul li::before {
        content: ' ';
        width: .12rem;
        height: .12rem;
        border-radius: .12rem;
        background-color: #244c7c;
        position: absolute;
        left: 0;
        ;
        top: 36%;

    }

    .zyzg_list .more {
        display: block;
        width: 2rem;
        text-align: center;
        height: .6rem;
        line-height: .6rem;
        margin: .2rem auto 0 auto;
        color: #244c7c;
    }

    .zyzg_list .more a {
        color: #044b86;
    }

    .block-zylt .more {
        color: #044b86;
        white-space: nowrap;

    }

    .bg-zysj-img {
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
        width: 7rem;
    }


    .zyrw_lb .imgbox .photo {
        width: 300px;
        margin-left: 20px;
    }

    .zyrw_lb .imgbox {
        position: relative;
    }



    .bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 300px;
        margin-left: 20px;
        background-size: contain;
    }


    .zyjj_lb .right_photo img {
        border-radius: 50%;
        border: 4px solid #fff
    }

    .zyjj_lb .right_photo span {
        font-size: 46px;
        font-weight: 400;
        letter-spacing: 3px;
    }

    .zyrw_lb .imgbox .photo {
        width: 2.4rem;
        margin-left: 0.2rem;
    }

    .zyrw_lb .imgbox {
        position: relative;
    }

    .bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        width: 2.4rem;
        margin-left: 0.35rem;
        background-size: contain;
    }

    .des {
        position: absolute;
        bottom: 0.1rem;
        left: -0.2rem;
        text-align: center;
        font-size: 0.1rem;
        letter-spacing: 0rem;
        color: #fff;
        line-height: 0.3rem;
        width: 2.4rem;
    }

    .zyjj_lb .right_photo img {
        border-radius: 50%;
        border: 0.04rem solid #fff
    }

    .zyjj_lb .right_photo span {
        font-size: 0.3rem;
        font-weight: 400;
        letter-spacing: 0.03rem;
        padding-right: 0.6rem;
        box-sizing: border-box;
    }

    /* section-17 */
    .dib {
        display: inline-block;
    }

    .section {
        width: 100%;
        margin: 0.3rem auto;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

    .section-17 .mod-tile {
        width: calc(100%/2 - .5rem);
        margin-left: calc(.1rem*2 / 1);
        margin-bottom: calc(.1rem*2 / 1);
    }

    .section-17 .section-title {
        width: 100%;
        height: 1.3rem;
        background: url(//www.news.cn/food/zt/nygzlfz2023/tit-sdgc.png) no-repeat center;
        background-size: cover;
    }

    .section-17 .mod-tile:nth-child(3n+1) {
        margin-left: calc(.1rem*2 / 1);
    }

    .section-17 .mod-tile:nth-child(2n+1) {
        margin-left: 0;
    }

    .section-17 .mod-tile .media {
        width: 100%;
    }

    .section-17 .mod-tile .media a {
        display: block;
        overflow: hidden;
    }

    .section-17 .mod-tile .media img {
        width: 100%;
        height: auto;
    }

    .section-17 .mod-tile .media a img {
        transition: .5s;
        display: block;
    }

    .section-17 .mod-tile .media a:hover img {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2);
    }

    .section-17 .mod-tile .caption {
        line-height: 1.6;
        font-size: .32rem;
        text-align: left;
        margin-top: .2rem;
        color: #333;
    }

    .section-17 .mod-tile .caption a {
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .section-17 .mod-tile .abstract {
        text-align: justify;
        margin-top: .1rem;
        color: #888;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: none;
    }

    .section-17 .mod-tile .abstract a {
        color: #333;
        display: inline;
    }

    .section-17 .mod-tile .abstract a:hover {
        color: #1527ac;
    }

    .section-17 .mod-topics {
        padding-bottom: .1rem;
        border-bottom: 1px dashed #ccc;
        width: 100%;
        margin-left: 0;
        margin-bottom: .2rem;
    }

    .section-17 .mod-topics:nth-child(2n+1) {
        margin-left: 0;
    }

    .section-17 .mod-topics .topic {
        height: inherit;
        line-height: 1.6;
        font-size: .32rem;
        position: relative;
        padding-left: .2rem;
        color: #333;
    }

    .section-17 .mod-topics .topic a {
        color: #333;
    }

    .section-17 .mod-topics .topic a:hover {
        color: #1527ac;
    }

    .section-17 .mod-topics .topic::after {
        content: "";
        display: block;
        width: .1rem;
        height: .3rem;
        background: #e47000;
        position: absolute;
        left: 0;
        top: .1rem;
    }

    .section-17 .mod-topics .abstract {
        font-size: .28rem;
        line-height: 1.6;
        margin-top: 0;
        color: #888;
        padding-left: .2rem;
        text-align: justify;
        -webkit-line-clamp: 2;
    }

    .section-17 .mod-topics .abstract a {
        color: #1527ac;
    }

    /* section-17 end */
}





