@charset "UTF-8";
.main{ padding-top: 80px; padding-bottom: 60px; background: #f6f6f6; }
.main .banner{
	width: 100%;
	min-height: 300px;
	background: url(../images/degree_bg.jpg) no-repeat top center ;
}
.total-type{
	border-bottom: 1px solid #eaeaea;
	padding-top: 10px;
	background: #fff;
}
.total-type .tabs-type{
	margin-right: 0;
    height: 80px;
    line-height: 80px;
}

.total-type .tabs-type li a{
	font-size: 20px;
	font-weight: 800;
	color: #333;
	margin: 0 40px 0 0;
}
.second-type,.list{
	padding-top: 20px;
}
.second-type .tabs-type{
	background: #fff;
	height: 90px;
	line-height: 90px;
	margin-right: 0;
}
.second-type .tabs-type li a{
	font-size: 16px; 
	color: #333;
}
.tabs-type li.current a{
	color: #04a7ec;
}
.second-type .tabs-type li span{
	top:-16px;
	bottom: auto;
	border-color: transparent transparent #fff transparent;
}
.second-type .tabs-type li span i{
	top:0;
	bottom: auto;
	border-color: transparent transparent #fff transparent;
}
.list .tabs-info li{
	text-align: center;
	padding-bottom: 10px;
}
.list .tabs-info h3{
	padding: 0;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	color: #333;
}
.list .tabs-info .text{
	display: block;
	line-height: 25px;
	color: #b3b3b3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list .tabs-info li:hover h3{
	color: #333;
}
.list .tabs-info li:hover .text{
	color: #b3b3b3;
}

/*列表*/
.banner .container{
	padding-top: 65px;
}
.banner h3{
	height: 85px;
	line-height: 85px;
	color: #fff;
	padding: 0 20px;
	background: -webkit-linear-gradient(left,#08b4e9 0%,#f96b52 20%,#ea8100 53%,#dfbf1e 100%);
	background: -o-linear-gradient(left,#08b4e9 0%,#f96b52 20%,#ea8100 53%,#dfbf1e 100%);
	background: -moz-linear-gradient(left,#08b4e9 0%,#f96b52 20%,#ea8100 53%,#dfbf1e 100%);
	background: linear-gradient(left,#08b4e9 0%,#f96b52 20%,#ea8100 53%,#dfbf1e 100%);
}
.produce{
	background: #fff;
	padding: 50px 20px;
	margin-top: 35px;
	position: relative;
	-moz-box-shadow: 0px 4px 13px rgba(0,0,0,.09);
	-webkit-box-shadow: 0px 4px 13px rgba(0,0,0,.09);
	box-shadow: 0px 4px 13px rgba(0,0,0,.09);
}
.produce .tit{
	position: absolute;
	top:-8px;
	left: 20px;
	width: 166px;
	height: 43px;
	line-height: 43px;
	background: url(../images/tit_bg.png) no-repeat 0px 0px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.produce p{
	line-height: 30px;
}
.course-list{
	background: #fff;
	margin-top: 20px;
	padding-bottom: 60px;
}
.course-list h2,.course-list h3,.course-list li{
	padding: 0 20px;
}
.course-list h2{
	position: relative;
	height: 66px;
	line-height: 66px;
	font-size: 20px;
	font-weight: 800;
	color: #333;
	border-bottom: 1px solid #eaeaea;
}
.course-list h2 i{
	position: absolute;
	left: 0px;
	top:23px;
	display: block;
	width: 5px;
	height: 20px;
	background: #04a7ec;
}
.course-list h3{
	font-size: 18px;
	color: #04a7ec;
	line-height: 60px;
}
.course-list li{
	display: block;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
}
.course-list li span{
	display: inline-block;
	margin-right: 10px;
}
.course-list li .title {
	float: left;
	font-size: 16px;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	margin-right: 20px;
}
.course-list li .video-num,.course-list li .people{
	float: left;
}
.course-list li .video-num{
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.course-list .btn-study{
	float: right;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border:1px solid #04a7ec;
	border-radius: 18px;
	text-align: center;
	color: #04a7ec;
	margin-top: 11px;
}
.course-list li:hover .title{
	color: #04a7ec;
}
.course-list li:hover .btn-study{
	background: #04a7ec;
	color: #fff;
}
.course-list li:hover{
	-moz-box-shadow: 0px 4px 13px rgba(0,0,0,.09);
	-webkit-box-shadow: 0px 4px 13px rgba(0,0,0,.09);
	box-shadow: 0px 4px 13px rgba(0,0,0,.09);
}
.course-list .page-wrap{
	margin-top: 40px;
}