.view-home{
	margin: 48px auto 32px;
}
@media (min-width: 992px){
	.view .container{
		max-width: 900px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1200px){
	.view .container{
		max-width: 1170px;
		padding-left: 0;
		padding-right: 0;
	}
}
.posts-view{
	width: 100%;
	background: #FFFFFF;
	padding: 10px 30px 50px;
	box-sizing: border-box;
}
.posts-view .posts-title{
	font-size: 30px;
	font-weight: normal;
	color: #333;
	line-height: 42px;
}
.posts-view .posts-date{
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	margin-top: 14px;
	margin-bottom: 0;
}
.posts-view .posts-info{
	position: relative;
	margin-top: 28px;
	border-bottom: 1px solid #f0f2f5;
}
.posts-view .posts-info img{
	 max-width: 100%;
	 margin: 16px 0;
}
.posts-view .posts-info section,.posts-view .posts-info p,.posts-view .posts-info span{
	 font-size: 18px!important;
	 line-height: 30px!important;
	 font-family: "SourceHanSansCN"!important;
}
.posts-view .posts-info p{
	/*margin-bottom: 0;*/
}
.posts-view .posts-info p:empty{display: none;}
.posts-list{
	border: 1px solid #f0f2f5;
	background: #FFFFFF;		
}
.posts-list ul{
	list-style: none;
    margin: 0;
    padding: 0;	
}
.posts-list li{
    display: flex;
    align-items: center;
	height: 70px;
	border-bottom: 1px solid #f0f2f5;	
}
.posts-list li:last-child{
	border: none;
}
.posts-list li a{
	line-height: 20px;	
	font-size: 16px;
	color: #333333;	
	padding: 0 16px;
	box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;		
}
.posts-list li a:hover{color: #08996C;}
.case-list {
	position: relative;
	margin-top: 16px;
}
.case-list ul{
	list-style: none;
    margin: 0;
    padding: 0;	
}
.case-list li{
	
}
.case-list li .case-title{
	line-height: 20px;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin: 12px 0;
}
.case-list li a{
    display: flex;
    flex-direction: column;
	background: #FFFFFF;
}
.case-list li .case-img {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.case-list li .case-img img{
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	transition: all .4s ease-in-out;	
}
.case-list li .case-img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1
}

.case-list li:hover .case-img:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}
.case-list li:hover .case-img img {
    transform: scale(1.1)
}
.case-list li:hover .case-title{
	color: #08996C;
}    
@media (max-width: 990px) {
	.view-home {
		margin: 24px auto 24px;
	}	
	.posts-view{
		padding: 20px;
	}	
	.posts-view .posts-title{
		font-size: 24px;
		line-height: 36px;
	}	
	.posts-list{
		margin-top: 24px;
	}
	.case-list{
		margin-top: 24px;
	}	
}
@media (max-width: 768px) {

	.posts-view .posts-title{
		font-size: 20px;
		line-height: 36px;
	}	
	
	.posts-view .posts-info section,.posts-view .posts-info p,.posts-view .posts-info span{
		 font-size: 16px!important;
		 line-height: 24px!important;
		 font-family: "SourceHanSansCN"!important;
	}
	
}
.posts-video.posts-info-paly::before{
	content: "";
	width: 110px;
	height: 110px;
	position: absolute;
	background: url(https://oss-image.dfs168.com/market/1252/play_lg.png) no-repeat;
	background-size: contain;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-65%);
	z-index: 1;
}	
.posts-video.posts-info-paly::after{
	content: "";
	position: absolute;
}	
.posts-video.posts-info-pause:hover::before{
	content: "";
	width: 110px;
	height: 110px;
	position: absolute;
	background: url(https://oss-image.dfs168.com/market/1254/qyzt.png) no-repeat;
	background-size: contain;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-65%);
	z-index: 1;
}
@media (max-width: 750px){
	.posts-video.posts-info-paly::before{
		width: 55px;
		height: 55px;
	}	
	.posts-video.posts-info-pause:hover::before{
		width: 55px;
		height: 55px;
	}	
}
.posts-video{
	 padding-bottom: 12px;
}