.right-article {
	width: 100%;
}

.list {
	margin-top: 25px;
}

.list1 {
	margin-top: 40px;
}

.list1 li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px dashed #C7C7C7;
	font-size: 13px;
	margin-bottom: 0;
}

.list1 li a {
	max-width: calc(100% - 150px);
	display: flex;
	align-items: center;
}

.list1 li a i {
	color: #0091E7;
	margin-right: 10px;
}

.list1 li a span {
	width: 100%;
	color: #0091E7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list1 li span {
	color: #666666;
}

.list2 li {
	padding: 25px 0;
	border-bottom: 1px solid #C7C7C7;
}

.list2 .article-title {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
}

.list2 .article-detail {
	padding-right: 30px;
	margin-top: 5px;
}

.list2 .article-article,
.list2 .article-xq,
.list2 .article-date {
	font-size: 14px;
	color: #777;
	line-height: 20px;
}

.list2 .article-date {
	color: #333;
	float: right;
}

.list2 .article-xq a {
	color: #2499E8;
}

.list3 .article-detail {
	width: calc(100% - 170px);
}

.list3 li {
	display: flex;
	padding: 30px 35px;
	align-items: center;
	border-bottom: 1px solid #C7C7C7;
}

.list3 .article-img {
	width: 140px;
	height: 120px;
	margin-right: 30px;
}

.list3 .article-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.list3 .article-title {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
}

.list3 .article-content {
	margin-top: 20px;
}

.list3 .article-article {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list3 .article-article,
.list3 .article-xq,
.list3 .article-date {
	font-size: 14px;
	color: #777;
	line-height: 25px;
}

.list3 .article-date {
	color: #333;
	float: right;
}

.list3 .article-xq {
	color: #2499E8;
}