#app{
	background:#f4f4f4;
}

.fix{
	width: 70px;
	height: 380px;
	background: #FFFFFF;
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2000);
	position:fixed;
	border-top:5px solid #0E77ED;
	right:0;
    z-index: 1000000;
    bottom:3em;
    box-sizing: border-box;
}
.fix>div{
	border-bottom: 1px solid #EEEEEE;
	padding:15px 11px;
	font-size: 12px;
	color: #666666;
	display: flex;
    flex-flow: wrap;
    justify-content: center;
    cursor: pointer;
}
/*  */
.hotline:hover .hotline_title,.Live:hover .Live_title,.phone:hover .phone_title,.tencent:hover .tencent_title,.top:hover .top_title{
	color:#0E77ED;
}
.hotline:hover .hotline_show,.Live:hover .Live_show,.phone:hover .phone_show,.tencent:hover .tencent_show,.top:hover .top_show{
	display:none;
}
.hotline_hide,.Live_hide,.phone_hide,.tencent_hide,.top_hide{
	display:none;
}
.hotline:hover .hotline_hide,.Live:hover .Live_hide,.phone:hover .phone_hide,.tencent:hover .tencent_hide,.top:hover .top_hide{
	display:block;
}
/*  */
.industry_training a:hover{
	box-shadow: 0px 1px 2px 0px rgba(0,112,197,0.2000);
	background: #32B16C!important;
}
.adult_education a:hover{
	background: #0E77ED!important;
	box-shadow: 0px 1px 2px 0px rgba(0,112,197,0.2000);
}
.system_service a:hover{
	background: #00AEC7!important;
	box-shadow: 0px 1px 2px 0px rgba(0,112,197,0.2000);
}
.message_content li:hover,.message a:hover{
	color: #0E77ED!important;
    cursor: pointer;
}
.message a:hover .more_icon{
	background: #0E77ED!important;
}
.hotline{
	position:relative;
}
.hotline_hover,.Live_hover,.phone_hover,.tencent_hover{
	position:absolute;
	min-width: 187px;
	background: #FFFFFF;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1500);
	border-radius: 4px;
	padding:15px;
    box-sizing: border-box;
    right:80px;
   	 display:none; 
}
.hotline_hover::before,.Live_hover::before,.phone_hover::before,.tencent_hover::before{
	content: "";  
    position: absolute;
    left: 184px;
    top:10px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #fff;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;

}
.hotline_hover p{
	font-size: 12px;
	color: #333333;
	margin:0;
}
.hotline_hover h2{
	font-size: 18px;
	color: #FFA200;
	margin:0;
}
.hotline:hover .hotline_hover,.Live:hover .Live_hover,.phone:hover .phone_hover,.tencent:hover .tencent_hover{
	display:block;
}
.Live_hover img{
	margin-right:5px;
}
.Live_hover span{
	font-size: 14px;
	line-height: 20px;
}
.phone_hover div,.tencent_hover div{
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	text-align:center;
}

.main>div{
	background:#fff;
	margin-bottom:10px;
}
.main .titles{
	margin-bottom:11px;
}
.main .students_entrance{
	padding:15px 20px;
	position: relative;
    top: -60px;
}
.main .titles_icon{
	width:25px;
	height:25px;
    flex-flow: wrap;
    margin-right:7px;
}
.main .titles_icon span{
	width: 9px;
	height: 9px;
	border-radius: 2px;
	margin:0.5px;
    box-sizing: border-box;
}
.students_entrance .education{
	width: 100%;
}
.students_entrance .education .courseClassification div{
	font-size: 14px;
	color: #999999;
	border-right:1px solid #E5E5E5;
	padding:0 10px;
}
.students_entrance .education .courseClassification div:hover{
	color:#0E77ED!important;
    cursor: pointer;
}
.students_entrance .education .courseClassification div:last-of-type{
	border:none;
}
.students_entrance .education span{
	background: #0E77ED!important;
}
.students_entrance .education span:nth-of-type(1){
	border: 1px solid #0E77ED;
	border-radius: 2px;
	background:#fff!important;
}
.students_entrance .education h3,.students_entrance .train h3{
	border:none!important;
	margin:0;
	color: #333333!important;
}
.education_content{
	 flex-flow: wrap;
}
.education_content .education_img{
	height:162px;
}
.education_content .education_img img{
	width:100%;
	height:100%;
}
.education_content>div{
	width: 318px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding:15px;
	margin-bottom:10px;
	box-sizing: border-box;
	margin-right:10px;
}
.education_content>div:nth-of-type(4n){
	margin-right:0!important;
}
.education_title{
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	margin:0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.education_hour{
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	cursor: pointer;
}
.education_hour img{
	margin-right:3px;
}
.education_hour span{
	margin-right:20px;
}
.students_entrance .train span{
	background:#FD761B!important;
}
.students_entrance .train span:nth-of-type(2){
	border: 1px solid #FD761B;
	border-radius: 2px;
	background:#fff!important;
}
