.article-layout {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	background-color: #fff;
}

.article-content-area {
	width: 100%;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #6d3dd9;
}

.list {
	margin: 0 auto;
}

.list .item {
	padding: 0.9rem 0.7rem 0.95rem 0.7rem;
	border-bottom: 1px solid #eee;
}

.list .item h3 {
	font-size: 1.1rem;
	font-weight: normal;
	margin: 0 0 8px;
	line-height: 1.8rem;
	color: #333;
}

.list .item p {
	font-size: 16px;
	color: #aaa;
	line-height: 1.75;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.list .item .item-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

.list .item .item-info .item-c {
	font-size: 15px;
	color: #999;
	display: flex;
	align-items: center;
}

.list .item .item-info .item-c .item-c-icon {
	width: 25px;
	height: 25px;
	background-image: url(https://xgdnm.youbanya.com/xgdn/img/item-c-icon.png);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position-y: 2px;
	margin-right: 1px;
}

.list .item .item-info .item-r {
	font-size: 16px;
	color: #999;
}

.pagination {
	display: flex;
	justify-content: center;
	padding: 1.2rem 0;
	margin-top: 0;
}

.pagination a,.pagination span {
	border: 1px solid #666;
	border-radius: 4px;
	color: #666;
	display: block;
	font-family: geomanistmedium,sans-serif;
	font-size: 14px;
	margin: 0 4px;
	padding: 6px 13px;
}

.pagination a.active,.pagination span.active,.pagination a:hover,.pagination span:hover {
	color: #fff !important;
	border: 1px solid #a060ff;
	background-color: #a060ff;
}

.pagination span.nonep {
	border: 1px solid #ccc;
	color: #ccc!important;
}

.subnav-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

.subnav-scroll {
	display: inline-flex;
	padding: 1.1rem 0.7rem;
	border-bottom: solid 1px #eee;
}

.subnav-scroll a {
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
	line-height: 15px;
	color: #888;
}

.subnav-scroll a:hover, .subnav-scroll a.on {
	color: #FF3333;
}

.subnav-wrapper::-webkit-scrollbar {
	height: 2px;
	background: transparent;
}

.subnav-wrapper::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 1px;
	visibility: hidden;
}

.subnav-wrapper:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}

.subnav-wrapper {
	/*scrollbar-width: none;*/
}

.subnav-wrapper:hover {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}