.xw {
	color: white !important;
}

.xw-contain {
	margin: 60px 0;
}

.box {
	display: block;
	height: 196px;
	border-bottom: 1px dotted rgb(221, 221, 221);
	padding-top: 20px;
	padding-bottom: 10px;
}

.box-img {
	width: 300px;
	height: 187px;
	float: left;
	overflow: hidden;
}

.box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s;
}

.box-img img:hover {
	transform: scale(1.2);
}

.box-text {
	margin-left: 10px;
	margin-top: 26px;
	float: right;
	width: 873px;
	height: 118px;
}

.box-text h4 {
	font-size: 16px;
	color: #404040;
	font-family: 'Tahoma';
}

.box-text p {
	font-size: 14px;
	color: #999;
	padding: 20px 0 30px;
	font-family: 'Noto Sans CJK';
}

.box-time {
	width: 888px;
	height: 50px;
	font-size: 12px;
	color: #bbb;
	font-family: 'Noto Sans CJK';
}

.box-time i {
	float: left;
}

.box-time em {
	float: right;
}

.icon-liulanliang {
	vertical-align: bottom !important;
}

.page {
	text-align: center;
	margin-top: 50px;
}

.com-span {

	margin: 20px auto;
	width: 340px;
	height: 30px;
}

.com-span span:nth-child(1) {
	float: left;
}

.com-span span:nth-child(2) {
	display: inline-block;
	padding-right: 40px;
	float: right;
}

.com-span span:nth-child(3) {
	float: right;
	vertical-align: middle;
}

.xw-com-contain {
	padding: 70px 0;
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.xw-com-contain h2 {
	font-size: 24px;
	color: #404040;
	font-weight: normal;
	font-family: 'Noto Sans CJK';
}

.xw-com-contain span {
	font-size: 12px;
	color: #999;
	font-family: 'Tahoma';
	vertical-align: bottom !important;
}

.xw-com-contain span:nth-of-type(3) {
	padding-top: 2px;
	padding-right: 3px;
}

.xw-line {
	width: 100%;
	height: 1px;
	background-color: rgb(221, 221, 221);
}

.xw-com-contain p {
	padding-top: 30px;
	text-align: left;
	font-size: 18px;
	color: #808080;
	line-height: 30px;
}

.xw-com-contain a {
	margin-top: 30px;
	text-align: left;
	display: block;
	color: #808080;
	font-family: 'Noto Sans CJK';
	font-size: 14px;
}

.xw-com-contain a:hover {
	color: #1A4285;
}

.xw-com-contain img {
	margin-top: 30px;
	width: 90%;
	height: auto;
}

/* 移动端适配：新闻列表卡片式上下布局 */
@media (max-width: 768px) {
	.xw-contain {
		margin: 10px 0;
	}

	.xw-contain .center {
		width: 100%;
		padding: 0 1vw;
	}

	.box {
		display: block;
		height: 100px;
		border-bottom: 1px solid #eee;
		padding: 8px 0 8px 0;
		margin-bottom: 1vw;
		overflow: hidden;
	}

	.box-img {
		height: 100px;
		width: 35%;
		float: left;
		margin: 0;
		margin-left: 3vw;
		overflow: hidden;
		border-radius: 0 !important;
	}

	.box-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 0 !important;
	}

	.box-text {
		width: 56%;
		float: right;
		margin-right: 3vw !important;
		margin: 0;
		padding: 0;
		padding-top: 18px;
		height: 70px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.box-text h4 {
		text-align: left !important;
		font-size: 14px;
		color: black;
		margin-bottom: 2px;
		line-height: 1.2;
	}

	.box-text p {
		font-size: 12px;
		color: #666;
		padding: 2px 0 4px 0;
		line-height: 1.2;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 80%;
	}

	.box-time {
		width: 100%;
		height: auto;
		font-size: 11px;
		color: #bbb;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 0;
	}

	.box-time i,
	.box-time em {
		float: none;
	}

	.xwdt-page {
		margin: 8vw 0;
	}
}

@media (max-width: 768px) {
	.xw-com-contain {
		width: 100vw;
		padding: 8vw 0 !important;
	}




	.xw-com-contain p {
		text-indent: 2em;
		padding: 3vw 5vw !important;
	}

	.cp-pn {
		margin-left: 4vw;
	}

	.cp-next {
		margin-top: 3vw !important;
	}


}