* {
	margin: 0;
	padding: 0;
}

.class_style,
.class_style .class_title {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.class_style .class_title {
	width: auto;
	height: auto;
}

.class_style .class_title .class_fl,
.class_style .class_title .class_fr {
	background-image: url(../img/index_news_fl.png);
	background-size: cover;
	height: 0.44rem;
	transition: all .2s;
	width: 0.26rem;
}

.class_style .class_title .class_fr {
	background-image: url(../img/index_news_fr.png) !important;
}

.class_style .class_title .class_cn {
	align-items: center;
	display: flex;
	height: 0.44rem;
	position: relative;
	transition: all .2s;
	white-space: nowrap;
	padding: 0 0.05rem;
	box-sizing: border-box;
}

.class_style .class_title .class_cn span {
	position: relative;
	font-family: KaiTi;
	font-weight: 700;
	color: #ffeedb;
	font-size: 0.18rem;
}

.class_style .class_title .class_cn::before {
	background-image: url(../img/index_news_cn.png);
	background-size: contain;
	content: "";
	height: 0.44rem;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .2s;
	width: 100%;
}

.class_style .imgbg {
	background: url(../img/index_mokuai_imgbg.png) repeat;
	height: 0.12rem;
	width: 100%;
	flex: 1;
	margin: 0 0.15rem;
}

.class_style .class_more {
	display: flex;
	align-items: center;
	color: #FFEBCD;
	font-size: 0.15rem;
	width: auto;
	height: auto;
}

.class_style .class_more i {
	display: block;
	width: 0.24rem;
	height: 0.24rem;
	background: url(../img/index_news_more.png) center no-repeat;
	background-size: contain;
	margin-left: 0.05rem;
}










/* æ™¯åŒºæ´»åŠ¨å…¬å‘Š */
.notice_body {
	width: 100%;
	height: 1.55rem;
	margin-top: 0.3rem;
	background: url(../img/index_notice_bg.png) center no-repeat;
	background-size: 100% 100%;
	border-radius: 0.05rem;
	padding: 0.2rem;
	box-sizing: border-box;
	position: relative;
}

.notice_body .notice_class {
	margin-bottom: 0.24rem;
	display: flex;
	justify-content: space-between;
}

.notice_body .notice_class span {
	color: #fff;
	font-size: 0.2rem;
	cursor: pointer;
}

.notice_body .notice_class .notice_button {
	display: flex;
	align-items: center;
}

.notice_body .swiper-button-next,
.notice_body .swiper-button-prev {
	width: 0.4rem;
	height: 0.2rem;
	position: initial;
	margin: 0;
	opacity: 1 !important;
	cursor: pointer;
}

.notice_body .swiper-button-next::after,
.notice_body .swiper-button-prev::after {
	display: none;
}

.notice_body .swiper-button-next img,
.notice_body .swiper-button-prev img {
	object-fit: contain;
}

.notice_box {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	opacity: 0 !important;
}

.notice_box.swiper-slide-active {
	opacity: 1 !important;
}

.notice_box .notice_item {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	display: block;
	min-height: 0.01rem;
	padding: 0 0.1rem;
	box-sizing: border-box;
	cursor: pointer;
}

.notice_box .notice_item .notice_title {
	margin-bottom: 0.2rem;
	display: flex;
	align-items: center;
}

.notice_box .notice_item .notice_title img {
	margin-right: 0.05rem;
	width: 0.15rem;
	height: 0.15rem;
	object-fit: contain;
}

.notice_box .notice_item .notice_title p {
	font-size: 0.16rem;
	color: #fff;
}

.notice_box .notice_item .notice_time {
	font-size: 0.14rem;
	color: #fff;
}




/* åŠ¨æ€ã€æ–°é—» */
.news {
	width: 100%;
	height: auto;
	padding: 0.2rem 0;
	box-sizing: border-box;
}

.news .news_body {
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 0.3rem;
	height: 3.65rem;
	width: 100%;
}

.news .news_body .news_fl {
	width: 5.7rem;
	height: 100%;
}

.news .news_body .news_fl .news_Swiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.news .news_body .news_fl .news_item {
	width: 100%;
	height: 100%;
	border-radius: 0.06rem;
	overflow: hidden;
}

.news .news_body .news_fl .news_item .news_img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.news .news_body .news_fl .news_Swiper .news_txt {
	position: absolute;
	bottom: 0.1rem;
	left: 0.1rem;
	width: calc(100% - 0.4rem);
	height: 0.56rem;
	z-index: 9;
	background: #b4343bcc;
	display: flex;
	align-items: center;
}

.news .news_body .news_fl .news_Swiper .news_txt {
	opacity: 1 !important;
}

.news .news_body .news_fl .news_Swiper .news_txt::before {
	content: "";
	position: absolute;
	width: calc(100% - 0.1rem);
	height: calc(100% - 0.1rem);
	border: 0.01rem solid hsla(0, 0%, 100%, .2);
	top: 0.04rem;
	left: 0.04rem;
}

.news .news_body .news_fl .news_Swiper .news_txt span {
	max-width: 4.48rem;
	font-size: 0.16rem;
	color: #fff;
	margin-left: 0.12rem;
}

.news .news_body .news_fl .news_next,
.news .news_body .news_fl .news_prev {
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 50%;
	background-color: #0006 !important;
}

.news .news_body .news_fl .news_next::after,
.news .news_body .news_fl .news_prev::after {
	font-size: 0.14rem;
	color: #fff;
}

.news .news_body .news_fl .swiper-pagination {
	width: auto;
	right: 0.42rem;
	left: auto;
	bottom: 0.26rem;
}

.news .news_body .news_fl .swiper-pagination span {
	background: #fff;
}


.news .news_body .news_fr {
	flex: 1;
	flex-direction: column;
	flex-shrink: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: url(../img/index_news_bg.png) no-repeat;
	background-size: 100% 100%;
	flex: 1;
	padding: 0.15rem 0.25rem;
}

.news .news_body .news_fr .news_more {
	position: absolute;
	right: 0.25rem;
	top: 0.27rem;
	font-size: 0.15rem;
	color: #212529;
	cursor: pointer;
	display: flex;
	align-items: center;
	width: auto;
	height: auto;
}

.news .news_body .news_fr .news_more i {
	width: 0.2rem;
	height: 0.2rem;
	display: block;
	background: url(../img/index_news_more.png) center no-repeat;
	background-size: contain;
	margin-left: 0.02rem;
}

.news .news_body .news_fr .news_tab {
	display: flex;
	align-items: center;
	gap: 0.02rem;
}

.news .news_body .news_fr .news_tab .tab_btn {
	align-items: center;
	color: #000;
	cursor: pointer;
	display: flex;
	font-size: 0.18rem;
	font-style: normal;
	font-weight: 400;
	justify-content: center;
	line-height: 0.22rem;
	position: relative;
}

.news .news_body .news_fr .news_tab .tab_btn .icon_fl,
.news .news_body .news_fr .news_tab .tab_btn .icon_fr {
	background-size: cover !important;
	height: 0.44rem;
	opacity: 0;
	transition: all .2s;
	width: 0.26rem;
}

.news .news_body .news_fr .news_tab .tab_btn .icon_fl {
	background: url(../img/index_news_fl.png);
}

.news .news_body .news_fr .news_tab .tab_btn .icon_fr {
	background: url(../img/index_news_fr.png);
}

.news .news_body .news_fr .news_tab .tab_btn .tab_title {
	align-items: center;
	display: flex;
	position: relative;
	transition: all .2s;
	white-space: nowrap;
	padding: 0 0.05rem;
	box-sizing: border-box;
}

.news .news_body .news_fr .news_tab .tab_btn .tab_title span {
	font-family: KaiTi;
	font-weight: 700;
	height: 0.44rem;
	position: relative;
	line-height: 0.44rem;
}

.news .news_body .news_fr .news_tab .tab_btn .tab_title::before {
	background-image: url(../img/index_news_cn.png);
	background-size: contain;
	content: "";
	height: 0.44rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .2s;
	width: 100%;
	z-index: 0;
}

.news .news_body .news_fr .news_tab .tab_btn.act .tab_title::before,
.news .news_body .news_fr .news_tab .tab_btn.act .icon_fl,
.news .news_body .news_fr .news_tab .tab_btn.act .icon_fr,
.news .news_body .news_fr .news_tab .tab_btn:hover .tab_title::before,
.news .news_body .news_fr .news_tab .tab_btn:hover .icon_fl,
.news .news_body .news_fr .news_tab .tab_btn:hover .icon_fr {
	opacity: 1;
}

.news .news_body .news_fr .news_tab .tab_btn.act .tab_title span,
.news .news_body .news_fr .news_tab .tab_btn:hover .tab_title span {
	color: #ffeedb;
}


.news .news_body .news_fr .news_box .news_list {
	display: none;
	margin: 0.1rem 0 0.1rem 0.2rem;
}

.news .news_body .news_fr .news_box .news_list.on {
	display: block;
}

.news_list .news_style1,
.news_list .news_style2 {
	border-bottom: 0.01rem dashed #dfe2e9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.1rem;
	padding-bottom: 0.08rem;
	cursor: pointer;
}

.news_list .news_style1 {
	align-items: normal;
}

.news_list .news_style1 .news_text {
	width: calc(100% - 1.8rem);
}

.news_list .news_style1 .news_title {
	line-height: 0.24rem;
	font-size: 0.18rem;
	color: #333;
	margin-bottom: 0.08rem;
}

.news_list .news_style1 .news_cont {
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #8f9399;
	text-indent: 2em;
}

.news_list .news_style1 .news_time {
	line-height: 0.21rem;
	font-style: normal;
	font-weight: 400;
	color: #8f9399;
	font-size: 0.14rem;
}

.news_list .news_style1 .news_img {
	width: 1.6rem;
	height: 1rem;
	border-radius: 0.08rem;
	overflow: hidden;
	margin-left: 0.2rem;
}

.news_list .news_style2 .news_title {
	color: #333;
	font-family: Microsoft YaHei;
	font-size: 0.16rem;
	font-style: normal;
	font-weight: 400;
}

.news_list .news_style2 .news_time {
	font-family: Microsoft YaHei;
	font-size: 0.16rem;
	font-style: normal;
	font-weight: 400;
	color: #8f9399;
}






/* å¹¿å‘Šä½ */
.guanggao {
	width: 100%;
	position: relative;
	border-radius: 0.08rem;
	overflow: hidden;
	margin-top: 0.3rem;
	min-height: 0.94rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guanggao img{
	object-fit: cover;
    width: auto;
}
.guanggao span {
	height: 100%;
	padding: 0.04rem 0.2rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	word-wrap: break-word;
	background-color: #88010180 !important;
	border-radius: 0 0.05rem 0.05rem 0;
	color: #fff;
	letter-spacing: 0.01rem;
	writing-mode: vertical-lr;
}







/* æ¨¡å—ä¸“åŒº */
.mokuai {
	background: url(../img/index_mokuai_bg.png), #534142;
	padding: 0.45rem 0;
	box-sizing: border-box;
}

.mokuai .main {
	display: flex;
	justify-content: space-between;
}

.mokuai .mokuai_text {
	width: 60%;
	padding-right: 0.3rem;
}

.mokuai .mokuai_text .mokuai_box {
	width: 100%;
	gap: 0.1rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.12rem;
}

.mokuai .mokuai_text .mokuai_box .mokuai_item {
	position: relative;
	cursor: pointer;
	flex: 1;
	height: 1.9rem;
	border-radius: 0.08rem;
	overflow: hidden;
}

.mokuai .mokuai_text .mokuai_box .mokuai_item .bgimg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mokuai .mokuai_text .mokuai_box .mokuai_item .mokuai_cont {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0.2rem;
	box-sizing: border-box;
}

.mokuai .mokuai_text .mokuai_box .mokuai_item .cont_icon {
	width: 0.64rem;
	height: 0.64rem;
	margin-right: 0.1rem;
}

.mokuai .mokuai_text .mokuai_box .mokuai_item h2 {
	color: #ffe7cdfd;
	font-family: Microsoft YaHei;
	line-height: 0.26rem;
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0.08rem;
	margin-top: 0;
}

.mokuai .mokuai_text .mokuai_box .mokuai_item p {
	font-size: 0.14rem;
	color: #ffe7cdfd;
	font-family: Microsoft YaHei;
	line-height: 0.26rem;
}


.mokuai .mokuai_text .mokuai_box .mokuai_item .mokuai_cont {
	background-color: #b4343b66;
	position: relative;
	z-index: 2;
}

.mokuai .mokuai_text .mokuai_box .mokuai_item:nth-of-type(2) .mokuai_cont {
	background-color: #3339 !important;
}

.mokuai .mokuai_text .mokuai_box:last-child .mokuai_item:first-of-type .mokuai_cont {
	background-color: #503c3e99 !important;
}

.mokuai .mokuai_text .mokuai_box:last-child .mokuai_item:nth-of-type(2) .mokuai_cont {
	background-color: #4c889199 !important;
}

.mokuai .mokuai_text .mokuai_box:last-child .mokuai_item:nth-of-type(3) .mokuai_cont {
	background-color: #c77d3599 !important;
}






.mokuai_video {
	width: 40%;
}





.mokuai_video .video_list {
	margin-top: 0.1rem;
	width: 100%;
	height: 3.36rem;
	overflow: hidden;
	border-radius: 0.05rem;
}

.mokuai_video .video_list .video_Swiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.mokuai_video .video_list .video_Swiper .video_item {
	width: 100%;
	height: 100%;
}

.mokuai_video .video_list .video_Swiper .video_next,
.mokuai_video .video_list .video_Swiper .video_prev {
	top: 50%;
	background: #1f2d3d1c;
	border-radius: 50%;
	width: 0.36rem;
	height: 0.36rem;
}

.mokuai_video .video_list .video_Swiper .video_next:hover,
.mokuai_video .video_list .video_Swiper .video_prev:hover {
	background: #1f2d3d3b;
}

.mokuai_video .video_list .video_Swiper .video_next::after,
.mokuai_video .video_list .video_Swiper .video_prev::after {
	color: #fff;
	font-size: 0.12rem;
}

.mokuai .mokuai_litpic {
	width: 100%;
	display: flex;
	gap: 0.05rem;
	margin-top: 0.3rem;
}

.mokuai .mokuai_litpic .mokuai_img {
	flex: 1;
	overflow: hidden;
	position: relative;
	height: 2.6rem;
	cursor: pointer;
}
.mokuai .mokuai_litpic .mokuai_img img{
    width: 100%;
    height: 100%;
}
.mokuai .mokuai_litpic .mokuai_txt {
	background-color: #0000004d;
	bottom: 0;
	height: 0.32rem;
	left: 0;
	position: absolute;
	transition: all .6s;
	width: 100%;
}

.mokuai .mokuai_litpic .mokuai_txt p {
	color: #ffeedb;
	font-family: PingFang SC;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
}

.mokuai .mokuai_litpic .mokuai_txt .mokuai_icon {
	display: none;
	width: 0.6rem;
	height: 0.6rem;
	background: url(../img/index_mokuai_more.png) center no-repeat;
	background-size: contain;
}

.mokuai .mokuai_litpic .mokuai_img:hover .mokuai_txt {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.mokuai .mokuai_litpic .mokuai_img:hover .mokuai_txt .mokuai_icon {
	display: block;
	margin-top: 0.15rem;
}









/* æ–‡åŒ–ç ”ç©¶ã€æ•…äº‹å…¸ç±ã€æ•°å­—åšç‰©é¦† */
.body2 .main {
	width: 100%;
	gap: 0.3rem;
	display: flex;
	align-items: center;
	padding: 0.3rem 0;
	box-sizing: border-box;
}

.body2_fr .class_more {
	color: #503C3E;
}

.wenhua {
	width: 50%;
	background: url(../img/index_wenhua_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.2rem;
	box-sizing: border-box;
}

.wenhua .class_style .class_more{
	color: #503C3E;
}
.wenhua_list {
	margin-top: 0.1rem;
}

.wenhua_list .wenhua_tiem {
	border-bottom: 0.01rem dashed #dfe2e9;
	padding: 0.2rem 0 !important;
	display: flex;
	cursor: pointer;
}

.wenhua_list .wenhua_tiem .wenhua_img {
	width: 1.6rem;
	height: 1rem;
	border-radius: 0.08rem;
	overflow: hidden;
	margin-right: 0.2rem;
}

.wenhua_list .wenhua_tiem .wenhua_txt {
	width: calc(100% - 1.8rem);
}

.wenhua_list .wenhua_tiem .wenhua_txt .wenhua_title {
	line-height: 0.24rem;
	font-size: 0.18rem;
	margin-bottom: 0.08rem;
	font-weight: 500;
	color: #212529;
}

.wenhua_list .wenhua_tiem .wenhua_txt .wenhua_cont {
	color: #8f9399;
	line-height: 0.2rem;
	font-size: 0.14rem;
	margin-top: 0.05rem;
}

.wenhua_list .wenhua_tiem .wenhua_txt .wenhua_time {
	color: #8f9399;
	font-size: 0.14rem;
	margin-top: 0.05rem;
}





.body2_fr {
	width: 50%;
	padding: 0.2rem;
	box-sizing: border-box;
}

.gushi,
.shuzi {
	width: 100%;
	background: url(../img/index_wenhua_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.2rem;
	box-sizing: border-box;
}

.shuzi {
	margin-top: 0.15rem;
}


.gushi_list {
	margin-top: 0.1rem;
	display: flex;
	align-items: center;
	gap: 0.15rem;
}

.gushi_list .gushi_item {
	align-items: flex-start;
	background: linear-gradient(0deg, #fbfbfb, #fbfbfb), #fff;
	border: 0.01rem solid #ddd;
	border-radius: 0.05rem;
	display: flex;
	flex-direction: column;
	padding: 0.2rem 0.15rem;
	min-height: 1.2rem;
	width: 33.33%;
	overflow: hidden;
}

.gushi_list .gushi_item .gushi_title {
	line-height: 0.26rem;
	font-size: 0.16rem;
	font-weight: 500;
	margin-bottom: 0.08rem;
	color: #212529;
	width: 100%;
}

.gushi_list .gushi_item .gushi_cont {
	line-height: 0.22rem;
	font-size: 0.13rem;
	color: #212529;
	width: 100%;
}

.shuzi_list {
	margin-top: 0.1rem;
}

.shuzi_list .shuzi_item {
	width: 100%;
	height: 2.1rem;
	border-radius: 0.08rem;
	overflow: hidden;
	position: relative;
}

.shuzi_list .shuzi_item .shuzi_txt {
	background: #00000080;
	bottom: 0;
	color: #fff;
	font-family: PingFang SC;
	font-size: 0.14rem;
	font-style: normal;
	font-weight: 400;
	left: 0;
	line-height: 0.32rem;
	position: absolute;
	right: 0;
	text-align: center;
}


.shuzi_list .shuzi_next,
.shuzi_list .shuzi_prev {

	color: #fff;
}

.shuzi_list .shuzi_next::after,
.shuzi_list .shuzi_prev::after {
	font-size: 0.24rem;
}



.friend {
	width: 100%;
	min-height: 0.6rem;
	margin-top: 0.2rem;
	display: flex;
	align-items: center;
	background: #b4343b;
}

.friend .main {
	position: relative;
	min-height: 0.6rem;
	display: flex;
	align-items: center;
}

.friend .friend_title {
	color: #ffebcd;
	display: flex;
	font-family: KaiTi;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding-left: 0.41rem;
}

.friend .friend_list {
	width: 200%;
	position: absolute;
	top: 0;
	left: 1.53rem;
	height: 0.6rem;
	background: #fff;
	display: flex;
	align-items: center;
}

.friend .friend_list::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #b4343b1a;
}

.friend .friend_list a {
	color: #4f4f4f;
	font-family: Microsoft YaHei;
	font-size: 0.14rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.18rem;
	margin-left: 0.2rem;
	width: auto;
	height: auto;
}


/* 视频弹窗 */
.video_dialog {
	background-color: #00000080;
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	word-break: break-all;
	display: none;
}

.video_dialog .dialog {
	bottom: 0;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video_dialog .dialog .video_body {
	width: 70%;
	height: 4.54rem;
	background: #fff;
	border-radius: 0.05rem;
	position: relative;
	padding: 0.16rem;
	box-sizing: border-box;
}

.video_dialog .dialog .video_body .video_colse {
	position: absolute;
	top: 0;
	right: 0.16rem;
	transform: rotate(45deg);
	font-size: 0.3rem;
	font-weight: 100;
	cursor: pointer;
	z-index: 999;
}

.video_dialog .dialog .video_body video {
	max-height: 4rem;
	width: 100%;
	margin-top: 0.16rem;
	color: #909399;
}

.video_dialog .dialog .video_body video:hover {
	color: #409eff;
}






@media (max-width: 1340px) {
	.news .news_body {
		height: auto;
		flex-wrap: wrap;
	}

	.news .news_body .news_fl {
		width: 100%;
		height: 3.65rem;
	}

	.mokuai .main {
		height: auto;
		flex-wrap: wrap;
	}

	.mokuai .mokuai_text,
	.mokuai_video {
		width: 100%;
		margin-top: 0.3rem;
	}

	.class_style .imgbg {
		display: none;
	}
}

@media (max-width: 1200px) {
	.friend {
		background: #fff;
		position: relative;
	}

	.friend::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: #b4343b1a;
	}

	.friend .main {
		display: block;
		max-width: 100%;
		padding: 0.1rem;
		box-sizing: border-box;
	}

	.friend .friend_title {
		color: #b4343b;
		font-weight: 700;
		padding: 0.2rem 0 0;
	}

	.friend .friend_list {
		position: initial;
		background: none;
	}

	.friend .friend_list::before {
		display: none;
	}

	.friend .friend_list a:first-child {
		margin-left: 0;
	}
}

@media (max-width: 1000px) {
	.head_top {
		height: auto;
		padding: 0.1rem 0.2rem;
		box-sizing: border-box;
	}

	.head_top .head_top_fl,
	.head_top .head_top_fr {
		flex-wrap: wrap;
	}

	.head_top .head_url {
		height: auto;
	}

	.head_url::before {
		bottom: -0.14rem;
	}

	.head_top .head_url .head_url_list {
		top: 0.28rem;
	}

	.body2 .main {
		flex-wrap: wrap;
		padding-bottom: 0;
	}

	.wenhua,
	.body2_fr {
		width: 100%;
	}
	.body2_fr{
		padding: 0;
	}
}

@media (max-width: 540px) {
	.notice_body .notice_class span{
		font-size: 0.18rem;
	}
	.notice_box .notice_item{
		padding: 0 0.05rem;
	}
	.news .news_body .news_fl {
		height: auto;
	}

	.news .news_body .news_fl .news_Swiper .news_txt span {
		max-width: 2.7rem;
	}

	.news_list .news_style2 .news_time {
		white-space: nowrap;
	}
	.mokuai {
		padding-bottom: 0;
	}

	.mokuai .mokuai_text {
		padding: 0;
		margin: 0;
	}

	.mokuai .mokuai_text .mokuai_box {
		flex-wrap: wrap;
		gap: initial;
		margin: 0;
	}

	.mokuai .mokuai_text .mokuai_box .mokuai_item {
		width: 100%;
		position: relative;
		height: 1.3rem;
		margin-bottom: 0.2rem;
		flex: none !important;
	}

	.mokuai .mokuai_litpic {
		flex-wrap: wrap;
		align-items: center !important;
		gap: 0 !important;
		padding: 0 0.1rem;
	}

	.mokuai .mokuai_litpic .mokuai_img {
		flex: none !important;
		height: 1rem;
		width: 48% !important;
		border-radius: 8px;
		margin-bottom: 4%;
		margin-right: 4%;
	}

	.mokuai .mokuai_litpic .mokuai_img:nth-of-type(2n) {
		margin-right: 0;
	}
	.video_dialog .dialog .video_body{
		width: 90%;
		height: auto;
	}
}