body {
    margin: 0 auto;
   
}


/* 新闻页面 */


/* .newslist{
	width: 100%;
	padding-top:70px ;
}
.newslist .newsitem{
	display: flex;
	justify-content: space-between;
}
.newslist .newsitem .left{
	height:470px ;
}
.hed p{
	text-align: center;
	font-size: 34px;
	color: #333333;
	padding-bottom:55px;
}
.newslist .newsitem .left .picture{
	width: 660px;
	height: 470px;
	overflow: hidden;
}
.newslist .newsitem .left .picture img{
	width: 660px;
	height: 470px;
}
.newslist .newsitem .left .text{
	font-size: 24px;
	color: #ffffff;
	padding: 20px 36px;
	position:absolute;
	top:520px;
}
.newslist .newsitem .left .text p{
	font-size: 16px;
	color: #ffffff;
}
.newslist .newsitem .right{
	display: flex;
	justify-content: space-between;
}
.newslist .newsitem  .num{
width: calc(100%/3 - 5px);
padding-right:20px ;
}
.newslist .newsitem  .num img{
	width: 283px;
	height: 190px;
}
.newslist .newsitem  .txt{
	width: 283px;
	height: 280px;
	padding-left:12px ;
	background-color: #ffffff;
}
.newslist .newsitem  .txt p{
	font-size: 16px;
	color: #d8b95a;
	padding-top:40px;
	padding-bottom: 30px;
}
.newslist .newsitem  .txt .end{
	font-size: 14px;
	color: #000000;
}
.newslist-two{
	text-align: center;
	padding-top:86px ;
	padding-bottom:60px ;
}
.newslist-two a{
	font-size: 28px;
	color: #79797c;
	padding:0 45px ;
}
.newslist-two a:hover{
	font-size: 34px;
	color: #333333;
}
.move{
	display: flex;
	justify-content: space-between;
}
.move .num-one{
	width: calc(100%/4 - 30px);
	padding-top: ;
	padding:20px 35px ;
}
.move .num-two{
	width: calc(100%/4 - 30px);
}
.move .top{
	font-size: 18px;
	padding-top: 50px;
	padding-bottom:30px ;
	line-height: 35px;
	
}
.move p{
	font-size: 14px;
	color: #333333;
	padding-bottom:70px ;
	line-height: 24px;
	border-bottom: 1px dashed #dbdbdb;
}
.move a{
	font-size: 16px;
	color:#e1e1e1 ;
}
.move a span{
	font-size: 14px;
	color: #d8b95a;
	margin-left: 160px;
}
.newslist-three .scend{
	display: flex;
	justify-content: space-between;
}
.newslist-three .scend p{
	font-size: 18px;
	color: #333;
	padding: 20px 0;
}
.newslist-three .scend p span{
	padding-right:22px ;
}
.newslist-four .tur{
	display: flex;
	justify-content: space-between;
	padding-bottom:30px ;
}
.newslist-four .turt{
	display: flex;
	justify-content: space-between;
	padding-right:252px ;
}
.newslist-four .tur .pict{
	position: relative;
}
.newslist-four .tur .pict .zhe-a{
	width: 165px;
	height: 260px;
	background:rgba(40,128,194,.82);
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.newslist-four .tur .pict p{
	font-size: 30px;
	color: #fff;
	writing-mode: tb-rl;
	padding: 55% 40%;
	}
.newslist-four .tur .pict .zhe-b{
	width: 165px;
	height: 260px;
	background:rgba(107,140,72,.85);
	position: absolute;
	left: 0px;
	bottom: 0;
}
.newslist-four .tur .pict .zhe-c{
	width: 165px;
	height: 260px;
	background:rgba(209,186,115,.82);
	position: absolute;
	left: 0px;
	bottom: 0;
}
.newslist-four .turt .pice{
	position: relative;
}
.newslist-four .turt .pice .cenga{
	width:256PX;
	height: 260PX;
	background: #6447da;
	position: absolute;
	top: 0px;
	left: 510px;
}
.newslist-four .turt .pice .cengb{
	width:256PX;
	height: 260PX;
	background: #8a34ba;
	position: absolute;
	top: 0px;
	left: 510px;
}
.newslist-four .turt .pice p{
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 280px;
	} */


/* teacher 界面*/

.teacherlist {
    width: 100%;
}

.teacherlist .flex-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teacherlist ul {
    list-style: none;
}

