body {
	background-color: #F7F7F7;
}

.ph-cont {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.page-header {
	background-color: #0546B5;
}
.page-header .bg {
	max-width: 1920px;
	height: 300px;
	z-index: -1;
}
.page-header .title {
	position: absolute;
	top: 78px;
	left: 202px;
	font-size: 46px;
	color: #fff;
	font-weight: bold;
}


.box-list {
	margin-top: -140px;
	width: 1517px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	min-height: 500px;
}

.box-list .li {
	width: 100%;
	height: 300px;
	padding: 20px 27px;
	background-color: #fff;
	margin-bottom: 40px;

	flex: 1;
	display: flex;
}
/* .box-list .li a {
	flex: 1;
	display: flex;
	cursor: default;
} */
.box-list .li .l {
	width: 153px;
	flex-shrink: 0;
}
.box-list .li .l .date {
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	color: #333;
	position: relative;
	width: 78px;
	border-bottom: 3px solid #999;
}
.box-list .li .l .year {
	font-size: 26px;
	line-height: 26px;
	color: #999;
}
.box-list .li .c {
	width: 401px;
	height: 260px;
	overflow: hidden;
	flex-shrink: 0;
}
.box-list .li .c img {
	width: 100%;
	height: 100%;

	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.box-list .li .c img:hover {
	transform: scale(1.2);
}
.box-list .li .r {
	padding-left: 40px;
}
.box-list .li .r .title {
	font-size: 26px;
	line-height: 32px;
	color: #333;
	margin-bottom: 26px;
	/* text-align: justify; */

	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.box-list .li .r .subtitle {
	font-size: 22px;
	line-height: 28px;
	color: #999;
	margin-bottom: 36px;
	text-align: justify;

	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.box-list .li .r a {
	display: inline-block;
}
.box-list .li .r .more {
	width: 153px;
	height: 52px;
	border: 1px solid #0546B5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0546B5;
	font-size: 24px;
}

/* 分页 */
.list-more {
	margin: 0 auto 30px auto;
	width: 170px;
	height: 50px;
	font-size: 26px;
	background-color: #0546B5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
}
/* .list-more:hover {
	color: #fff;
} */
