#sw-social-list-003--0 .category-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

#sw-social-list-003--0 .category-list .menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#sw-social-list-003--0 .category-list .menu a {
	display: block;
	margin: 10px 15px;
	color: #111;
	font-size: 22px;
	font-weight: bold;
}

#sw-social-list-003--0 .category-list .menu a:hover {
	color: var(--brand);
}

@media screen and (max-width:768px) {
	#sw-social-list-003--0 .category-list .menu a {
		margin: 10px 15px;
		font-size: 14px;
	}
}

#sw-social-list-003--0 .flexW {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

#sw-social-list-003--0 .flexW .item {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

@media screen and (max-width: 600px) {
	#sw-social-list-003--0 .flexW {
		margin-left: -5px;
		margin-right: -5px;
	}

	#sw-social-list-003--0 .flexW .item {
		padding: 0 5px;
	}
}

#sw-social-list-003--0 .item {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
}

#sw-social-list-003--0 .item:hover img {
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

#sw-social-list-003--0 .imgW {
	display: block;
	/*position: relative;*/
	width: 30%;
	padding: 30px;
}

#sw-social-list-003--0 .imgW .image-box-value {
	/*position: relative;*/
	/*height: 0;*/
	/*overflow: hidden;*/
	/*padding-bottom: 100%;*/
	border-radius: 5px;
	border: 3px solid #fff;
	width: 100%;
}

#sw-social-list-003--0 .imgW .image-box-value[data-type="square"] {
	padding-bottom: 100%;
}

#sw-social-list-003--0 .imgW .image-box-value img {
	/*position: absolute;*/
	top: 0;
	left: 0;
	transition: all 0.3s;
	object-fit: cover;
	/*height: 100%;*/
	width: 100%;
}

#sw-social-list-003--0 .imgW:hover .image-box-value img {
	filter: alpha(opacity=50);
	opacity: 0.5;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

#sw-social-list-003--0 .cont {
	/*position: relative;*/
	overflow: hidden;
	width: 100%;
	background-color: #F9F9F9;
	line-height: 1.5em;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
}

#sw-social-list-003--0 .tit {
	display: block;
	padding: 20px 20px;
	opacity: 1;
	background-color: #F9F9F9;
	position: relative;
	bottom: 0%;
	z-index: 2;
	width: 70%;
}

#sw-social-list-003--0 .tit .captit {
	line-height: 1.5;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
	font-weight: bold;
	color: var(--font);
	font-size: 30px;
	margin-bottom: 10px;
	color: var(--brand);
}

#sw-social-list-003--0 .tit p {
	color: var(--font);
	margin-bottom: 20px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#sw-social-list-003--0 .tit .btn {
	display: inline-block;
	text-transform: capitalize;
	font-weight: bold;
	padding: 0 !important;
	color: var(--font);
}

#sw-social-list-003--0 .tit .btn:hover {
	color: var(--brand);
}

@media screen and (max-width: 875px) {
	#sw-social-list-003--0 .flexW .item {
		width: 50%;
	}

	#sw-social-list-003--0 .tit .captit {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	#sw-social-list-003--0 .tit p {
		font-size: 12px;
		margin-bottom: 10px;
		text-align: left !important;
	}

	#sw-social-list-003--0 .tit {
		padding: 15px 5px;
		width: 100%;
	}

	#sw-social-list-003--0 .cont {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	#sw-social-list-003--0 .imgW {
		padding: 5px;
		width: 100%;
	}
}

#sw-social-list-003--0 .flexW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination-view svg {
										width: 24px;
										height: 24px;
									}

									.pagination-view .pagination-index {
										display: inline-block;
										padding: 0px 9px;
										height: 26px;
										margin-left: 10px;
										text-align: center;
										line-height: 24px;
										border-radius: 2px;
										border: none;
										background-color: #f4f4f5;
										color: #606266;
										font-weight: bold;
									}

									span[aria-current='page'] .pagination-index {
										/* background-color: var(--brand); */
										background-color: #409eff;
										color: #fff;
									}

									.pagination-view .page-jump-next {
										margin-left: 10px;
									}


									.pagination-view .page-jump-prev,
									.pagination-view .page-jump-next {
										display: flex;
										align-items: center;
										justify-content: center;
									}

									.total-view {
										line-height: 26px;
									}

									@media screen and (max-width: 750px) {
										.total-view {
											display: none;
										}
									}