.live-left .item .box .info .keywords::before,
.live-left .item .box .info .start-time::before{
	background: url(../images/icon/detail-icon.png) no-repeat;
}
.row2,
.row3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.row2 {

	-webkit-line-clamp: 2;
}

.row3 {
	line-clamp: 3;
	-webkit-line-clamp: 3;
}

.live-content {}

.live-content .live-left {
	width: 880px;
}

.live-left .item {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}

.live-left .item .pic{
	overflow: hidden;
}
.live-left .item .pic img{
	transition: all .3s;
}
.live-left .item .pic a img:hover{
	transform:scale(1.1)
}



.live-left .item .box {
	padding-top: 10px;
	width: 540px;
}

.live-left .item .box .tit {
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.live-left .item .box .tit a {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #444
}

.live-left .item .box .tit a:hover {
	color: #0088fe
}

.live-left .item .box .desc {
	margin-bottom: 10px;
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #999
}

.live-left .item .box .code {
	margin-bottom: 10px;
	padding: 15px 0;
	height: 200px;
	text-align: center;
	background-color: #f5f5f5;
}

.live-left .item .box .code img {
	margin-bottom: 10px;
	padding: 10px;
	border:1px solid #ddd;
	background-color: #fff;
}

.live-left .item .box .code p {
	font-size: 14px;
	color: #444
}

.live-left .item .box .info {
	padding-top: 10px;
	border-top:1px dotted #ddd;
	font-size:14px;
	color:#999
}
.live-left .item .box .info a{
	font-size:14px;
	color:#999
}
.live-left .item .box .info .keywords,
.live-left .item .box .info .start-time{
	padding-left: 20px;
	position: relative;
}
.live-left .item .box .info .keywords::before,
.live-left .item .box .info .start-time::before{
	display: inline-block;
	content: "";
	width:16px;
	height:16px;
	position: absolute;
	top:3px;
	left:0;
}
.live-left .item .box .info .keywords::before{
	background-position:  0 -193px;
}
.live-left .item .box .info .start-time::before{
	top:5px;
	width:14px;
	height:14px;
	background-position:  right -75px;
}

.live-left .more {
	height: 38px;
	margin-bottom: 30px;
}

.live-left .more a {
	position: relative;
	display: block;
	width: 110px;
	height: 40px;
	margin: 0 auto;
	border: solid 1px #1981eb;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size:14px;
	line-height: 38px;
	color: #1981eb;
}

.live-left .more a:hover{
	background-color: #1981eb;
	color: #fff;
}











.live-content .live-right {
	width: 300px;
}
