/* ---- leftNav Style ---- */
.leftNav{
	width: 22.5%;
	float: left;
	position: relative;
	top:-1.6rem;
	margin-bottom: 3rem;
}
.leftNav h1{
	height: 4.1rem;
	line-height: 1.8rem;

    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */

	padding: 1rem 0.3rem;
	justify-content: center;
	align-content: center;
	align-items: flex-end;
	text-align: center;
	flex-wrap: wrap;
	font-size: 1.5rem;
	color: #fff;
	background: #0b52b3;
	border-left: 0.6rem solid #003173;
	font-weight: normal;
}
.leftNav h1 span{
	font-size: 0.8rem;
	color: #cfcfcf;
	margin-left: 0.4rem;
	line-height: 1rem;
}
.leftNav>ul{
	padding: 0.7rem 0 1.8rem;
	border-left: 0.6rem solid #dfdfdf;
	background: #ededed;
}
.leftNav ul li a{
	display: block;
	width: 100%;
	min-height: 2.7rem;
	padding: 0.7rem 23.25% 0.7rem 8%;
	position: relative;
	font-size: 0.9rem;
	line-height: 1.3rem;
	color: #333333;
}
.leftNav ul li ul a{
	padding: 0.7rem 20% 0.7rem 22%;
}
.leftNav ul li a::before{
	content: "";
	display: none;
	position: absolute;
	right: 11.63%;
	top: 50%;
	margin-top: -0.35rem;
	width: 0.4rem;
	height: 0.75rem;
	background: url(../img/leftNav_arrow.png) no-repeat;
	background-size: 100% 100%;
}
.leftNav ul li a:hover{
	text-decoration: none;
	color: #0b52b3;
}
.leftNav ul li.active>a{
	color: #0b52b3;
}
.leftNav ul li.open>a{
	color: #0b52b3;
}
.leftNav ul li.active>a::before{
	display: block;
}
@media (max-width:768px) {
	.leftNav{
		display: none;
	}
}

.leftNavMenuBox{
	width: 22.5%;
	float: left;
	position: relative;
	top:-1.6rem;
	margin-bottom: 3rem;
}
.leftNavMenuBox h1{
	height: 4.1rem;
	line-height: 1.8rem;

    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */

	padding: 1rem 0.3rem;
	justify-content: center;
	align-content: center;
	align-items: flex-end;
	text-align: center;
	flex-wrap: wrap;
	font-size: 1.5rem;
	color: #fff;
	background: #0b52b3;
	border-left: 0.6rem solid #003173;
	font-weight: normal;
}
.leftNavMenuBox h1 span{
	font-size: 0.8rem;
	color: #cfcfcf;
	margin-left: 0.4rem;
	line-height: 1rem;
}
.leftNavMenu {
	width: 100%;
	padding: 5% 0;
}

.leftNavMenu>li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	position: relative;
}

.leftNavMenu {
	margin: 0 auto;
	padding: 0.7rem 0 1.8rem;
	border-left: 0.6rem solid #dfdfdf;
	background: #ededed;
}

.leftNavMenu>li>a.afinve {
	display: inline-block;
	overflow: hidden;
	text-align: left;
	min-height: 2.7rem;
	padding: 0.7rem 23.25% 0.7rem 8%;
	transition: all .3s;
	position: relative;
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.3rem;
	color: #333333;
	position: relative;
	z-index: 1;
}

.leftNavMenu>li>a.btn {
	position: absolute;
	height: 2.7rem;
	width: 2.7rem;
	top: 0;
	right: 0;
}

.leftNavMenu li a .arrow::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: -0.35rem auto 0;
	width: 0.4rem;
	height: 0.75rem;
	font-size: 0;
	line-height: 0;
	background-image: url(../img/leftNav_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 99;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.leftNavMenu li a .arrow.open::before {
	transform:rotate(90deg);
}

.leftNavMenu>li>a.active,
.leftNavMenu>li>a:hover {
	color: #0b52b3;
}
.leftNavMenu>li.open a.afinve{
	color: #0b52b3;
}
.leftNavMenu>li>ul.sub-menu,
.leftNavMenu>li>ul.sub-menu>li>ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	margin: 0.4rem 0px 0px 8%;
	padding-bottom: 0.3rem;
}

