/* sci论文润色 css */
html,body{
	background: #FEFEFE;
}
.outer-main{
	width: 1200px;
	margin: 120px auto 40px;
}
.item{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.item li>a{
	display: block;
	width: 210px;
	font-size: 15px;
	color: #0E204D;
	line-height: 24px;
	margin: 0 30px 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item li>a:hover{
	color: #21CDC0;
}
/* sci论文润色详情 css */
.inner-main{
	margin: 80px auto 40px;
}
.inner-main .list{
	width: 1200px;
	margin: 0 auto;
}
.inner-head {
	width: 100%;
	height: 157px;
	background: url(../imgs/pic_512.png) no-repeat center /100% 100%;
}
.inner-head p{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 1000px;
	height: 157px;
	margin: 0 auto;
	font-size: 16px;
	color: #0E204D;
	line-height: 26px;
}
.inner-main .item{
	margin-bottom: 50px;
}
.inner-main h2{
	position: relative;
	font-size: 24px;
	color: #0E204D;
	line-height: 28px;
	padding-left: 14px;
	margin: 40px 0 30px;
}
.inner-main h2::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 24px;
	background: #21CDC0;
}
/* 分页样式 */
.page-nav {
	text-align: center;
	margin-bottom: 60px;
}
.el-pager li.active {
	color: #fff;
	cursor: default;
	background: #21cdc0!important;
	border-radius: 4px;
}

.el-pager li:hover {
	color: #21cdc0!important;
}

.el-pagination button:hover {
	color: #21cdc0!important;
}
