

.main-content {
	padding: 2% 2% 3%;
	margin-top: 2%;
	background: #fff;
}
.main-content .main-title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e4e4e4;
}
.main-content .main-title h3 {
	font-size: 1.2em;
}
.main-content .main-title a {
	position: relative;
	font-size: .8em;
}
.main-content .main-title a:after {
	content: '>';
	font-family: '宋体';
	font-size: .8em;
	color: #333;
	padding-left: 2px;
}

.major-details {
    background: #fff;
    padding: 2%;
}
.major-details table {
    margin: 0 auto;
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}
.major-details table td {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
.the-details-content {
    line-height: 1.5em;
}
.the-details-content h2 {
    border-left: 4px solid #ff9d00;
    padding-left: 8px;
    margin: 2% 0;
}
.the-details-content img {
    margin: 2% 0;
}
.the-details-content a {
    color: #ff9d00;
}

.major-details .the-details h2 {
    font-size: 1.2em;
    color: #444;
    padding-bottom: 2%; 
}
.major-details .the-details span {
    color: #999;
    font-size: .95em;
}
.major-details .the-details span a {
    color: #2b70ae;
}
.major-details .the-details ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.major-details .the-details ul li {
    width: 50%;
    margin-top: 1%;
}
.major-details .the-details ul li a {
    background-color: #ff9d00;
    font-size: .9em;
    color: #fff;
    padding: 1px 12px 2px;
    border-radius: 4px;
}

.sub-category {
    background: #fff;
    margin: 0 auto;
    padding: .5% 0;
}
.sub-category>ul {
    display: flex;
    justify-content: space-between;
    padding: 2% 0;
    border-bottom: 1px solid #e4e4e4;
}
.sub-category li {
    width: 24%;
    float: left;
    font-size: .95em;
    color: #666;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #f0f7fe;
}
.sub-category ul li.on {
    background-color: #ff9d00;
}
.sub-category ul li.on a {
    color: #fff;
}

.the-details-content {
    padding-top: 2%;
    line-height: 1.5em;
}


.the-school .cont {
    display: flex;
    justify-content: space-around;
    padding-top: 2%;
}
.the-school .cont li {
    width: 30%;
    text-align: center;
}
.the-school .cont li img {
    width: 45%;
    padding: 2% 0;
}
.the-school .cont li>a>p {
    font-size: .9em;
    padding-top: 1.5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.the-school .cont li>p {
    font-size: .8em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    padding: 1.5% 0 1%;
}
.the-school .cont li>a:last-child {
    font-size: .8em;
    color: #ff9d00
}


.the-about-article li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    padding: 2% 0;
}
.the-about-article li a {
    position: relative;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .95em;
    padding-left: 10px;
    box-sizing: border-box;
}
.the-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%;
    display: inline-block;
    vertical-align: middle;
    margin-right: .1rem;
}
.the-about-article li span {
    width: 20%;
    text-align: right;
    color: #999;
    font-size: .8em;
}
.the-about-article li div{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .85em;
    color: #999;
    padding-left: 10px;
    box-sizing: border-box;
    padding-top: 3px;
}

.the-about-major li a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    padding: 2% 0;
}
.the-about-major li .picture {
    width: 30%;
}
.the-about-major li img {
    width: 100%;
}
.the-about-major li .text {
    width: 68%;
}
.the-about-major li h3 {
    font-size: 1em;
}
.the-about-major li p {
    font-size: .85em;
    padding-top: 2px;
}

.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;
}

.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;
}

.location {
	font-family: '宋体';
    padding-left: 10px;
    padding-bottom: 0;
    color: #999;
    font-size: .9em;
    margin-top: 2%;
}
.location a {
	font-family: '微软雅黑';
}