.school{
	width: 100%;
	height: auto;
}

.school .banner{
	width: 100%;
	height: 41.25rem;
	overflow: hidden;
}

.school .banner img{
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.school .article_list{
	width: 87.5rem;
	margin: 0 auto;
	padding-top: 1.31.25rem;
	padding-bottom: 2rem;
}

.school .article_list ul li{
	width: 100%;
	border-bottom: 1px solid #BFBFBF;
	padding: 2.5rem 5.9375rem 0 5.9375rem;
	margin-bottom: 3.125rem;
	transition: box-shadow .5s ease-in-out;
}

.school .article_list ul li:last-child{
	margin-bottom: 0;
}

.school .article_list ul li .nr{
	float: left;
	overflow: hidden;
}

.school .article_list ul li .nr .title{
	font-size: 1.5rem;
	font-weight: bold;
	color: #333333;
	margin-top: 2.5rem;
	text-align: right;
}

.school .article_list ul li .nr .zhaiyao{
	width: 38.875rem;
	font-size: 1rem;
	font-weight: 400;
	color: #666666;
	margin-bottom: 2.5rem;
	margin-top: 0.29rem;
	padding-top: 0.29rem;
	border-top: 0.05px solid #E6E6E6;
}

.school .article_list ul li .nr .more{
	text-align: right;
	float: right;
	opacity: 0;
	transition: opacity .5s ease-in-out;
}

.school .article_list ul li .nr .more p{
	padding: 0.6875rem 1.6875rem;
	background: #1890FF;
	border-radius: 2rem;
	color: #fff;
	font-size: 1rem;
}

.school .article_list ul li .pic{
	width: 34.375rem;
	height: 23.75rem;
	float: right;
}

.school .article_list ul li .pic img{
	min-width: 100%;
	vertical-align: middle;
	object-fit: contain;
}

.school .article_list ul li:nth-child(2n-1){
	padding-right: 0;
	transition: padding .5s ease-in-out;
}

.school .article_list ul li:nth-child(2n){
	padding-left: 0;
	transition: padding .5s ease-in-out;
}

.school .article_list ul li:nth-child(2n) .pic{
	float: left;
}

.school .article_list ul li:nth-child(2n) .nr{
	float: right;
}

.school .article_list ul li:nth-child(2n) .nr .title{
	text-align: left;
}

.school .article_list ul li:nth-child(2n) .nr .more{
	float: left;
}

/* 动画部分 */
.school .article_list ul li:hover{
	border: 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 0.08rem 1.5rem;
	transition: box-shadow .5s ease-in-out;
}

.school .article_list ul li:nth-child(2n):hover{
	padding-left: 5.9375rem;
	padding-bottom: 0.39rem;
	transition: padding .5s ease-in-out;
}

.school .article_list ul li:nth-child(2n-1):hover{
	padding-right: 5.9375rem;
	padding-bottom: 0.39rem;
	transition: padding .5s ease-in-out;
}

.school .article_list ul li:hover .nr .more{
	opacity: 1;
	transition: opacity .5s ease-in-out;
}
/* 动画部分-end */
