.sciSwiper .swiper-slide {
	position: relative;
}

.sciSwiper .swiper_intro {
	position: absolute;
	top: 30%;
	left: 30%;
	font-size: 46px;
	color: #fff;
	letter-spacing: 4px;
}

/* 教育管理页面--公告栏 */
.FD_announce {
	margin: 25px 0;
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	padding: 30px 20px;
}

.FD_notice .FD_label { 
	display: flex;
	margin: 20px 0;
	align-items: center;
	position: relative;
}

.FD_notice .FD_label a {
	display: block;
	width: 120px;
	padding: 8px 0;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #3F7BBA;
	color: #000;
	margin: 0 20px 0 0;
	text-align: center;
	letter-spacing: 2px;
	transition: all 0.5s;
}

.FD_notice .FD_label a:hover {
	color: #fff;
	font-weight: bold;
	background-color: #3F7BBA;
}

.FD_contentWrap {
	height: 280px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}


.FD_contentWrap .FD_imgWrap {
	width: 350px;
	height: 280px;
	margin: 0 50px 0 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.FD_contentWrap .FD_imgWrap img {
	height: 100%;
}

.FD_contentWrap .FD_not_conlist {
	flex: 1;
}

.FD_contentWrap .FD_not_conlist .FD_not_cont {
	/* margin: 4px 0; */
}

.FD_not_conlist .FD_not_conline .FD_not_cont i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #E5F3FF;
	margin: -2px 8px 0 0;
}

.FD_not_conlist .FD_not_conline .FD_not_cont:hover i {
	background-color: #3F7BBA;
}

/* 教育管理页面---下载中心 */
.FD_download .FD_info_Date button {
	width: 60px;
	height: 24px;
	line-height: 22px;
	border-radius: 12px;
	color: #000;
	border: none;
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
}

.FD_download .FD_info_Date .download {
	background-color: #FED965;
	color: #000;
	border: 1px solid #FED965;
}

.FD_download .FD_info_Date .save {
	color: #424242;
	border: 1px solid #424242;
	background-color: #fff;
}

/* 教育管理页面--公共服务 */

.FD_service .FD_contentWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.FD_service .FD_contentWrap {
	height: 200px;
}

.FD_service .FD_contentWrap a {
	width: 126px;
	height: 126px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	border-radius: 8px;
}

.FD_service .FD_contentWrap a img {
	margin-top: 16px;
}

.FD_service .FD_contentWrap a p {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 20px;
}

.FD_service .FD_contentWrap .bg01 {
	background-color: #FF9388;
}

.FD_service .FD_contentWrap .bg02 {
	background-color: #FEBB64;
}

.FD_service .FD_contentWrap .bg03 {
	background-color: #62D59A;
}

.FD_service .FD_contentWrap .bg04 {
	background-color: #8E97DC;
}

.FD_service .FD_contentWrap .bg05 {
	background-color: #B786D8;
}

.FD_service .FD_contentWrap .bg06 {
	background-color: #55A3E5;
}

.FD_service .FD_contentWrap .bg07 {
	background-color: #55D2E5;
}

.FD_service .FD_contentWrap .bg08 {
	background-color: #95D15F;
}

/* 专业设置页面 --侧边栏*/
.MD_schsid .sidebar-title {
	padding: 15px 15px 15px 25px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background-color: #197149;
	border-right: 1px solid #33643d;
}
.MD_schsid   .gong_MD{
	background-color: #d2151a;
	border-right: 1px solid #d2151a;
}
.MD_schsid {
	margin-top: 214px;
	margin-left: -20px;
}
.MD_sidebar_list img{
	width: 15px;
    height: 20px;
    position: absolute;
    top: 75px;
    right: 20%;
}
/* 内容列表 */
.wrapMargin2 {
	margin: 140px  0 ;
}
.majorBrief .titleWrap {
	margin: 0 0 60px 0;
}
.majorBrief .titleWrap .line{
	width: 100%;
	height: 4px;
	background-color: #245D39;
	margin: 20px  0 0 0;
}
.majorBrief .titleWrap h3{
	color: #1A1A1A;
	letter-spacing: 1px;
	font-weight: bold;
	width: 140px;
	font-size: 26px;
	z-index: 99;
	margin-bottom: -4px;
}

.majorBrief .college_list {
	width: 100%;
	float: right;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.majorBrief .college_list .college_item {
	width: 30.5%;
	height: 280px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	margin: 0 36px 60px 0;
	padding-bottom: 40px;
}
.majorBrief .college_list .college_item:nth-child(3n) {margin-right: 0;}

.majorBrief .college_list .college_item h3{
	border-radius: 8px 8px 0 0;
	padding: 10px 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 18px;
	background-color: red;
	width: 100%;
}
.majorBrief .college_list .college_item ul{
	border-radius: 0 0 8px 8px ;
	text-align: left;
	margin: 0 20px;
}
.majorBrief .college_list .college_item ul li{
	font-size: 16px;
	color: #626262;
	margin: 10px 0;
}
.majorBrief .college_list .college_item i {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -2px 8px 0 0;
}
/* 颜色板块 */
.majorBrief .college_list .shengtai i,
.majorBrief .college_list .shengtai h3{
	background-color: #33652B;
}
.majorBrief .college_list .fengjing i,
.majorBrief .college_list .fengjing h3{
	background-color: #CACA01;
}
.majorBrief .college_list .yuanyi i,
.majorBrief .college_list .yuanyi h3{
	background-color: #F7AD19;
}
.majorBrief .college_list .sheji i,
.majorBrief .college_list .sheji h3{
	background-color: #F27F0B;
}
.majorBrief .college_list .lvyou i,
.majorBrief .college_list .lvyou h3{
	background-color: #E25E78;
}
.majorBrief .college_list .jingji i,
.majorBrief .college_list .jingji h3{
	background-color: #AF1685;
}
.majorBrief .college_list .xinxi i,
.majorBrief .college_list .xinxi h3{
	background-color: #500878;
}
.majorBrief .college_list .jidian i,
.majorBrief .college_list .jidian h3{
	background-color: #0D4945;
}
.majorBrief .college_list .haiyang i,
.majorBrief .college_list .haiyang h3{
	background-color: #06307F;
}
.majorBrief .college_list .gongcheng i,
.majorBrief .college_list .gongcheng h3{
	background-color: #01B398;
}
.majorBrief .college_list .hanghai i,
.majorBrief .college_list .hanghai h3{
	background-color: #35A5CF;
}
.majorBrief .college_list .chuangxin i,
.majorBrief .college_list .chuangxin h3{
	background-color: #2E6AB5;
}
.majorBrief .college_list .maxsi i,
.majorBrief .college_list .maxsi h3{
	background-color: #BA0B2F;
}
.majorBrief .college_list .continue i,
.majorBrief .college_list .continue h3{
	background-color: #F55A4D;
}
.majorBrief .college_list .zhongzhi i,
.majorBrief .college_list .zhongzhi h3{
	background-color: #B9925B;
}
.majorBrief .college_list .gongongke i,
.majorBrief .college_list .gongongke h3{
	background-color: #B77658;
}























