.position {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	position: relative;
}
.position span a {
	font-size: 16px;
}
.position span {
	display: block;
	float: left;
}
.pc-qb-feeds {
	text-align: left;
}
.pc-qb-feeds a {
	text-decoration: none;
	outline: 0;
	color: #333;
}
.pc-qb-feeds .feeds-item {
	display: block;
	margin: 0 -20px;
	padding: 18px 20px;
	border-radius: 4px;
	position: relative;
}
.pc-qb-feeds .feeds-item::before {
	position: absolute;
	top: 0;
	left: 20px;
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	background-color: #f2f2f2;
}
.pc-qb-feeds .single-pic {
	display: flex;
}
.pc-qb-feeds .single-pic img {
	width: 160px;
	height: 106px;
	margin-right: 20px;
	background-size: cover;
	position: relative;
	transition: filter .2s ease-out;
	background-color: rgba(0, 0, 0, .05);
}
.pc-qb-feeds img {
	border-radius: 4px;
	filter: brightness(.98);
}
.pc-qb-feeds .single-pic .text {
	margin-left: 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-self: center;
}
.pc-qb-feeds .title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 14px;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	position: relative;
	padding-right: 13px;
	font-weight: 400;
}
.text-overflow-hidden {
	text-overflow: ellipsis;
	overflow: hidden;
}
.pc-qb-feeds .desc {
	position: relative;
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
}
.digg1 {
	height: 35px;
	line-height: 35px;
	width: 630px;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 0;
	margin: 50px auto;
}
.digg1 .easysite-page-wrap {
	width: 240px;
	float: left;
}
.digg1 .easysite-page-wrap a {
	display: inline-block;
	color: #484848;
	transition: color 0.3s, background-color 0.3s;
	font-size: 13px;
	border-radius: 50%;
	width: 52px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}
.digg1 .easysite-total-page {
	width: 240px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	font-size: 14px;
	color: #484848;
}
.digg1 .easysite-total-page span b {
	color: #9e7b4b;
	font-size: 14px;
	font-size: 14px;
}
.digg1 .easysite-jump-page {
	width: 140px;
	float: left;
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	color: #484848;
}
.digg1 .easysite-jump-page input[type="text"] {
	padding: 4px 5px;
	border: 1px solid #cecece;
	color: #484848;
	text-align: center;
	margin-right: 3px;
	width: 40px;
	box-sizing: border-box;
}
.digg1 .easysite-jump-page input[type="button"] {
	background: #9e7b4b;
	border: 1px solid #9e7b4b;
	color: #fff;
	padding: 4px 10px;
	cursor: pointer;
}
@media (max-width: 767px) {
	.sj_nav {
		background: rgb(208, 9, 9);
	}
	.sj_nav ul {
		background: rgb(208, 9, 9);
	}
	.digg1 {
		width: 100%;
	}
}