/*courseList.html*/
.register-p a:hover{
	color: #FFF;
}
.top-top-user:hover .top-top-userName{
	color: #FFF;
}
.slide-color{
	background-color: #FFF;
	/*padding-top: 15px;*/
	padding-bottom: 30px;
	overflow: hidden;
}
.slide-bg{
	width:1200px;
	height:300px;
	margin: 0 auto;
	border-radius: 4px;
}
.slideBox{ 
	width:100%; 
	height:300px; 
	overflow:hidden; 
	position:relative;
	margin:0 auto;
}
.slideBox .hd{
	height:37px; 
	width:168px; 
	overflow:hidden; 
	position:absolute; 
	left:43%; 
	bottom:5px; 
	z-index:1; 
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	margin-top:8px; 
	margin-left:40px; 
}
.slideBox .hd ul li{ 
	display:inline-block; 
	margin-right:7px;  
	width:10px; 
	height:10px;  
	background:#fff; 
	cursor:pointer; 
	border-radius:100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;opacity:0.5;

}
.slideBox .hd ul li.on{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.slideBox .bd img{ 
	width:100%; 
	height:300px; 
	display:block; 
	border-radius: 4px; 
}
.slideBox .arrow{
	width:1200px;
	margin:-400px auto 0;
	height:400px;
}
.slideBox .arrow>div{
	position:relative;
}
.slideBox .prev,.slideBox .next{
	position:absolute;
	left:0;
	top:220px;
	display:block;
	width:40px;
	height:60px;
	background:url(../../image/index/slider-arrow.png) -120px -5px no-repeat;
}
.slideBox .prev{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.slideBox .next{
	left:auto;
	right:0;
	background-position:-40px -5px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.slideBox .prev:hover{
	background-position:-80px -5px;
}
.slideBox .next:hover{
	background-position:0px -5px;
}

/*school.html*/
.school-div{
	width:1200px;
	height:450px;
	margin:0 auto;
	overflow:auto;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}
.position-div{
	position:absolute;
	width:1200px;
	height:450px;
}
.school-pic{
	position:absolute;
	width:1200px;
	height:450px;
}
.school-h1{
	font-size:45px;
	margin:10px 20px;
	text-align:center;
	letter-spacing:10px;
	color:#fff;
	text-shadow:5px 5px 5px #000000;
}
.school-motto{
	font-size:30px;
	font-family:"Microsoft YaHe";
	text-align:right;
	margin-right:50px;
	color:#fff;
	text-shadow:5px 5px 5px #000000;
}
.school-desc{
	position:absolute;
	width:1160px;
	bottom:0px;
	color:#fff;
	background:#555;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	text-indent:20px;
	font-size:14px;
	line-height:30px;
	padding:30px 20px;
}
.brief{
	overflow: hidden;
}
.course-content,.course-brief{
	width:1300px;
	margin:0 auto;
	text-align:left;
}
.hot-title{
	margin:60px 50px 0 50px;
}
.hot-title img{
	float:left;
	margin-right:15px;
	margin-top: 2px;
}
.hot-title h3{
	float:left;
	font-weight:normal;
	font-size:24px;
	line-height: 23px;
}
.brief-cont{
	width: 1120px;
	margin: 22px auto 0 auto;
	font-size: 16px;
	text-indent: 2em;
	line-height: 24px;
}
.course-nav{
	float:left;
}
.course-nav li{
	display:inline-block;
	border-bottom:2px solid #f6f3f3;
	margin-left:50px;
	cursor:pointer;
}
.course-nav li:hover{
	color:#601E54;
}
.course-nav li.on{
	border-bottom:2px solid #601E54;
	color:#601E54;
}
.course-nav li h6{
	font-size:16px;
	padding-bottom:16px;
}
.title-more{
	width: 42px;
	color:#999;
	line-height: 23px;
	float: left;
	margin-left: 20px;
	background: url(../../image/icon-more.png) no-repeat right;
}
.title-more:hover{
	background: url(../../image/icon-next-select.png) no-repeat right;
	background-size:8px 14px;
	color: #601E54;
}
/*.title-more:after{
	display:inline-block;
	width:8px;
	height:14px;
	margin:3px 0 0 6px;
	vertical-align: top;
	content:url(../../image/icon-more.png);
}*/
.course-main{
	overflow: hidden;
	position:relative;
	margin-top: 30px;
	height: 300px;
}
.courses:hover {
    box-shadow: 0px 10px 20px 5px #E5E5E5;
	-webkit-box-shadow: 0px 10px 20px 5px #E5E5E5;
	-moz-box-shadow: 0px 10px 20px 5px #E5E5E5;
}
.courses:hover img{
	transform: scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1); 
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
.course-box img{
	width:282px;
	height:175px;	
}
.course-name{
	font-size:16px;
	margin:15px 10px 13px 12px;
	color:#333;
	white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-school{
	font-size:12px;
	padding:0 12px;
	overflow:hidden; 
}
.course-school a{
	color:#999;
}
.course-span{
	float: right;
	background:url(../../image/icon-user.png) left center no-repeat;
	padding:0 0 0 20px;
	color:#999;
	font-size:12px;
	display: inline-block;
}
.prev-course{
	position:absolute;
	left:10px;
	top:120px;
	height: 21px;
	width: 12px;
	display:inline-block;
	background:url(../../image/icon-prev.png) no-repeat;
}
.next-course{
	position:absolute;
	left:1280px;
	top:120px;
	height: 21px;
	width: 12px;
	display:inline-block;
	background:url(../../image/icon-next.png) no-repeat;
}
.prev-course:hover{
	background:url(../../image/icon-prev-select.png) no-repeat;
}.next-course:hover{
	background:url(../../image/icon-next-select.png) no-repeat;
}
.course-ul-div{
	/*width: 1200px;*/
	width:1230px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
	height:300px;
}
.course-ul-div ul{
	position:absolute;
	left:15px;
	white-space: nowrap;
	font-size: 0px;
	height: 300px;
}
.course-ul-div li{
	width:285px;
	height:260px;
	overflow:hidden;
	background: #fff;
	border-radius:4px;
	display: inline-block;
}
.course-ul-div li+li{
	margin-left: 20px;
}
.course-ul-div li img{
	width:285px;
	height: 175px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.course-style{
	color:#fff;
	font-size:12px;
	display:block;
	width:60px;
	height:18px;
	line-height:18px;
	border-radius:9px;
	background: #59cf4a;
	text-align: center;
	display: inline-block;
	float: left;
}
.course-style.yellow{
	background: #ffae0f !important;
}
/*专业列表*/
.major-content{
	width: 1200px;
	margin: 0 auto;
}
.content-title{
	margin: 40px 0 30px 0;
}
.content-title img{
	float:left;
	margin-right:15px;
	margin-top: 2px;
}
.content-title h3{
	float:left;
	font-weight:normal;
	font-size:24px;
	line-height: 23px;
}
.major-ul-div{
	width: 1200px;
	margin:0 auto;
}
.major-ul-div ul{
	font-size: 0;
}
.major-ul-div li{
	width:224px;
	height:218px;
	overflow:hidden;
	background: #fff;
	border-radius:4px;
	display: inline-block;
	margin-bottom: 20px;
}
.major-ul-div li:nth-child(5n+1){
	margin-left: 0px !important;
}
.major-ul-div li{
	margin-left: 20px;
}
.major-ul-div li img{
	width:224px;
	height: 137px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.major-more{
	margin: 50px 0 55px 0;
}
.major-more-div{
	height: 50px;
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: center;
}
.major-more-a{
	font-size: 18px;
	color: #666666;
	line-height: 50px;
	
}
.major-more-a:hover{
	color: #999999;
}
/*讲师*/
.teacher-title{
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}
.teacher-content{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	height:280px;
}
.teacher-ul-div{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 222px;
}
.teacher-content ul{
	position:absolute;
	left:0;
	white-space: nowrap;
	font-size: 0px;
}
.teacher-content li{
	width:224px;
	height:222px;
	overflow:hidden;
	background: #fff;
	border-radius:4px;
	display: inline-block;
	position:relative;
}
.teacher-content li+li{
	margin-left: 20px;
}
.teacher-content li a{
	display:block;
	width:100%;
	height:100%;
}
.teacher-content li img{
	width:100px;
	height: 100px;
	border-radius:100%;
	margin: 31px 62px 20px 62px;
}
.teacher-name{
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.teacher-goodat{
	font-size: 14px;
	color: #666666;
	margin:5px 30px;
	overflow: hidden;
	text-align: center;
}
.prev-teacher{
	position:absolute;
	left:10px;
	top:150px;
	height: 21px;
	width: 12px;
	display:inline-block;
	background:url(../../image/icon-prev.png) no-repeat;
}
.next-teacher{
	position:absolute;
	left:1280px;
	top:150px;
	height: 21px;
	width: 12px;
	display:inline-block;
	background:url(../../image/icon-next.png) no-repeat;
}
.prev-teacher:hover{
	background:url(../../image/icon-prev-select.png) no-repeat;
}.next-teacher:hover{
	background:url(../../image/icon-next-select.png) no-repeat;
}
.teacher-description{
	position:absolute;
	width:224px;
	height:222px;
	line-height: 24px;
	bottom: -222px;
	font-size: 14px;
	color: #333333;
	background: #ffffff;
	padding:27px 20px;
}
.teacher-description p{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	white-space: normal !important;
}

/*学校公告*/
.notice-content{
	width: 1200px;
	margin: 60px auto;
}
.notice-list-div{
	height: 260px;
	background: url(../../image/school/notice.jpg) no-repeat;
	overflow: hidden;
	border-radius: 4px;
}
.notict-title-div{
	height: 20px;
	margin: 26px 30px;
}
.notict-title-div span{
	color: #999999;
	margin: 0 22px;
}
.notict-title-div a{
	color: #666666;
	font-size: 16px;
}
.notict-title-div a:hover{
	color: #601E54;
}
.notict-title-div a .notice-point-img-green{
	display: none;
}
.notict-title-div a:hover .notice-point-img-green{
	display: inline-block;
}
.notict-title-div a:hover .notice-point-img-gray{
	display: none;	
}
.notict-title-div a img{
	margin-bottom: 3px;
}