.about-us {}

.about-news-list {
	margin-top: 40px;
	margin-bottom: 60px;
}

.about-news-list .new-item {
	border-bottom: 1px solid #E5E5E5;
}

.about-news-list .new-item a {
	height: 10.2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
	min-height: 150px;
}

.about-news-list .new-item a:hover .line {
	display: block;
}

.about-news-list .new-item a:hover .lf .tit {
	color: #143A94;
}

.about-news-list .new-item .lf {
	width: 50rem;
	margin-top: 3rem !important;
}

.about-news-list .new-item a .lf .tit {
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.about-news-list .new-item a .lf .more {
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #143A94;
	line-height: 24px;
}

.about-news-list .new-item .lf .line {
	display: none;
	width: 160px;
	border-top: 4px solid #143A94;
	position: absolute;
	bottom: 0;
	left: 0;
}

.about-news-list .new-item .rt {
	display: flex;
	align-items: flex-start;
	margin-top: 3rem;
}

.about-news-list .new-item .rt img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	align-self: center;
}

.about-news-list .new-item a .rt .time {
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.pages {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pages a{
	cursor:pointer;
}
.pages-moblie {
	/* display: none; */
}

.pages img {
	width: 20px;
	height: 20px;
}

.pages a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F5F5F5;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	margin-right: 8px;
	border-radius: 8px;
}

.pages .con {
	display: flex;
}

.pages .active-p {
	background-color: #143A94;
	color: #F5F5F5;
}

/* 新闻详情 */
.news-detail-box {
	margin-top: 20px;
}


.news-detail-box .title {
	width: 50rem;
	margin: auto;
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 1.6rem;
	color: #333333;
	line-height: 2.4rem;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-box .info {
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
}

.news-detail-box .info .lt,
.news-detail-box .info .rt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-detail-box .info .lt .time {
	margin-right: 4rem;
}

.news-detail-box .info .rt img {
	width: 32px;
	height: 32px;
	margin-left: 8px;
}

.news-detail-box .new-content {
	padding-top: 40px;
	border-bottom: 1px solid #E5E5E5;
}

.news-detail-box .new-content img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin-bottom: 3rem;
}

.news-detail-box .new-content .word {
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-bottom: 3rem;
}

.news-detail-box .cut-news {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.news-detail-box .cut-news a {
	display: flex;
	align-items: center;
}

.news-detail-box .cut-news a div {
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
}

.news-detail-box .cut-news a img {
	width: 20px;
	height: 20px;
}

.news-detail-box .cut-news a:first-child img {
	margin-right: 8px;
}

.news-detail-box .cut-news a:last-child img {
	margin-left: 8px;
}

@media (max-width: 1680px) {
	.about-news-list .new-item .lf {
		width: calc(100% - 200px);
			margin-top: 3rem !important;
	}

	.about-news-list .new-item a .lf .tit {
		margin-bottom: 10px;
		font-size: 22px;
	}
}


@media (max-width: 1460px) {

	.about-news-list .new-item .lf,
	.about-news-list .new-item .rt {
		margin-top: 20px;
	}

	.about-news-list .new-item a .lf .tit {
		margin-bottom: 10px;
		font-size: 20px;
	}
}

@media (max-width: 1152px) {
	.about-news-list .new-item a .lf .tit {
		font-size: 16px;
	}

	.about-news-list .new-item a {
		min-height: 120px;
	}

	.about-news-list .new-item .lf .line {
		width: 120px;
	}

	.news-detail-box .title {
		width: 50rem;
		font-size: 18px;
		color: #333333;
		line-height: 28px;
	}

	.news-detail-box .new-content {
		padding-top: 20px;
	}

	.news-detail-box .new-content .word,
	.news-detail-box .new-content img,
	.news-detail-box .cut-news {
		margin-bottom: 20px;
	}

	.news-detail-box .info .lt .time {
		margin-right: 20px;
	}

}

@media (max-width: 900px) {
	.about-news-list .new-item a .lf .tit {
		font-size: 16px;
	}

	.about-news-list .new-item a .lf .more {
		font-size: 14px;
		line-height: 20px;
	}

	.about-news-list .new-item .lf .line {
		width: 80px;
	}

	.about-news-list .new-item a {
		min-height: 100px;
	}

	.about-news-list .new-item .lf {
		width: calc(100% - 130px);
			margin-top: 3rem !important;
	}

	.news-detail-box .title {
		width: 550px;
		font-size: 16px;
		line-height: 24px;
	}

	.news-detail-box .info {
		height: 52px;
	}
}

@media (max-width: 750px) {
	.news-detail-box .title {
		width: 450px;
	}
}

@media (max-width: 500px) {
    .pages {
		padding-left: 5px;
	}
	.about-news-list {
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.about-news-list .new-item a .lf .tit {}

	.about-news-list .new-item .lf {
		width: calc(100% - 110px);
			margin-top: 3rem !important;
	}

	.about-news-list .new-item a .lf .tit {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 2;
		white-space: pre-wrap;
		font-size: 14px;
	}

	/* .pages {
		display: none;
	} */

	.pages-moblie a {
		max-width: 30px;
		max-height: 30px;
	}

	.pages-moblie {
		display: flex !important;
	}

	.news-detail-box .title {
		width: calc(100% - 20px);
		font-size: 16px;
		line-height: 20px;
	}

	.news-detail-box .new-content .word {
		font-size: 14px;
		line-height: 24px;
		    overflow-wrap: break-word; /* or use 'word-wrap: break-word;' for older support */
    word-break: normal; /* Ensure words do not break in the middle */
	}

	.news-detail-box .info {
		font-size: 14px;
		flex-wrap: wrap;
		padding: 10px;
		height: auto;
	}

	.news-detail-box .cut-news a div {
		font-size: 14px;
	}

	.news-detail-box .cut-news {
		margin-top: 20px;
	}

	.news-detail-box .info .rt img {
		width: 25px;
		height: 25px;
	}

	.news-detail-box .info .lt .time {
		margin-right: 10px;
	}
}