/* ---- 联系我们联系方式 补充样式 ---- */
.propertyList{
	overflow:hidden;
	padding:24px 0 0;}
.propertyList li{
	width:22.75%;
	float:left;
	margin:0 3% 24px 0;
	position:relative;}
.propertyList li:nth-child(4n){
	margin:0 0 24px 0;}
.propertyList li .pic{
	width:100%;
	overflow:hidden;
	margin:0 0 8px;}
	.propertyList li .pic img{
		width:100%;}
.propertyList li p {
	position: relative;
	font-size: 12px;
	line-height: 24px;
	color: #5c5c5c;
}
.propertyList li p a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 52px 0 0;
	font-size: 14px;
	color: #5c5c5c;
	font-weight: bold;
}
.propertyList li p a:hover {
	color: #c20000;
	text-decoration: none;
}
.propertyList li p i {
	position: absolute;
	right: 0px;
	top: 3px;
	width: 40px;
	padding: 0 0 0 2px;
	background: url(../img/tip_bg.png) no-repeat;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	color: #fff;
	font-style: normal;
	text-align: center;
}
@media (max-width:980px) {
.propertyList li{
	width:32%;
     margin:0 2% 24px 0;
	}
.propertyList li:nth-child(4n){
	margin:0 2% 24px 0;}
.propertyList li:nth-child(3n){
	margin:0 0 24px 0;}
}
@media (max-width:768px) {
.propertyList li{
	width:48%;
     margin:0 4% 20px 0;
	}
.propertyList li:nth-child(4n){
	margin:0 4% 20px 0;}
.propertyList li:nth-child(3n){
	margin:0 4% 24px 0;}
.propertyList li:nth-child(2n){
	margin:0 0 20px 0;}
}
@media (max-width:400px) {
.propertyList li{
	width:100%;
     margin:0 0% 16px 0;
	}
.propertyList li:nth-child(4n){
	margin:0 0 16px 0;}

}