body{
    font-family: "宋体","Microsoft YaHei","黑体",sans-serif;
   background:#f8f8f8;
   color:#333333;
}
body{ overflow-x: hidden;} 
*{
	color:#333333;
}
button,a{
	text-decoration: none !important;
	filter:chroma(color=#000000);
	outline:none !important;
	cursor:pointer;
}
header{
	background:#0b52a4
}
ul{
	list-style:none;
	padding:0;
	margin:0
}
.row{
	margin-left:-10px;
	margin-right:-10px;
}
.container{
	padding-left:10px;
	padding-right:10px;
}
.header-bar{
	height:90px;
	background:#0b52a4;
}
.school-logo{
	overflow:hidden;
	height:100%;
	float:left;
	width:370px;
}
.school-logo>img{
	padding:15px 0;
	height:100%;
	float:left;
}
.school-logo>img:last-child{
	margin-left:20px;
}
.login{
	float:right;
	background:#0a4e9b;
	border:1px solid #327dd3;
	padding:5px 10px;
	color:white !important;
	margin-top:30px;
	vertical-align: middle;
	font-size:14px;
}
.login img{
	height:18px;
	width:18px;
	margin-right:5px;
}
.login span{
	vertical-align: middle;
	color:white;
}
.older-web{
	margin-top:30px;
	margin-right:7px;
	color:white;
	padding:5px 10px;
	vertical-align: middle;
	font-size:14px;
	border:1px solid #327dd3;
	background: #0a4e9b;
	border-radius: 4px;
}
.celebration{
	background:#2D68CC
}
.older-web img{
	width:17px;
	height:17px;
	margin-right:5px;
}
.older-web span{
	vertical-align: middle;
	color:white;
}
.menu-list-con{
	overflow:hidden;
	position:absolute;
	height:500px;
}
.dropdown-menu{
	background:#054a98;
	border:0;
	margin-top:0 !important;
	padding:0;
	min-width:130px;
	border-radius:0;
}
.dropdown-menu li a:hover{
	background:#327dd3;
}
.dropdown-menu li a{
	color:white;
	padding:12px 0;
	text-align: center;
	color:white;
}
.dropdown-menu li a span{
	color:white;
}
/* .menu-list-con:hover{
	height:1000px;
} */
.menu-list-con>li{
	float:left;
	width:130px;
	text-align: center;
	color:white;
	transition: background .2s;
    -moz-transition: background .2s;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    position:relative;
    height:45px;
    margin:0 -1px;
}
.menu-list-con>li>a{
	display:block;
	color:white;
	
	padding:12px 0;
}
.menu-list-con>li>a>span{
	border-right:1px solid #327dd3;
	display:block;
	color:white
}
.menu-list-con>li:hover{
	background:#327dd3;
	cursor: pointer;
	transition: background .2s;
    -moz-transition: background .2s;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    
}
.menu-list-con>li:last-child a>span{
	border-right:none;
}
.more-menus{
	display:none;
	position:absolute;
	border:1px solid #cccdcd;
	background:rgba(255, 255, 255, 0.9);
	border-radius:8px;
	left:34px;
	top: 57px;
	z-index:100;
}
.dropdown a i{
	color:white;
	margin-left:5px;
}
.bottom-bar{
	position:absolute;
	top:45px;
	height:14px;
	width:130px;
	background:transparent;
	display:none;
	z-index:100;
}
.menu-list-con>li:hover .more-menus{
	display:block;
}
.menu-list-con>li:hover .bottom-bar{
	display:block;
}
.more-menus-list{
	padding-top:5px;
	padding-bottom:15px;
}
.more-menus-list>li{
	width:146px;
	padding:6px 0;
}
.more-menus-list>li a{
	color:#666666;
	display:block;
	width:100%;
}
.more-menus-list>li a:hover{
	color:#387dc0;
	text-decoration: none;
}
.san {
  position: relative;
  top:-10px;
  left:12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #999 transparent;
}
.san::before {
  position: absolute;
  content: '';
  top: 1px;
  left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #ffffff transparent;
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item img{
	width:100%;
}
.carousel-fade .carousel-inner .item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;	
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


.swiper-wrapper .swiper-slide{
	height:280px;
}
.swiper-button-next, .swiper-button-prev{
	width:30px;
	height:43px;
	background:rgba(0, 0, 0, 0.24);
	text-align: center;
	
}
.swiper-button-next i, .swiper-button-prev i{
	font-size:40px;
	color:white;
	
}
.swiper-button-next{
	right:0;
}
.swiper-button-prev{
	left:0;
}
.more-info{
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(0, 0, 0, 0.4);
	color:white;
	padding:12px 6px;
	font-size:14px;
	height:44px;
	left:0;
	overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.swiper-pagination{
	text-align: right
}

.swiper-pagination-bullet{
	background:white;
	opacity:1;
	border-radius:4px;
	width:8px;
	transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
}
.swiper-pagination-bullet-active{
	background:#cf4339;
	width:20px;
	transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
}
.module-title span{
	font-size:25px;
	
	color:white;
	font-weight: bold;
	padding:0 4px;
	margin-right:10px;
	width:30px;
	display:inline-block;
	text-align: center
}
.module-title .blue{
	background:#387dc0;
}
.module-title .red{
	background:#6f2b28;
}
.module-title{
	border-bottom:1px solid #dddddd;
	height:39px;
	font-size:16px;
	padding-bottom:5px;
	line-height:33px;
	font-weight:bold;
	vertical-align: middle;
	margin:20px 0;
}
.latest-news{
	background:white;
	padding:0 15px;
	overflow:hidden;
}

.latest-news .news-title .title{
	background:#cf4339;
	padding:10px 30px;
	font-size:16px;
	color:white;
}
.latest-news .news-title button{
	background:#387dc0;
	padding:3px 17px;
	font-size:12px;
	border-radius:15px;
	color:white;
	outline:none !important;
	position: absolute;
    bottom: 0;
    right:0;
}
.latest-news .news-title {
	overflow:hidden;
	vertical-align: bottom;
	height:42px;
	margin-left:-15px;
	margin-top:15px;
	position: relative;
}
.news-list{
	margin:15px 10px 18px 5px;
}
.news-list li{
	width:100%;
	margin:8px 0;
}
.news-list li a{
	display:inline-block;
	color:#333333;
	cursor: pointer;
	text-decoration: none !important;
	width:60%;
	overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.news-list li a:hover{
	color:#cf4339
}
.info-list{
	padding:4px 0;
}
.news-list li a i,.info-list li a i{
	color:#6f2b28;
	margin-right:8px;
	position:relative;
	left:1px;
	font-size:12px;
}
.news-list li span{
	float:right;
	color:#999
}
.more-info-con{
	margin-top:25px;
	background:white;
}
/* .more-info-con ul{
	padding-bottom:7px;
} */
.more-info-con .title{
	border-top:2px solid #387dc0;
	border-bottom:1px solid #dddddd;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	color:#387dc0
}
.more-info-con .title button{
	padding:0;
	background:none;
	float:right;
	outline:none;
	color:#999999;
}

.more-info-con .info-list li a{
	display:inline-block;
	color:#333333;
	cursor: pointer;
	text-decoration: none !important;
	width:100%;
	overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;	
}
.more-info-con .info-list li a:hover{
	color:#cf4339
}
.more-info-con .info-list li{
	margin:8px 0;
	padding:0 10px;
}


.media-left{
	width:118px;
	height:84px;
	overflow:hidden;
	padding-right:0;
	display: block;
	float:left;
}
.more-info-title{
	display:block;
	padding:7px 0;
	color:#387dc0;
	font-size:15px;
	height:35px;
	line-height:27px;
	overflow:hidden;
	cursor:pointer;
}
.info-detail{
	height:40px;
	overflow:hidden;
	margin:0;
}

.media-body{
	padding:0 15px;
	display:block;
	margin-left:118px;
	width:auto;
	height:84px;
}
.media-list{
	padding:15px;
}
.media-list .media{
	margin-bottom:15px;
}
.media-list .media:last-child{
	margin-bottom:0;
}
.school-edu-list{
	overflow:hidden;
}
.edu-blue{
	background:#387dc0
}
.edu-blue .edu-info span{
	background:#5298db;
}
.edu-brown{
	background:#6c341c
}
.edu-brown .edu-info span{
	background:#935a42
}
.edu-yellow{
	background:#e4b035
}
.edu-yellow .edu-info span{
	background:#f6c368
}
.edu-red{
	background:#dc4439
}
.edu-red .edu-info span{
	background:#e86157
}
.edu-con{
	width:23%;
	margin:1%;
	padding:10px;
	overflow:hidden;
	float:left;
	text-align:center;
}
.edu-con:hover{
	cursor:pointer;
}
@media screen and (min-width: 768px){
	.edu-con .edu-img{
		float:left;
	}
}
@media screen and (max-width: 768px){
	.edu-con .edu-info span{
		font-size:14px !important;
	}
	.nj-qr-code{
		display: flex;
	    justify-content: space-between;
	}
	.nj-qr-code img{
		margin:0 !important;
	}
	.center-xs{
		text-align:center;
	}
}
.edu-con .edu-img{
	line-height:76px;
	padding:0 10px;
	max-width:74px;
	display: inline-block;
}
.edu-con .edu-info span{
	width:100%;
	display:block;
	line-height:76px;
	text-align: center;
	font-size:23px;
	color:white;
	overflow:hidden;
	white-space: nowrap;
	transition: font-size .1s;
    -moz-transition: font-size .1s;
    -webkit-transition: font-size .1s;
    -o-transition: font-size .1s;
}
.edu-con:hover .edu-info span{
	font-size:26px;
	transition: font-size .1s;
    -moz-transition: font-size .1s;
    -webkit-transition: font-size .1s;
    -o-transition: font-size .1s;
}
.edu-con .edu-info{
	padding-left:83px;
	width:100%;
}
footer{
	position:relative;
	background:#f2f2f2;
	border-top:1px solid #387dc0
}
.more-links{
	overflow:hidden;
	margin-bottom:30px;
}
.more-links ul {
	overflow:hidden;
}
.more-links ul li{
	display:inline-block;
	padding:0 8px;
	border-right:1px solid #333;
	
}
.more-links ul li:last-child{
	border-right:none;
}
.more-links ul li a{
	color:#333;
	cursor: pointer;
}
footer p{
	margin-bottom:8px
}
footer p:first-child{
	/* margin-bottom:20px; */
}

.menus-phone button {
    background: transparent;
    padding: 0;
    float: right;
    text-decoration: none;
    outline: none !important;
}
.menus-phone button i {
    font-size: 26px;
    color: #eee;
    padding: 9px 15px;
}
.menus-phone{
	overflow:hidden;
	padding:5px 0;
	z-index: 1041;
	height: 56px;
    position: fixed;
    width: 100%;
    top: 0;
    background:#0b52a4
}
.menu-list{
	background:#054a98;
	height:45px;
}

.menu-list .row{
	height:45px;
	overflow:hidden;
}
.menus-phone img{
	height:36px;
	margin-top:5px;
	margin-left:15px;
}
#right-menu {
    width: 100%;
    height: 100%;
    margin-top: 56px;
}
#right-menu .modal-dialog {
    background-color: #2d69a5;
    height: 100%;
    width: 70%;
    margin: 0;
    float: right;
}
.right-menus .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .1s ease-out;
    -o-transition: -o-transform .1s ease-out;
    transition: transform .1s ease-out;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.right-menus .modal.in .modal-dialog {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#right-menu .modal-dialog a {
    color: white;
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
    padding-left: 20px;
    border-bottom: 1px solid #083563;
}
.navigation-bar{
	padding-top:30px;
	padding-bottom:30px;
	
}
.navigation-bar span{
	float:left;
	color:#666666;
	font-size:16px;
}
.breadcrumb>li{
	color:#666666;
	font-size:16px;
}
.breadcrumb{
	padding:0;
	margin:0;
	background-color:transparent;
}
.breadcrumb>li+li:before {
    content: ">";
}
.secondary-title{
	width:100%;
	background:#387dc0;
	padding:12px 0;
	color:white;
	font-size:19px;
	border-top-right-radius:16px;
}
.secondary-menu>ul>li>a{
	width:100%;
	display:block;
	line-height:20px;
	padding:12px 30px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	color:#333333;
	background:white;
	transition: background 0.2s,color 0.2s;
    -moz-transition: background 0.2s,color 0.2s;
    -webkit-transition: background 0.2s,color 0.2s;
    -o-transition: background 0.2s,color 0.2s;
	
}
.secondary-menu>ul>li>a:hover{
	background:#E7F1FB;
	color:#387dc0;
	cursor:pointer;
	transition: background 0.2s,color 0.2s;
    -moz-transition: background 0.2s,color 0.2s;
    -webkit-transition: background 0.2s,color 0.2s;
    -o-transition: background 0.2s,color 0.2s;
}
.secondary-menu>ul>li>a.active{
	background:#E7F1FB;
	color:#387dc0
}
.news-list-head{
	color:#387dc0;
	font-size:20px;
	padding:10px 0;
	border-bottom:1px solid #dedede
}
.info-box {
	width:100%;
    padding:15px;
    position: relative;
    border: 1px solid #dddddd;
    box-shadow: 4px 4px 5px #f2f2f2;
    display: table;
    table-layout: fixed;
    margin-bottom:20px;
    background:white;
    transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
}
.info-box:hover{
	cursor:pointer;
	box-shadow: 4px 4px 5px #ddd;
	transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
}
.info-box-icon {
    width: 200px;
    height:132px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none;
    position: relative;
    background-color: #dddddd !important;
    table-layout: fixed;
    background-size:cover !important;
    display: inline-block;
  	float: left;
}
.info-box-content {
    padding: 10px 10px 10px 220px;
   	position: relative;
}
.info-box-content .info-title{
	font-size:16px;
	color:#333333;
	white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.info-box-content .info-date{
	color:#999999
}
.info-box-content .info-detail{
	color:#666666;
}
.all-media-list{
	padding-top:20px;
}
.menus-toggle {
    display: block;
    float: right;
    width: 60px;
    height: 27px;
    border: 1px solid #666;
    line-height: 19px;
    text-align: center;
    border-radius: 3px;
    
}
.menus-toggle i {
    font-size: 10px;
    color: #666;
}
.load-more{
	display:block;
	width:100%;
	padding:16px 0;
	background:#dbe8f3;
	text-align: center;
	color:#387dc0 !important;
	cursor:pointer;
	margin-bottom:30px;
	transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
}
.load-more:hover{
	background:#cbe3f7;
	transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
}
.article-con{
	box-shadow:4px 4px 5px #f2f2f2;
	background:white;
	margin:20px 0;
	padding:30px 20px;
}
.article-title{
	margin-bottom:20px;	
}
.article-detail img{
	max-width:100%;
}
.article-date{
	color:#999999
}
.more-article{
	margin-bottom:25px;
}
.more-article a{
	display:block;
	margin:10px 0;
	color:#387dc0 !important;
}
.nj-qr-code img{
	margin-left:30px;
}
.nj-qr-code{
	height:152px;
	overflow:hidden;
}
footer{
	padding-bottom:30px;
	padding-top:20px;
}


.info-box-icon.teacher{
	width:200px;
	height:200px;
	display: inline-block;
  	float: left;
}
.info-box-content.teacher-con{
	height: 200px;
  	padding: 10px 10px 10px 220px;
   	position: relative;
}
.media-heading{
	margin-bottom:15px;
	font-weight:bold;
}
.info-detail.teacher-detail{
	height:160px;
	overflow:hidden;
}
.slider{
	min-width:1170px;
}
.latest-news, .more-info-con{
    box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.17);
}
.child-list{
	display:none;
}
.list-open .child-list{
	display:block;
}
.child-list>li>a{
	position:relative;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	background:#F5F9FD;
	display:block;
	padding:0 0 0 20px;
	border-bottom:0;
}
.child-list>li:last-child>a{
	border-bottom:1px solid #dedede  !important;
}
.child-list>li>a>span{
	display:block;
	width:100%;
	padding:12px 25px;
	border-bottom:1px solid #dedede;
	
}
.child-list>li>a>span:hover{
	color:#387dc0;
}
.child-list>li:last-child>a>span{
	border-bottom:0 !important;
}
.child-list>li>a.active span{
	color:#387dc0;
}
.all-info-con{
	padding-bottom:30px;
}
.menus-toggle-list>li>a>i{
	transition: transform .5s;
    -moz-transition: -moz-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    line-height:20px;
    font-size:18px;
}
.list-open>a>i{
	transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform .2s;
    -moz-transition: -moz-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
}
 .default-title{
	
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	color:white;
	font-size:26px;
	line-height:250px;
	padding:15px;
}
/*更多链接。。。。。。。start*/
.more-links-con{
	background:transparent;
	box-shadow:none !important;
	
}
.more-links-con .title{
	border-bottom:0;
	padding-bottom:2px;
}  
.links-list-con{
	overflow:hidden;
}
.links-list-con .links-con .link-con img{
	height:30px;
	width:30px;
	margin-right:5px;
	position:relative;
	margin-top:-3px;
	
}
.links-list-con .links-con{
	width:20%;
	padding:8px;
	float:left;
}
.links-list-con .links-con .link-con{
	border: 1px solid #eee;
    background: #FCFCFC;
    box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.17);
    text-align: center;
    height:48px;
    line-height:46px;
    vertical-align: middle;
    transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
}
.links-list-con .links-con .link-con:hover{
	cursor:pointer;
	background:#f5f5f5;
	transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
}
.fast-links-list{
	padding:8px 10px;
}
.fast-links{
	overflow: hidden;
    background: white;
    border: 1px solid #eee;
    padding: 1px 0;
    box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.17);
}
.fast-links .fast-link{
	width:33.333333%;
	float:left;
	text-align: center;
	padding:15px 9px;
}
.fast-links .fast-link div:hover{
	cursor:pointer;
}
.fast-links .fast-link img{
	width:30px;
	height:30px;
	margin-bottom:6px;
}
.fast-links .fast-link p{
	margin:0;
}
.nj-xq{
	display:block;
	float:left;
	width:150px;
	height:100%;
}
.nj-xq img{
	padding:22px 0;
	height:100%;
}
/*更多链接。。。。。。。end*/ 
@media screen and (min-width: 768px){
	
}
@media screen and (max-width: 767px){
	.more-links{
		margin-bottom:20px
	}
	.visible-xs.links-xs {
	    display: inline-block!important;
	}
	footer p:first-child{
		text-align: center;
	}
	.info-detail.teacher-detail{
		height:60px;
		overflow:hidden;
	}
	.info-box-icon.teacher{
		width:120px;
		height:120px;
	}
	.info-box-content.teacher-con{
		height: 120px;
	  	padding: 10px 10px 10px 140px;
	   	position: relative;
	}
	footer{
		margin-top:15px;
		padding-bottom:0;
		padding-top:0;
	}
	.edu-con{
		width:48%;
	}
	.edu-con .edu-info{
		padding-left:0;
		height:76px;
		overflow:hidden;
	}
	.school-edu-list{
		padding:0 10px;
	}
	.edu-con{
		margin:1%
	}
	
	.all-info-con{
		margin-top:56px;
		
	}
	.latest-news{
		margin-top:25px;
	}
	.info-box-phone{
		padding:0;
	}
	.all-media-list{
		padding-top:15px
	}
	.info-box-icon{
		width:130px;
		height:94px;
		display: inline-block;
   		float: left;
	}
	.info-box-content{
		height: 94px;
   	 	padding: 10px 10px 10px 140px;
    	position: relative;
	}
	.secondary-title{
		color: #387dc0;
    	font-size: 20px;
    	padding: 10px 0;
    	border-bottom: 1px solid #dedede;
    	background:transparent;
    	text-align: left;
	}
	.secondary-menu{
		margin-top:20px;
	}
	.menus-toggle-list{
		display:none;
	}
}

