.list {
	margin-top: 40px;
}
.list li {
	padding: 0 20px;
	margin-top: 20px;
	box-sizing: border-box;
	height: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.list li a {
	display: inline-block;
	width: 100%;
	height: auto;
}


.list li a span:first-child{
	display: inline-block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list li a span:last-child{
	color: #999;
}
.list li a:hover span{
	color: #1884fe
}
.list-right h2 {
	font-size: 16px;
	color: #222;
	margin-bottom: 10px;
	width: 70%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-right p{
	line-height: 26px;
	color: #333;
}

.list li .list-left img{
	width: 158px;
	height: 102px;
}
.list li .list-right{
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
}
