.news-container {
	padding-top: 148px;
}

@media only screen and (max-width: 1440px) {
	.news-container {
		width: 1120px;
    padding-top: 130px;
	}
}

.news {
	margin-top: 70px;
}

.new {
	height: 330px;
	display: flex;
	margin-bottom: 40px;
	cursor: pointer;
	text-decoration: none;
	color: #434343;
}

.new-images {
	overflow: hidden;
	width: 620px;
}

@media only screen and (max-width: 1440px) {
	.new-images {
		width: 520px;
	}
}

.new-images img {
	width: inherit;
}

@media only screen and (max-width: 1440px) {
	.new-images img{
		height: 330px;
	}
}

.new-content {
	box-sizing: border-box;
	flex: 1;
	height: 100%;
	padding: 55px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new-content > .content {
	height: 100px;
}

.new-content > .content .news-title {
	color: #2326a4;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

.news-remark {
	margin-top: 50px;
	padding-right: 50px;
	font-size: 17px;
  line-height: 27px;
  text-align: justify;

	height: 50px;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

@media only screen and (max-width: 1440px) {
	.new-content {
		padding-top: 0;
	}
}

.date {
	text-align: center;
}

.date-day {
	font-weight: bold;
	font-size: 60px;
}

.date-month {
	font-weight: bold;
	font-size: 18px;
}

.paging {
	margin: 0 auto;
	margin-top: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-left,
.page-right {
	cursor: pointer;
}

.page-center {
	display: flex;
	justify-content: center;
	padding-left: 35px;
	padding-right: 35px;
	align-items: center;
}

.paging-item {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2326a4;
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
	border-radius: 3px;
	cursor: pointer;
}

.paging-item:last-child {
	margin-right: 0;
}


.paging-item--disabled {
  opacity: 0.7;
}


.content-title {
	font-size: 36px;
	color: #2326a4;
	text-align: center;
}

.content-info {
	position: relative;
	margin-top: 70px;
	font-size: 17px;
	color: #c3c3c3;
	display: flex;
	justify-content: flex-end;
}

.content-des {
	margin-top: 70px;
}

.content-info-num {
	margin-left: 35px;
	display: flex;
	align-items: center;
}

.content-info-num span{
	margin-left: 8px;
}

.love {
	cursor: pointer;
}
