* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
 *:focus {outline: none;} 
ul li {
	list-style: none;
}
a{
	cursor: pointer;
	text-decoration: none;
}
.footer-a{
	display: block;
}
.white {
	color: #FFFFFF;
}

.width100 {
	width: 100%;
}

.size16 {
	font-size: 16px;
}

.size14 {
	font-size: 14px;
}

.qh {
	color: rgba(255, 255, 255, 0.65);
}

.mt110 {
	margin-top: 40px;
}



.marginB16 {
	margin-bottom: 16px;
}
.pb50{
	padding-bottom: 50px;
}
.flex {
	display: flex;

}

.between {
	justify-content: space-between;
}

.align-items {
	align-items: center;
}
.footer {
	margin-top: 50px;
}

.footer-top {
	background: #333333;
}

.footer-logo {
	width: 348px;
	height: 37px;
}

.footer-h {
	padding-top: 50px;
}

.footer-logo img {
	width: 100%;
}

.college-list {
	display: flex;
	margin-top: 27px;
	padding-bottom: 50px;
}

.college-item1 {
	margin-right: 104px;

}

.college-p1 {
	margin-right: 50px;
}
.ewm{
	width: 120px;
	height: 120px;
}
.college2-list{
	display: flex;
	
	padding-top: 50px;
	padding-bottom: 50px;
}
.college2-item1 .college-p1{
	line-height: 30px;
	display: block;
}
.footer-line {
	border: 1px solid rgba(255, 255, 255, 0.05);
	width: 100%;
	height: 1px;

}
.footer-b{
	background: #2A2A2A;
	color: rgba(255,255,255,0.45);
	padding: 14px 0;
	font-size: 12px;
}
.footer-text{
	width: 552px;
	text-align: center;
	line-height: 20px;
	margin: auto;
	display: block;
	cursor: pointer;
}
.college-p1:hover{
	/* opacity: 0.5; */
	color: #FF722F;
}
.footerText:hover{
	color: #FF722F;
}