
.the-school-major li a {
	display: block;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 2% 0;
	border-bottom: 1px solid #dedede;
}
.the-school-major li .the-picture {
	width: 35%;
}
.the-school-major li .the-picture img {
	width: 100%;
}
.the-school-major li .the-text {
	width: 63%;
}
.the-school-major li .the-text h2 {
	font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.the-school-major li .the-text p span {
	font-size: .9em;
	padding-right: 2px;
	color: #888;
}
.the-school-major li .the-text p:last-child {
	font-size: .95em;
	line-height: 1.5em;
	padding-top: 1%;
	color: #666;
}

.the-school-picture ul:after {
	content: '';
	display: block;
	clear: both;
}
.the-school-picture ul li {
	width: 49%;
	float: left;
	padding-top: 2%;
}
.the-school-picture ul li:nth-child(even){
	float: right;
}
.the-school-picture ul li img {
	width: 100%;
}
.the-school-picture ul li p {
	text-align: center;
	padding: 2% 0;
	font-size: .95em;
}

.about-article 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;
}
.about-article li a {
	display: block;
	position: relative;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 12px;
    box-sizing: border-box;
}
.about-article li a:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
    content: '';
    background: #d1d1d1;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.about-article li span {
    width: 20%;
    float: right;
    text-align: right;
    color: #999;
}



.page_box {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 4%;
}
.page_box div {
    list-style: none;
    background-color: #ff9d00;
    width: 33%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: .85em;
}
.page_box div a {
    color: #fff;
}
.page_box div:nth-child(2) {
    background-color: #fff;
}
.page_box form select {
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    border: 0;
    background-image: url(../images/white.png);
    border-radius: 0;
    padding-left: 25%;
    color: #666;
    text-align: center;\
    outline: none;
}
