.el-location{
	padding-top:1rem;
	padding-bottom:1rem;
}
.el-location,
.el-location a {
	color: #999;
	font-size: .9rem;
}
.el-list,.el-article{
	margin-bottom: 1.5rem !important;
}
.el-list-left{
	padding-right: 1.5rem;
	box-sizing: border-box;
}
.el-list-left>dl{
	 margin-bottom: 1rem;
	 justify-content:space-between;
	 border-bottom: 1px solid #ebeef5;
	 padding-bottom: 1rem;
}
.el-list-left>dl dt{
	width: 10rem;
}
.el-list-left>dl dt,.el-list-left>dl dt img{
	height: 6rem;
}
.el-list-left>dl dt img{
	object-fit: cover;
	width: 100%;
}
.el-list-left>dl dd{
	width: 80%;
	margin: 0;
}
.el-list-left>dl dd a{
	font-size: 1rem;
	color: #000;
}
.el-list-left>dl dd p{
	color: #999;
	margin-top:.5rem;
	line-height: 1.4rem;
	font-size: .8rem;
	text-align:justify;
	text-indent: 2rem;
}
.el-list-left>dl dd time{
	font-size:.8rem;
	color: #999;
	margin-top:.5rem;
	display:block;
}


.el-card.is-always-shadow:first-child{
	margin-bottom: 1rem;
}
.el-card__body{
	padding: 1rem;
}
.el-card__body .item{
	margin-bottom: 1rem;
	font-size: .95rem;
}
.el-card__body .item:last-child{
	margin-bottom: 0;
}
.el-card__body .item i{
	color: #c7c4c4;
	padding-right:.5rem;
	font-style: normal;
}

.el-page {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    font-size:.95rem;
}
.el-page ul{
	justify-content: center;
}
.el-page li {
    text-align: center;
    font-size: .8rem;
}
.el-page li:not(:first-child){
    margin-left: .5rem;
}
.el-page li.active{
	color: #fff;
	border-color: #f89ab9;
	background-color: #f89ab9;
}
.el-page li{
    display: inline-block;
    padding: .2rem .5rem;
    color: #666;
    border: 1px #f4f4f4 solid;
}
.el-page li:hover{
    background-color: #f89ab9;
    border-color: #f89ab9;
}
.el-page li:hover a{
    color: #fff;
}

.el-article-left{
	border: 1px solid #EBEEF5;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	margin-right: 1rem;
	padding: 1rem 1rem .5rem;
	box-sizing: border-box;
}
.el-article-head h1 {
	font-size: 1.2rem;
	color: rgb(51, 51, 51);
	margin-bottom: 1.5rem;
	margin-top: 1rem;
	text-align: center;
}

.el-article-editor {
	background-color: #f9f9f9;
	border-radius: 3px;
	color: #C0C4CC;
	padding: .7rem;
	font-size: .8rem;
	margin: .7rem 0 1rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.el-article-editor span{
	padding-right: .8rem;
}
.el-article-editor span i{
	padding-right: .2rem;
	font-size: .9rem;
}

.el-article-body p,.el-article-body h2,.el-article-body h3 {
	font-size: 1rem;
	line-height: 1.5;
	overflow: hidden;
	text-align: justify;
	margin: 1rem 0;
	/* text-indent: 2rem; */
}
.el-article-body h2,.el-article-body h3{
	font-weight: 600;
	color: #000000;
}
.el-article-body img {
	display: block;
	margin: 0 auto;
	max-width: 550px;
	width: 100% !important;
	height: auto !important;
}
.el-preNext {
	margin: 1.5rem 0 0;
	font-size: .95rem;
	line-height: 1.5;
	justify-content:space-between;
	border-bottom: 1px #f4f4f4 solid;
	padding-bottom: 1rem;
}
.el-preNext span{
	margin-bottom: .5rem;
}
.el-h3{
	border-bottom: 1px #f4f4f4 solid;
	height: 3rem;
	line-height: 3rem;
	color: #000000;
	font-weight: normal;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
.el-h3 span{
	color: #333;
	border-bottom: solid 2px #ef6a47;
	padding-bottom: .8rem;
}
.el-article-relation ul{
	flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-between;
}
.el-article-relation ul li{
	width: 48%;
	margin-bottom: .8rem;
}

@media(max-width: 800px) {
	.el-location{
		padding-left: .5rem;
		padding-right: .5rem;
		border-bottom: 1px solid #EBEEF5;
	}
	.el-list-left{
		border-right: none;
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.el-list-left>dl dt{
		width: 8.5rem;
	}
	.el-aside{
		display: none;
	}
	.el-page ul{
		justify-content: center;
	}
	.el-page li{
		display:none;
	}
	.el-page li:first-child,.el-page li:last-child,.el-page li.active{
		display:block;
	}
	.el-article-left{
		margin-right: 0;
		border: none;
		box-shadow: none;
		padding-bottom: 0;
	}
	.el-article-relation ul li{
		width: 100%;
	}
}
@media(max-width: 768px) {
	.el-preNext span{
		width: 100%;
	}
	.el-preNext {
		flex-wrap: wrap;
	}
	.el-preNext span:first-child {
		margin-bottom: 10px;
	}
}
@media(max-width: 480px) {
	.el-list-left>dl dd{
		width: 68%;
	}
	.el-alert{
		padding: .5rem;
	}
	.el-alert__icon.is-big{
		display: none;
	}
	.el-alert__content{
		text-align: justify;
	}
}
@media(max-width: 375px) {
	.el-list-left>dl dt{
		width: 6.5rem;
	}
}

