.details{
	line-height: 1;
	text-align: center;
	padding-top: 100px;
}
.details .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 20px;
}
.details .read{
	font-size: 18px;
	color: #888888;
	margin-bottom: 50px;
}
.details .content{
	width: 1200px;
	box-shadow: 0px 10px 31.32px 4.68px rgba(172, 172, 172, 0.1);
	border-radius: 5px;
	margin: 0 auto;
	padding: 10px 38px 82px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 80px;
}
.details .content .text-title{
	position: relative;
	margin-top: 40px;
	font-size: 24px;
	color: #333333;
	padding-left: 27px;
	margin-bottom: 29px;
}
.details .content .text-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	background-color: #00c2de;
	border-radius: 50%;
}
.details .content .text-description{
	font-size: 18px;
	color: #666666;
	margin-top: 22px;
	padding-left: 27px;
}
.details .content img{
	margin-top: 27px;
	max-width: 100%;
}
.operating {
	text-align: left;
	width: 1200px;
	margin: 0 auto 120px;
}
.operating span img:last-of-type{
	display: none;
}
.operating span:hover img:last-of-type{
	display: inline-block;
}
.operating span:hover img:first-of-type{
	display: none;
}
.operating span:hover a{
	color: #e33b38;
}
.operating a{
	color: #555555;
	display: inline-block;
	line-height: 16px;
	
}
.operating a img{
	margin-right: 18px;
	vertical-align: middle;
}
.operating .right a img{
	margin-left: 18px;
}
.operating .right a{
	color: #555;
}
.operating a span{
	line-height: 1;
	font-size: 16px;
	height: 16px;
}
.operating .right{
	float: right;
	/* color: #555555; */
}
@media (max-width: 768px) {
	.details{
		padding-top: 40px;
	}
	.details .title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.details .read{
		margin-bottom: 30px;
		font-size: 16px;
	}
	.details .content{
		width: 100%;
		margin-bottom: 30px;
	}
	.details .content{
		padding: 10px 10px 30px;
	}
	.details .content .text-title{
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.details .content .text-description{
		font-size: 16px;
		margin-top: 15px;
	}
	.operating{
		margin-bottom: 60px;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
}