@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
	font-size: 14px;
	text-align: left;
	color: #333;
	line-height: 28px;
}

a {
	color: #333;
	text-decoration: none;
}

img {
	display: inline-block;
	max-width: 100%;
	border: 0;
}

a {
	text-decoration: none;
	color: #323232;
}

a:hover {
	color: #2c94ff;
	text-decoration: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.container {
	width: auto;
	height: auto;
	min-width: 1280px;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.main {
	width: auto;
	padding-top: 30px;
	min-height: 750px;
}

.pic{
	width: 376px;
	float: right;
}

.pic img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.list {
	position: relative;
	padding-bottom: 20px;
	/* margin-right: 420px; */
}

.list .listItem {
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list .listItem h3 {
	flex: 1;
	position: relative;
	padding-left: 20px;
}

.list .listItem h3::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #2c94ff;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 5px;
}

.list .listItem h3 a {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.list .listItem span {
	flex: 0 0 180px;
	font-size: 16px;
	color: #666;
	line-height: 20px;
	text-align: right;
}

/*PC端列表页样式开始*/

.breadcrumb {
	height: 37px;
	padding: 0px;
	padding-bottom: 7px;
	background: none;
	border-bottom: 2px solid #2c94ff;
	border-radius: 0;
	margin-bottom: 30px;
	overflow: hidden;
}

.breadcrumb a:hover {
	color: #2c94ff;
}

.breadcrumb span:last-child {
	display: none;
}

.pages {
	text-align: center;
	font-size: 14px;
	clear: both;
	display: flex;
	justify-content: center;
	width: 100%;
}

.pages .page-active {
	border: 1px solid #2c94ff;
	background-color: #2c94ff;
}

.pages .page {
	width: 30px !important;
	text-align: center;
	font-size: 13px;
	padding: 0;
}

.pages .page-active a {
	color: #fff;
}

.pages .page a {
	display: block;
	width: 100%;
	height: 100%;
}

.pages>li a {
	color: #333;
}

.pages>li {
	min-width: 30px;
	border: 1px solid #ccc;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	margin: 5px 5px;
}

.tab-hot__title a {
	color: #216BA3;
}

.pages .page-previous {
	width: auto;
	padding: 0 10px;
	width: 80px !important;
}

.pages .page-next {
	width: auto;
	padding: 0 10px;
	width: 80px !important;
}

@media (max-width:767px) {
	.container {
		min-width: auto;
	}

	.main {
		padding-top: 20px;
	}

	.wrap {
		width: auto;
		padding: 0 20px;
	}

	.breadcrumb {
		margin-bottom: 15px;
	}
	
	.pic {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	
	.list {
		/* margin-bottom: 20px; */
		/* margin-right: 0; */
	}

	.list .listItem {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 0;
		margin-bottom: 0;
	}

	.list .listItem h3 {
		padding-left: 20px;
		margin-bottom: 5px;
	}

	.list .listItem h3 a {
		font-size: 15px;
	}

	.list .listItem span {
		flex: 1;
		padding-left: 20px;
		font-size: 14px;
	}

	.pages>li {
		display: none;
	}

	.pages .page-previous,
	.pages .page-next {
		display: block;
	}
}