* {
	margin: 0;
	padding: 0;
	border: none;
	font-family:"Helvetica,Droid Sans Fallback";
}
.related-new {
	width: 100%;
}
.highlight{
	color:#fa5d5d;
}
.pad-top {
	height: 20px;
}

.box-title {
	height: 35px;
	width: 100%;
	line-height: 35px;
}

section .article_link, section .media_link {
	display: block;
	text-decoration: none;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

.line a {
	text-decoration: none;
	width: 100%;
}

.list_content {
	-webkit-margin-after-collapse: separate;
	-webkit-margin-before-collapse: discard;
	-webkit-user-select: none;
}

.read {

	font-size: 16px;
	margin-left: 13px;
}

.conte {
	display: inline-block;
	font-family: '华文细黑';
	font-size: 16px;
	padding-top: 13px;
	margin: auto 0;
	width: 61%;
	padding-left:13px;
    overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.img {
	width: 97px;
	height: 70px;
	display: inline-block;
	padding: 14px 0;
	margin-left:13px;
	float: left;
}

.datetime {
	padding-bottom:14px;
	font-size: 11px;
	margin-top: 16px;
	float: right;
	margin-right: 10px;
}

.line {
	width: 100%;
	float: left;
}