/* 新闻 */
.new {
	width: auto;
	margin: 5vw 0 3vw;
}

.new .left {
	width:32vw;
	height: 22.4vw;
	margin-right: 5vw;
}

.new .left img {
	border-radius: 5px;
	width: 100%;
	height: 100%;
	display: block;
}

.new .right {
	font-size: 3vw;
	color: #999999;
	width: 55vw;
}

.new .right .lookmore {
	width: 22vw;
	height: 8vw;
	background-color: red;
	color: white;
	text-align: center;
	line-height: 8vw;
}

.new .right .title {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-size: 4vw;
}

.new .right .intro {
	height: 15vw;
	margin: 2vw 0 0vw;
	line-height: 5vw;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
