body {
	background-color: #E6EFF2;
	text-align: center;
}


/*头部*/

#top {
	display: block;
	height: 480px;
	background: url(../images/xxgkml_top.png) no-repeat top center;
}

#top .logo {
	display: inline-block;
	margin: 10px 20px;
}

#top .bb {
	display: inline-block;
	margin: 20px 90px 0 0;
}

#top .bb a {
	display: inline-block;
	width: 96px;
	height: 38px;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
}

#top .bb a:hover {
	color: #F1950A;
}

#top .bb a.fhsy {
	border-radius: 30px;
	background-color: rgba(4, 16, 207, 0.5);
}

#content {
	display: inline-block;
	width: 1200px;
	margin: 0 auto 40px auto;
}


/*工作动态*/

.gzdt {
	float: left;
	display: inline-block;
	width: 48%;
	background-color: #fff;
	margin: 40px 4% 0 0;
	border-radius: 8px;
	text-align: left;
}

.lm {
	display: block;
	height: 64px;
	background: #3F73E0 url(../images/xxgkml_littlebg.png) no-repeat left top;
	border-radius: 8px 8px 0 0;
}

.lm h3 {
	float: left;
	font-size: 24px;
	line-height: 64px;
	color: #fff;
	font-weight: 400;
	margin-left: 20px;
}

.lm a.more {
	float: right;
	display: inline-block;
	width: 52.5px;
	height: 27px;
	background: #fff url(../images/xxgkml_sjx.png) no-repeat 54px center;
	padding-left: 20px;
	font-size: 14px;
	line-height: 27px;
	color: #3F73E0;
	border-radius: 27px;
	margin: 20px 20px 0 0;
}

.lm a.more:hover {
	color: #F1950A;
}

ul {
	padding: 20px;
}

.zd a {
	font-size: 20px;
	line-height: 30px;
	color: #F1950A;
}

.zd a:hover {
	color: #3F73E0;
}

.list {
	display: block;
	height: 54px;
	background: url(../images/xxgkml_list.png) no-repeat left center;
	padding-left: 30px;
	border-bottom: 1px dashed #eee;
}

.list a {
	font-size: 16px;
	line-height: 54px;
	color: #333;
}

.list a:hover {
	color: #3F73E0;
}


/*适用主体清单*/

.ztqd {
	display: inline-block;
	width: 48%;
	background-color: #fff;
	margin: 40px 0 0 0;
	border-radius: 8px;
	text-align: left;
}


/*banner*/

.banner {
	margin-top: 40px;
}

.banner img {
	display: block;
	width: 100%;
	height: auto;
}


/*教育领域*/

.jyly {
	float: left;
	display: inline-block;
	width: 31%;
	margin: 40px 3.5% 0 0;
}

.jyly img {
	width: 100%;
	height: auto;
}


/*链接图标*/

.ljtb {
	float: left;
	display: inline-block;
	width: 31%;
	height: 365px;
	margin-top: 40px;
	text-align: left;
}

.ljtb a {
	display: block;
	height: 19%;
	border-radius: 8px;
	font-size: 26px;
	color: #333;
	padding: 10% 0 0 40%;
}

.ljtb a.tb01 {
	background: #fff url(../images/xxgkml_tb01.png) no-repeat 20% center;
	background-size: 12%;
}

.ljtb a.tb02 {
	background: #fff url(../images/xxgkml_tb02.png) no-repeat 20% center;
	margin-top: 20px;
	background-size: 14%;
}

.ljtb a.tb03 {
	background: #fff url(../images/xxgkml_tb03.png) no-repeat 20% center;
	margin-top: 20px;
	background-size: 13%;
}

.ljtb a:hover {
	color: #F1950A;
}

@media screen and (max-width: 1199px) {
	#content {
		width: 99%;
	}
}

@media screen and (min-width: 1099px) and (max-width: 1199px) {
	#top {
		height: 300px;
		background-size: 100%;
	}
	.ljtb {
		height: 329px;
	}
}

@media screen and (min-width: 998px) and (max-width: 1098px) {
	#top {
		height: 245px;
		background-size: 100%;
	}
	.ljtb {
		height: 290px;
	}
}

@media screen and (min-width: 897px) and (max-width: 997px) {
	#top {
		height: 220px;
		background-size: 100%;
	}
	#top .logo img {
		width: 200px;
		height: auto;
	}
	#top .bb a {
		width: 86px;
		height: 28px;
		font-size: 14px;
		line-height: 28px;
	}
	.lm {
		height: 54px;
	}
	.lm h3 {
		font-size: 20px;
		line-height: 54px;
	}
	.lm a.more {
		margin: 15px 20px 0 0;
	}
	.zd a {
		font-size: 16px;
	}
	.list {
		height: 40px;
	}
	.list a {
		font-size: 14px;
		line-height: 40px;
	}
	.ljtb {
		height: 252px;
	}
	.ljtb a {
		font-size: 20px;
		padding: 10% 0 0 40%;
	}
}

@media screen and (min-width: 751px) and (max-width: 896px) {
	#top {
		height: 185px;
		background-size: 100%;
	}
	#top .logo img {
		width: 200px;
		height: auto;
	}
	#top .bb a {
		width: 86px;
		height: 28px;
		font-size: 14px;
		line-height: 28px;
	}
	.gzdt {
		margin: 20px 4% 0 0;
	}
	.ztqd {
		margin: 20px 0 0 0;
	}
	.lm {
		height: 44px;
	}
	.lm h3 {
		font-size: 18px;
		line-height: 44px;
	}
	.lm a.more {
		width: 42.5px;
		height: 20px;
		background: #fff url(../images/xxgkml_sjx.png) no-repeat 44px center;
		padding-left: 15px;
		font-size: 12px;
		line-height: 20px;
		border-radius: 20px;
		margin: 10px 20px 0 0;
	}
	.zd a {
		font-size: 14px;
		line-height: 20px;
	}
	.list {
		height: 40px;
		overflow-y: hidden;
	}
	.list a {
		font-size: 14px;
		line-height: 40px;
	}
	.banner {
		margin-top: 20px;
	}
	.jyly {
		margin: 20px 3.5% 0 0;
	}
	.ljtb {
		margin-top: 20px;
		height: 235px;
	}
	.ljtb a {
		font-size: 18px;
	}
	.ljtb a.tb02,.ljtb a.tb03 {
		margin-top: 10px;
	}
}