@charset "utf-8";
/* CSS Document */
.propertyinformation .content .name{
	font-size: 20px !important;
    color: #333;
    font-weight: 700;
}


.propertyinformation .content ul li{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom: 30px;
}
.propertyinformation .content ul li .post{
	background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
	position: relative;
}
.propertyinformation .content ul li .post .post-image{
	float: left;
	width: 150px;
	height: 150px;
}
.propertyinformation .content ul li .post .post-image img{
	width: 100%;
	height: auto;
}
.propertyinformation .content ul li .post .post-text{
	float: right;
	/*width: 80%;*/
	width: calc(95% - 150px);
	height: auto;
}
.propertyinformation .content ul li .post .post-text .post-time{
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	background-color: #0082c3;
	width: 75px;
	text-align: center;
	padding: 2px 4px;
	line-height: 16px;
}
.propertyinformation .content ul li .post .post-text .post-name{
	font-size: 18px;
	color: #84c125;
	font-weight: 700;
    letter-spacing: 1px;
    text-transform: none;
	margin: 15px 0;
}
.propertyinformation .content ul li .post .post-text .post-name a:hover{
	color: #0082c3;
}
.propertyinformation .content ul li .post .post-text .post-details{
	font-size: 14px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}



@media( max-width: 767px ){
	.about .two{
		padding: 0;
	}
	.about .two ul li{
		margin-bottom: 20px !important;
	}
	.about .two ul li .images{
		height: auto;
	}
	.propertyinformation .content ul li .post .post-image{
		width: 100%;
		height: auto;
		display: table-cell;
		vertical-align: middle;
		margin-bottom: 25px;
	}
	.propertyinformation .content ul li .post .post-image img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		display: block;
		margin: auto;
	}
	.propertyinformation .content ul li .post .post-text{
		width: 100%;
		height: auto;
		text-align: center;
	}
	.propertyinformation .content ul li .post .post-text .post-time{
		margin: 0 auto;
	}
	.propertyinformation .content ul li .post .post-text .post-details{
		-webkit-line-clamp: 4;
		text-align: justify;
	}
}