.page_content {
	width: 1200px;
	margin: 0 auto;
}
.page_content .module_container {
	max-width: 1900px;
}
.page_content .content_wrapper1 {
	margin-right: -8.8%;
}
.template .container_content .item_block {
	margin-bottom: 20px;
}
.page_content .item_block {
	width: 28.53333%;
	margin-right: 4.8%;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.template .container_content .item_block {
	float: left;
	width: 28.33333%;
	background: #fff;
	border-radius: 8px;
	-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	margin-right: 4%;
}
.template .container_content .item_block .item_img {
	background-color: #f8f8f8;
}
.template .container_content .item_block .item_img {
	margin-bottom: 24px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.template .container_content .item_block .item_img {
	padding-top: 59%;
}
.template .container_content .item_block .item_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.template .container_content .item_block .item_wrapper {
	position: relative;
	padding-left: 30px;
	padding-bottom: 26px;
}
.template .container_content .item_block .title {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.template .container_content .item_block .subtitle {
	font-size: 12px;
	line-height: 20px;
	color: #999;
}
.template .container_content .item_block .subtitle .id {
	margin-left: 10px;
}
.template .container_content .item_block .pro-mask {
	width: 86%;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 40px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	font-size: 0;
	-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	opacity: 1;
}
.template .container_content .item_block .pro-mask .preview {
	background-image: -webkit-gradient(linear,left top,right top,from(#6253e1),color-stop(#852d91),to(#f24645));
	background-image: linear-gradient(90deg,#6253e1,#852d91,#f24645);
	-webkit-box-shadow: 0 4px 15px 0 rgba(126,52,161,.75);
	box-shadow: 0 4px 15px 0 rgba(126,52,161,.75);
}
.template .container_content .item_block .pro-mask a {
	width: 50%;
	height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border-radius: 50px;
	background-size: 300% 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.template .container_content .item_block .pro-mask a:last-child {
	border-radius: 0 50px 50px 0;
}
.template .container_content .item_block .pro-mask .pro-details {
	background-image: -webkit-gradient(linear,left top,right top,from(#25aae1),color-stop(#40e495),color-stop(#30dd8a),to(#2bb673));
	background-image: linear-gradient(90deg,#25aae1,#40e495,#30dd8a,#2bb673);
	-webkit-box-shadow: 0 4px 15px 0 rgba(49,196,190,.75);
	box-shadow: 0 4px 15px 0 rgba(49,196,190,.75);
	display: none;
}
.template .container_content .item_block .pro-mask a:hover {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-position: 100% 0;
}
.template .container_content .item_block .pro-mask .preview {
	background-image: -webkit-gradient(linear,left top,right top,from(#6253e1),color-stop(#852d91),to(#f24645));
	background-image: linear-gradient(90deg,#6253e1,#852d91,#f24645);
	-webkit-box-shadow: 0 4px 15px 0 rgba(126,52,161,.75);
	box-shadow: 0 4px 15px 0 rgba(126,52,161,.75);
}
.postWrapper {
	padding-top: 70px;
}
.post_introduction .module_container {
	width: 80%;
	max-width: 1800px;
	min-width: 1170px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.post_introduction .intr_image {
	width: 62%;
	position: relative;
	float: left;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.post_introduction .image {
	border: 5px solid #333;
	background-color: #999;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 45px 80px -24px #8591a0;
	box-shadow: 0 45px 80px -24px #8591a0;
}
.post_introduction .intr_image .img_box {
	position: relative;
	padding-top: 58%;
	overflow: hidden;
}
.post_introduction .intr_image .img_box img {
	position: absolute;
	top: 0;
	left: 0;
}
.post_introduction .image .img_mask {
	background-color: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	opacity: 0;
}
.post_introduction .intr_info {
	float: right;
	width: 32%;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.post_introduction .intr_info .info_head .title {
	font-size: 22px;
}
.post_introduction .intr_info .info_head .title {
	line-height: 44px;
	color: #333;
}
.post_introduction .intr_info .info_head .subtitle {
	font-size: 12px;
	line-height: 26px;
}
.post_introduction .intr_info .btn_wrapper {
	padding: 10px 0 30px;
	margin-bottom: 10px;
}
.post_introduction .intr_info .btn_wrapper {
	border-bottom: 1px solid #f4f4f4;
}
.post_introduction .intr_info .confirm_btn {
	line-height: 46px;
	font-size: 14px;
}
.post_introduction .intr_info .confirm_btn {
	display: block;
	background-color: rgba(250,80,81,.9);
	font-size: 20px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.post_introduction .intr_info .abstract {
	position: relative;
}
.post_introduction .intr_info .abstract .title {
	font-size: 16px;
	line-height: 60px;
	color: #333;
}
.post_introduction .intr_info .abstract .des_wrap {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 54px;
	overflow: hidden;
	-webkit-transition: all .3s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .3s cubic-bezier(.215,.61,.355,1) 0s;
	position: absolute;
	z-index: 10;
	border-radius: 6px;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.post_introduction .intr_info .abstract .des_wrap .description {
	height: 364px;
	padding: 0;
}
.post_introduction .intr_info .up_btn {
	margin-top: 38px;
	font-size: 12px;
	line-height: 32px;
	color: #999;
	border-radius: 32px;
	border: 1px solid #eee;
	text-align: center;
	cursor: pointer;
}
.post_introduction .intr_info .up_btn {
	font-size: 12px;
	line-height: 32px;
	color: #999;
	text-align: center;
	cursor: pointer;
}
.iconfont {
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.post_introduction .intr_info .more_btn {
	font-size: 12px;
	line-height: 32px;
	color: #999;
	border-radius: 32px;
	border: 1px solid #eee;
	text-align: center;
	margin-top: 80px;
	cursor: pointer;
}
.post_introduction .intr_info .more_btn .iconfont {
	font-size: 12px;
	line-height: 32px;
	color: #d8d8d8;
	margin-left: 10px;
}
