

.row{
	margin: 0 -10px;
}
.col-md-4{
	padding: 0 10px;
}

.main{
	padding: 15px 0;
}

.news{
	margin: 15px 0;
}
.news-img>img{
	width: 100%;
}
.news-main{
	padding: 15px;
}
.news-title{
	margin: 15px 0;
}
.news-title>a{
	display: block;
	width: 100%;
	height: 22px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
}
.news-text>a{
	display: block;
	width: 100%;
	height: 35px;
	color: #767676;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news:hover .news-title>a{
	text-decoration: underline;
}

.news-btn{
	padding: 30px 0;
}
.news-btn>a{
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #333;
	background-color: #f4f4f4;
}
.news-icon{
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(../images/more1.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}
.news-btn>a:hover{
	background-color: #d4000f;
	color: #fff;
}
.news-btn>a:hover .news-icon{
	background: url(../images/more2.png) no-repeat;
}