.details-content{
	width: 100%;
}
.banner img{
	width: 100%;
}
.details-content .article_head{
	padding-top: 100px;
	padding-bottom: 28px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1;
	text-align: center;
}
.details-content .article_head .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 12px;
}
.details-content .article_head .date{
	font-size: 16px;
	color: #999999;
}
.details-content .article_content{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 75px;
}
.details-content .img{
	margin-top: 30px;
	margin-bottom: 28px;
}
.details-content .text{
	font-size: 16px;
	color: #999;
	line-height: 30px;
	text-indent: 32px;
	/* margin-bottom: 30px; */
}
.pageing{
	width: 1200px;
	margin: 0 auto 130px;
}
.pageing .left,.pageing .right{
	display: inline-block;
}
.pageing .left{
	background-color: transparent;
	font-size: 16px;
	color: #828282;
	width: 120px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #f0f0f0;
	top: 5px;
	/* text-shadow: 0px 3px 5.32px rgba(37, 103, 128, 0.15);
	box-shadow: 0px 6px 17.28px 0.72px rgba(121, 188, 212, 0.26); */
	cursor: pointer;
}
.pageing .left span{
	color:#828282;
}
.pageing .gt span,.pageing .lt span{
    position: absolute;
    display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 12px;
    height: 12px;
    border-left: 2px solid #848484;
    border-bottom: 2px solid #848484;
    transform: translate(-25%,0) rotate(-135deg);
	margin: auto;
}
.pageing .lt span{
	transform: translate(25%,0) rotate(45deg);
}
.pageing .gt:hover,.pageing .lt:hover{
	background-color: #286ae8;
}
.pageing .gt:hover span,.pageing .lt:hover span{
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.pageing .gt:hover span,.pageing .lt:hover span{
	text-shadow: 0px 3px 5.32px rgba(37, 103, 128, 0.15);
}
.pageing .right{
	float: right;
	/* background-color: #bfd2d2; */
	border-radius: 5px;
	/* box-shadow: 0px 6px 17.28px 0.72px rgba(121, 188, 212, 0.26); */
	border: 1px solid #f0f0f0;
	cursor: pointer;
	overflow: hidden;
}
.pageing .right .gt,.pageing .right .lt{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 50px;
	vertical-align: top;
	
}
.pageing .gt{
	margin-left: -4px;
	border-left: 1px solid #f0f0f0;
}
@media (max-width: 768px){
	.details-content{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.details-content .article_head{
		padding-top: 30px;
	}
	.details-content .article_head .title{
		font-size: 20px;
	}
	.details-content .article_content{
		width: 100%;
		padding-bottom: 60px;
	}
	.details-content .img{
		width: 100%;
	}
	.pageing{
		width: 100%;
		margin-bottom: 60px;
		
	}
	/* .details .content p{
		text-align: left;
	} */
	
}