.leftNavMenu>li>ul.sub-menu li {
	background: none;
	margin: 0px;
	padding: 0px;
}

.leftNavMenu>li>ul.sub-menu li>a {
	display: block;
	min-height: 2.7rem;
	padding: 0.7rem 8% 0.7rem 2em;
	font-size: 0.9rem;
	line-height: 1.3rem;
	color: #333333;
	clear: both;
}

.leftNavMenu>li>ul.sub-menu li>a.active,
.leftNavMenu>li>ul.sub-menu li>a:hover,
.leftNavMenu>li>ul.sub-menu>li.active>a {
	color: #0b52b3;
}
@media (max-width:768px) {
	.leftNavMenuBox{
		display: none;
	}
}
/* ---- secMainBox Style ---- */
.secMainBox{
	width: 75%;
	float: right;
	margin-bottom: 2.6rem;
	padding-top: 1.4rem;
}
@media (max-width:768px) {
	.secMainBox{
		width: 100%;
	}
}

/* ---- secTitleBar Style ---- */
.secTitleBar{
	height: 1.9rem;
	position: relative;
	margin-bottom: 2rem;
}
.secTitleBar::before{
	content: "";
	left: 0;
	top: 50%;
	position: absolute;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background: #cecece;
}
.secTitleBar h1{
	position: absolute;
	left: 0;
	top: 0;
	height: 1.9rem;
	line-height: 1.9rem;
	background: #fff;
	padding: 0 0.7rem 0 0;
	font-size: 1.3rem;
	color: #333;
	font-weight: normal;
}
.secTitleBar .crumbs{
	position: absolute;
	right: 0;
	top: 0;
	height: 1.9rem;
	line-height: 1.9rem;
	font-size: 0.8rem;
	color: #666666;
	background: #fff;
	padding-left: 0.6rem;
}
@media (max-width:768px) {
	.secTitleBar{
		/* position: relative;
		top: -2.4rem; */
		margin-bottom: 1rem;
	}
	.secTitleBar h1{
		left: 1rem;
		padding-left: 0.7rem;
		/* background: #0b52b3;
		color: #fff; */
	}
	.secTitleBar .crumbs{
		display: none;
	}
	/* .secTitleBar::before{
		display: none;
	} */
}
/* ---- content Style ---- */
.contentTitle{
	margin-bottom: 0.6rem;
}
.contentTitle h1{
	min-height: 3.5rem;
	text-align: center;
	padding: 0.7rem 0;
	line-height: 2.1rem;
	font-size: 1.5rem;
	color: #333333;
	font-weight: normal;
}
.contentTitle p{
	text-align: center;
	padding: 0.2rem 0;
	line-height: 1.3rem;
	font-size: 0.8rem;
	color: #999999;
}
.contentTitle p span{
	display: inline-block;
	margin: 0 0.3rem;
}
.contentBox .content{
	line-height: 200%;
	font-size: 0.9rem;
	color: #333;
}
.contentBox .content img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.contentBox .content p{
	margin: 0.9rem 0;
}
@media (max-width:768px) {
	.contentTitle p{
		font-size: 0.9rem;
	}
	.contentBox .content{
		font-size: 1rem;
	}
}
@media (max-width:414px) {
	.contentTitle p{
		font-size: 1rem;
	}
	.contentBox .content{
		font-size: 1.1rem;
	}
	.contentBox .content img{
		width: auto !important;
		height: auto !important;
	}
}
/* ---- lastAndNext Style ---- */
.lastAndNext{
	border-top: 1px solid #cecece;
	margin-top: 1.6rem;
	padding-top: 1.7rem;
}
.lastAndNext li{
	padding: 0.3rem 0 0.3rem 3.7rem;
	line-height: 1.4rem;
	font-size: 0.9rem;
	color: #999999;
	position: relative;
}
.lastAndNext li label{
	position: absolute;
	left: 0;
	top: 0;
	height: 2rem;
	line-height: 1.9rem;
	font-size: 0.9rem;
	color: #333;
}
@media (max-width:414px) {
	.lastAndNext li{
		padding: 0.3rem 0 0.3rem 4rem;
		font-size: 1rem;
	}
	.lastAndNext li label{
		font-size: 1rem;
	}
}
/* ---- imageTextList Style ---- */
.imageTextList li{
	padding-left: 13rem;
	position: relative;
	padding-bottom: 1.8rem;
	border-bottom: 1px solid #efefef;
	margin-bottom: 1.8rem;
}
.imageTextList li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 11rem;
	height: 7.5rem;
	overflow: hidden;
}
.imageTextList li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.imageTextList li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.imageTextList li h1{
	min-height: 2.2rem;
	line-height: 1.4rem;
	padding: 0.4rem 0;
	font-size: 1.1rem;
	color: #333;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.time{
	padding-left: 1.1rem;
	background: url(../img/icon_time.png) left center no-repeat;
	background-size: 0.8rem auto;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.7rem;
	color: #666666;
	margin-bottom: 0.8rem;
}         
.imageTextList li p.con{
	height: 2.8rem;
	line-height: 1.4rem;
	font-size: 0.7rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width:768px) {
	.imageTextList li{
		padding-left: 8rem;
		padding-bottom: 2.4rem;
		margin-bottom: 1.2rem;
	}
	.imageTextList li .pic{
		width: 7rem;
		height: 5rem;
	}
	.imageTextList li h1{
		min-height: 3.8rem;
		line-height: 1.4rem;
		padding: 0.2rem 0;
		font-size: 1.1rem;
		color: #333;
		font-weight: normal;
		margin-bottom: 0rem;
	}
	.time{
		position: absolute;
		left: 8rem;
		bottom: 1.2rem;
		font-size: 0.9rem;
		margin-bottom: 0rem;
	}         
	.imageTextList li p.con{
		display: none;
	}
}
/* ---- imageTextList Style ---- */
.pagerBar{
	min-height: 1.5rem;
	line-height: 1.5rem;
    display: flex;  
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	flex-wrap: wrap;
	font-size: 0.7rem;
	color: #666;
}
.pagerBar span,
.pagerBar a,
.pagerBar input{
	display: inline-block;
	height: 1.5rem;
	line-height: 1.4rem;
	border: 1px solid #ededed;
	font-size: 0.7rem;
	color: #666;
	margin-bottom: 0.4rem;
}
.pagerBar span{
	padding: 0 1.5rem;
	margin: 0 0.2rem 0.4rem;
}
.pagerBar a{
	padding: 0 0.6rem;
}
.pagerBar a:hover{
	text-decoration: none;
}
.pagerBar input{
	width: 2.6rem;
	background: none;
	outline: none;
	margin: 0 0.2rem 0.4rem;
	text-align: center;
}
.pagerBar b{
	display: inline-block;
	font-weight: normal;
}
@media (max-width:768px) {
	.pagerBar{
		font-size: 0.9rem;
	}
	.pagerBar span,
	.pagerBar a,
	.pagerBar input{
		font-size: 0.9rem;
	}
}

