.school-details  {
    background: #fff;
    padding: 2% 2% 3%;
}
.school-details .the-details>div:first-child {
    height: 47px;
    margin-bottom: 5px;
    color: #999;
}
.school-details .the-details img {
    float: left;
    width: 47px;
    margin-right: 5px;
}
.school-details .the-details h2 {
    font-size: 1.2em;
    color: #444;
    padding: 3px 0 1px; 
}
.school-details .the-details li {
    color: #999;
    font-size: .95em;
}
.school-details .the-details>div:last-child span {
    color: #dd3635;
    font-size: .95em;
}
.school-details .the-details span a {
    color: #2b70ae;
}
.school-details .the-details ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.school-details .the-details ul li {
    width: 50%;
    margin-top: 1%;
}
.school-details .the-details ul li a {
    color: #ff9d00;
    font-size: 1em;
}

.about-school div:last-child {
    text-indent: 2em;
    color: #333;
    font-size: .95em;
    line-height: 1.8em;
    padding-top: 2%;
}

.the-major-set ul {
    display: flex;
    flex-wrap: wrap;
}
.the-major-set ul li {
    width: 32%;
    padding: 2%;
    text-align: center;
    background: #f0f7fe;
    margin: 2% 0 0 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}
.the-major-set ul li:nth-child(3n+1) {
    margin-left: 0;
}
.the-major-set ul li a {
    font-size: .95em;
    color: #666;
}


.the-soon-sign h3 {
    text-align: center;
    padding: 2% 0;
}
.the-soon-sign form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3% 2% 1% 2%;
}
.the-soon-sign form select,
.the-soon-sign form input {
    width: 49%;
    height: 32px;
    outline: none;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: .8em;
    margin-bottom: 3%;
}
.the-soon-sign form button {
    width: 50%;
    margin: 2% auto 0;
    border: none;
    border-radius: 5px;
    background: #ff9d00;
    color: #fff;
    padding: 6px 0;
    font-size: 1.1em;
}

.the-school-picture ul {
    margin-top: 2%;
}
.the-school-picture li {
    width: 30%;
}
.the-school-picture li+li {
    margin-left: 2%;
}
.the-school-picture li img {
    width: 100%;
}



.the-new {
    margin-top: 2%;
}
.the-new .cont li {
    display: flex;
    justify-content: space-between;
    font-size: .95em;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}
.the-new .cont li a {
    display: block;
    position: relative;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 12px;
    box-sizing: border-box;
}
.the-new .cont li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #d1d1d1;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.the-new .cont li span {
    width: 20%;
    float: right;
    text-align: right;
    color: #999;
}

.leave-message textarea {
    resize: none;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 2%;
    background: #eee;
    border: none;
    margin: 2% 0;
    outline: none;
}
.leave-message form>div {
    display: flex;
    justify-content: space-between;
}
.leave-message form p {
    font-size: .8em;
    color: #333;
    height: 22px;
    line-height: 22px;
}
.leave-message form input[type='radio'] {
    vertical-align: -3px;
    margin-right: 8px;
}
.leave-message form button {
    height: 22px;
    display: inline-block;
    font-size: .85em;
    color: #fff;
    padding: 0 8px;
    text-align: center;
    border-radius: 3px;
    border: none;
    background: #2b70ae;
}