.content-box {
		width: 100%;
		background: url(/uiFramework/commonResource/image/2025112719054029592.jpg)  no-repeat center bottom;
		padding-bottom: 66px;
	}
.w1200 {
	margin: 0 auto;
	width: 1200px;
}

.toutiao {
	text-align: center;
}

.toutiao a {
	width: 100%;
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	line-height: 124px;
	color: #cd0f11;
	white-space: nowrap;
	/* 禁止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的文本 */
	text-overflow: ellipsis;
	/* 显示省略号 */
}

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

.tplb {
	width: 720px;
}

.xwzx {
	width: 480px;
}



/*图片轮播*/
#swiper1 {
	width: 720px;
	height: 462px;
}

#swiper1 .swiper-wrapper .swiper-slide a {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

#swiper1 .swiper-wrapper .swiper-slide a span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: #960406;
	color: #fff;
	padding-left: 32px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 110px;
}

.swiper-pagination-qjsc {
	position: absolute;
	text-align: center;
	z-index: 10;
	bottom: 23px;
	right: 29px;
	display: flex;
	align-items: center;
}

.my-bullet-qjsc {
	width: 11px;
	height: 11px;
	background: transparent;
	display: block;
	border-radius: 50px;
	border: 1px solid #fff;
}

.swiper-pagination-qjsc .my-bullet-qjsc {
	margin-right: 6px;
}

.swiper-pagination-qjsc .my-bullet-qjsc:last-child {
	margin-right: 0;
}

.my-bullet-qjsc-active {
	background: #ffffff;

}

.news-box {
	width: 100%;
	height: 431px;
	background: #fce9bf;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 0 26px 0 36px;
        box-sizing: border-box;
 
}

.news-box a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 32px;
}

.news-box a span:first-child {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #960406;
	border-radius: 50%;
}

.news-box a span:last-child {
	font-size: 18px;
	line-height: 32px;
	color: #333333;
}

.ty-one-box {
	padding: 54px 0 27px 0;
}

.ty-one-box a img {
	width: 100%;
}

.ty-news-box {
	display: flex;
	flex-wrap: wrap;
}


.ty-news-box a {
display: flex; width: 50%; line-height: 47px; align-items: center;
}

.ty-news-box a span:first-child {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #f88833;
	border-radius: 50%;
	margin-right: 20px;

}

.ty-news-box a span:last-child {
	font-size: 18px;
}