.teacherlist .flex-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teacherlist .search {
    /* border: 1px solid red; */
    padding: .15rem .3rem;
    background: url(../images/searchbg.png) no-repeat center bottom;
    background-size: cover;
}

.teacherlist .search .top,
.teacherlist .search .scend {
    padding: .2rem 0 0;
}

.teacherlist .search .top {
    background: url(../images/libg.png) repeat-x left bottom;
}

@media only screen and (max-width: 1366px) {
    /* .teacherlist  .search{
			height: 185px;
			width: 95%;
			padding: 35px 30px;
			background: #ecedf7;
		} */
    /* .teacherlist .detailsitem {
			padding: 50px 0;
		}
		 .detailsdes{
			 display: flex;
			 flex-wrap: wrap;
			 justify-content: space-between;
			width: calc(100%/2 - 5px);
			background-image: url(../images/banner/beijing2.png);
			background-repeat: no-repeat;
		}
		.teacherlist .detailsitem  .detailsdes .img p{
			font-size: 24px;
			padding:24px 0 ;
			text-align: right;
			color:#530ca6 ;
		}
		.teacherlist .detailsitem .detailsdes .img img{
			width: 160px;
			height: 200px;
			overflow: hidden;
		}
		.teacherlist .detailsitem .detailsdes .content{
			width: 300px;
			height: 260px;
			padding: 15px 20px;
			position: relative;
			
		}
		.teacherlist .detailsitem .detailsdes .content .two{
			width: 290px;
			height: 190px;
			border-bottom: 1px dashed  #c5c9e1;
			}
		.teacherlist .detailsitem .detailsdes .content .position{
			font-size: 16px;
			color: #333;
			padding-bottom:15px ;
			
		}
		.teacherlist .detailsitem .detailsdes .content .hone{
			font-size: 14px;
			color: #333;
			padding-bottom:10px ;
			
		}
		.teacherlist .detailsitem .detailsdes .content .time{
			text-indent: 55px;
		}
		.teacherlist .detailsitem .detailsdes .content .detailsMore{
			font-size: 14px;
			color:#d8b95a ;
			padding-left: 160px;
		} */
}

@media only screen and (max-width: 1080px) {
    /* .teacherlist  .search{
			height: 185px;
			width: 95%;
			padding: 35px 30px;
			background: #ecedf7;
		} */
    /* .teacherlist .detailsitem {
			padding: 50px 0;
		}
			.detailsdes{
			 display: flex;
			 flex-wrap: wrap;
			 justify-content: space-between;
			width: calc(100%/2 - 5px);
			background-image: url(../images/banner/beijing2.png);
			background-repeat: no-repeat;
		}
		.teacherlist .detailsitem  .detailsdes .img p{
			font-size: 24px;
			padding:24px 0 ;
			text-align: right;
			color:#530ca6 ;
		}
		.teacherlist .detailsitem .detailsdes .img img{
			width: 160px;
			height: 200px;
			overflow: hidden;
		}
	 .teacherlist .detailsitem .detailsdes .content{
			width: 300px;
			height: 260px;
			padding: 15px 20px;
			position: relative;
			
		}
		.teacherlist .detailsitem .detailsdes .content .two{
			width: 260px;
			height: 180px;
			border-bottom: 1px dashed  #c5c9e1;
			}
		.teacherlist .detailsitem .detailsdes .content .position{
			font-size: 16px;
			color: #333;
			padding-bottom:15px ;
			
		}
		.teacherlist .detailsitem .detailsdes .content .hone{
			font-size: 14px;
			color: #333;
			padding-bottom:15px ;
			
		}
		.teacherlist .detailsitem .detailsdes .content .time{
			text-indent: 55px;
		}
		.teacherlist .detailsitem .detailsdes .content .detailsMore{
			font-size: 14px;
			color:#d8b95a ;
			padding-left: 160px;
		} */
}

