@charset "UTF-8";

/**
* 66号学苑
*@file:academy.css;
*@create author:gj;
**/
body{
	height: auto;
	background: #f5f6fa;
}
.mrNo{
	margin-right: 0 !important;
}
/*头部 开始*/
.academyHead{
	width:100%;
	height: 60px;
	background: #fbd333;
	position: fixed;
	top:0;
	z-index: 999;
}
.academyHead .headMian{
	width:1200px;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	margin:0 auto;
}
.headMian .headLeft{
	float: left;
}
.headMian .headLeft em{
	width: 18px;
	height: 17px;
	display: inline-block;
	float: left;
	margin: 22px 5px 0 0;
	background: url(../images/other/academyIcon.png) no-repeat;
}
.headMian .headLeft span{
	font-size: 15px;
	color:#323232;
}
.headMian .headRight{
	float: right;
	margin-right: 50px;
}
.headMian .headRight a{
	display: inline-block;
	font-size: 17px;
	color:#333;
	padding-right: 20px;
	position: relative;
	text-decoration: none;
}
.headMian .headRight a em{
	width: 10px;
	height: 15px;
	display: inline-block;
	background: url(../images/other/returnIcon.jpg) no-repeat;
	position: absolute;
	top:22px;
	right: 0;
}
/*头部 结束*/

/*中间 开始*/
.academyMain{
	width: 1200px;
	margin:0 auto;
	padding-top: 80px;
}
.academyMain .advertising{
	width: 1200px;
	height: 500px;
	overflow: hidden;
}
.advertising .advertisingLeft{
	width: 734px;
	height: 500px;
	display: block;
	float: left;
	background:#d8d8d8;
}
.advertising .advertisingRight{
	width: 446px;
	float: right;
}
.advertising .advertisingRight .rightTop{
	width: 446px;
	height: 240px;
	display: inline-block;
	background:#d8d8d8;
	margin-bottom: 20px;
}
.advertising .advertisingRight .rightBottom{
	width: 446px;
	height: 240px;
	display: inline-block;
	background: #d8d8d8;
}
.academyMain .coursePast{
	width: 100%;
	margin-top: 50px;
	height: auto;
	overflow: hidden;
}
.coursePast .courseTitle{
	font-size: 27px;
	color:#666;
	margin-bottom: 50px;
}
.coursePast ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 60px;
}
.coursePast ul li{
	width: 286px;
	height: 254px;
	overflow: hidden;
	float: left;
	margin:0 13px 30px 0;
	border:2px solid #e0e0e0;
	background: #fff;
	position: relative;
}
.coursePast ul li em.investment,
.coursePast ul li em.case{
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color:#fff;
	font-size: 12px;
	background: #5f8cd8;
	position: absolute;
	top:0;
	right: 0;
}
.coursePast ul li img{
	width: 286px;
	height: 150px;
}
.coursePast ul li h4{
	font-size: 16px;
	color:#4a4a4a;
	margin:10px 16px 6px;
	width: 260px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.coursePast ul li p{
	width: 255px;
	height: 18px;
	overflow: hidden;
	font-size: 14px;
	color:#7d7d7d;
	margin:0 16px 13px;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.coursePast ul li .signUp{
	height: auto;
	overflow: hidden;
	margin:0 16px;
}
.coursePast ul li .signUp a{
	width: 90px;
	height: 26px;
	overflow: hidden;
	display: inline-block;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color:#3c3a33;
	background: #fbd433;
	text-decoration: none;
}
.coursePast ul li .signUp a:hover{
	background: #fbc533;
}
.coursePast ul li .moneyNum,
.coursePast ul li .free{
	font-size: 18px;
	color:#ff1313;
	display: inline-block;
	float: right;
}
.coursePast ul li .free{
	color:#10db4b;
}
.coursePast ul li .price{
	width: 42px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #d8d8d8;
	display: inline-block;
	float: right;
	color:#4a4a4a;
	font-size: 12px;
}
/*中间 结束*/

/*底部 开始*/
.academyFooter{
	width:100%;
	height: 420px;
	background:#2d313a;
}
.academyFooter .footerMain{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}
.academyFooter .footerMain img{
	margin:50px 0 32px 0;
}
.academyFooter .footerMain p{
	font-size: 14px;
	color: #fff;
	margin-bottom:10px;
}
/*底部 结束*/