.TotalContainer {
	background: #ffefe3;
	position: relative;
}


.clear {
	clear: both;
}

.header {
	width: 100%;
	margin: 0 auto;
	height: 0;
	padding-bottom: 20.7%;
	text-align: center;
	background: url(../images/DeatilBanner.png) no-repeat;
	background-size: cover;
}



.sub_banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 100px;
	/* bottom: 0; */
	left: 0;
	right: 0;
	padding: 0 8%;
	transition: 0.6s;
}

.sub_banner span {
	margin: 0 auto;
	height: 0;
	padding-bottom: 16.7%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.sub_banner img {
	display: block;
	margin: 0 auto;
	width: 100%;
	/* max-width: 1600px; */
	/* position:relative; */
}

.DeatilBannerMeng {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	left: 0;
	right: 0;
	/* bottom: 0; */
	padding: 0 8%;
}



.Detail_Centent {
	position: relative;
	margin: auto;
	display: flex;
	padding: 4% 18.4%;
	width: 100%;
	z-index: 5;
}

.content {
	position: relative;
}

.content .sub_mbtn {
	margin-right: -60px;
	margin-top: -28px;
	font-size: 14px;
	z-index: 5;
	float: right;
}

.content .sub_mbtn a {
	color: #FFFFFF;
	display: initial;
}

.content .sub_mbtn a+a::before {
	content: '>';
	height: 20px;
	line-height: 20px;
	font-weight: 400;
	padding: 0 8px;
}

.Title_fl {
	width: 20%;

	text-align: center;
}

.Title_fl ul {
	background: #FFFFFF;
	padding-bottom: 2px;
}

.Title_fl h1 {
	color: #FFFFFF;
	background-color: #ae0a29;
	padding: 16px 8px;
	margin: auto;
	font-size: 28px;
}

.Title_fl ul li {
	padding: 14px 10px;
	font-size: 18px;
	border-bottom: 1px solid #e5e5e5;
}



.Title_fl ul li:hover>a {
	color: #ae0a29;
}


.Title_fl ul li:last-child {
	border: 0;
	margin-bottom: 5px;
}

.Title_fl ul li.active>a {
	background: url(../images/active_left.png)left center no-repeat, url(../images/active_right.png)right center no-repeat;
}

.Title_fl ul li:hover>a {
	background: url(../images/active_left.png)left center no-repeat, url(../images/active_right.png)right center no-repeat;
}

.Title_fl ul li.active>a {
	color: #ae0a29;
}

.Title_fl ul li a {
	color: #000000;
	padding: 0 20px;
	display: initial;
}

.subNavs {
	background: #ffefe37a !important;
	display: none;
	margin: 14px 0;
}

.subNavs dl {
	margin-bottom: 0px;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 22px;
}

.subNavs dl dd a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 26px;
	padding: 5px 0px;
}

.subNavs dl dd>a:hover {
	color: #ae0a29;
}


.Cntet_fr {
	width: 80%;
	background: #FFFFFF;
	padding: 0 60px 60px;
	margin-left: 1.8%;
}

.Cntet_fr h1 {
	font-weight: bold;
	color: #000000;
	border-bottom: 2px solid #ae0a29;
	padding-bottom: 16px;
	font-size: 30px;
}

#ColumnTiTle strong {
	font-size: 36px;
	color: #ae0c2a;
}

.Cntet_fr h1 span.fl {
	color: #ae0c2a;
	font-size: 20px;
	font-weight: 500;
}

.Cntet_fr p {
	text-indent: 2rem;
	color: #000000;
	margin: 0 0 12px;
	line-height: 30px;
	font-size: 16px;
	font-family: 'Microsoft YaHei' !important;
}


.Cntet_fr table tbody tr td {
	/* border:1px solid #9999; */
	color: #000000;
	padding: 0 12px !important;
}

.Cntet_fr table tbody tr:nth-child(2n+1) {
	background: #fef9f5;
}

.Cntet_fr table tbody tr td p span {
	font-size: 16px !important;
}

.Cntet_fr table tbody tr td p {
	margin: 0;
	text-align: left;
	text-indent: 0;
	line-height: 38px;
	padding: 10px 0px;
}

.Cntet_fr li {
	display: flex;
	background-color: #ffefe3;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.content_img {
	width: 34%;
	height: 180px;
	margin: auto;
	overflow: hidden;
}


