@import url("main.css");
@import url("course.css");
@import url("lecturer.css");
@import url("content.css");
@import url("search.css");
@import url("user.css");
html,
body{
	padding-right: 0 !important;
	min-height: 100%;
}
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB","\5b8b\4f53",sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
}
/** 布局 */
.wrapper{
	position: relative;
	min-height: 100%;
	overflow: hidden;
}
.wrapper:before,
.wrapper:after{
	content: " ";
	display: table;
}
.wrapper:after{
	clear: both;
}
.page-wrapper{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.page-240{
	position: relative;
	width: 240px;
	padding: 0 5px;
}
.page-960{
	position: relative;
	width: 960px;
}
/** 链接 */
a{
	color: #333;
}
a:hover,
a:active,
a:focus{
	outline: none;
	text-decoration: none;
	color: #188eee;
}
/** 首页轮播图 */
#carousel-wrapper{

}
#carousel .carousel-inner .item img{
	width: 100%;
	height: 300px;
}
#carousel .carousel-control{
	background: transparent;
}
/** 首页box */
.box-index-wrapper{
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-content > .box-index-wrapper:nth-child(odd){
	background-color: #f7f7f7;
}
.box-index .box-header{
	position: relative;
	height: 50px;
}
.box-index .box-header .box-title{
	margin: 0;
	font-size: 24px;
	line-height: 50px;
	color: #333;
	padding-left: 14px;
}
.box-index .box-header .box-tools{
	position: absolute;
	right: 245px;
	top: 20px;
	font-size: 14px;
}
.box-index .box-header .box-tools a{
	color: #999;
}
.box-index .box-header .box-tools  a:hover{
	color: #188eee;
	text-decoration: underline;
}
.box-index .box-content{
	position: relative;
	min-height: 390px;
}
.box-index.no-right .box-header .box-tools{
	right: 20px;
}
/**
 * 公告列表
 */
.box-index .new-announcement h3.title{
	margin: 0;
	padding: 0;
	height: 40px;
	padding-top: 8px;
	overflow: hidden;
}
.box-index .new-announcement ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-index .new-announcement li{
	position: relative;
	line-height: 24px;
	font-size: 14px;
	margin-top: 6px;
	padding-left: 8px;
	overflow: hidden;
}
.box-index .new-announcement li:before{
	position: absolute;
	display: inline-block;
	content: "";
    width: 3px;
    height: 3px;
    top: 10px;
    left: 0;
    vertical-align: middle;
    background: #fc551f;
    zoom: 1;
}
.box-index .new-announcement li .publish-date{
	font-size: 12px;
	color: #999;
}
/** 课程排行 */
.box-index .course-rank .nav-tabs{
	border-bottom: none;
}
.box-index .course-rank .nav-tabs>li{
	width: 50%;
	margin-bottom: 0;
}
.box-index .course-rank .nav-tabs>li>a{
	background: transparent;
	border: none;
	border-bottom: solid 1px #ddd;
	color: #666;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	font-weight: 550;
	margin: 0;
	padding: 10px 0;
}
.box-index .course-rank .nav-tabs>li.active>a, 
.box-index .course-rank .nav-tabs>li.active>a:focus, 
.box-index .course-rank .nav-tabs>li.active>a:hover{
	background: transparent;
	border: none;
	border-bottom: solid 1px #188eee;
	color: #188eee;
}
.rank-list{
	margin: 0;
	padding: 0;
	width: 100%;
}
.rank-list li{
	height: 34px;
	padding-left: 8px;
	overflow: hidden;
}
.rank-list td.order{
	width: 30px;
	text-align: center;
}
.rank-list td.order i{
	position: relative;
	top: 2px;
	display: inline-block;
	background-color: #bbb;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-style: normal;
	overflow: hidden;
}
.rank-list td.order i.head{
	background-color: #40c876;
}
.rank-list td.link a{
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.rank-list td.num{
	width: 40px;
	padding-right: 5px;
	color: #999;
	text-align: right;
	overflow: hidden;
}
/** 推荐讲师 */
.box-index-wrapper.box-lecturer{
	background-color: #fff !important;
}
.box-index-wrapper.box-lecturer .box-content{
	min-height: auto;
}
/** 分类菜单 */
.category-menu{
	position: relative;
	width: 225px;
	top: -50px;
	margin-bottom: -40px;
	z-index: 1050;
}
.category-menu a.title{
	display: block;
	background-color: #188EEE;
	height: 50px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
}
.category-menu a.title:hover{
	text-decoration: none;
}
.category-menu .tit{
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 300px;
	background-color: #0477C0;
}
.category-menu .tit .cate-primary{
	border-bottom: 1px solid #1681C4;
	transition: 0.3s;
}
.category-menu .tit .cate-primary > h3{
	position: relative;
	margin: 0;
	font-size: 14px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
}
.category-menu .tit .cate-primary:hover{
	background-color: #0264A3;
}
.category-menu .tit .cate-primary > h3 > a{
	color: #fff;
}
.category-menu .tit .cate-primary > h3 > a:hover{
	text-decoration: underline;
}
.category-menu .tit .cate-primary > h3 > .fa{
	position: absolute;
	top: 12px;
	right: 15px;
	color: rgba(255,255,255,.3);
}
.category-menu .tit .cate-primary:hover > h3 > .fa{
	color: #fff;
}
.category-submenu-wrapper{
	display:none;
	position:absolute;
	top: 50px;
	left: 225px;
	width: 950px;
	min-height: 250px;
	border: 2px solid #09699C;
	background: #FFFFFF;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	z-index: 9999;
	overflow: hidden;
}
.category-submenu{
	width: 100%;
	padding: 0px 20px 1000px 20px;
	margin-bottom: -1000px;
}
.category-submenu dl{
	margin: 0;
	padding: 10px 0 10px 0;
    border-bottom: 1px solid #E5E5E5;
}
.category-submenu dl:last-of-type{
	border-bottom: none;
}
.category-submenu dl a{
	line-height: 2em;
}
.category-submenu dt{
	float: left;
}
.category-submenu dt a{
	font-size: 14px;
	font-weight: 700;
	color: #039AE3;
}
.category-submenu dt a:hover{
	color: #62B4F7;
}
.category-submenu dd{
	float: left;
}
.category-submenu dd a{
	display: inline-block;
	color: #333;
	margin-right: 20px;
}
.category-submenu dd a:hover{
	color: #62B4F7;
}
/**
 * 侧边栏box
 */
.box-side{
	padding: 10px 0;
}
.box-side .box-title{
	margin: 0;
	border-bottom: solid 1px #188eee;
	color: #188eee;
	font-size: 18px;
	line-height: 2em;
	text-indent: 12px;
}
/** 路径导航 */
.breadcrumb {
    margin: 10px 0;
}
/** 分页 */
.pages{
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
.pages > div{
	display: inline-block;
}
.pages a, 
.pages span{
	position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pages a:first-child, 
.pages span:first-child{
	margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pages a:last-child,
.pages span:last-child{
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pages a.current, 
.pages a:focus, 
.pages a:hover, 
.pages span.current, 
.pages span:focus, 
.pages span:hover{
	z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
/** alert */
.alert{
	border-radius: 3px;
	color: #fff !important;
}
.alert h4{
	font-weight: 600;
}
.alert .icon{
	margin-right: 10px;
}
.alert .close{
	color: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.alert .close:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.alert a{
	color: #fff;
	text-decoration: underline;
}
.alert-success{
	border-color: #008d4c;
	background-color: #00a65a !important;
}
.alert-danger,
.alert-error{
	border-color: #d73925;
	background-color: #dd4b39 !important;
}
.alert-warning{
	border-color: #e08e0b;
	background-color: #f39c12 !important;
}
.alert-info{
	border-color: #00acd6;
	background-color: #00c0ef !important;
}