
/* 内页大图 */
.page_bg{
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem;
}
.page_bg img{
	width: 100%;
	border-radius: 0.08rem;
}

/* 二级栏目 */
.cate{
	padding: 0.2rem 0.25rem;
}
.cate .cate-list{
	
}
.cate .cate-list .swiper-wrapper{
	
}
.cate .cate-list .swiper-slide{
	font-size: 0.24rem;
	color: #ffffff;
	width: auto;
	height: 0.53rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.3rem;
	background-color: #ff5252; /* 不支持线性的时候显示 */
	background-image: linear-gradient(to right, #ff5252 , #ff8244);
	border-radius: 0.2rem;
}
.cate .cate-list .active{
	
}

/* 单页 */
.singlepage{
	padding: 0.25rem 0.3rem 0.4rem;
	font-size: 0.26rem;
	color: #000000;
	line-height: 0.5rem;
	font-weight: lighter;
}

/* 开班信息列表 */
.kecheng-list{
	background: #f5f5f5;
}
.kecheng-list .item{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0.3rem 0.25rem;
	background: #ffffff;
	margin-top: 0.08rem;
}
.kecheng-list .item:first-child{
	margin-top: 0;
}
.kecheng-list .item .pic{
	width: 1.7rem;
	height: 1.6rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.02rem solid #cfcfcf;
	border-radius: 0.08rem;
}
.kecheng-list .item .pic img{
	
}
.kecheng-list .item .content{
	width: 5.06rem;
	display: flex;
	flex-direction: column;
}
.kecheng-list .item .content .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kecheng-list .item .content .info .title{
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.4rem;
	max-width: 2.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kecheng-list .item .content .info .button-group{
	display: flex;
	align-items: center;
}
.kecheng-list .item .content .info .button-group a{
	width: 1.06rem;
	height: 0.35rem;
	font-size: 0.2rem;
	color: #ffffff;
	background: #29166f;
	border: 0.02rem solid #29166f;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	margin-left: 0.08rem;
}
.kecheng-list .item .content .info .button-group a:first-child{
	background: #ffffff;
	color: #29166f;
	margin-left: 0;
}
.kecheng-list .item .content .desc{
	font-size: 0.2rem;
	color: #777777;
	line-height: 0.35rem;
	margin-top: 0.14rem;
}

/* 老师信息列表 */
.teacher-list{
	background: #f5f5f5;
}
.teacher-list .item{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0.3rem 0.25rem;
	background: #ffffff;
	margin-top: 0.08rem;
}
.teacher-list .item .pic{
	width: 2.1rem;
	height: 1.9rem;
	border-radius: 0.08rem;
	border: 0.02rem solid #cfcfcf;
	background: #ffffff;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.teacher-list .item .pic img{
	
}
.teacher-list .item .content{
	width: 4.7rem;
	display: flex;
	flex-direction: column;
}
.teacher-list .item .content .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.teacher-list .item .content .info .title{
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.4rem;
	max-width: 2.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.teacher-list .item .content .info .button-group{
	display: flex;
	align-items: center;
}
.teacher-list .item .content .info .button-group a{
	width: 1.06rem;
	height: 0.35rem;
	font-size: 0.2rem;
	color: #ffffff;
	background: #29166f;
	border: 0.02rem solid #29166f;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	margin-left: 0.08rem;
}
.teacher-list .item .content .info .button-group a:first-child{
	margin-left: 0;
}
.teacher-list .item .content .teacher-info{
	margin-top: 0.1rem;
	font-size: 0.2rem;
	color: #777777;
	line-height: 0.36rem;
	display: flex;
	flex-direction: column;
}
.teacher-list .item .content .desc{
	font-size: 0.2rem;
	color: #777777;
	line-height: 0.36rem;
}

/* 咨询公告列表 */
.news-list{
	padding: 0 0.3rem;
}
.news-list .item{
	display: flex;
	flex-direction: column;
	padding: 0.3rem 0;
}
.news-list .item .title{
	font-size: 0.28rem;
	color: #333333;
	font-weight: lighter;
	line-height: 0.4rem;
}
.news-list .item .desc{
	font-size: 0.24rem;
	color: #666666;
	font-weight: lighter;
	line-height: 0.36rem;
	margin-top: 0.1rem;
}
.news-list .item .time{
	margin-top: 0.2rem;
	font-size: 0.26rem;
	color: #aaaaaa;
	font-weight: lighter;
}


/*分页*/
.pagination-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.6rem 0;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
  	margin-right: 0.1rem; 
}
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a,
.pagination li span{ 
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0.6rem;
  	height: 0.6rem;
  	border: 0.02rem solid #dadada; 
  	font-size: 0.22rem; 
  	color: #817d7c;
	padding: 0 0.14rem;
  	background: #ffffff;
} 
.pagination li.disabled span,
.pagination li.active span { 
  	border: 0.02rem solid #27156c; 
  	background:#27156c; 
  	color:#fff;
}
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/






#allmap{
	width: 100%;
	height: 4.5rem;
	margin-top: 0.5rem;
	border: 0.02rem solid #dddddd;
}
#allmap img{
	max-width: inherit!important;
}
#allmap .BMap_bubble_title {
	margin-bottom: 0.14rem;
	font-size: 0.32rem;
	font-weight: bold;
}
#allmap .BMap_bubble_content {
	font-size: 0.28rem;
	line-height: 0.4rem;
}

