.zhk-list-t1-2018{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	font-family: 'Roboto', sans-serif;
}
.zhk-list-t1-2018 .item-wrp{
	width: 100%;
	padding-left: 7px;
	padding-right: 7px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.zhk-list-t1-2018 .item-wrp.hidden{
	display: none;
}
@media (min-width: 630px){
	.zhk-list-t1-2018 .item-wrp{
		width: 50%;
		margin-bottom: 40px;
	}
}
@media (min-width: 950px){
	.zhk-list-t1-2018 .item-wrp{
		width: 33.3333%;
	}
}
.zhk-list-t1-2018 .item{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #AAAAAA;
	max-width: 330px;
	flex-grow: 1;
	flex-shrink: 1;
}
@media (min-width: 630px){
	.zhk-list-t1-2018 .item{
		height: 100%;
		border: 1px solid #E4E4E4;
		box-sizing: border-box;
	}
	.zhk-list-t1-2018 .content{
		padding-left: 15px;
		padding-right: 15px;
		display: flex;
		flex-direction: column;
	}
}
.zhk-list-t1-2018 p{
	margin: 0;
}
.zhk-list-t1-2018 .img{
	display: block;
	height: 305px;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 20px;
}
@media (min-width: 630px){
	.zhk-list-t1-2018 .img{
		height: 250px;
	}
}
.zhk-list-t1-2018 .count-wrp{
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    z-index: 10;
    padding: 3px;
    font-size: 13px;
}
.zhk-list-t1-2018 .swiper-container{
	display: block;
}
.zhk-list-t1-2018 .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 5px;
}
.zhk-list-t1-2018 .swiper-pagination-bullet-active{
	background: #2761D8;
}
.zhk-list-t1-2018 .title{
	display: inline-block;
	color: #2761D8;
	font-size: 16px;
	margin-bottom: 5px;
	text-decoration: none;
}
.zhk-list-t1-2018 + .grey-btn{
	cursor: pointer;
}
@media (min-width: 630px){
	.zhk-list-t1-2018 .title{
		font-size: 24px;
		order: 1;
	}
}
.zhk-list-t1-2018 .company{
	font-size: 12px;
}
.zhk-list-t1-2018 .company a{
	text-decoration: none;
	color: #2761D8;
}
@media (min-width: 630px){
	.zhk-list-t1-2018 .company{
		order: 2;
	}
}
.zhk-list-t1-2018 .status{
	font-size: 13px;
	color: #666666;
	margin-bottom: 7px;
}
@media (min-width: 630px){
	.zhk-list-t1-2018 .status{
		order: 2;
		margin-bottom: 10px;
	}
}
.zhk-list-t1-2018 .price{
	font-size: 14px;
	color: #000000;
	margin-bottom: 3px;
	font-style: normal;
}
@media (max-width: 629px){
	.zhk-list-t1-2018 .price.xs{
		margin-bottom: 7px;
	}
	.zhk-list-t1-2018 .price.lg{
		display: none;
	}
}
@media (min-width: 630px){
	.zhk-list-t1-2018 .price.xs{
		display: none;
	}
	.zhk-list-t1-2018 .price.lg{
		order: 7;
		margin-bottom: 0;
	}
	.zhk-list-t1-2018 .price.lg li{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.zhk-list-t1-2018 .price.lg li span{
		display: inline-block;
		vertical-align: top;
	}
	.zhk-list-t1-2018 .price.lg li span:nth-child(2){
		margin-left: 10px;
		margin-right: 10px;
	}
	.zhk-list-t1-2018 .price.lg li + li{
		margin-top: 10px;
	}
}
.zhk-list-t1-2018 .address{
	font-size: 13px;
	color: #373737;
	margin-bottom: 5px;
}
@media (min-width: 630px){
	.zhk-list-t1-2018 .address{
		order: 4;
	}
}
.zhk-list-t1-2018 .metro,
.zhk-list-t1-2018 .metro-icon{
	padding-left: 15px;
	position: relative;
}
@media (max-width: 629px){
	.zhk-list-t1-2018 .metro-wrp{
		margin-bottom: 5px;
	}
}
@media (min-width: 630px){
	.zhk-list-t1-2018 .metro-wrp{
		order: 5;
		margin-bottom: 12px;
	}
}
.zhk-list-t1-2018 .metro .name,
.zhk-list-t1-2018 .metro .distance,
.zhk-list-t1-2018 .metro-icon .name,
.zhk-list-t1-2018 .metro-icon .distance{
	display: inline-block;
	vertical-align: top;
}
.zhk-list-t1-2018 .metro .name,
.zhk-list-t1-2018 .metro-icon .name{
	font-size: 14px;
	color: #373737;
}
.zhk-list-t1-2018 .metro .distance,
.zhk-list-t1-2018 .metro-icon .distance{
	font-size: 13px;
	color: #666666;
	margin-left: 10px;
}
.zhk-list-t1-2018 .metro::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.zhk-list-t1-2018 .metro.s1:before,
.zhk-list-t1-2018 .metro.m1:before{
	background-color: #ff0000;
}
.zhk-list-t1-2018 .metro.s2:before,
.zhk-list-t1-2018 .metro.m3:before{
	background-color: #0000ff;
}
.zhk-list-t1-2018 .metro.s3:before,
.zhk-list-t1-2018 .metro.m2:before{
	background-color: #15944e;
}
.zhk-list-t1-2018 .metro.s4:before{
	background-color: #e26d2f;
}
.zhk-list-t1-2018 .metro.s5:before,
.zhk-list-t1-2018 .metro.m7:before{
	background-color: #5d046a;
}
.zhk-list-t1-2018 .metro.m4:before{
	background-color: #10bbf4;
}
.zhk-list-t1-2018 .metro.m5:before{
	background-color: #a6552f;
}
.zhk-list-t1-2018 .metro.m6:before{
	background-color: #f47d00;
}
.zhk-list-t1-2018 .metro.m8:before{
	background-color: #fece00;
}
.zhk-list-t1-2018 .metro.m9:before{
	background-color: #ababab;
}
.zhk-list-t1-2018 .metro-icon{
	position: relative;
	white-space: nowrap;
	padding-left: 20px;
	font-size: 14px;
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
}
.zhk-list-t1-2018 .metro-icon:before{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;

	width: 13px;
	height: 10px;
	
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.zhk-list-t1-2018 .metro-icon.s1:before,
.zhk-list-t1-2018 .metro-icon.m1:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.s2:before,
.zhk-list-t1-2018 .metro-icon.m3:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%230000FF'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.s3:before,
.zhk-list-t1-2018 .metro-icon.m2:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%2315944e'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.s4:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%23e26d2f'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.s5:before,
.zhk-list-t1-2018 .metro-icon.m7:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%235d046a'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.m4:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%2310bbf4'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.m5:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%23a6552f'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.m6:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%23f47d00'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.m8:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%23fece00'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.m9:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%23ababab'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.m10:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%23BED12E'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.m11:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%2388CDCF'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.m12:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%23BAC8E8'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.m13:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%230572B9'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.m14:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%23E42518'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .metro-icon.m15:before{
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54086 0L6.44975 6.59251L4.35877 0C1.87137 0.854971 0 3.17426 0 5.83317C0 7.43468 0.653353 8.91153 1.71035 10H4.74198L5.0598 8.62178C1.43803 7.20268 2.12285 2.80536 3.43582 2.08757C3.59167 2.13443 5.87541 9.96758 5.87541 9.96758C5.9066 9.96758 6.00796 9.96758 6.13179 9.96758C6.15794 9.96758 6.25644 9.96758 6.37918 9.96758C6.42359 9.96758 6.47154 9.96758 6.52018 9.96758C6.60355 9.96758 6.69005 9.96758 6.76743 9.96758C6.8914 9.96758 6.99262 9.96758 7.02395 9.96758C7.02395 9.96758 9.30782 2.13443 9.46353 2.08757C10.7766 2.80536 11.4612 7.20268 7.83941 8.62178L8.15737 10H11.189C12.2461 8.91153 12.8995 7.43468 12.8995 5.83317C12.8995 3.17426 11.0281 0.854971 8.54086 0Z' fill='%23e09ebf'/%3E%3C/svg%3E%0A");
}
.zhk-list-t1-2018 .banner{
	line-height: 20px;
	font-size: 13px;
	color: #ffffff;
	display: inline-block;
	width: 215px;
	border-radius: 4px;
	padding: 0 5px;
	box-sizing: border-box;
}
.zhk-list-t1-2018 .banner.red{
	background-color: #DE5B5E;
}
@media (min-width: 630px){
	.zhk-list-t1-2018 .banner{
		order: 6;
		margin-bottom: 12px;
	}
}