@import url(/css/global.css);
.xinwen-content {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 3px;
	gap: 5px;
	justify-content: flex-start;
	min-height: 395px;
}

::-webkit-scrollbar {
	width: 6px !important;
	height: 6px !important;
	/* background: hsla(0, 0%, 100%, 0.7); */
}

::-webkit-scrollbar-track {
	border-radius: 0;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #e3e4e6;
	transition: all 0.2s;
	border-radius: 0.1rem;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(95, 95, 95, 0.5);
}

.content {
	display: flex;
	flex-direction: column;
}

.xinwen-content .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding-bottom: 8px; */
	padding-top: 8px;
	overflow-x: scroll;
	overflow-y: hidden;
}

.xinwen-content .top .more {
	color: var(--info-color);
	font-size: 15px;
}

.xinwen-content .tab {
	display: flex;
	align-items: center;
	overflow-x: scroll;
	overflow-y: hidden;
}

.xinwen-content .tab .tab-item {
	padding: 5px 10px;
	border-bottom: 2px solid transparent;
	margin-right: 7px;
	white-space: nowrap;
	color: #6a6a6a;
}

.xinwen-content .tab .active {
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
}

.xinwen-content .list {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #e7e6e3;
	padding-bottom: 5px;
	/* height: 343px; */
}

.xinwen-content .list .list-item {
	width: 48%;
	display: flex;
	align-items: center;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px dotted #e7e6e3;
}

.xinwen-content .list .list-item:nth-child(2n) {
	margin-right: 0;
	margin-left: 13px;
}

.xinwen-content .list .list-item:hover .dot {
	background-color: var(--primary-color);
}

.xinwen-content .list .list-item:hover .text {
	color: var(--primary-color);
}

.xinwen-content .list .list-item .dot {
	width: 5px;
	height: 5px;
	margin-right: 10px;
}

.xinwen-content .list .list-item .text {
	flex: 1;
}

.xinwen-content .list .list-item .time {
	font-size: 14px;
	margin-left: 25px;
}

@media screen and (max-width: 768px) {
	.xinwen-content .list .list-item {
		width: 100%;
	}
	.xinwen-content .list .list-item:nth-child(2n) {
		margin: 0 10px;
		padding: 10px 0;
	}
}
