.add_m1 *{
	margin:0;
	padding:0;
	list-style: none;
}
.add_m1 img{
	border-radius: 0;
}
.add_m1 a{
	text-decoration: none;
	color:black;
}
.add_m1{
	width:1080px;
	height:490px;
	padding-bottom:55px;
	padding-top:57px;
	margin:0 auto;
}
.adm1_top{
	height:320px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom:41px;
}
.adm1_top>div:first-child{
	width:482px;
	height:322px;
	background:url("../picture/school.png") no-repeat;
	background-size:100% 100%;
	position: relative;
	z-index: 10;
	box-shadow:0px -191px 70px -108px black inset;
}
.adm1_top>div:first-child p{
	padding:17px;
	font-size: 14px;
	color:white;
	position: absolute;
	bottom:0;
	line-height: 20px;
	letter-spacing:1px;
}
.adm1_top>div:nth-child(2){
	width:580px;
}
.adm1_top>div:nth-child(2) ul li{
	display: flex;
	justify-content: space-between;
	padding-right:10px;
}
.adm1_top>div:nth-child(2) ul li:first-child{
	padding-bottom:14px;
	border-bottom:1px solid #e6e6e6;
}
.adm1_top>div:nth-child(2) ul li:nth-child(2){
	padding:13px 0;
	border-bottom:1px solid #e6e6e6;
}
.adm1_top>div:nth-child(2) ul li:nth-child(3){
	padding-top:13px;
}
.add_art_t{
	height:88px;
	width:114px;
}
.add_art_c{
	width:435px;
}
.add_art_c p:first-child{
	width:435px;
	font-size: 16px;
	letter-spacing:.5px;
	color:#272727;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.add_art_c p:nth-child(2){
	margin-top:20px;
	font-size: 14px;
	line-height: 24px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.adm1_bottom div{
	display: inline-block;
}
.adm1_bottom div:first-child{
	width:45px;
	height:105px;
	text-align: center;
	color:white;
	background:#fe6c00;
	padding-top:20px;
	font-size: 18px;
	line-height: 20px;
	vertical-align: top;
}
.adm1_bottom div:nth-child(2){
	height:126px;
	width:1030px;
}
.adm1_bottom div:nth-child(2) ul{
	padding-top:11px;
	display: flex;
	justify-content: space-around;
}
.adm1_bottom div:nth-child(2) ul li:hover{
	cursor: pointer;
}
.adm1_bottom div:nth-child(2) ul li{
	width:84px;
	height:115px;
	text-align: center;
}
.adm1_bottom div:nth-child(2) ul li p:first-child{
	height:80px;
	border:2px solid #e8e8e8;
	border-radius: 15px;
}
.adm1_bottom div:nth-child(2) ul li p:first-child img{
	margin-top:10px;
}
.adm1_bottom div:nth-child(2) ul li p:nth-child(2){
	margin-top:13px;
}