@font-face {
	font-family: 'Linearicons-Free';
	src: url('../fonts/Linearicons-Free.eot?w118d');
	src: url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('../fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('../fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('../fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-heart:before {
	content: "\e813";
}

.lnr-eye:before {
	content: "\e81b";
}

.lnr-user:before {
	content: "\e82a";
}

.lnr-calendar-full:before {
	content: "\e836";
}

.lnr-bubble:before {
	content: "\e83f";
}

.lnr-cross:before {
	content: "\e870";
}

.lnr-menu:before {
	content: "\e871";
}

.lnr-chevron-left:before {
	content: "\e875";
}

.lnr-chevron-right:before {
	content: "\e876";
}

.lnr-arrow-left:before {
	content: "\e879";
}

.lnr-arrow-right:before {
	content: "\e87a";
}

.single-post .excert {
	/* 溢出三行显示小圆点 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.recommend-dropdown.dropdown-menu {
	max-width: 300px;
}

.menu-right li .dropdown-menu a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	letter-spacing: 0
}

@media screen and (max-width: 768px) {
	.recommend-dropdown.dropdown-menu {
		max-width: 90%;
	}

	.menu-right li .dropdown-menu a {
		/* overflow: auto;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		letter-spacing: 0 */
	}
}