/* 老师详情 */
.teacher-info-box{
	
}
.teacher-info-box .teacher-img{
	padding: 0.2rem;
}
.teacher-info-box .teacher-img img{
	/* width: 100%; */
}
.teacher-info-box .content{
	padding: 0.16rem 0.3rem;
	margin-bottom: 0.5rem;
}
.teacher-info-box .content .title{
	font-size: 0.26rem;
	color: #333333;
	margin-bottom: 0.2rem;
}
.teacher-info-box .content .desc{
	font-size: 0.18rem;
	color: #666666;
	line-height: 0.35rem;
}
.teacher-info-box .content .desc font{
	font-size: 0.2rem;
	color: #333333;
}

.cate-title{
	display: flex;
	align-items: center;
	padding: 0 0.3rem;
}
.cate-title .icon{
	width: 0.48rem;
	height: 0.48rem;
}
.cate-title .title{
	font-size: 0.24rem;
	color: #244dfd;
	margin-left: 0.14rem;
}

.teacher-info-box .button-group{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.teacher-info-box .button-group a{
	width: 1.16rem;
	height: 0.45rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d8d8d8;
	border-radius: 0.5rem;
	margin-right: 0.3rem;
	font-size: 0.2rem;
	color: #777777;
}
.teacher-info-box .button-group a:last-child{
	margin-right: 0;
	background: #27156c;
	color: #ffffff;
}

.news-info{
	padding-top: 0.4rem;
}
.news-info .title{
	text-align: center;
	font-size: 0.26rem;
	color: #333333;
}
.news-info .info{
	text-align: center;
	font-size: 0.2rem;
	color: #aaaaaa;
	margin-top: 0.2rem;
}


.kecheng-info-box{
	
}
.kecheng-info-box .item{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0.3rem 0.25rem;
	background: #ffffff;
}
.kecheng-info-box .item .pic{
	width: 1.7rem;
	height: 1.6rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.02rem solid #cfcfcf;
	border-radius: 0.08rem;
}
.kecheng-info-box .item .pic img{
	
}
.kecheng-info-box .item .content{
	width: 5.06rem;
	display: flex;
	flex-direction: column;
}
.kecheng-info-box .item .content .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kecheng-info-box .item .content .info .title{
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.4rem;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kecheng-info-box .item .content .button-group{
	display: flex;
	align-items: center;
	margin-top: 0.24rem;
}
.kecheng-info-box .item .content .button-group a{
	width: 1.06rem;
	height: 0.35rem;
	font-size: 0.2rem;
	color: #ffffff;
	background: #29166f;
	border: 0.02rem solid #29166f;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	margin-left: 0.08rem;
}
.kecheng-info-box .item .content .button-group a:first-child{
	background: #da251c;
	border: 0.02rem solid #da251c;
	color: #ffffff;
	margin-left: 0;
}
.kecheng-info-box .item .content .desc{
	font-size: 0.2rem;
	color: #777777;
	line-height: 0.35rem;
	margin-top: 0.14rem;
}
.kecheng-info-box .item .content .tip{
	font-size: 0.24rem;
	color: #ec3736;
	margin-top: 0.24rem;
}

/* 图片列表 */
.img-list{
	padding: 0.25rem 0.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.img-list .item{
	width: 3.3rem;
	height: 1.8rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.02rem solid #dddddd;
	margin-bottom: 0.3rem;
}
.img-list .item img{
	
}

.download-box{
	padding: 0 0.3rem 0.4rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.download-box .cate-box{
	width: 2.16rem;
}
.download-box .cate-box .cate-title{
	background: #FE7C27;
	height: 0.5rem;
	display: flex;
	align-items: center;
	border-radius: 0.1rem;
	padding: 0 0 0 0.2rem;
}
.download-box .cate-box .cate-title .icon{
	width: 0.28rem;
	height: 0.25rem;
}
.download-box .cate-box .cate-title .text{
	font-size: 0.24rem;
	color: #ffffff;
	font-weight: lighter;
	margin-left: 0.14rem;
	line-height: 100%;
}
.download-box .cate-box .cate-list{
	display: flex;
	flex-direction: column;
}
.download-box .cate-box .cate-list a{
	height: 0.5rem;
	border-radius: 0.1rem;
	background: #E4E4E4;
	font-size: 0.22rem;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.3rem;
}
.download-box .cate-box .cate-list a.active{
	background: #B8B8B8;
	color: #ffffff;
}

.download-box .download-info{
	width: 4.2rem;
}
.download-box .download-info .list{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 0.2rem;
	margin-bottom: 0.4rem;
}
.download-box .download-info .list a{
	width: 2.37rem;
	height: 0.57rem;
	display: flex;
	align-items: center;
	padding-left: 0.8rem;
	background: url(../images/icon8.png) no-repeat center;
	background-size: 2.37rem 0.57rem;
	font-size: 0.2rem;
	color: #ffffff;
	margin-top: 0.34rem;
}
.download-box .download-info .tip{
	font-size: 0.22rem;
	color: #333333;
	line-height: 0.3rem;
	padding-left: 0.45rem;
	background: url(../images/icon9.png) no-repeat left top 0.03rem;
	background-size: 0.26rem 0.26rem;
}
.download-box .download-info .tip font{
	color: #e00000;
}