@import url('common.css');
@import url('print.css');

.articleList li {
	margin-bottom: 25px;
	background-color: #f2f2f2;
	padding: 18px 18px 0 113px;
	height: 92px;
	position: relative;
}
.articleList li:after {
	content: "";
	display: block;
	clear: both;
}
.articleList li .date {
	width: 80px;
	height: 110px;
	border-right: 16px solid #FFF;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.articleList li .date span {
	display: block;
}
.articleList li .date .day {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	margin-bottom: 14px;
}
.articleList li .date .year {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #FFF;
	background-color: #004a98;
}
.articleList li .date .month {
	font-size: 14px;
	line-height: 22px;
	color: #333;
	margin-top: 18px;
}

.articleList li .title {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.articleList li .title:hover {
	color: #1d499e;
}
.articleList li p {
	font-size: 14px;
	line-height: 160%;
	margin-top: 9px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 44px;
}

.share {
	float: right;
}
.share .bdshare-button-style0-32 a {
	background: url(../image/icon_sns.png) 0 0 no-repeat;
	width: 38px;
	height: 38px;
}
.share .bdshare-button-style0-32 .bds_weixin {
	background-position: 0 0;
}
.share .bdshare-button-style0-32 .bds_tsina {
	background-position: -38px 0;
}
.share .bdshare-button-style0-32 .bds_sqq {
	background-position: -76px 0;
}
.share .bdshare-button-style0-32 .bds_weixin:hover {
	opacity: 1;
	background-position: 0 -38px;
}
.share .bdshare-button-style0-32 .bds_tsina:hover {
	opacity: 1;
	background-position: -38px -38px;
}
.share .bdshare-button-style0-32 .bds_sqq:hover {
	opacity: 1;
	background-position: -76px -38px;
}

@media screen and (max-width: 640px) {
	.articleList li {
		padding: 8px 18px 0 113px;
		height: 102px;
	}
	.articleList li:last-child {
		margin-bottom: 10px;
	}
	.articleList li .title {
		-webkit-line-clamp: 4;
	}
	.articleList li p {
		display: none;
	}
}

/*End*/