body{
	margin: 0;
}
a{
	text-decoration: none;
}
/*瀛愰〉闈㈠悧鏍囬*/
.sonPageTitle{
	display: block;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin: 20px 0 0;
	padding: 15px 0;
	color: #6510AD;
	/* border-bottom: 2px solid #b3040e; */
}
/*banner*/
.bannerImg{
	width: 100%;
	height: 100%;
}
/*鍒嗛〉*/
.page{
	display: block;
	text-align: center;
	margin: 40px 0 10px 0;
}
.page .el-pagination.is-background .el-pager li:not(.disabled).active{
	background-color: #b3040e;
}
/* 搴曢儴 */
.footer {
    font-size: 20px;
    text-align: center;
    background: #6510AD;
    color: #fff;
    user-select: none;
	line-height: 100px;
}

/*鐮旂┒*/
.research{
	margin-bottom: 30px;
}

.essay{
	padding: 20px 0;
}

.essay h4{
	font-size: 26px;
	font-weight: bold;
	/* color: #ee9ccf; */
}

.essay p{
	font-size: 20px;
	line-height: 40px;
	text-indent: 2rem;
}

.researchCard{
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
}

.researchCard h4{
	color: #6510AD;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	/* width: 20%; */
	text-align: center;
}

.researchCard p{
	font-size: 20px;
	line-height: 40px;
	text-indent: 2rem;
}

.researchCard:hover{
	border-color: #6510AD;
}

.card{
	margin: 20px 0;
}

.card-list{
	display: block;
	margin: 20px 0;
	text-align: center;
	border: 1px solid #6510AD;
	border-radius: 5px;
	padding: 10px;
	color: #000;
	min-height: 102px;
	font-size: 20px;
	line-height: 40px;
}

.card-list:hover{
	color: #fff;
	background-color: #6510AD;
	text-decoration: none;
}

.card-list:focus{
	text-decoration: none;
}

/*鏂伴椈鍒楄〃*/
.newsListInfo{
	color: #222;
	font-size: 16px;
	padding: 20px 0;
	display: block;
	overflow: hidden;
	border: 1px solid #eaeaea;
	margin: 5px 0;
}
.newsListInfo:hover{
	color: #6510AD;
	border: 1px solid #6510AD;
}
.newsListInfo:hover span{
	color: #6510AD;
}
/*鏂伴椈璧勮*/
.newsListModel{
	padding-bottom: 20px;
}

.newsListTime span{
	display: block;
	text-align: center;
}
.newsListDay{
	font-size: 22px;
	font-weight: bold;
}
.newsListYears{
	font-size: 16px;
	color: #999;
}
.newsListDetail{
	display: block;
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 5px 0;
}

.newsListModel .buttLine{
	width: 10%;
}

@media (min-width: 320px) and (max-width: 799px) {
	/*banner*/
	.sonBanner{
		margin-top: 60px;
	}
	/*瀛愰〉闈㈠悧鏍囬*/
	.sonPageTitle{
		margin: 0;
	}
	/*鏂伴椈璧勮*/
	.newsListModel{
		padding: 0 15px;
	}
	.pageNewsTitle{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.newsListDetail{
		display: none;
	}
	.footer{
		padding: 5px;
		font-size: 18px;
		line-height: 40px;
	}
}

@media (min-width: 800px) and (max-width: 1920px) {
	/*banner*/
	.sonBanner{
		margin-top: 120px;
	}
	/*鏂伴椈椤甸潰瀹藉害璁剧疆*/
	.container{
		width: 1170px;
		margin: 0 auto;
	}
	/*瀵艰埅*/
	.header .navbar-collapse{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	/*鏂伴椈璧勮*/
	.pageNewsTitle{
		font-size: 20px;
		/* font-weight: bold; */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}