/* ---- textList Style ---- */
.textList{
	margin-bottom: 2.5rem;
}
.textList li{
	position: relative;
	padding: 0.4rem 6rem 0.4rem 0;
	min-height: 2.2rem;
	line-height: 1.4rem;
	font-size: 0.9rem;
	color: #333;
}
.textList li span{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 2.2rem;
	font-size: 0.8rem;
	color: #999999;
}
@media (max-width:768px) {
	.textList li{
		padding: 0.6rem 6.5rem 0.6rem 0;
		min-height: 2.6rem;
		line-height: 1.4rem;
		font-size: 1rem;
	}
	.textList li span{
		line-height: 2.6rem;
		font-size: 0.9rem;
	}
}
/* ---- teachersList Style ---- */
.teachersList{
    /* display: flex;   
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;*/
	overflow: hidden;
	margin-bottom: 2.4rem;
}
.teachersList li{
	float: left;
	width: 50%;
	border-bottom: 1px solid #ececec;
	padding: 1.3rem 0;
	padding-right: 0.8rem;
	overflow: hidden;
}
.teachersList li:first-of-type,
.teachersList li:nth-of-type(2){
	padding-top: 0;
}
.teachersList li:nth-of-type(2n+1){
	width: 48.3%;
	border-right: 1px solid #ececec;
}
.teachersList li:nth-of-type(2n){
	width: 51.7%;
	padding-left: 1.5rem;
}
.teachersList li .pic{
	float: left;
	height: 7rem;
	width: 5.5rem;
	overflow: hidden;
}
.teachersList li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.teachersList li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.teachersList li .con{
	float: right;
	width: calc(100% - 7rem);
}
.teachersList li h1{
	height: 1.7rem;
	line-height: 1.7rem;
	font-size: 1.3rem;
	color: #333;
	font-weight: normal;
	margin-bottom: 0.6rem;
}
.teachersList li p{
	min-height: 1.5rem;
	line-height: 1.1rem;
	padding: 0.2rem 0;
	font-size: 0.8rem;
	color: #666;
}

