
header .school-nav .center nav a:last-child {
    color: #ff5b01 !important;
    padding-right: 15px;
    background: url(../images/school/nav-sign.png) no-repeat right center;
}
header .school-nav .center nav a:last-child:before {
	background: none !important;
}

.the-sign>.fl {
	width: 890px;
	padding: 20px;
	box-sizing: border-box;
    box-shadow: 0 1px 20px #eaeaea;
}
.the-sign>.fr {
	width: 290px;
	padding: 20px;
	box-sizing: border-box;
    box-shadow: 0 1px 20px #eaeaea;
}

.the-sign>.fl>h2,
.the-sign>.fr>h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.the-sign>.fl>p {
	padding: 10px 8px;
    line-height: 24px;
    border: 1px solid #f7b6a9;
    background: #fdf5f3;
    color: #666;
    font-size: 13px;
    padding-left: 12px;
}
.the-sign>.fl>p b {
	font-weight: bold;
    color: #9b1111;
}
.the-sign>.fl>form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 710px;
	margin: auto;
	margin-top: 57px;
}
.the-sign>.fl>form .inp {
	display: flex;
	justify-content: space-between;
	width: 50%;
	height: 40px;
	margin-bottom: 20px;
}
.the-sign>.fl>form .inp label {
	width: 85px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	color: #666;
}
.the-sign>.fl>form .inp label em {
	font-style: normal;
	padding-right: 3px;
	color: #f00;
	height: 35px;
	line-height: 35px;
}
.the-sign>.fl>form .inp input,
.the-sign>.fl>form .inp select,
.the-sign>.fl>form .inp textarea {
	width: 255px;
	height: 35px;
	padding-left: 8px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #e2dfdf;
	color: #666;
}
.the-sign>.fl>form .w100 {
	width: 100%;
	height: auto;
}
.the-sign>.fl>form .inp textarea {
	width: 610px;
	height: 100px;
	resize: none;
	padding: 10px;
	color: #666;
	box-sizing: border-box;
}
.the-sign>.fl>form  button {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 208px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: none;
    background: #ff9d00;
    cursor: pointer;
    margin-bottom: 10px;
}



.the-sign>.fr .bmlc {
	position: relative;
	height: auto;
	padding-left: 36px;
}
.the-sign>.fr .bmlc:before {
	position: absolute;
	top: 0;
	left: 9px;
	bottom: 0;
	margin: auto;
	content: '';
	width: 1px;
	height: 180px;
	background: #e2dfdf;
}
.the-sign>.fr .bmlc li {
	position: relative;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
    color: #666;
    cursor: pointer;
}
.the-sign>.fr .bmlc li:before {
	position: absolute;
	top: 0;
	left: -30px;
	bottom: 0;
	margin: auto;
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid #e2dfdf;
	border-radius: 5px;
	background: #fff;
}
.the-sign>.fr .bmlc li:hover {
	color: #8c0000;
}
.the-sign>.fr .bmlc li:hover:before {
	left: -32px;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	border: 1px solid #8c0000;
}
.the-sign>.fr .bmlc li:hover:after {
	position: absolute;
	top: 0;
	left: -29px;
	bottom: 0;
	margin: auto;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #8c0000;
}
.the-sign>.fr>h3 {
	padding:  10px 0 0 54px;
    height: 34px;
    font-size: 14px;
    color: #333;
	background: url(../images/school/wxts-hbg.png) no-repeat left center;
	margin-top: 15px;
}
.the-sign>.fr>.wxts {
	padding-top: 18px;
}
.the-sign>.fr>.wxts li {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #666;
}
.the-sign>.fr>.wxts li+li {
	margin-top: 10px;
	line-height: 22px;
}
.the-sign>.fr>.wxts span {
    display: block;
    width: 30px;
}
.the-sign>.fr>.wxts  p {
	width: 222px;
}

