/*头部*/
.top{
	width: 100%;
	height: 110px;
	background-color:#3376f4;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}
.top_box{
	margin: 0 auto;
	width: 1300px;
    height: 110px;
    display: flex;
}
.top_box .logo{
	width: 630px;
    overflow: hidden;
	margin-top: 24px;
}
.top_box .logo img{
    /* width: 100%; */
}
.top_nav{
    margin-left: 200px;
}
.top_nav .nav{
    overflow: hidden;
    display: flex;
}
.top_nav li{
    display: flex;
}
.top_nav li a{
    position: relative;
	padding-bottom: 4px;
    box-sizing: border-box;
    width: 75px;
    text-align: center;
	height: 110px;
	line-height: 110px;
	font-size: 20px;
	color:#fff;
	font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', sans-serif;
}
.top_nav li a.active{
    color: #ffa119;
}
.top_nav li a.active:after,.top_nav li a:hover::after{
    content: '';
    position: absolute;
    width: 34px;
    height: 2px;
    bottom: 34px;
    left: 0;
    background-color: #ffa119;
    right: 0;
    margin: 0 auto;
}
.top_nav li a:hover {
	color: #ffa119;
}
.top_login{
    margin-top: 37px;
    width: 150px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    display: flex;
    line-height: 36px;
    margin-left: 50px;
}
.top_login a{
    flex: 1;
    font-size: 16px;
    color:#fff;
    line-height: 36px;
}
.top_login a:hover{
    color: #ffa119;
}

/* 登录后 */
.user{
	width: 190px;
	height: 140px;
}
.user_box{
	width: 170px;
	height: 36px;
	margin-top: 45px;
	margin-left: 30px;
}
.user_box img{
	cursor: pointer;
	float: left;
	width: 24px;
	height: 24px;
	border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #FBB55A;
}


.user_box .line{
	float: left;
	background: url(../images/line04.png);
	width: 2px;
	height: 24px;
	margin: 6px 8px;
}
.user_box a{
	float: left;
	font-size: 12px;
	color:#fff;
	height: 24px;
	padding-left: 6px;
	line-height: 24px;
	font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', sans-serif;
}

#container,#curriculum_details,#curriculum,#Instructorlist,#newsdetails,#newsList{
    min-width: 1300px;
}
