.plate-policy{
	padding: 20px 10px;
}
.plate-zc-list{
	width: 33.33%;
	display: block;
	border: none;
	padding-top: 0;
}
.plate-zc-list:nth-child(1){
	border-top: none;
}
.zc-list-content{
	padding: 0 10px;
}
.zc-list-content,.zc-right{
	width: 100%;
}
.live-img{
	width: 100%;
    height: 150px;
    overflow: hidden;
    box-shadow: 0px 0px 4px #999;
    padding: 3px;
}
.live-img>div{
	background-size: cover;
    background-position: center center;
    transform-origin: center center;
    -webkit-transform-origin: center center;
	width: 100%;
	height: 100%;
}
.live-words{
	width: 100%;
	border-bottom: 2px solid #f0f0f0;
	padding: 10px 5px;
	position: relative;
}
.live-words::after{
	content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    transition: width 0.2s;
    -webkit-transition: width 0.2s;
    background: #ee937a;
}
.plate-zc-list:hover .live-words::after{
	width: 100%;
}
.plate-zc-list:hover .live-title{
	color: #ee937a;
}
.live-title{
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	-webkit-line-clamp: 2;
	height: 36px;
	text-align: justify;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    color: #444;
}
.live-time{
	position: relative;
	padding-left: 20px;
	line-height: 20px;
	margin-top: 10px;
}
.live-time img{
	position: absolute;
	left: 0;
	top: 3.5px;
	height: 13px;
	display: block;
}
.live-time span{
	font-size: 12px;
	color: #999;
	display: inline-block;
	line-height: 20px;
}
.live-title span{
	display: inline-block;
	line-height: 16px;
	background: #ee937a;
	color: #fff;
	font-size: 12px;
	padding: 0 6px;
	font-weight: normal;
	margin-right: 5px;
	border-radius: 4px;
}
.right-content{
	padding-top: 40px;
}
@media (max-width:1000px){
	.zc-list-content{
		padding: 0;
	}
	.plate-zc-list{
		width: 50%;
		margin-bottom: 10px;
	}
	.plate-policy{
		padding-top: 10px;
	    padding-bottom: 10px;
	    padding-left: 3px;
	    padding-right: 3px;
	}
	.plate-zc-list{
		padding: 5px;
	}
	.plate-zc-list:nth-child(1){
		padding-top: 5px;
	}
	.live-img{
		height: 110px;
	}
	.live-words{
		padding: 10px 3px;
	}
}