.broadcast{
	margin-top: 20px;
}
.result-article {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border-radius: 4px;
	padding: 16px 24px;
	background-color: #f4f4f4;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	margin-top:20px;
}

.result-article:hover{
	background: #eee;
}

.result-article:hover .result-article__title{
	text-decoration: underline;

}

.result-article__tagtitle {
	height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.result-article__content {
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	color: #999;
	margin: 16px 0;
}

.multi-line-overflow {
	-o-text-overflow: -o-ellipsis-lastline;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.result-article__title {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #27282d;
}

.result-article em {
	font-style: normal;
	color: #ff6060;
}

.result-article__status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #d1d1d1;
	font-size: 14px;
	line-height: 20px;
}
.result-article__status .author{
	color: #555;
}
.w1080 { margin: auto; width: 80%; margin-top: 8%; }
@media screen and (min-width:1280px){
	.w1080 { width: 70%; }
}
@media only screen and (max-width: 639px) {
	.w1080 { width: 94%; margin-top: 18%; }
}