#pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.header-top {
	padding-top: 14px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.header-top .right {
	display: flex;
	align-items: center;
}

.header-top .right li {
	margin-right: 16px;
}

.header-top .right li:last-child {
	margin-right: 0;
}

.header-top .right li a {
	font-size: 14px;
	color: #1b42db;
	width: 115px;
	height: 34px;
	line-height: 34px;
	opacity: 0.8;
	background: #ffffff;
	border: 1px solid #4b5be9;
	border-radius: 18px;
	text-align: center;
	display: block;
}

.header-text {
	max-width: 100%;
	margin-top: 70px;
}

.ylfw-main {
	padding-top: 80px;
	margin-bottom: 70px;
}

.main-row {
	margin: 0 -15px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.area-title div {
	display: inline-block;
	background-color: #fff;
}

.area-title div p {
	margin-left: 10px;
	display: inline-block;
	transform:skew(-30deg);
	background: linear-gradient(130deg,#27cdcd 14%, #553cf0 89%);
}

.area-title div img {
}

.area-title div p span {
	display: inline-block;
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	transform: skew(30deg);
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}

.ylfw-main .nav, .ylfw-main .content {
	margin-top: 28px;
	padding: 0 15px;
	box-sizing: border-box;
}

.ylfw-main .nav {
	width: calc(22%);
}

.nav-row {
	background-color: #F4F8FF;
	padding: 35px 15px 40px 15px;
}

.nav li {
	margin-top: 20px;
}

.nav li:first-child {
	margin-top: 0;
}

.nav li a {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #3239b9;
	display: block;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.nav li.active a, .nav li:hover a {
	background-color: #6168EB;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.18px;
}

.ylfw-main .content {
	width: calc(78%);
}

.doc-list {
	width: 100%;
}

.doc-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.doc-list li a {
	font-size: 16px;
	color: #303030;
	max-width: calc(80% - 100px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	text-indent: 11px;
}

.doc-list li a::after {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background-color: #1E63C9;
	left: 0;
	top: calc(50% - 2px);
	border-radius: 50%;
}

.doc-list li span {
	font-size: 16px;
	color: #999999;
}