.content_img img {
	width: 100%;
	/* height: 100%; */
}

.content_img>img {
	transition: all .3s ease-out .1s;
	-webkit-transition: all .3s ease-out .1s;
	-moz-transition: all .3s ease-out .1s;
	-ms-transition: all .3s ease-out .1s;
	-o-transition: all .3s ease-out .1s;
}

.Cntet_fr li:hover .content_img>img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.content_text {
	width: 66%;
	padding: 24px 38px;
}

.content_text .Time {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Times New Roman';
	color: #ae0a29;
}

.content_text h4 {
	color: #533335;
	line-height: 28px;
	margin-bottom: 16px;
}

.content_text h4:hover {
	color: #ae0a29;
}

.content_text .Centnt_More {
	background-color: #ae0a29;
	border-radius: 20px;
	color: #ffffff;
	padding: 8px 26px;
	font-size: 14px;
	margin-top: 10px;
}


.Cntet_fr .List li {
	background: 0;
	display: flow-root;
	border-bottom: 1px solid #D0D6D6;
	margin-bottom: 2px;
}

.Cntet_fr .List li>a {
	display: block;
	width: 100%;
	height: 100%;
}

.Cntet_fr .List h4 {
	display: block;
	width: 88%;
	color: #533335;
	font-size: 16px;
	float: left;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	margin: 18px 0;
}

.Cntet_fr .List .Time {
	float: right;
	font-family: 'Times New Roman';
	font-weight: bold;
	margin: 18px 0;
	color: #666666;
}


/* teacher */

.major {
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 36px;
	padding-bottom: 10px;
}

.major,
.major ul {
	display: flex;
	flex-wrap: wrap;

}


.major span {
	color: #ae0a29;
	width: 12%;
	padding-top: 4px;
	float: left;
}

.major ul {
	height: 100%;
	display: block;
	float: left;
	width: 84%;
	height: 100%;
}

.major.content ul {
	width: 100%;
}



.major li {
	display: block;
	background: 0;
	line-height: 36px;
	margin-bottom: 0;
	float: left;
	padding: 0 3%;
}

.major a {
	border-radius: 18px;
	color: #000000;
	text-align: center;
	/* padding: 8px 20px; */
	font-size: 14px;
	width: 100%;
	min-width: 92px;
}

.major li.active {
	border-radius: 18px;
	background-color: #ae0a29;
}

.major li.active a {
	color: #ffffff;

}


.TeacherList {
	display: flex;
	flex-wrap: wrap;
}

.TeacherList li {
	display: block;
	flex: 0 0 50%;
	max-width: 50%;
	background: 0;
	height: 100%;
}

.TeacherList li a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.major.content li {
	padding: 0 0%;
}

.major.content li a {
	padding: 0 20px;
}

/* .TeacherList li a{
	display: flex;
	
} */

.TeacherList .content_img {
	width: 34%;
	float: left;
	height: 204px;
	overflow: hidden;
}

.TeacherList .content_text {
	width: 62%;
	padding: 1px 0px 0 20px;
	float: left;
}

.TeacherList .content_text span {
	display: block;
	line-height: 36px;
	color: #000;
	font-size: 14px;
}

.intro {
	display: flex;
	color: #000000;
	margin-bottom: 40px;
}


.intro .intro_img {
	width: 20%;
	height: 240px;
	overflow: hidden;
}

.intro .intro_img img {
	width: 100%;
	/* height: 100%; */
}

.intro .intro_text {
	padding: 10px 60px;
	width: 70%;
}

.intro .intro_text h3 {
	color: #ae0a29;
	margin-bottom: 22px;
}

.intro .intro_text span {
	font-size: 14px;
	float: left;
	width: 100%;
	line-height: 36px;
}

.resume h5.resume_title {
	border-bottom: 1px solid #ae0a29;
	padding-bottom: 7px;
	margin-bottom: 22px;
}

.resume h5.resume_title span {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #ae0a29;
	padding: 8px 18px;
	/* width: 14%; */
	/* display: block; */
}

.resume .resume_text {
	margin-bottom: 40px;
}

.resume .resume_text p {
	text-indent: 0;
}


/* tongzhi */

.Cntet_fr .DetailTile {
	font-size: 24px;
	line-height: 36px;
	color: #533335;
	font-weight: bold;
	border-bottom: 1px solid #3333;
	margin-bottom: 20px;
}

