@CHARSET "UTF-8";
.body-white { background: #f4f6f8 }
.control-label { font-weight: bold; float: left; width: 70px; }
.main { background: #fff; padding: 15px; }
.tc-main { margin-top: 30px; margin-bottom: 30px; }
.text-center { text-align: center; }

/* 面包屑导航 */
.breadcrumbs { margin: 15px 0; }

/* 轮播图 */
.layui-carousel img { width: 100%; height: 100%; }

/*index.htm*/
.index-list { padding: 30px 0; }
.index-list .layui-card { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06); -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; overflow: hidden; }
.index-list .layui-card:hover { box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); transform: translate(0, -5px); -webkit-transform: translate(0, -5px); -moz-transform: translate(0, -5px); -o-transform: translate(0, -5px); -ms-transform: translate(0, -5px); }
.index-list .layui-card img { max-height: 286px; overflow: hidden; }
.index-list .layui-card .layui-card-header { }
.index-list .layui-card .layui-card-body p { min-height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #667280; }
.index-list .layui-card .layui-card-foot { display: flex; justify-content: space-between; padding: 15px 15px 10px 15px; border-top: 1px solid #f8f8f8; line-height: 30px; }
.index-list .layui-card .layui-card-foot .left { color: #adaaaa; }
.index-list .layui-card .layui-card-foot .right img { border-radius: 50%; }

/*footer.html*/

/*备案*/
.beian { font-size: 12px; color: #fff; text-align: center; border-top: 1px solid #5f5f5f; margin: 0; padding: 10px 0; }
.beian p { margin-bottom: 5px; font-size: 14px; }
.beian p a { color: #fff; font-weight: bold; }
#main-menu-user .offline { height: 30px; line-height: 30px; }
#main-menu-user .offline a { }

/* 用户中心-侧边导航 */
#userMenu { min-height: auto; }
#userMenu ul { width: 100%; margin-bottom: 30px; background-color: #fff; }
#userMenu .layui-nav-item a { color: #333; }
#userMenu .layui-this a { color: #fff; }
#userMenu .layui-nav-item.layui-this a:hover { color: #fff; }
#userMenu .layui-nav-item a:hover { color: #16baaa; }
@media screen and (min-width:992px) {
    #userMenu { min-height: 600px; }
    #userMenu ul { width: 95%; }
}

/* list.html  */
.course-head h2 { font-size: 34px; line-height: 58px; }
.course-head p { font-size: 18px; line-height: 1.8 }
.course-title { margin-top: 15px; margin-bottom: 20px; font-size: 18px; }
.course-span { color: #16baaa; margin: 10px 0; }
.course-introduce { margin-bottom: 30px; font-size: 16px; line-height: 1.6; color: #667280; }
.course-btn { margin: 30px 0; }
.course-btn button { width: 140px; border: 1px solid #e9e9e9; }
.course-btn .favorite { color: #16baaa; }

/* 课程类目 */
.course-list .layui-colla-title span { font-weight: normal; float: right; font-size: 12px; }
.course-list .layui-colla-content .post { display: flex; justify-content: space-between; padding: 0 10px; }

/* 级别按钮 */
.course-list .level-btn a { margin: 0 0 0 10px; color: #16baaa; line-height: 16px; font-size: 14px; }
.course-list .level-btn a.link-disabled { color: #777777; }
.course-list .level-btn a i { font-size: inherit; }

/* sidebar.html */
@media screen and (min-width:992px) {
    .sidebar { margin-left: 20px; }
}
.sidebar .sidebar-item { background: #fff; padding: 15px; margin-bottom: 20px; }
.sidebar .sidebar-item .sidebar-title { font-size: 18px; margin-bottom: 20px; position: relative; padding-left: 15px; }
.sidebar .sidebar-item .sidebar-title:after { position: absolute; top: 0; left: 0; content: ""; display: block; width: 3px; height: 100%; background-color: #16baaa; }

/*讲师*/
.sidebar .sidebar-item .lecturer .profile { display: flex; justify-content: flex-start; }
.sidebar .sidebar-item .lecturer .profile img { border-radius: 15px; margin-right: 20px; }
.sidebar .sidebar-item .lecturer .profile strong { display: block; font-weight: bold; font-size: 16px; margin-bottom: 5px; }
.sidebar .sidebar-item .lecturer .profile span { }
.sidebar .sidebar-item .lecturer p { font-size: 14px; line-height: 24px; color: #667280; }
.sidebar .sidebar-item .curriculum-list .item { display: flex; justify-content: flex-start; margin-bottom: 15px; border-bottom:1px dashed #dfdfdf;padding-bottom: 10px;}
.sidebar .sidebar-item .curriculum-list img { width: 30%; height: auto; border: 1px solid #f1f1f1;}
.sidebar .sidebar-item .curriculum-list .text { width: 70%; padding-left: 2%; }
.sidebar .sidebar-item .curriculum-list h4 { display: block; font-size: 16px; margin-bottom: 10px; }
.sidebar .sidebar-item .curriculum-list p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #667280; }
.sidebar .sidebar-item .curriculum-user .text-box p { line-height: 22px; margin-bottom: 5px; }

/* article.html */
.artice-head {border-bottom: 1px solid #ebebeb; padding-bottom: 5px; }
.artice-head h2 { font-size: 34px; line-height: 58px; }
.artice-head p { font-size: 16px; line-height: 1.6; color: #667280; }

/* 课表类目 */
.artice-list .layui-colla-title span { font-weight: normal; float: right; font-size: 12px; }
.artice-list .post { display: flex; justify-content: space-between; }
.artice-list .link-active { color: #16baaa;    /*color: #333;*/ }
.artice-list .link-disabled { color: #777777; }
.artice-list a.active { color: #1e9fff; }
.artice-list a span { font-size: 12px; }

/* login.html */
.login-main { margin: 150px 0 150px 0; display: flex; justify-content: center; align-items: center; }
.login-box { min-height: 460px; border: 1px solid #EEE; border-radius: 4px; box-shadow: 0 20px 40px rgba(0, 0, 0, .08); background-color: #fff; display: flex; }
.login-main .login-aside { width: 400px; }
.login-main .login-form { width: 400px; box-sizing: border-box; padding: 10% 15% 10% 15%; }
.files-item { border-bottom: 1px dashed #dfdfdf; display: flex; justify-content: space-between; padding: 15px 0 15px 20px; position: relative; }
.files-item:after { display: inline-block; content: ""; width: 6px; height: 60%; background: #dfdfdf; position: absolute; top: 20%; left: 0; }
@media screen and (max-width:970px) {
    .login-main { margin: 40px 0 0 0; display: block; padding: 0 10px; }
    .login-main .login-aside { display: none; }
}

/* 翻页符 */
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }
.pagination > li { display: inline; }
.pagination > li > a,
.pagination > li > 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; }
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; }
.pagination > li:first-child > a,
.pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus { z-index: 3; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { color: #777777; cursor: not-allowed; background-color: #fff; border-color: #ddd; }


