@charset "utf-8";

/*======Reset style======*/
dl,
dt,
dd {
	padding: 0;
	margin: 0;
}

.bgff1 {
	font: 15px/26px Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
	min-width: 1200px;
	overflow: hidden;
	background-color: #fff;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

/* ===头条=== */
.headline_row {
	margin: 50px auto 40px;
}

.headline_row h3 {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.headline_row a {
	color: #cb3838;
}

.headline_row p {
	font-size: 16px;
	color: #777;
	text-indent: 2em;
	line-height: 30px;
	padding-top: 20px;
}

.headline_row p a:hover {
	text-decoration: underline;
}

/* ===首屏=== */
.first_row_2025 {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

/* ===首屏-新闻=== */
.news_row1 {
	width: 542px;
	
}

.news_row1 dl {
	padding-bottom: 13px;
	overflow: hidden;
	border-bottom: dashed 1px #cfcfcf;
}

.news_row1 dl:nth-child(2) {
	margin-top: 20px;
	border-bottom: none;
}

.news_row1 dt {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 10px;
}

.news_row1 dt a {
	color: #e0281d;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_row1 dd {
	display: flex;
	align-items: center;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
}

.news_row1 dd::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #bf4d4d;
}

.news_row1 dd a {
	flex: 1;
	padding-left: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_row1 .more1 {
	float: right;
	margin: -10px 0 8px;
	color: #999;
}

.more1:hover {
	color: #cb3838;
}

/* ===首屏-焦点图=== */
.first_row_r {
	width: 640px;
}

.focus_row_2025 {
	width: 640px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.focus_row_2025 .hd {
	height: 10px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 20px;
}

.focus_row_2025 .hd ul {
	zoom: 1;
	display: flex;
	justify-content: space-between;
}

.focus_row_2025 .hd ul li {
	cursor: pointer;
	width: 8px;
	height: 8px;
	display: block;
	background: #fff;
	opacity: 0.5;
	margin: 2px 0 0 8px;
	border-radius: 50%;
}

.focus_row_2025 .hd ul li.on {
	opacity: 1;
}

.focus_row_2025 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.focus_row_2025 .bd li {
	zoom: 1;
}

.focus_row_2025 .bd img {
	/* width: 640px;
	height: 330px; */
	object-fit: cover;
	max-height: 360px;
}

.focus_row_2025 .bd p {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 50px;
	width: 83%;
	margin-left: 16px;
	z-index: 111;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.focus_row_2025 .bd a {
	color: #fff;
}

.focus_row_2025 .bd li::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, #cb3838 0%, #e4473d 50%, #ff5842 100%);
	width: 100%;
	height: 50px;
}

/* ===首屏-焦点图底部=== */
.news_row2 {
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
}

.news_row2 li {
	width: 305px;
	text-align: center;
}

.news_row2 li div,
.news_row2 li div img {
	width: 305px;
	height: 172px;
}

.news_row2 li p {
	font-size: 16px;
	text-align: left;
	padding: 10px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}