@charset "utf-8";
/* 政策资讯 */
.list {
	position: relative;
	padding: 25px 0;
}

.list:hover {
	background: #F5F9FF;
}

.list::after {
	content: " ";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 1200px;
	margin-left: -600px;
	border-bottom: 1px solid #EDF0F4;
}

.list-title h3 {
	float: left;
	width: 900px;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-title h3 a:hover {
	color: #216CF2;
}

.list-title .time {
	float: right;
}

.list-des {
	margin: 10px auto;
	box-sizing: border-box;
	padding-right: 300px;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	height: 48px;
	max-height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list-des a {
	color: #a3a3a3;
}

.list-des a:hover {
	color: #216CF2;
}

.list-more {
	font-size: 14px;
}

.list-more span {
	display: inline-block;
	margin-right: 40px;
}

.list-more a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 10px;
	line-height: 26px;
	background: #FFFFFF;
	border: 1px solid #EDF0F4;
	border-radius: 4px;
}

.list-more a:hover {
	color: #216CF2;
	border-color: #216CF2;
}

.list-related {
	padding: 30px 0 20px;
	background: #F5F9FF;
}

.list-related h4 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
}

.list-related li {
	float: left;
	width: 285px;
	height: 155px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: linear-gradient(0deg, #EAF3FF 0%, #FFFFFF 40%);
	background-color: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	transition: ease-out .8s;
}

.list-related li:hover {
	transform: scale(1.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.list-related li:nth-child(4n) {
	margin-right: 0;
}

.list-related h3 {
	height: 50px;
	overflow: hidden;
	background: #4A87F5 url("../images/list-bg.png") no-repeat center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-related p {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
}

.list-related p span {
	font-weight: 600;
	color: #FFA200;
	font-size: 18px;
}

.list-related .more-btn {
	margin: 0 auto;
	background-color: #4A87F5;
}

.list-related .more-btn:hover {
	background-color: #FFA200;
}

/* 小屏幕 */
@media screen and (max-width: 1366px) {
	.list::after {
		width: 1000px;
		margin-left: -500px;
	}
	
	.list-title h3 {
		width: 800px;
	}
	
	.list-des {
		padding-right: 200px;
	}
	
	.list-more {
    	font-size: 12px;
    }
	
	.list-related li {
		width: 235px;
	}

}

/* 移动端 */
@media screen and (orientation:portrait) and (max-width: 1080px) {
	.list {
		padding: 5vw 0;
	}
	
	.list::after {
		width: 96vw;
		margin-left: -48vw;
	}
	
	.list-title h3 {
		float: none;
		width: 100%;
		height: 8vw;
		font-size: 4.2vw;
		line-height: 8vw;
		font-weight: 600;
	}
	
	.list-title .time {
		display: none;
	}
	
	.list-des {
		margin: 2vw auto;
		padding-right: 0;
		font-size: 3.8vw;
		line-height: 6vw;
		height: 18vw;
		max-height: 18vw;
		-webkit-line-clamp: 3;
		text-indent: 2em;
	}
	
	.list-more span {
		margin-right: 2vw;
		font-size: 3.8vw;
	}
	
	.list-more a {
		margin-bottom: 1vw;
		padding: 0 2vw;
		line-height: 6vw;
	}
	
	.list-related {
		padding: 5vw 0 3vw;
	}
	
	.list-related h4 {
		margin-bottom: 5vw;
		font-size: 4.2vw;
		line-height: 8vw;
	}
	
	.list-related li {
		width: 47vw;
		height: auto;
		margin-right: 2vw;
		margin-bottom: 2vw;
		padding-bottom: 3vw;
	}
	
	.list-related li:hover {
		transform: scale(1);
	}
	
	.list-related li:nth-child(2n) {
		margin-right: 0;
	}
	
	.list-related h3 {
		display: flex;
		justify-content: center;
		align-items: center;
		white-space: pre-wrap;
		height: 12vw;
		padding: 0 2vw;
		background-size: cover;
		font-size: 4.2vw;
		line-height: 6vw;
	}
	
	.list-related p {
		height: 14vw;
		line-height: 14vw;
		font-size: 3.8vw;
	}
	
	.list-related p span {
		font-size: 5vw;
	}
	
	.list-related .more-btn {
		width: 22vw;
		font-size: 3.8vw;
	}
	
}
