.ban {
	position: relative;
}

.ban img {
	width: 100%;
}

.ban .bandesc {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
}

.ban .bandesc p:nth-child(2) {
	margin: 15px 0 50px 0;
	font-size: 44px;
	font-weight: bold;
}

.ban .bandesc p:nth-child(3) {
	font-size: 12px;
}

.news {
	padding: 50px 100px;
}

.news>p {
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: 1px solid #707070;
	font-size: 18px;
}

.news ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 100px;
}

.news li {
	border: 1px solid #DEDEDE;
	width: calc((100% - 60px) / 4);
	margin: 0 0 20px 20px;
}

.news li:nth-child(4n+1) {
	margin-left: 0;
}

.news li img {
	width: 100%;
	height: 10vw;
	object-fit: cover;
}

.news a>div {
	padding: 30px 20px;
	line-height: 2;
}

.news a>div>p {
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news a>div div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	color: #666;
}

.news a>div div p {
	font-size: 12px;
}

/*.pagi {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagi a.icon-left,
.pagi a.icon-right {
	background-color: #EFF2F7;
	height: 40px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.pagi a {
	display: block;
	margin: 0 10px;
}
.pagi a.activepage{
	color:#000;
	font-weight: bold;
}*/

.pagination-container {
    margin: 50px 0;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.08);
}

.page-status {
    font-size: 1.1rem;
    color: #555;
    font-weight: 500;
    display: inline-block;
    padding: 8px 20px;
    background: white;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}



/* 详情 */
.newsdetail{
	padding: 90px 0;
}
.newstit{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DEDEDE;
}
.newstit div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.newstit h1{
	padding-right: 30px;
	font-size: 20px;
	font-weight: bold;
}
.newstit p:nth-child(1){
	white-space: nowrap;
	font-size: 14px;
}
.newstit > p{
	font-size: 14px;
	margin-top: 10px;
}
.newsdetailmain{
	line-height: 2;
}
.newsdetailmain p{
	margin-bottom: 10px;
}
.newsdetailmain img{
	max-width: 100%;
	display: table;
	margin: 30px auto;
}
@media (max-width:768px) {
	
	.pagi {
		margin: 15px;
	}
	.ban .bandesc p:nth-child(2){
		margin: 15px 0;
		font-size: 20px;
	}
	.news{
		padding: 15px;
	}
	.news>p{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.news ul{
		margin-bottom: 15px;
	}
	.news li{
		width: calc((100% - 15px) / 2);
		margin: 0 0 15px 15px!important;
	}
	.news li:nth-child(2n+1){
		margin-left: 0!important;
	}
	.news li img{
		height: 30vw;
	}
	.news a>div{
		padding: 15px;
		line-height: 1.5;
	}
	.news a>div div{
		margin-top: 10px;
	}
	/* 详情  */
	.newsdetail{
		padding: 15px;
	}
	.newstit div{
		display: block;
	}
	.newstit p:nth-child(1){
		font-size: 18px;
		padding: 0;
	}
	.newstit div p:nth-child(2){
		display: none;
	}
	.newstit{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.newsdetailmain img{
		margin: 15px auto;
	}
}