.col-xs-9.news-title {
	line-height: 3em;
	font-weight: normal;
}
.col-xs-9.news-title a {
	color: #333333;
}


/*省略*/

.news-title {
	line-height: 3em;
	font-weight: bold;
}
.news-title a {
	color: #333333;
}
.news-body {

}
.col-xs-6 .news-time {
	height: 2em;
	padding-top: 0.5em;
}
.col-xs-6.view-news-list {
	float: left;
}
.news-body{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#block-yiy-page-title h1 {
    font-size: 20px !important;
}