.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;
	clear: both;
}
.list li a {
	display: inline-block;
	width: 100%;
	height: auto;
}
.list li a span:first-child{
	display: inline-block;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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-right:hover h2,.list-right:hover p{
	color: #1C8CEC;
}
.list li .list-left img{
	width: 158px;
	height: 102px;
}
.list li .list-right{
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
}

/*无图模式下的新闻列表*/
.list ul li.wtLi,.list ul li.wtLi a{
	height: auto;
}
.list ul li.wtLi {
	float: left;
	display: block;
	width: 1200px;
	line-height: 25px;
	position: relative;
	padding-left: 36px;
	box-sizing: border-box;
}
.list ul li.wtLi::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 21px;
	top:11px;
	vertical-align: middle;
	background: #000;

}
.list ul li.wtLi:hover {
	color: #1C8CEC;
}
