@import url(/css/global.css);
.index-content {
	background-color: #fff;
	display: flex;
	padding: 3px;
	gap: 5px;
	justify-content: flex-start;
}

::-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);
}

.index-content .swiper {
	--swiper-theme-color: #fff;
	width: 50%;
}

.index-content .content {
	width: 50%;
	padding: 5px;
}

.index-content .swiper .swiper-slide {
	position: relative;
	width: 100%;
	/* height: 340px; */
}

.index-content .swiper .swiper-slide .img {
	width: 100%;
	height: 100%;
}

.index-content .mySwiper .title {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 10px 15px;
}

.index-content .swiper .dot-list {
	padding-right: 13px;
	text-align: right;
}

.index-content .content {
	display: flex;
	flex-direction: column;
}

.content .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 33px;
	padding-bottom: 7px;
}

.content .top .more {
	color: var(--info-color);
	font-size: 15px;
	width: 75px;
}

.content .tab {
	flex: 1;
	display: flex;
	align-items: center;
	overflow-x: scroll;
	overflow-y: hidden;
}

.content .tab .tab-item {
	padding: 5px 10px;
	border-bottom: 2px solid transparent;
	margin-right: 7px;
	color: #6a6a6a;
	white-space: nowrap;
}

.content .tab .active {
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
}

.content .list {
	flex: 1;
	border: 1px solid #e7e6e3;
}

.content .list .list-item {
	display: flex;
	align-items: center;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px dotted #e7e6e3;
}

.content .list .list-item:hover .dot {
	background-color: var(--primary-color);
}

.content .list .list-item:hover .text {
	color: var(--primary-color);
}

.content .list .list-item .dot {
	width: 5px;
	height: 5px;
	margin-right: 10px;
}

.content .list .list-item .text {
	flex: 1;
}

.content .list .list-item .time {
	font-size: 14px;
	margin-left: 25px;
}

@media screen and (max-width: 768px) {
	.index-content {
		flex-direction: column;
	}
	.index-content .swiper {
		width: 100%;
	}
	.index-content .content {
		width: 100%;
		min-height: 350px;
	}
	.pc-header {
		display: none;
	}
}