.Cntet_fr .DetailTile span {
	display: block;
	font-size: 14px;
	line-height: 60px;
	color: #666666;
	font-weight: 500;
}

.Cntet_fr .viceTitle {
	font-size: 18px;
	line-height: 28px;
	color: #533335;
	font-weight: bold;
	font-family: "Arial";
	margin-bottom: 20px;
}

.Cntet_fr .DetailText {
	padding-bottom: 36px;
	margin-bottom: 30px;
	border-bottom: 1px solid #3333;
}

.Cntet_fr .DetailText>span {
	color: #ae0a29;
	display: block;
	text-indent: 0;
	font-family: "Arial";
	padding-top: 20px;
}

.Cntet_fr .DetailText p {
	text-indent: 0;
	background-color: #ff000000 !important;
}

.Cntet_fr .DetailText h4 {
	color: #000000;
}

.Cntet_fr .DetailText>p>span,
.Cntet_fr .DetailText p>span {
	background-color: #ff000000 !important;
	font-family: 'Microsoft YaHei' !important;
	line-height: 30px;
}

.Cntet_fr .DetailText p img {
	text-align: center;
	margin: 0 auto;
	width: 58%;
	display: block;
	height: auto;
}
.xrldList{width:100%;display:grid;grid-template-columns: calc(50% - 15px) calc(50% - 15px);grid-column-gap: 30px;}
.xrldItem{margin-bottom:30px;}
.xrldItem h5{width:100%;padding: 15px 20px;background: #ffebee;font-size: 18px;color: #ae0a29;border-left: 4px solid #ae0a29;margin: 0;}
.picBox{width:100%;display:flex;margin-top:20px}
.picBox i{width: 180px;position: relative;overflow: hidden;flex-shrink:0}
.picBox i::before{content:'';display: block;padding-top: 130%;}
.picBox img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.picTxt{flex:1;padding-left:20px}
.picTxt h6{color:#333;font-size:18px;}
.picTxt p{font-weight:normal;font-size: 15px;text-indent:0;line-height:1.6;color:#666}


@media only screen and (max-width: 1700px) {
	.Detail_Centent {
		padding: 4% 12%;
	}

	.Title_fl h1 {
		padding: 16px 6px;
	}



	.Title_fl ul li {
		padding: 14px 10px;
	}

}

@media only screen and (max-width: 1600px) {


	.Cntet_fr .List h4 {
		width: 82%;
	}

	.intro .intro_text {
		padding: 10px 30px;
	}

	.page_conment {
		margin-top: 20px;

	}

	.Detail_Centent {
		padding: 4% 9%;
	}
	.Title_fl h1 {
		padding: 16px 6px;
	}
	
	
	
	.Title_fl ul li {
		padding: 14px 10px;
	}
	
}


@media only screen and (max-width: 1460px) {
	.major a {
		/* padding: 8px 18px; */
	}

	.content .sub_mbtn {
		margin-right: -30px;
	}

	.intro {
		flex-wrap: wrap;
	}

	.intro .intro_img {
		width: 28%;
	}

	.intro .intro_text {
		padding: 20px 20px;
	}

	.TeacherList li {
		display: block;

	}

	.Cntet_fr {

		padding: 0 30px 36px;
	}


}

@media only screen and (max-width: 1360px) {
	.TeacherList .content_text span {
		line-height: 32px;
	}

	.TeacherList .content_text {
		padding: 1px 0px 0 15px;
	}
}

@media only screen and (max-width: 1280px) {

	.Cntet_fr h1 {
		font-size: 28px;
	}

	.major span {
		width: 14%;
	}

	.major ul {
		width: 80%;
	}



}

@media only screen and (max-width: 1200px) {
	.intro .intro_img {
		width: 34%;
	}

	.intro .intro_text {
		padding: 20px 0;
		width: 100%;
	}

	.subNavs dl dd a {
		padding: 0;
	}
}

@media only screen and (max-width: 1120px) {


	.content .sub_mbtn {
		margin-right: -48px;
	}


	.major ul {
		width: 80%;
		margin-bottom: 0px;
	}

	.major span {
		width: 14%;
	}

	.Cntet_fr {
		padding: 0 40px 40px;
	}

	.Title_fl h1 {
		font-size: 26px;
	}

	.Title_fl ul li {
		font-size: 16px;
		padding: 14px 0;
	}


}


@media only screen and (max-width: 1020px) {
	.Title_fl {
		display: none;
	}


	.Cntet_fr {
		width: 100%;
		margin-left: 0;
		padding: 0 50px 50px;
	}

}

@media only screen and (max-width: 980px) {

	.Cntet_fr li {
		display: block;
	}

	.content_img {
		width: 100%;
	}

	.content_text {
		width: 100%;
		padding: 26px;
	}

	.TeacherList .content_img {
		margin: 0;
	}

	#ColumnTiTle strong {
		font-size: 26px;
	}

	.Cntet_fr h1 {
		font-size: 24px;
	}
}


@media only screen and (max-width: 840px) {

	.header {
		height: 100%;
		padding-bottom: 0;
	}

	.content .sub_mbtn {
		display: none;
	}

	.sub_banner {
		position: relative;
		top: 0;
		padding: 0;
	}

	.DeatilBannerMeng {
		padding: 0;
	}


	.sub_banner img {
		padding: 0;
	}

	.Detail_Centent {
		padding: 6.9% 6%;
	}

	.major span {
		width: 100%;
		margin-bottom: 14px;
	}

	.major li {
		/* padding: 0 20px 0 0; */
	}

	#ColumnTiTle strong {
		font-size: 22px;
	}

	.Cntet_fr h1 {
		font-size: 20px;
	}

	.major ul {
		width: 100%;
	}
	.xrldList{grid-template-columns: auto;}

}

@media only screen and (max-width: 780px) {
	.major li {
		/* padding: 0 26px 0 0; */
	}
}

@media only screen and (max-width: 560px) {
	.header {
		height: 100%;
		padding-bottom: 0;
	}


	.intro .intro_text span {
		width: 100%;
	}

	.major li {
		/* padding: 0 40px 0 0; */
	}

	.major a {
		/* padding: 5px 18px; */
	}

	#ColumnTiTle strong {
		font-size: 20px;
	}

	.Cntet_fr h1 {
		font-size: 18px;
	}

	.Cntet_fr .List h4 {
		font-size: 14px;
		margin: 0px 0px;
	}

	.content_text .Centnt_More {
		padding: 8px 16px;
		font-size: 12px;
	}

	.Cntet_fr .List .Time {
		font-size: 14px;
		margin: 0px 0px;
	}

	.content_text h4,
	.Cntet_fr h1 span.fl {
		font-size: 16px;
	}

	.Cntet_fr .List li {
		padding: 5px 0px;
	}

	.Cntet_fr p {
		font-size: 14px;
		margin: 0 0 6px;
		line-height: 26px;
	}

	.Cntet_fr p img,
	.Cntet_fr img {
		display: block;
		max-width: 100%;
	}

	.Cntet_fr {

		padding: 0 16px 10px;
	}

	.Detail_Centent {
		padding: 4.9% 2.4%;
	}


	.major span {
		/* width: 14%; */
	}

	.major ul {
		width: 100%;
	}

	.TeacherList .content_text {
		width: 62%;
		padding: 0px 14px;
	}

	.intro .intro_text h3 {
		font-size: 18px;

		margin-bottom: 8px;
	}

	.intro {
		margin-bottom: 4px;
	}

	.intro .intro_img {
		width: 46%;
	}

	.resume h5.resume_title span {
		font-size: 16px;
		padding: 6px 10px;
	}

	.TeacherList .content_img {
		width: 38%;
	}

	.Cntet_fr .DetailTile {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 8px;
	}

	.TeacherList li {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.major li {
		/* padding: 0 38px 0 0; */
	}

	.Cntet_fr table tbody tr td {
		padding: 0px 5px;
		width: 20%;
	}

	.Cntet_fr table tbody tr td p {
		padding: 0px !important;
	}

	.Cntet_fr table tbody tr td p span {
		font-size: 12px !important;
		padding: 5px 0px !important;
	}

	.Cntet_fr table tbody tr td p {
		line-height: 28px;
	}
}


@media only screen and (max-width: 420px) {

	.major span {
		/* width: 16%; */
	}

	.intro .intro_img {
		width: 50%;
	}

	.major li {
		/* padding: 0 12px 0 0; */
	}
}

@media only screen and (max-width: 380px) {
	.intro .intro_img {
		width: 60%;
	}

	.Cntet_fr .List h4 {
		width: 76%;
	}
}
