body{
    background-color: #f0f2f5;
}
.content{
    width: 1200px;
    margin: 20px auto;
    min-height: 214px;
    position: relative;
}
.page-back{
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 0;
}
/* 高校列表 */
.school-list{
    width: 1200px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.school-list .school-list-item{
    width: 23.75%;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
	flex-direction: column;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    margin: 0 20px 20px 0;
    flex-shrink: 1;
    border-radius: 1px;
	border: 1px solid #EEEEEE;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.08);
}
.school-list .school-list-item img{
	height: 52px;
    padding-right: 6px;
	display: block;
	margin: 20px auto;
}
.school-list .school-list-item .school-list-content{
	width: 100%;
	height: 85px;
	background: rgba(240, 242, 245, 0.3);
	text-align: center;
	font-size: 18px;
	color: #606060;
	font-weight: bold;
	padding: 0 20px;
	box-sizing: border-box;
}
.school-list .school-list-item .school-list-content span{
	display: block;
}
.school-list .school-list-item .school-list-content span.school-name-zh{
	line-height: 18px;
	margin: 22px 0 10px 0;
	height: 18px;
	overflow: hidden;
}
.school-list .school-list-item .school-list-content span.school-name-en{
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	height: 14px;
	overflow: hidden;
}

.school-list .school-list-item:nth-child(4n){
    margin-right: 0;
}
.school-list.show-all{
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}
.school-list .school-list-item:hover, .school-list .school-list-item.current{
    color: #35A447;
    font-weight: bold;
}
/* 展开按钮 */
.operate-btn{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    overflow: hidden;
    display: none;
}
.operate-btn.show{
    display: block;
}
.operate-btn img{
    margin-right: 6px;
}
.operate-btn:hover{
    color: #35A447;
    font-weight: bold;
}
.operate-btn:hover img{
    filter: drop-shadow(0 -30px #35A447);
    transform: translateY(30px);
}
.operate-btn.zhankai img{
    transform: rotate(180deg);
}
.operate-btn.zhankai:hover img{
    transform: rotate(180deg) translateY(30px);
}

/* 院校简介 */
.banner-school-box{
    width: 100%;
    max-width: 1920px;
    height: 380px;
    margin: 0 auto;
}
.school-box{
    min-height: 400px;
}
.school-name{
	height: 24px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}
.shcool-bg{
    width: 27%;
    height: auto;
    display: block;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
}
.school-main{
    width: 100%;
    box-sizing: border-box;
}
.school-tab, .title-tab, .record-tab{
    position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
}
.school-tab::before, .title-tab::before, .record-tab::before{
	content: '';
	transform: skew(-19deg);
	width: 99.3%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #fff;
}
.school-tab li, .title-tab li, .record-tab li{
	height: 60px;
	line-height: 60px;
    display: inline-block;
    margin-right: 10px;
	padding: 0 30px;
    font-size: 20px;
	color: #666;
    position: relative;
    cursor: pointer;
    letter-spacing: 0.1px;
    transition: all 0.2s;
}
.school-tab li span, .title-tab li span, .record-tab li span{
	display: block;
	position: relative;
	z-index: 2;
}
.school-tab li:hover, .title-tab li:hover, .record-tab li:hover{
    color: #fff;
}
.school-tab li.current, .title-tab li.current, .record-tab li.current{
    color: #fff;
    font-weight: bold;
}
.school-tab li:hover::before, .school-tab li.current::before,
.title-tab li:hover::before, .title-tab li.current::before,
.record-tab li:hover::before, .record-tab li.current::before{
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-image: linear-gradient(180deg, #65D17D 0%, #35A447 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform: skew(-19deg);
}
.title-tab{
	margin: 30px 0 20px 10px;
	position: relative;
}
.record-tab{
	margin: 25px 0 20px 10px;
	position: relative;
}
.school-content{
    padding: 20px;
	min-height: 290px;
	background-color: #fff;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	text-align: justify;
	white-space: pre-wrap;
}
.school-content.broadcast{
	white-space: normal;
}
.school-content p{
	word-break: normal;
}
.tab-border{
    width: 0;
    height: 2px;
    background-color: #35A447;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    transition: all 0.3s;
}


/* 本地公开课 */
.open-class-title{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 20px 0 10px;
}

.open-class-list{
    width: 1224px;
    min-height: 300px;
    margin-left: -13px;
}

.open-class-item {
	width: 280px;
	height: 290px;
	float: left;
	padding: 13px;
	cursor: pointer;
}

.open-class-img {
	width: 280px;
	height: 175px;
	overflow: hidden;
	background:url(/teacher/static/img/3.6/shangchuantupian.png) center no-repeat;
}

.open-class-img img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-ms-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.open-class-item:hover .open-class-img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


.open-class-item:hover {
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.20);
}

.open-class-item:hover .new-course-name {
	color: #35A447;
}


.open-class-name {
	font-size: 16px;
	line-height: 22px;
	margin-top: 17px;
}
.open-class-msg {
	line-height: 30px;
	margin-top: 10px;
}

.open-class-msg img {
	width: 30px;
	height: 30px;
	border-radius: 15px;
}

.open-class-teacher {
	margin-left: 10px;
}

.open-class-school {
	color: #999;
}

.open-class-numb {
	margin-left: 44px;
	color: #F56C6C;
}


/* 名师直播 */
.teacher-live-box {
	width: 1200px;
	height: 300px;
}

.teacher-live-left,
.teacher-live-right {
	float: left;
}

.teacher-live-left {
	position: relative;
	width: 480px;
	height: 300px;
	cursor: pointer;
	/* background: url("/common/img/live.png") no-repeat;
	background-size: 100% 100%; */
}

.teacher-live-left>img {
	width: 100%;
	height: 100%;
}

.teacher-live-desc {
	position: absolute;
	width: 100%;
	height: 70px;
	line-height: 70px;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.live-status{
	display: inline-block;
	width: 200px;
}
.teacher-icon {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin-left: 20px;
}

.teacher-name {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	width: 200px;
}

.teacher-school {
	display: inline-block;

}

.teacher-numb {
	color: #35A447;
	/*margin-left: 10px;*/
}

.teacher-live-right {
	position: relative;
	width: 700px;
	height: 280px;
	background: #fff;
	padding: 10px 0;
}

.teacher-live-li {
	position: relative;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.teacher-live-icon {
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 10;
}

.will .teacher-live-icon,
.ago .teacher-live-icon {
	position: absolute;
	left: 17px;
	top: 17px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #ccc;
	z-index: 10;
}

.teacher-live-status {
	margin-left: 50px;
}

.teacher-live-line {
	position: absolute;
	border-left: 1px dashed #ccc;
	height: 300px;
	top: 0;
	left: 20px;
	z-index: 9;
}

.teacher-live-status {
	font-size: 16px;
	color: #999;
	display: inline-block;
	width: 70px;
}

.ing .teacher-live-status {
	color: #67C23B;
}

.will:hover .teacher-live-status {
	color: #FFAA00;
}

.ago:hover .teacher-live-status {
	color: #1B8FE8;
}

.teacher-live-name {
	margin-left: 40px;
}

.teacher-live-btn {
	display: none;
	float: right;
	margin-right: 20px;
	line-height: 40px;
	cursor: pointer;
}

.teacher-live-li:hover {
	background: #F0F2F5;
}

.ing:hover .teacher-live-name {
	color: #67C23B;
}

.ing:hover .teacher-live-btn {
	display: block;
	color: #67C23B;
}

.will:hover .teacher-live-name {
	color: #FFAA00;
}

.will:hover .teacher-live-btn {
	display: block;
	color: #FFAA00;
}

.ago:hover .teacher-live-name {
	color: #1B8FE8;
}

.ago:hover .teacher-live-btn {
	display: block;
	color: #1B8FE8;
}

.will:hover .teacher-live-icon {
	background: #FFAA00;
}

.ago:hover .teacher-live-icon {
	background: #1B8FE8;
}


/* 优秀名师  */
.teacher-title{
	height: 60px;
	line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
	padding: 0 30px;
	margin: 30px 10px;
	display: inline-block;
	position: relative;
}
.teacher-title::before{
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-image: linear-gradient(180deg, #65D17D 0%, #35A447 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skew(-19deg);
}
.carousel-box{
	width: 100%;
	height: 340px;
}
.carousel-item{
	width: 280px;
	height: 100%;
	position: relative;
	float: left;
	margin-right: 25px;
}
.carousel-item:nth-child(4n){
	margin-right: 0;
}
.carousel-item img{
	width: 100%;
	height: 100%;
	display: block;
}
.carousel-item .mark{
	width: 100%;
	height: 100%;
	padding: 10px 10px 28px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	top: 79%;
	left: 0;
	z-index: 2;
	text-align: center;
	transition: all 0.4s;
}
.carousel-item .mark .carousel-teacher-name{
	font-size: 16px;
	font-weight: bold;
	height: 22px;
	overflow: hidden;
	margin-bottom: 6px;
}
.carousel-item .mark .carousel-dept-name{
	height: 20px;
	overflow: hidden;
}
.carousel-item .mark .carousel-teacher-des{
	text-align: justify;
	overflow: hidden;
	overflow-y: auto;
	height: 200px;
	padding: 0 10px;
	margin-top: 20px;
}
.carousel-item:hover .mark{
	top: 0;
	padding-top: 28px;
}
.teacher-carousel{
	background: none;
}
.teacher-carousel .layui-carousel-arrow{
	z-index: 3;
}
.teacher-carousel.no-empty>[carousel-item]::before{
	display: none;
}
.teacher-carousel[lay-arrow=always] .layui-carousel-arrow{
	left: -60px;
	width: 25px;
	height: 68px;
	background: url("../../student/static/img/institute/arrow-left.png") no-repeat center center;
}
.teacher-carousel[lay-arrow=always] .layui-carousel-arrow:hover{
	transform: scale(1.1);
}
.teacher-carousel:hover .layui-carousel-arrow[lay-type=add],
.teacher-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
	right: -60px;
	background: url("../../student/static/img/institute/arrow-right.png") no-repeat center center;
}

/** 资源库 **/
.kejian-list-ul{
	width:1200px;
	zoom:1;
	overflow:hidden;
	padding:2px;
	margin:0 auto;
}
.kejian-list-ul li{
	width:380px;
	height:160px;
	box-sizing:border-box;
	padding:15px;
	float:left;
	margin:0 30px 30px 0;
	background: #FFFFFF;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.19);
	cursor: pointer;
}
.kejian-list-ul li:nth-child(3n){
	margin-right:0;
}
.kejian-list-ul li:hover .kejian-left h3{
	color: #35A447;
}
.kejian-list-ul li:hover{
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15);
}
.kejian-list-ul .kejian-left{
	width:212px;
	padding-left:4px;
	float:left;
}
.kejian-list-ul .kejian-left h3{
	font-size: 14px;
	color: #333;
	line-height:20px;
	height:20px;
	/* padding:5px 0 47px 0; */
	-webkit-line-clamp: 3;
    line-clamp: 3;
    margin: 5px 0 20px;
    height: 60px;
}
.kejian-list-ul .kejian-left p{
	font-size:12px;
	color:#999;
	line-height:16px;
	padding-bottom:10px;
}
.kejian-list-ul .kejian-left p.kejian-cishu span{
	padding-right:20px;
}

/*分页*/
#page-box{
	text-align: center;
	padding-bottom: 80px;
}
.layui-laypage-list{
	text-align:center;
}
.layui-laypage-list a.layui-laypage-prev em,
.layui-laypage-list a.layui-laypage-next em{
	font-size:16px;
}
.layui-laypage-list a, .layui-laypage-list span{
	width:32px;
	height:32px;
	text-align:center;
	line-height:32px;
	margin:0 4px;
	padding:0;
	border: 1px solid #D9D9D9;
	color: rgba(0,0,0,0.65);
}
.layui-laypage-list .layui-laypage-curr .layui-laypage-em {
    background: #35A447;
}

/* 人文交流 */
.cultural-exchanges-nav .menu-translate{
	color: #333;
}
.cultural-exchanges-nav .menu-translate .active,
.cultural-exchanges-nav .translate-denglu{
	color: #355DA4;
}
.cultural-login-pop .login-btn-to{
	background-color: #355DA4;
}
.cultural-login-pop .login-title .active{
	border-color: #355DA4;
}
.cultural-login-pop .verifynumb-btn,
.cultural-login-pop .verifynumb-btn:hover{
	color: #355DA4;
	border-color: #355DA4;
}
.cultural-login-pop .layui-form-checked[lay-skin=primary] i{
	background-color: #355DA4;
	border-color: #355DA4;
}

.cultural-title-tab .current::before{
	opacity: 0.9;
}

.cultural-title-tab li:hover::before,
.cultural-title-tab li.current::before{
	background-image: linear-gradient(180deg, #65B0D1 0%, #355DA4 100%);
}
/* 新闻列表 */
.news-box{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.08);
	padding: 0 20px;
	min-height: 300px;
}
.news-list{
}
.news-list .news-item{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.news-list .news-item .img-box{
	width: 179px;
	height: 100px;
	overflow: hidden;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.08);
	float: left;
	position: relative;
}
.news-list .news-item .img-box img{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.news-list .news-item .news-title{
	font-size: 16px;
	color: #333;
	padding-left: 20px;
	float: left;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.news-list .news-item:hover .news-title{
	font-weight: bold;
	color: #355DA4;
}
.news-list .news-item:hover .img-box img{
	transform: translateY(-50%) scale(1.1);
	-webkit-transform: translateY(-50%) scale(1.1);
	-o-transform: translateY(-50%) scale(1.1);
	-moz-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
}
.news-box .page-box{
	margin-top: 40px;
}

.kejian-category{
	width: 100%;
	/* max-height: 133px; */
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.kejian-category li{
	width: 230px;
	/* height: 107px; */
	background: url("/student/static/img/institute/icon1_gray.png") right center #fff no-repeat;
	border: 1px solid #C2C9D3;
	border-radius: 4px;
	text-align: center;
	margin: 0 10px 25px 0;
	padding-bottom: 20px;
	float: left;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.kejian-category li span{
	display: inline-block;
}
.kejian-category li div.category-name{
	width: 100%;
	height: 95px;
	display: flex;
	align-items: center;
    padding: 10px 20px 15px;
	box-sizing: border-box;
}
.kejian-category li span.category-name-span{
	font-size: 20px;
	line-height: 22px;
	color: #141617;
	max-width: 100%;
	overflow: hidden;
	display: block;
	text-align: left;
	font-weight: bold;
	/* padding: 18px 20px; */
	-webkit-line-clamp: 3;
    line-clamp: 3;
	display: -webkit-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.kejian-category li span.kejian-num{
	background: #EEF8EF;
	border-radius: 4px;
	font-size: 16px;
	color: #35A447;
	line-height: 30px;
	padding: 0 16px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.kejian-category li:nth-child(5n){
	margin-right: 0;
}
.kejian-category li.current, .kejian-category li:hover{
	background: url("/student/static/img/institute/icon01.png") right center #E3F5E6 no-repeat;
	border: 1px solid #35A447;
	position: relative;
}
.kejian-category li.current span.category-name, .kejian-category li:hover span.category-name{
	color: #35A447;
}
.kejian-category li.current span.kejian-num, .kejian-category li:hover span.kejian-num{
	background: #35A447;
	color: #fff;
}
.kejian-category li.current::after{
	content: '';
	border-top: 10px #E3F5E6 solid;
    border-bottom: 10px transparent solid;
    border-right: 10px transparent solid;
    border-left: 10px transparent solid;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}
.kejian-category li.current::before{
	content: '';
	border-top: 11px #35A447 solid;
	border-bottom: 11px transparent solid;
	border-right: 11px transparent solid;
	border-left: 11px transparent solid;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -11px;
}
#ziyuanku{
	position: relative;
	/* display: none; */
}
#openClass{
	display: none;
}
.btn-open{
	font-size: 16px;
	color: #999;
	font-weight: bold;
	text-align: right;
	margin-bottom: 17px;
	display: none;
}
.btn-open span{
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.btn-open span i.icon{
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(/student/static/img/institute/arrow-gray.png) left center no-repeat;
	background-size: 22px auto;
	vertical-align: middle;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.btn-open span.open i.icon{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
/* 课程列表 */
.meta-calssroom-btn{
	text-align: right;
}
.meta-calssroom-btn span{
	min-width: 168px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #E9F7EB;
	border: 1px solid #35A447;
	border-radius: 4px;
	color: #35A447;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	margin: 20px 0 40px;
	padding: 0 20px;

}

.meta-calssroom-btn span:hover{
	background-color: rgba(53, 164, 71, 0.8);
	color: #fff;
}
/* 学习总览 */
.btn-overview{
	width: 128px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #E9F7EB;
	border: 1px solid #35A447;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #35A447;
	position: absolute;
	right: 48px;
	top: 14px;
	cursor: pointer;
}

/* 学习数据统计 */
.record-school-name{
	height: 24px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 40px 0;
    text-align: center;
}
.study-record{
	width: 100%;
	max-height: 133px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.study-record li{
	width: 230px;
	height: 110px;
	background: url("/student/static/img/institute/icon02.png") right center #fff no-repeat;
	border: 1px solid #C2C9D3;
	border-radius: 4px;
	text-align: left;
	margin: 0 10px 25px 0;
	padding: 17px 20px;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.study-record.en li{
	padding: 17px 16px;
}
.study-record li span{
	display: inline-block;
}
.study-record li span.record-num{
	font-size: 28px;
	line-height: 28px;
	color: #141617;
	max-width: 100%;
	overflow: hidden;
	display: block;
	text-align: left;
	font-weight: bold;
	padding-bottom: 14px;
}
.study-record li span.record-name{
	background: #EEF8EF;
	border-radius: 4px;
	font-size: 16px;
	color: #35A447;
	line-height: 30px;
	padding: 0 20px;
	/* min-height: 30px; */
	display: inline-block;
}
.study-record li span.record-name.en{
	line-height: 16px;
	font-size: 12px;
	padding: 7px 10px;
}
.study-record li span.record-name.zh{
	line-height: 30px;
	font-size: 16px;
	padding: 0 20px;
}
.study-record li:nth-child(1){
	background: url("/student/static/img/institute/icon02.png") right center #E3F5E6 no-repeat;
	border: 1px solid #94C89C;
}
.study-record li:nth-child(1) span.record-num{
	color: #35A447;
}
.study-record li:nth-child(1) span.record-name{
	background: #35A447;
	color: #fff;
}
.study-record li:nth-child(2){
	background: url("/student/static/img/institute/icon03.png") right center #E3F5F2 no-repeat;
	border: 1px solid #7EBAC0;
}
.study-record li:nth-child(2) span.record-num{
	color: #359EA4;
}
.study-record li:nth-child(2) span.record-name{
	background: #359EA4;
	color: #fff;
}
.study-record li:nth-child(3){
	background: url("/student/static/img/institute/icon04.png") right center #E3EBF5 no-repeat;
	border: 1px solid #7A96BA;
}
.study-record li:nth-child(3) span.record-num{
	color: #3573A4;
}
.study-record li:nth-child(3) span.record-name{
	background: #3573A4;
	color: #fff;
}
.study-record li:nth-child(4){
	background: url("/student/static/img/institute/icon05.png") right center #E5E3F5 no-repeat;
	border: 1px solid #8B90C2;
}
.study-record li:nth-child(4) span.record-num{
	color: #353CA4;
}
.study-record li:nth-child(4) span.record-name{
	background: #353CA4;
	color: #fff;
}
.study-record li:nth-child(5){
	background: url("/student/static/img/institute/icon06.png") right center #F4F5E3 no-repeat;
	border: 1px solid #B8BC7A;
	margin-right: 0;
}
.study-record li:nth-child(5) span.record-num{
	color: #99A435;
}
.study-record li:nth-child(5) span.record-name{
	background: #99A435;
	color: #fff;
}
/* 课程资源数据 */
.record-content{
	padding: 20px;
	background: #fff;
	min-height: 300px;
}
.record-table{
	width: 100%;
	border: 1px solid #DADFE7;
	display: none;
}
.record-table .table-header{
	width: 100%;
	height: 40px;
	background: #FAFAFA;
	border-bottom: 1px solid #DADFE7;
	font-size: 0;
}
.record-table .table-header div{
	height: 100%;
	line-height: 40px;
	border-right: 1px solid #DADFE7;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #17202B;
}
.record-table .table-header div:nth-child(1){
	width: 60px;
}
.record-table .table-header div:nth-child(2){
	width: 507px;
}
.record-table .table-header div:nth-last-child(1){
	width: 580px;
	border: none;
}
.record-table .table-body{
	width: 100%;
}
.record-table .table-body .table-row{
	width: 100%;
	height: 40px;
	font-size: 0;
	border-bottom: 1px solid #DADFE7;
}
.record-table .table-body .table-row:nth-last-child(1){
	border: none;
}
.record-table .table-body .table-row>div{
	height: 40px;
	line-height: 40px;
	border-right: 1px solid #DADFE7;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #728196;
}
.record-table .table-body .table-row>div:nth-child(1){
	width: 60px;
}
.record-table .table-body .table-row>div:nth-child(2){
	width: 507px;
}
.record-table .table-body .table-row>div:nth-last-child(1){
	width: 580px;
	border: none;
}