
.banner img {
	width: 100%;
}

nav {
	padding: 2.5% 0;
	background: #fff;
}
nav>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2%;
	border-bottom: 1px solid #f2f2f2;
}
nav>ul li {
	width: 25%;
	text-align: center;
	margin-bottom: 2.5%;
}
nav>ul li img {
	width: 44px;
	margin-bottom: 5px;
}
nav>ul li a {
	font-size: 1em;
}
nav .hot-article {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 2%
}
nav .hot-article>p {
	position: relative;
	width: 15%;
}
nav .hot-article>p img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
}
nav .hot-article .the-article {
	width: 80%;
	height: 48px;
	overflow: hidden;
}
nav .hot-article ul li p {
	line-height: 1.8em;
	width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
nav .hot-article ul span {
    color: #e62929;
    border: 1px solid #e62929;
    border-radius: 4px;
    font-size: .8em;
    padding: 0 5px;
}
nav .hot-article ul a {
	padding-left: 5px;
}

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

.the-school ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.the-school ul li {
	width: 25%;
	text-align: center;
	margin-top: 3%;
}
.the-school ul li img {
	width: 50px;
	margin-bottom: 5px;
}
.the-school ul li a {
	font-size: 1em;
}
.the-school ul li p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.change-title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 36px;
}
.change-title span {
	font-size: 1.1em;
	padding: 2% 0;
}
.change-title span.active {
	color: #ff9d00;
	border-bottom: 2px solid #ff9d00;
}
.change-content .cont {
	display: none;
}
.change-content .cont.active {
	display: block;
}

.the-new .cont {
	margin-top: 1%;
}
.the-new .cont li {
	display: flex;
	justify-content: space-between;
    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 p {
	font-weight: bold;
	font-size: 1.1em;
	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-major .change-content .cont {
	display: block;
	transform: scale(0);
}
.the-major .change-content .cont.active {
	transform: scale(1);
}
.the-major .change-content {
	position: relative;
	width: 100%;
	height: 107px;
	margin-top: 2.5%;
}
.the-major .change-content .cont {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.the-major ul li {
	position: relative;
	width: 33.33%;
}
.the-major ul li+li {
	margin-left: 2%;
}
.the-major ul li img {
	width: 100%;
}
.the-major ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: .95em;
	background: rgba(0,0,0,.5);
	padding: 5px 5%;
	text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}


.the-info li {
	padding: 2% 0;
	border-bottom: 1px solid #ccc;
}
.the-info li a {
	display: block;
	position: relative;
	width: 100%;
}
.the-info li:first-child a {
	height: 210px;
	overflow: hidden;
}
.the-info li:first-child a img {
	width: 100%;
	vertical-align: middle;
}
.the-info li:first-child a p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: .95em;
	background: rgba(0,0,0,.5);
	padding: 5px 5%;
	text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}
.the-info li:first-child>p {
	font-size: 1em;
	color: #8a8888;
	padding-top: 2%;
}
.the-info li:first-child>p span {
	position: relative;
	padding-right: 10px;
}
.the-info li:first-child>p span:last-child:after {
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/clock.png) no-repeat center/100%;
	display: inline-block;
	vertical-align: -1px;
	margin-left: 2px;
}
.the-info li+li a {
	display: flex;
	justify-content: space-between;
}
.the-info li+li a .the-text {
	width: 55%;
}
.the-info li+li a .the-text p:first-child {
	font-size: 1.1em;
	width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    font-weight: bold;
}
.the-info li+li a .the-text p {
	padding-top: 3%;
	font-size: .85em;
	color: #afafaf;
	line-height: 1.5em;
}
.the-info li+li a .the-text p:last-child {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1em;
	color: #8a8888;
	padding-top: 2%;
}
.the-info li+li a .the-text p:last-child span {
	padding-right: 10px;
}
.the-info li+li a .the-text p:last-child span:last-child:after {
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/clock.png) no-repeat center/100%;
	display: inline-block;
	vertical-align: -1px;
	margin-left: 2px;
}
.the-info li+li a .the-picture {
	width: 40%;
}
.the-info li+li a .the-picture img {
	width: 100%;
}

.the-gz .change-title{
	display: block;
	padding-top: 2%;
}
.the-gz .change-title span {
	margin-right: 3%;
}