/* 2019/3/4 */
.edu-light-brown{
	background-color: #DF8B39;
}
.edu-light-brown .edu-info span{
	background-color: #E8AB70;
}
.edu-green{
	background-color: #51A186;
}
.edu-green .edu-info span{
	background-color: #81BBA8;
}
.edu-purple{
	background-color: #9564B7;
}
.edu-purple .edu-info span{
	background-color: #B38FCB;
}
.edu-light-green{
	background-color: #3E9EAF;
}
.edu-light-green .edu-info span{
	background-color: #74B9C5;
}
.image-list{
	margin: 30px 15px;
	text-align: center;
}
.image-list li{
	float: left;
	position:relative;
	margin: 0 15px 30px ;
  width: 264px;
}
.image-list li img{
	width: 100%;
}
.image-list li p{
	margin-top:14px;
	font-size:14px;
	line-height:1;
	color:#333;
}

.image-list li::after{
	content:"图集";
	display:inline-block;
	position: absolute;
	top:50%;
	left:50%;
	text-align:center;
	background-color: rgba(0,0,0,.58);
	width: 50px;
	height: 32px;
	line-height: 32px;
	color:#fff;
	border-radius:4px;
	transform:translate(-50%,-50%);
}
.album .album-img{
	display:inline-block;
	margin: 30px 15px 0;
	font-size: 0;
}
.album .album-img img{
	margin: 0 15px 30px;
	width: 264px;
	height: 176px;
}
.edu-con .edu-img img{
	width: 100%;
}
@media screen and (max-width: 768px){
	.image-list li{
		margin: 0 0 30px;
		width: 100%;
	}
	.album .album-img{
		text-align: center;
	}
	.album .album-img img{
		margin: 0 0 30px;
		width: 100%;
		height: auto;
	}
}
.child-list a span i{
	display: inline-block;
	position:absolute;
	left:22px;
	top:15px;
	width: 14px;
	height: 14px;
}
.child-list a span i.plus{
	background: url("/nj_new/images/plus.png");
}
.child-list a.active span i.plus{
	background: url("/nj_new/images/plus-active.png");
}
.child-list a span i.minus{
	background: url("/nj_new/images/minus.png");
}
.child-list a.active span i.minus{
	background: url("/nj_new/images/minus-active.png");
}
.children-list{
	display:none;
	background-color: #F5F9FD;
}
.children-list a{
  display: block;
	padding-left: 40px ;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.children-list a span{
  display: block;
  width: 100%;
  padding: 12px 25px;
  border-bottom: 1px solid #dedede;
}
.children-list a.active span{
  color:#387dc0;
}
.children-list-open .children-list{
	display: block;
}

.nj-footer{
	background:#fff;
	padding-bottom: 0;
}

/* 底部 - 信息展示 */
.nj-footer--info-box{
	display: flex;
	align-items: center;
}

/* 右侧 - 二维码盒子 */
.nj-qr-code-new{
	height:152px;
}

/* 底部 - 二维码item */
.nj-footer--qrcode-box{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 30px;
}
.nj-footer--qrcode-box:last-child{
	margin-right: 0;
}
.nj-footer--qrcode-box > p{
	font-size: 14px;
	margin-top: 3px;
}
.nj-footer--qrcode-box > img{
	width: 120px;
	transition: transform 0.3s ease;
}
.nj-footer--qrcode-box > img:hover{
	transform: scale(1.2);
}

/* 底部 - 备案信息 */
.nj-footer--support{
	margin-top: 20px;
	text-align: center;
	color: #333;
}
