@charset "utf-8";
/* 政策解读、TAG列表 */
.list-main {
	margin: 40px auto 60px;
}

.list-left {
	float: left;
	width: 760px;
}

.list {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #EDF0F4 ;
}

.list-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

.list-title a {
	display: block;
	max-width: 620px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-des {
	margin: 10px auto;
	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: #4A87F5;
}

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

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

.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: #4A87F5;
	border-color: #4A87F5;
}

.list-left .list-page {
	margin-bottom: 0;
}

.list-right {
	float: right;
	width: 410px;
}

.list-right .tit {
	position: relative;
	height: 56px;
	margin-bottom: 20px;
	background: #F5F9FF;
	border-radius: 4px;
	font-size: 18px;
	line-height: 56px;
	text-indent: 40px;
	overflow: hidden;
}

.list-right .tit::before {
	content: " ";
	position: absolute;
	left: 20px;
	top: 18px;
	display: block;
	width: 4px;
	height: 20px;
	background: #4A87F5;
	border-radius: 2px;
}

.right-news ul {
	box-sizing: border-box;
	padding: 20px 20px 12px;
	margin-bottom: 20px;
	background: #F5F9FF;
	border-radius: 4px;
}

.right-news li {
	height: 26px;
	margin-bottom: 8px;
	line-height: 26px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.right-news li em {
	display: inline-block;
	margin-right: 8px;
	width: 26px;
	height: 26px;
	background: #4A87F5;
	border-radius: 4px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
}

.right-news li:nth-child(-n+3) em {
	background: #FFA200;
}

.right-related li {
	height: 175px;
	margin-bottom: 20px;
	background-image: linear-gradient(0deg, #EAF3FF 0%, #FFFFFF 75%);
	background-color: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	transition: ease-out .8s;
}

.right-related h5 {
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #4A87F5 url("../images/list-bg02.png") no-repeat center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.right-related h5 a {
	color: #FFFFFF;
}

.right-related h5 a:hover {
	opacity: .85;
}

.right-related p {
	height: 30px;
	line-height: 30px;
	text-indent: 45px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

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

.right-related .more-btn {
	margin: 10px auto 0;
}

.right-news .tab-tit {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 56px;
	margin-bottom: 20px;
	background: #F5F9FF;
	border-radius: 4px;
}

.right-news .tab-tit span {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 18px;
	line-height: 56px;
}

.right-news .tab-tit span::after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #4A87F5;
	border-radius: 2px;
	opacity: 0;
	transform: translateX(-50%);
	transition: width ease-in-out .5s;
}

.right-news .tab-tit span.active::after {
	opacity: 1;
	width: 100%;
}

/* 小屏幕 */
@media screen and (max-width: 1366px) {
	.list-left {
		width: 650px;
	}
	
	.list-title a {
		max-width: 520px;
	}
	
	.list-more {
        font-size: 12px;
    }
	
	.list-right {
		width: 330px;
	}
	
	.list-right .tit {
		margin-bottom: 10px;
		text-indent: 30px;
	}
	
	.list-right .tit::before {
		left: 15px;
	}
	
	.right-news ul {
		padding: 15px 15px 8px;
	}
	
	.right-related li {
		margin-bottom: 10px;
	}
	
	.right-related p {
		text-indent: 25px;
	}
}

/* 移动端 */
@media screen and (orientation:portrait) and (max-width: 1080px) {
	.list-main {
		margin: 5vw auto;
	}
	
	.list-left {
		float: none;
		width: 100%;
	}
	
	.list {
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}
	
	.list-title {
		height: 8vw;
		font-size: 4.2vw;
		line-height: 8vw;
		font-weight: 600;
	}
	
	.list-title a {
		max-width: 100%;
	}
	
	.list-title span {
		display: none;
	}
	
	.list-des {
		margin: 2vw auto;
		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-left .list-page {
		margin-bottom: 10vw;
	}
	
	.list-right {
		float: none;
		width: 100%;
	}
	
	.list-right .tit {
		height: 12vw;
		margin-bottom: 2vw;
		font-size: 4.2vw;
		line-height: 12vw;
		text-indent: 6vw;
	}
	
	.list-right .tit::before {
		left: 3vw;
		top: 3.5vw;
		width: 1vw;
		height: 5vw;
	}
	
	.right-news ul {
		padding: 5vw 3vw 3vw;
		margin-bottom: 8vw;
	}
	
	.right-news li {
		height: 6vw;
		margin-bottom: 2vw;
		font-size: 3.8vw;
		line-height: 6vw;
	}
	
	.right-news li em {
		margin-right: 1.5vw;
		width: 6vw;
		height: 6vw;
	}
	
	.right-related li {
		height: auto;
		margin-bottom: 2vw;
		padding-bottom: 3vw;
	}
	
	.right-related h5 {
		height: 10vw;
		margin-bottom: 3vw;
		background-size: cover;
		font-size: 4.2vw;
		line-height: 10vw;
	}
	
	.right-related p {
		height: 8vw;
		font-size: 3.8vw;
		line-height: 8vw;
		text-indent: 10vw;
	}
	
	.right-related p span {
		font-size: 5vw;
	}
	
	.right-related .more-btn {
		margin: 3vw auto 0;
		width: 22vw;
	}
	
	.right-news .tab-tit {
		height: 12vw;
		margin-bottom: 2vw;
	}
	
	.right-news .tab-tit span {
		font-size: 4.2vw;
		line-height: 12vw;
	}
	
	.right-news .tab-tit span::after {
		height: 1vw;
	}
}