@media (max-width:768px) {
	.teachersList li{
		border-bottom: 1px solid #ececec;
		padding: 1rem;
		overflow: hidden;
	}
	.teachersList li:first-of-type,
	.teachersList li:nth-of-type(2){
		padding-top: 1rem;
	}
	.teachersList li:nth-of-type(2n+1){
		width: 100%;
		border-right: none;
	}
	.teachersList li:nth-of-type(2n){
		width: 100%;
		padding-left: 1rem;
	}
	
	.teachersList li p{
		font-size: 1rem;
	}
}
/* ---- teacherInfor Style ---- */
.teacherInfor{
	background: #f2f2f2;
	padding: 1rem 1rem 1rem 10rem;
	position: relative;
	min-height: 11.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.teacherInfor .pic{
	width: 7.5rem;
	height: 9.5rem;
	position: absolute;
	left: 1rem;
	top: 1rem;
}
.teacherInfor .pic img{
	width: 100%;
	height: 100%;
}
.teacherInfor h1{
	width: 100%;
	height: 2rem;
	font-size: 1.3rem;
	color: #333;
	font-weight: normal;
}
.teacherInfor p{
	width: 48%;
	height: auto;
	min-height: 1.5rem;
	font-size: 0.8rem;
	line-height: 1.1rem;
	padding: 0.2rem 0;
	color: #333;
}
.teacherInfor .tel{
	width: 100%;
	height: 1rem;
	min-height: 1rem;
	line-height: 1rem;
	padding:0 0 0 1.4rem;
	font-size: 0.7rem;
	color: #666;
	background: url(../img/icon_tel.png) left center no-repeat;
	background-size: auto 1rem;
	margin-top: 0.5rem;
}
@media (max-width:768px) {
	.teacherInfor{
		padding: 1rem 1rem 1rem 1rem;
		display: block;
		justify-content: unset;
		align-items: unset;
		align-content: unset;
		flex-wrap: unset;
	}
	.teacherInfor .pic{
		float: right;
		margin-left: 1rem;
		position: relative;
		left: auto;
		top: auto;
	}
	.teacherInfor p{
		width: auto;
		min-height: 2.1rem;
		font-size: 1rem;
		line-height: 1.5rem;
		padding: 0.3rem 0;
	}
	.teacherInfor .tel{
		height: 1.4rem;
		line-height: 1.4rem;
		padding-left: 1.4rem;
		font-size: 1rem;
	}
}
/* ---- teacherBox Style ---- */
.teacherBox{
	margin-bottom: 2rem;
}
.teacherBox h1{
	height: 2.55rem;
	line-height: 2.5rem;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 1rem;
	font-size: 1.1rem;
	font-weight: normal;
	color: #333;
	background: #f9f9f9;
	margin-bottom: 1.3rem;
}
.teacherBox h1 img{
	height: 1.4rem;
	width: auto;
	margin-right: 0.5rem;
}
.teacherBox .con{
	line-height: 200%;
	font-size: 0.8rem;
	color: #333;
}
.teacherBox .con img{
	width: auto;
	max-width: 100%;
	height: auto;
}

@media (max-width:1024px) {
	.teacherBox .con{
		font-size: 0.9rem;
	}
}
@media (max-width:768px) {
	.teacherBox .con{
		font-size: 1rem;
	}
}