@charset "UTF-8";

a:hover {
	color: #0097A8;
}

.bg-img {
	width: 100%;
	background-image: url(../../images/banner01-1.jpg);
	height: 525px;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-tab {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 440px;
}

.news {
	position: absolute;
	top: -70px;
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: 510px;
}



.top-nav {
	display: flex;
	justify-content: space-between;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #E3E6EF;
	padding: 0 35px;
}

.top-nav-title {
	font-size: 18px;
	font-weight: 900;
	width: 80px;
	border-bottom: 4px #0098A6 solid;
	letter-spacing: 1px;
	color: #0098A6;
}
.top-nav-more {
	font-size: 14px;
	font-weight: 900;
}

.top-nav-more a,.top-nav-more a:hover {
	color: #0098A6;
}

.body-card {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	padding: 0 35px;
}

.circle {
	width: 10px;
	height: 10px;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin-right: 10px;
}

.news-list {
	margin-left: 20px;
	width: calc(1200px - 640px);
}

.nlt {
	display: flex;
	justify-content: space-between;
	line-height: 20px;
	font-weight: 900;
	margin: 15px 10px;
	line-height: 28px;
}

.nlt-title {
	display: flex;
	color: #343434;
	align-items: center;
}

.nlt-data {
	color: #ABABAB;
}

.news-focus {
	width: 550px;
	height: 390px;
}

.course-tab {
	height: 510px;
}

.course {
	height: 510px;
}

.course-tab, .training-tab, .teacher-tab, .student-tab, .link-tab {
	margin: 20px auto;
	width: 1200px;
}

.course, .training, .teacher, .student, .link {
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
}

.course-list, .training-list, .teacher-list, .student-list, .link-list {
	border: 1px #E3E6EF solid;
	border-radius: 5px;
}

.course-cover, .training-cover {
	width: 360px;
	height: 220px;
	border-radius: 5px;
}

.course-cover img, .training-cover img {
	width: 100%;
	height: 220px;
}

.course-other, .training-other {
	padding: 20px;
	color: #989898;
}

.course-title, .training-title {
	font-size: 16px;
	font-weight: 900;
}

.course-user {
	display: flex;
	padding: 10px 0;
	align-items: center;
}
.course-user-cover {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 5px;
}
.course-user-cover img {
	width: 100%;
	height: 100%;
}

.course-lf {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.course-lf .learn {
	font-weight: 500;
}
.course-lf .price {
	color: #10BD54;
	font-size: 18px;
	font-weight: 900;
}

.training-tab {
	height: 460px;
}

.training {
	height: 450px;
}

.training-time {
	margin-top: 10px;
    display: flex;
    align-items: center;
	color: #989898;
}

.training-time i {
	margin-right: 5px;
	font-size: 1.3rem;
}

.teacher-cover {
	width: 120px;
	height: 120px;
	margin: 20px 10px 20px 4px;
}

.teacher .body-card {
	flex-wrap: wrap;
}
.teacher-list {
    display: flex;
    justify-content: space-between;
	width: 550px;
	height: 210px;
	padding: 20px;
	margin-bottom: 20px;
}

.teacher-other {
	width: 360px;
}

.teacher-cover img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.teacher-tab {
	height: 590px;
}

.teacher {
	height: 580px;
}

.teacher-title {
	display: flex;
    align-items: center;
}

.teacher-name {
	font-size: 16px;
    font-weight: 900;
    margin-right: 20px;
}

.teacher-tag {
	padding: 0 5px;
    border-radius: 5px;
	color: #fff;
}

.teacher-intro {
	margin-top: 20px;
	line-height: 24px;
	color: #676767;
	overflow: hidden;
    max-height: 120px;
}

.tag-1 {
	background: linear-gradient(90deg, #FD4A43, #FF9431);
}

.tag-2 {
	background: linear-gradient(90deg, #05D19C, #5CCE3A);
}

.tag-3 {
	background: linear-gradient(90deg, #46ACF4, #1DD4E2);
}

.student-tab {
	height: 410px;
}

.student {
	height: 410px;
}

.student-list {
	border-radius: 10px;
	width: 100%;
	height: 285px;
	background: linear-gradient(90deg, #2A7FFF, #02C1F8);
}

.link-tab {
	height: 210px;
}

.link {
	height: 210px;
}

.link-list {
	width: 270px;
	height: 90px;
	background-color: #F3F4F9;
}

.link .body-card {
	justify-content: flex-start;
}

.link-list img {
	width: 268px;
    height: 88px;
}

.link-mg .link-list {
	margin-right: 16px;
}

.link .link-jc {
	justify-content: space-between;
}