
.guid-content {
	padding-top: 60px;
	background: #f5f5f6;
}

.guid-content .title {
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: 300;
	color: #333;
	text-align: center;
}

.guid-content .desc {
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.news {
	/*padding: 40px 0 60px;*/
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}

.news li {
	float: left;
	width: 350px;
	margin:0 25px;
	overflow: hidden;
}



.news li h3 {
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.news li h3 {
	overflow: hidden;
}

.news li h3 .iconfont {
	float: right;
	width: 22px;
	height: 22px;
	margin-right: -100px;
	font-size: 18px;
	line-height: 22px;
	color: #ccc;
	text-indent: 3px;
	border: 1px solid #ccc;
	border-radius: 50%;
	transition: all .2s;
}

.news li h3:hover a {
	color: #ff6a00;
}



.news .news-item dt {
	width: 350px;
	height: 205px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 6px;
}

.news .news-item dt img {
	width: 100%;
	height: auto;
	transition: all .5s;
}

.news .news-item dt:hover img {
	transform: scale(1.05);
}

.news .news-item dt p {
	font-size: 14px;
	line-height: 58px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news .news-item dd {
	font-size: 14px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news .news-item dd a {
	transition: all .2s;
}

.news .news-item dd span {
	float: left;
	width: 50px;
	color: #999;
}