.education-content .education-nav {
	padding: 35px 0 0 0;
	border-bottom: 1px solid #ccc
}

.education-content .education-nav ul {
	display: flex
}

.education-content .education-nav ul li {
	padding: 25px 50px;
	margin: 0 20px
}

.education-content .education-nav ul li.active {
	border-bottom: 2px solid #ea4258
}

.education-content .education-nav ul li.active a {
	color: #333;
	font-weight: 600
}

.education-content .education-nav ul li a {
	color: #666;
	font-size: 20px
}

.education-content .education-list-tit {
	padding: 60px 0 30px 0;
	line-height: 24px;
	font-size: 24px;
	color: #1668b5
}

.education-content .education-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.education-content .education-list ul li {
	flex: 0 0 48.3333333333%;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 40px;
	padding: 20px 30px
}

.education-content .education-list ul li .list-tit {
	line-height: 100%;
	font-size: 18px;
	color: #333;
	padding: 0 0 20px 20px;
	background: url(../images/icon1.jpg) no-repeat left 5px
}

.education-content .education-list ul li .list-tit a {
	color: #333
}

.education-content .education-list ul li .list-text {
	font-size: 16px;
	color: #666;
	text-align: justify;
	padding-bottom: 28px
}

.education-content .education-list ul li .time-more {
	line-height: 18px
}

.education-content .education-list ul li .time-more .time {
	font-size: 14px;
	color: #666;
	float: left
}

.education-content .education-list ul li .time-more .time .time-ico {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	margin-bottom: -3px;
	background: url(../images/time.png) no-repeat center/cover
}

.education-content .education-list ul li .time-more .more {
	font-size: 14px;
	float: right
}

.education-content .education-list ul li .time-more .more .more-ico {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background: url(../images/more.jpg) no-repeat center/cover;
	margin-bottom: -1px
}

.education-content .education-list ul li .time-more .more p {
	color: #005c9f;
	text-decoration: none
}

.education-content .education-list ul li .time-more .more p a {
	color: #005c9f
}

.education-content .education-pagination {
	padding: 30px 0 65px 0
}

.education-contentPage {
	padding-bottom: 70px
}

.education-contentPage .title {
	line-height: 100%;
	font-size: 24px;
	color: #0170c1;
	text-align: center;
	padding-top: 60px
}

.education-contentPage .text-time {
	padding: 32px 0 30px 0;
	line-height: 18px;
	font-size: 16px;
	text-align: center;
	color: #999
}

.education-contentPage .text-time .timer {
	padding-left: 25px;
	background: url(../images/time.png) no-repeat left 0
}

.education-contentPage .text-content {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 42px 0 50px 0
}

.education-contentPage .text-content p {
	font-size: 16px;
	color: #333;
	line-height: 30px
}

.education-contentPage .text-content .tips {
	line-height: 22px;
	font-size: 14px;
	color: #999
}

.education-contentPage .text-content .tips a {
	color: #008bda
}

.education-contentPage .text-bottom {
	padding: 40px 0 0 0;
	display: flex;
	justify-content: space-between
}

.education-contentPage .text-bottom .bottom-left {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: -8px
}

.education-contentPage .text-bottom .bottom-left a {
	font-size: 16px;
	color: #000;
	line-height: 30px
}

.education-contentPage .text-bottom .bottom-right {
	width: 130px;
	height: 46px
}

.education-contentPage .text-bottom .bottom-right a {
	font-size: 16px;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 46px;
	background: #0170c1;
	border-radius: 4px
}

.education-contentPage .text-bottom .bottom-right a:hover {
	background-color: #005c9f
}

.relatedRead {
	margin-top: 65px;
	border: 1px solid #ddd
}

.relatedRead .relatedRead-top {
	background: #f9f9f9;
	padding: 20px 20px;
	line-height: 100%;
	font-size: 18px;
	border-bottom: 1px solid #ddd
}

.relatedRead .relatedRead-top span {
	color: #000
}

.relatedRead .relatedRead-top a {
	padding-left: 20px;
	font-size: 14px;
	color: #0170c1;
	background: url(../images/icon2.jpg) no-repeat left 2px
}

.relatedRead .relatedRead-bottom {
	padding: 0 20px
}

.relatedRead .relatedRead-bottom ul li {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd
}

.relatedRead .relatedRead-bottom ul li:last-child {
	border-bottom: none
}

.relatedRead .relatedRead-bottom ul li a {
	color: #000
}

.relatedRead .relatedRead-bottom ul li span {
	color: #999
}