@media only screen and (max-width: 1080px) {
    /* .teacherlist{
			width: 1000px;
		} */
    /* .teacherlist  .search{
			height: 185px;
			width: 95%;
			padding: 35px 30px;
			background: #ecedf7;
		} */
    /*	.teacherlist .detailsitem {
			padding: 50px 0;
		}
		 .detailsdes{
			 display: flex;
			 flex-wrap: wrap;
			 justify-content: space-between;
			width: calc(100%/2 - 5px);
			background-image: url(../images/banner/beijing2.png);
			background-repeat: no-repeat;
		}
		.teacherlist .detailsitem  .detailsdes .img p{
			font-size: 24px;
			padding:24px 0 ;
			text-align: right;
			color:#530ca6 ;
		}
		.teacherlist .detailsitem .detailsdes .img img{
			width: 160px;
			height: 200px;
			overflow: hidden;
		}
		.teacherlist .detailsitem .detailsdes .content{
			width: 300px;
			height: 260px;
			padding: 15px 20px;
			position: relative;
			
		}
		.teacherlist .detailsitem .detailsdes .content .two{
			width: 260px;
			height: 210px;
			border-bottom: 1px dashed  #c5c9e1;
			}
		.teacherlist .detailsitem .detailsdes .content .position{
			font-size: 16px;
			color: #333;
			padding-bottom:15px ;
			
		}
		.teacherlist .detailsitem .detailsdes .content .hone{
			font-size: 14px;
			color: #333;
			padding-bottom:15px ;
			
		}
		.teacherlist .detailsitem .detailsdes .content .time{
			text-indent: 55px;
		}
		.teacherlist .detailsitem .detailsdes .content .detailsMore{
			font-size: 14px;
			color:#d8b95a ;
			padding-left: 160px;
		} */
}

@media only screen and (max-width: 768px) {
    /* .teacherlist{
		width: 700px;
	} */
    /* .teacherlist  .search{
		height: 185px;
		width: 95%;
		
		padding: 35px 30px;
		background: #ecedf7;
	} */
    /* .teacherlist .detailsitem {
		padding: 50px 0;
	}
	 .detailsdes{
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: space-between;
		width: 100%;
		background-image: url(../images/banner/beijing2.png);
		background-repeat: no-repeat;
	}
	.teacherlist .detailsitem  .detailsdes .img p{
		font-size: 24px;
		padding:24px 0 ;
		text-align: right;
		color:#530ca6 ;
	}
	.teacherlist .detailsitem .detailsdes .img img{
		width: 160px;
		height: 200px;
		overflow: hidden;
	}
	.teacherlist .detailsitem .detailsdes .content{
		width: 360px;
		height: 260px;
		padding: 10px 20px;
		position: relative;
		
	}
	.teacherlist .detailsitem .detailsdes .content .two{
		width: 290px;
		height: 160px;
		border-bottom: 1px dashed  #c5c9e1;
		}
	.teacherlist .detailsitem .detailsdes .content .position{
		font-size: 16px;
		color: #333;
		padding-bottom:5px ;
		
	}
	.teacherlist .detailsitem .detailsdes .content .hone{
		font-size: 14px;
		color: #333;
		padding-bottom:5px ;
		
	}
	.teacherlist .detailsitem .detailsdes .content .time{
		text-indent: 55px;
	}
	.teacherlist .detailsitem .detailsdes .content .detailsMore{
		font-size: 14px;
		color:#d8b95a ;
		padding-left: 160px;
	}
		 */
}

@media only screen and (max-width: 480px) {
    /* .teacherlist  .search{
				height: 185px;
				width: 95%;
				padding: 35px 30px;
				background: #ecedf7;
			} */
    /* .teacherlist .detailsitem {
				padding: 50px 0;
			}
			 .detailsdes{
				 display: flex;
				 flex-wrap: wrap;
				 justify-content: space-between;
				width: 100%;
				background-image: url(../images/banner/beijing2.png);
				background-repeat: no-repeat;
			}
			.teacherlist .detailsitem  .detailsdes .img p{
				font-size: 24px;
				padding:24px 0 ;
				text-align: right;
				color:#530ca6 ;
			}
			.teacherlist .detailsitem .detailsdes .img img{
				width: auto;
				height: autopx;
				overflow: hidden;
			}
			.teacherlist .detailsitem .detailsdes .content{
				width: 280px;
				height: 260px;
				padding: 10px 20px;
				position: relative;
				
			}
			.teacherlist .detailsitem .detailsdes .content .two{
				width: 290px;
				height: 160px;
				border-bottom: 1px dashed  #c5c9e1;
				}
			.teacherlist .detailsitem .detailsdes .content .position{
				font-size: 16px;
				color: #333;
				padding-bottom:5px ;
				
			}
			.teacherlist .detailsitem .detailsdes .content .hone{
				font-size: 14px;
				color: #333;
				padding-bottom:5px ;
				
			}
			.teacherlist .detailsitem .detailsdes .content .time{
				text-indent: 55px;
			}
			.teacherlist .detailsitem .detailsdes .content .detailsMore{
				font-size: 14px;
				color:#d8b95a ;
				padding-left: 160px;
			}
			 */
}