.title{
	height: 56px;
	padding: 25px 80px 0 16px;
	display: flex;
	justify-content: space-between;
	border-bottom: 3px solid #3089c1; 
}
.title .t-name{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: relative;
}
.title .t-name:before{
	content: "";
	position: absolute;
	background-color:#3089c1; 
	background-size: 100% 100%;
	width: 4px;
	height: 20px;
	left: -15px;
}
.title .path{
	font-size: 16px;
	color: #666;
}
.title .path span{
	position: relative;
}
.title .path span:before{
	content: "";
	position: absolute;
	background: url(../Images/other/home.png) no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 14px;
	left: -19px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.title .path a{
	color: #666;
}

.main-content{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
.main-content .m-left{
	width: 330px;
}
/**
 * 快捷入口
 */
.main-content .m-left .quick-entry .q-title{
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	background-color: #3089c1;
}
.main-content .m-left .quick-entry ul li{
	padding-left: 29px;
	padding-top: 12px;
	height: 50px;
	border-bottom: 1px dashed #b3b4b4;
	background-color: #edf3f7;
	position: relative;
}
.main-content .m-left .quick-entry ul li:hover{
	background-color: #fe9901;
}
.main-content .m-left .quick-entry ul li a{
	
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333;
}
.main-content .m-left .quick-entry ul li a:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0);
	z-index: 2;
}
.main-content .m-left .quick-entry ul li a img{
	width: 22px;
	margin-right: 12px;
}
/**
 * 招生信息
 */
.main-content .m-left .zsxx{
	margin-top: 30px;
	border: 1px solid #e1e6ea;
	border-top: 0;
}
.main-content .m-left .zsxx .z-title{
	display: block;
	height: 37px;
	line-height: 37px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #3089c1;
	background-color: #e1e6ea;
	margin-bottom: 8px;
}
.main-content .m-left .zsxx .list2 li a{
	height: 41px;
	padding: 0 9px 0 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #b3b4b4;
	font-size: 14px;
	color: #333;
	position: relative;
}
.main-content .m-left .zsxx .list2 li a:hover{
	color: #3089c1;
}
.main-content .m-left .zsxx .list2 li a:before{
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3089c1;
	left: 12px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.main-content .m-left .zsxx .list2 li a span{
	color: #555;
}
.main-content .m-left .zsxx .list2 li:last-child a{
	border: 0;
}
/**
 * 校园开放日
 */
.main-content .m-left .openHouse .o-title{
	display: block;
	height: 37px;
	line-height: 37px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #3089c1;
	background-color: #e1e6ea;
	margin-top: 30px;
}
.main-content .m-left .openHouse .o-centent{
	padding: 20px 15px 0;
	border: 1px solid #e1e6ea;
	border-top: 0;
	margin-bottom: 65px;
}

.main-content .m-left .openHouse .o-centent #visit_form{
	position: relative;
}
.main-content .m-left .openHouse .o-centent img{
	display: block;
	width: 300px;
	height: 160px;
	margin-bottom: 20px;
}
.main-content .m-left .openHouse .o-centent a{
	display: block;
	width: 200px;
	height: 47px;
	background-color: #fe9901;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 47px;
	border-radius: 30px;
	margin-left: 50px;
	margin-bottom: 27px;
}
.main-content .m-left .openHouse .o-centent ul>li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.main-content .m-left .openHouse .o-centent ul>li span{
	color: #333;
	font-size: 16px;
}

.main-content .m-left .openHouse .o-centent ul>li input, .main-content .m-left .openHouse .o-centent ul>li select{
	width: 209px;
	height: 38px;
	border: 1px solid #e1e6ea;
	border-radius: 6px;
	background-color: #fff;
	padding-left: 16px;
}

.main-content .m-left .openHouse .o-centent .sub{
	width: 100%;
	height: 47px;
	border-radius: 9999px;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: #3089c1;
	margin-top: 25px;
	cursor: pointer;
}

.main-content .m-left .openHouse .o-centent .tips{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: center;
	margin: 10px 0;
}