/*
 *	initialize
 */

* {
	margin: 0;
	padding: 0;
}

:root {
	--theme-color: #83bf8e;
	--pagination-color: #ff3214;
	--principal-color: #303133;
	--a-color: #666666;
	--link-color: #555555;
	--active-color: #0081c3;
}

body {
	color: #303133;
	word-spacing: 1px;
	font-size: 14px;
	padding-top: 60px;
}

a {
	text-decoration: none;
}
ol,
ul,
li {
	list-style: none;
}

input {
	background: none;
	outline: none;
	border: none;
}

button {
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
	outline: none;
}

.ellipsis {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsiss {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

img {
	display: block;
}

.border-box {
	box-sizing: border-box;
}

.content-box {
	box-sizing: content-box;
}

.clearfix {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.display-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.icon {
	display: block;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.obanner {
	background: url(/public/default/img/obanner.jpg) no-repeat center center #000;
	height: 380px;
}

.osearch {
	height: 50px;
	width: 500px;
	background-color: #f5f5f5;
	border-radius: 6px;
	padding-left: 15px;
	position: relative;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.osearch .ssinput {
	flex: 1;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.fxcenter .icon-search {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(/public/default/img/search.png) no-repeat center 0px;
	background-size: 25px 25px;
	background-size: 60%;
	background-position: center center;
}

.resultTt {
	font-size: 28px;
	line-height: 45px;
	padding: 30px 0 20px;
	display: flex;
	align-items: center;
}

.fxcenter {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*
 * .head
 */
.head{
	box-shadow: 0 0 8px #EEEEEE;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 99;
	width: 100%;
}
.order {
	width: 225px;
	height: 40px;
	margin: 10px 200px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.5em;
}

.order a {
	display: block;
	line-height: 40px;
	color: #f9f9f9;
	border-radius: 4px;
	background-color: #003366;
	margin-top: 40px;
}

/* head */
.header-wrap {
	width: 1600px;
	margin: 0 auto;
	height: 70px;
	line-height: 70px;
	display: flex;
}

.header-wrap .logo-container img {
	display: block;
	height: 50px;
	margin: 10px 0;
}

.header-nav {
	list-style: none;
	flex: 1;
	overflow: hidden;
}

.header-nav .nav-item {
	float: left;
	margin-left: 40px;
	position: relative;
}

.header-nav .nav-item .hot-icon {
	position: absolute;
	top: 20px;
	right: -30px;
	width: 28px;
	height: 12px;
	background: url(../img/hot.png) no-repeat center/100%;
}

.header-nav .nav-item a {
	display: block;
	line-height: 70px;
	transition: all .2s linear .2s;
	color: #333333;
	font-size: 16px;
}

.header-nav .nav-item a:hover {
	color: #003366;
}

.header-search {
	padding-left: 65px;
	display: flex;
	align-items: center;
}

.header-search form {
	display: flex;
	align-items: center;
}

.header-search input {
	width: 305px;
	height: 40px;
	padding-left: 15px;
	border: 0;
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 40px;
	color: #404040;
	outline: none;
	border-radius: 5px 0 0 5px;
}

.header-search .search-btn {
	display: block;
	width: 80px;
	height: 40px;
	background-color: #003366;
	border-radius: 0 5px 5px 0;
	position: relative;
}

.header-search .search-btn::after {
	display: block;
	content: "";
	position: absolute;
	left: 20px;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../img/searchw.png) no-repeat center/ 20px 20px;
}

.login-container {
	margin-left: 60px;
}

.login-container .beforeLogin {
	height: 70px;
	display: flex;
	align-items: center;
}

.login-container .beforeLogin a {
	display: block;
	width: 46px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	border-radius: 4px;
	color: #333333;
}

.login-container .beforeLogin a.needLogin {
	margin-right: 10px;
	background-color: #003366;
	color: #ffffff;
}

.login-container .afterLogin {
	height: 70px;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #404040;
}

.login-container .afterLogin img {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}


/*
 *  swiper
 */
.swiper-box {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	z-index: -99;
}

/*
 *
 */
.category-link {
	width: 100%;
	padding: 20px 0;
}

.category-item {
	display: block;
	width: 140px;
	line-height: 32px;
	padding: 15px 0;
	text-align: center;
	color: #888;
	background-color: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #eee;
}

.category-item h3 {
	font-size: 22px;
	font-weight: 500;
	color: #003366;
}

.category-item:hover {
	background-color: #003366;
	color: #ffffff;
}

.category-item:hover h3 {
	color: #ffffff;
}

/*
 * list
 */
.list-box {
	width: 100%;
	margin-top: 10px;
}

.list-box .title h3 {
	font-size: 25px;
	line-height: 60px;
	font-weight: 400;
}

.list::after {
	display: block;
	content: "";
	clear: both;
}

.list .list-item {
	display: block;
	width: 270px;
	margin-bottom: 20px;
	float: left;
	margin-right: 40px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 12px #eeeeee;
}

.list .list-item:hover{
	transition: all 0.2s linear 0.2s;
	box-shadow: 0 0 12px #999999;
}

.list .list-item:nth-child(4n) {
	margin-right: 0;
}

.list .list-item .list-img {
	width: 100%;
	height: 190px;
	overflow: hidden;
	position: relative;
}

.list .list-item .list-img img {
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.list .list-item .list-img:hover img {
	cursor: pointer;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.list .list-item .list-img>i {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
	color: #ffffff;
	border-radius: 8px 0 0 0;
	font-style: normal;
}

.list .list-item .list-img>span {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 0, 0, 0.8);
	padding: 5px 10px;
	color: #ffffff;
	border-radius: 0 0 8px 0;
	font-style: normal;
}

.list .list-item .list-body {
	padding: 12px 10px 15px;
	height: 85px;
	box-sizing: border-box;
	line-height: 25px;
}

.list .list-item .list-body h3 {
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--principal-color);
	text-align: left;
}

.list .list-item .list-body p {
	font-size: 12px;
	color: #888888;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	padding-left: 25px;
	background: url(/public/default/img/address.svg) no-repeat 5px center/15px;
	line-height: 30px;
}

.course-tags dl dd a {
	color: #000000;
	text-decoration: none;
	background-color: transparent
}

.course-tags dl dd a:hover {
	color: #7048cc;
	text-decoration: none;
}

/*
 * banner
 */
.banner {
	width: 100%;
	margin-bottom: 30px;
}

.banner img {
	width: 100%;
	height: auto;
}

/*
 *  tutor
 */
.tutor {
	margin-top: 10px;
	width: 100%;
}

.tutor .title {
	height: 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.tutor .title h3 {
	font-size: 25px;
	line-height: 60px;
	font-weight: 400;
}

.tutor .title a {
	color: var(--principal-color);
	display: block;
	position: relative;
	line-height: 60px;
	padding-right: 20px;
}

.tutor .title .icon-right {
	width: 20px;
	height: 20px;
	background: url(/public/default/img/right.png);
	right: 0;
	top: 20px;
	background-size: 70%;
}

.tutor .tutor-list::after {
	display: block;
	content: "";
	clear: both;
}

.tutor .tutor-list .tutor-item {
	width: 380px;
	margin-right: 30px;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	background-color: #f9f9f9;
	margin-bottom: 20px;
}

.tutor .tutor-list .tutor-item:nth-child(3n) {
	margin-right: 0;
}

.tutor .tutor-list .tutor-item .tutor-img {
	width: 100px;
	height: 140px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}

.tutor .tutor-list .tutor-item .tutor-img img {
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.tutor .tutor-list .tutor-item .tutor-img:hover img {
	cursor: pointer;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.tutor .tutor-list .tutor-item .tutor-info {
	color: var(--a-color);
	font-size: 12px;
	line-height: 20px;
}

.tutor .tutor-list .tutor-item .tutor-info h3 {
	font-size: 16px;
	font-weight: 600;
	color: var(--principal-color);
}

.tutor .tutor-list .tutor-item .tutor-info h4 {
	padding: 5px 0 10px;
	font-size: 14px;
}

/*
 *  blogroll
 */
.blogroll {
	width: 100%;
	margin-top: 10px;
	padding: 15px 0 30px;
}

.blogroll .title span {
	line-height: 60px;
	font-size: 25px;
	color: var(--principal-color);
	border-bottom: 3px solid #0095b5;
}

.blogroll-list li {
	display: inline-block;
	padding-right: 20px;
	line-height: 30px;
}

.blogroll-list li a {
	color: var(--a-color);
}

/*
 * footer
 */
.footer {
	width: 100%;
	margin-top: 50px;
	padding: 30px 0;
	background-color: #282828;
	color: #909399;
	z-index: 99;
}

.footer .footer-left {
	width: 380px;
	border-left: 3px solid #555555;
	padding-left: 30px;
}

.footer h3 {
	font-size: 18px;
	color: #eee;
	font-weight: 400;
	line-height: 45px;
}

.footer .footer-left>ul::after {
	display: block;
	clear: both;
	content: "";
}

.footer .footer-left>ul>li {
	float: left;
	padding-right: 30px;
	line-height: 35px;
}

.footer .footer-left>ul>li a {
	color: #909399;
	transition: color 0.2s linear 0.2s;
}

.footer .footer-left>ul>li:hover a {
	color: #ffffff;
}

.footer .footer-right .wxlist {
	width: 120px;
	height: 120px;
	float: left;
	background-color: #303133;
	margin-right: 15px;
	position: relative;
	padding-top: 80px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.footer .footer-right .wxlist:last-child {
	margin-right: 0;
}

.footer .footer-right .wxlist .icon-wechat {
	background: url(/public/default/img/wechat.png);
	background-size: 40%;
}

.footer .footer-right .wxlist .icon-miniprogram {
	background: url(/public/default/img/minprogram.png);
	background-size: 30%;
}

.footer .footer-right .wxlist .icon-service {
	background: url(/public/default/img/service.png);
	background-size: 40%;
}

.footer .footer-right .wxlist .icon {
	width: 120px;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 9;
}

.footer .footer-right img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all ease .5s;
}

.footer .footer-right .wxlist:hover img {
	opacity: 1;
}

/*
  * copyright
  */
.copyright {
	padding: 20px 0;
	text-align: center;
	color: #909399;
	font-size: 12px;
	line-height: 30px;
	z-index: 99;
	background: #ffffff;
}

.copyright a {
	color: #909399;
}

.copyright a:hover {
	color: red;
}

/*
 * 位置导航
 */
.position {
	width: 100%;
	padding: 20px 0 10px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	border-bottom: 1px solid #e9e9e9;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.position a {
	color: var(--principal-color);
}

.position .icon-home {
	background: url(/public/default/img/home.png);
	background-size: 80%;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	position: relative;
}

.position .icon-right {
	background: url(/public/default/img/right.png);
	background-size: 60%;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	position: relative;
}

/*
 * menu-bar
 */
.menu-bar {
	width: 100%;
	height: 30px;
	padding: 30px 0;
}

.menu-bar dd {
	display: inline-block;
	line-height: 30px;
	width: 80px;
	text-align: center;
	border-radius: 4px;
}

.menu-bar dd a {
	color: var(--principal-color);
}

.menu-bar dd.active {
	background-color: var(--active-color);
}

.menu-bar dd.active a {
	color: #ffffff;
}

/*
 * 资讯列表
 */
.news-list {
	width: 100%;
}

.news-list::after {
	clear: both;
	content: "";
	display: block;
}

.news-list li {
	width: 585px;
	margin-right: 30px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px dashed #c9c9c9;
}

.news-list li:nth-child(even) {
	margin-right: 0
}

.news-list .news-img {
	width: 130px;
	height: 80px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.news-list .news-img img {
	width: 100%;
	height: 100%;
}

.news-list .news-info {
	float: right;
}

.news-list .news-info h3 {
	width: 425px;
	color: var(--principal-color);
	font-weight: 500;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-list .news-info .description {
	width: 425px;
	color: #7c7c7c;
	height: 50px;
	padding: 5px 0;
	box-sizing: border-box;
	line-height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*
 * pagination
 */
.pagination {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 40px auto;
}

.pagination a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 20px 10px 0;
	border-radius: 4px;
	color: var(--a-color);
}

.pagination a.active {
	background-color: red;
	color: #ffffff;
	cursor: default;
}

.pagination .icon-right {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(/public/default/img/right.png);
	background-size: 50%;
}

.pagination .icon-left {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(/public/default/img/left.png);
	background-size: 50%;
}

/*
 * 文章内容
 */
.article {
	width: 100%;
}

.article::after {
	content: "";
	display: block;
	clear: both;
}

.article-content {
	width: 100%;
	min-height: 50vh;
	margin-right: 50px;
	float: left;
}

.article-title {
	border-bottom: 1px dashed #e9e9e9;
	padding: 30px 0;
	text-align: center;
}

.article-title h3 {
	font-size: 28px;
	padding: 15px 0;
	line-height: 30px;
	font-weight: 400;
}

.article-title p {
	font-size: 14px;
	color: #888;
}

.article-content .textcontent {
	padding: 30px 0;
	line-height: 2em;
	font-size: 16px;
}

.article-content .textcontent img {
	display: inline;
	max-width: 100%;
}

/*
 * relative
 */
.relative {
	width: 360px;
	min-height: 50vh;
	float: right;
}

.relative .title h3 {
	font-size: 25px;
	line-height: 60px;
	font-weight: 400;
	padding-top: 10px;
}

.relative-list .relative-item {
	display: block;
	margin-bottom: 20px;
}

.relative-list .relative-item::after {
	clear: both;
	display: block;
	content: ''
}

.relative-list .relative-item .left-img {
	width: 105px;
	height: 70px;
	margin-right: 15px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
}

.relative-list .relative-item .left-img img {
	width: 100%;
	height: 100%;
}

.relative-list .relative-item .right-info {
	float: right;
	width: 240px;
}

.relative-list .relative-item .right-info h3 {
	width: 100%;
	height: 50px;
	padding: 5px 0;
	line-height: 22px;
	font-size: 14px;
	color: var(--principal-color);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	box-sizing: border-box;
}

.relative-list .relative-item .right-info p {
	font-size: 12px;
	color: var(--a-color);
	line-height: 20px;
}

/*
 * classify
 */
.classify {
	width: 100%;
	line-height: 32px;
	margin: 20px 0 20px;
	color: var(--a-color);
}

.classify dl dd,
.classify dl dt {
	display: inline-block;
	padding: 0 15px;
	border-radius: 5px;
	margin-right: 10px;
}

.classify dl dd a {
	color: var(--principal-color);
}

.classify dl dd.active {
	background-color: #003366;
}

.classify dl dd.active a {
	color: #ffffff;
}

/*
 * courseDetail
 */
.course-main {
	width: 100%;
	margin: 30px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.course-main::after {
	clear: both;
	display: block;
	content: "";
}

.course-main-left {
	width: 500px;
	height: 430px;
	float: left;
}

.course-main-left a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.course-main-left a img{
	display: block;
	width: 100%;
	height: calc(500px * 0.5625)
}

.course-main-right {
	width: 670px;
	float: right;
}

.course-main-left .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.course-main-left .swiper-slide {
	background-size: cover;
	background-position: center;
}

.course-main-left .swiper-slide img {
	width: 100%;
	height: 100%;
}

.course-main-left .gallery-top {
	height: 80%;
	width: 100%;
}

.course-main-left .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.course-main-left .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.course-main-left .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.course-main-right .title {
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
}

.course-main-right .title span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
	border-radius: 4px;
	width: 50px;
	line-height: 35px;
	text-align: center;
	background-color: #f60;
	color: #ffffff;
	float: left;
}

.course-main-right .title h3 {
	display: inline;
	font-weight: 500;
	font-size: 26px;
}

.course-main-right .brief {
	font-size: 12px;
	color: #888;
	line-height: 24px;
}

.course-pirce-box {
	margin: 20px 0;
	background: url(/public/default/img/detail.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 20px 25px;
	font-size: 14px;
	border-radius: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}

.course-pirce-box .price {
	display: flex;
	flex-direction: row;
}

.course-pirce-box .price span:first-child {
	display: inline-block;
	width: 60px;
	line-height: 40px;
}

.course-pirce-box .price span:last-child {
	color: var(--pagination-color);
	font-size: 30px;
	font-weight: 600;
}

.course-pirce-box .accumlate {
	color: #888;
	border-left: 1px solid #ddd;
	text-align: center;
	padding-left: 20px;
	font-size: 12px;
	line-height: 20px;
}

.course-tags {
	width: 100%;
}

.course-tags dl dt,
.course-tags dl dd {
	display: inline-block;
	padding: 0px 15px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	height: 32px;
	line-height: 32px;
	margin: 8px 10px;
}

.course-tags dl dt {
	border: none;
}

/*
 * course-detail
 */
.course-detail {
	width: 100%;
	margin: 30px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.course-detail::after {
	clear: both;
	display: block;
	content: "";
}

.course-detail .sideBar {
	width: 170px;
	height: auto;
	background-color: #f9f9f9;
	color: var(--principal-color);
	line-height: 40px;
	font-size: 15px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	margin-right: 30px;
}

.course-detail .course-detail-box {
	width: 1000px;
}

.course-detail .sideBar .link {
	position: sticky;
	top: 30px;
}

.course-detail .sideBar .link a {
	color: var(--principal-color);
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: block;
}

.course-detail .sideBar .active a {
	color: #ffffff;
}

.course-detail .sideBar dd.active {
	background-color: #003366;
}

.course-detail .sideBar dd {
	margin-bottom: 10px;
	border-radius: 4px;
}

/*
 * course-detail-box
 */
.course-detail-box .section {
	width: 100%;
	margin-bottom: 20px;
}

.course-detail-box .section .title-line {
	width: 100%;
	height: 70px;
	padding: 20px;
	line-height: 30px;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #c9c9c9;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.course-detail-box .section .title-line .title {
	font-size: 30px;
	color: var(--pagination-color);
	line-height: 30px;
}

.course-detail-box .section .title-line .icon {
	width: 30px;
	height: 30px;
	background-position: center !important;
	background-size: 90% !important;
	display: block;
	position: relative;
	cursor: pointer;
}

.course-detail-box .section .title-line .icon-up {
	background: url(/public/default/img/up.png) no-repeat;
}

.course-detail-box .section .title-line .icon-down {
	background: url(/public/default/img/down.png) no-repeat;
}

.course-detail-box .section .content {
	font-size: 16px;
	line-height: 30px;
}

.course-detail-box .edutitle {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0;
	border-bottom: 1px dashed #e9e9e9;
	margin-bottom: 15px;
}

/*
 *
 */
.ibanner {
	width: 100%;
	height: 380px;
	background: url(/public/default/img/ibanner.jpg) no-repeat center;
}

.ibanner .inside {
	color: #333;
	padding: 50px 320px 50px 80px;
	line-height: 30px;
}

.ibanner .inside h2 {
	padding: 15px 0;
	font-size: 32px;
	font-weight: 400;
	color: #486311;
	margin-bottom: 10px;
}

.ibanner .inside p {
	padding: 10px 0;
	font-size: 16px;
}

.ibanner .inside a {
	display: inline-block;
	border-radius: 6px;
	background-color: #0cb46a;
	color: #ffffff;
	font-size: 18px;
	line-height: 50px;
	padding: 0 25px;
}

/*
 * baseList
 */
.baseList {
	text-align: center;
}

/*
 * baseDetail
 */
.baseInfo .display-flex {
	justify-content: flex-start;
}

.baseInfo {
	width: 100%;
	padding: 50px 20px 50px 20px;
	background: #f9f9f9;
	box-sizing: border-box;
}

.baseInfo .baseLogo {
	width: 150px;
	height: 110px;
	margin-right: 30px;
}

.baseInfo .baseLogo img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.baseInfo .pinfo {
	width: 520px;
	margin-right: 30px;
}

.baseInfo .pinfo h3 {
	font-size: 32px;
	font-weight: normal;
	line-height: 45px;
}

.baseInfo .pinfo p {
	line-height: 28px;
}

.baseInfo .baseData {
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.baseInfo .baseData>div {
	flex: 1;
	text-align: center;
	border-right: 1px solid #e9e9e9;
}

.baseInfo .baseData>div:last-child {
	border: none;
}

.baseInfo .baseData h4 {
	color: #f30;
	font-size: 32px;
	line-height: 45px;
	font-weight: 400;
}

.baseInfo .baseData p {
	color: var(--a-color);
	font-size: 13px;
}

/*
 * base-detail-box
 */
.base-detail-box {
	width: 1000px;
}

.base-detail-box .section {
	margin-bottom: 30px;
}

.base-detail-box .title-line {
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 25px 20px 0px;
}

.base-detail-box .title {
	line-height: 30px;
	font-size: 28px;
	color: #202020;
	padding-left: 25px;
	position: relative;
}

.base-detail-box .title:before {
	position: absolute;
	width: 6px;
	height: 28px;
	top: 1px;
	left: 0;
	border-radius: 6px;
	display: block;
	content: "";
	background: #666;
}

.base-detail-box .content {
    padding:20px 0 5px;;
	line-height: 2em;
	color: #666;
	font-size: 16px;
}

.inner-list-box {
	margin-top: 30px;
}

.inner-list-box .list-item {
	width: 300px;
	margin-right: 50px;
}

.inner-list-box .list-item:nth-child(3n) {
	margin-right: 0;
}

.inner-list-box .list-item:nth-child(4n) {
	margin-right: 50px;
}

/*
 * about
 */
.aboutUs-img {
	width: 100%;
	height: 250px;
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
}

.aboutUs-img img {
	width: 100%;
	height: 100%;
}

.aboutUs-title {
	padding: 10px 0 15px 32px;
	line-height: 45px;
	color: #999;
}

.aboutUs-title h2 {
	font-size: 30px;
	color: #333;
	font-weight: 400;
}

.aboutUs {
	text-indent: 2em;
	padding: 5px 0;
	font-size: 16px;
	line-height: 32px
}

/* newly add
 */
.project-list {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.project-list .project-item {
	width: 275px;
	margin: 0 15px 25px;
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	transition: all .2s linear .2s;
	box-shadow: 0 0 12px #EEEEEE;
}

.project-list .project-item .pro-link {
	display: block;
	width: 100%;
	height: 154px;
	filter: brightness(1);
	object-fit: cover;
	object-position: center;
}

.project-list .project-item .title {
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	color: #0f0f0f;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all .2s linear .2s;
}

.project-list .project-item .countAndTags {
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	padding-right: 10px;
	display: flex;
	justify-content: space-between;
}

.project-list .project-item .countAndTags .count {
	padding-left: 25px;
	background: url(../img/eye.png) no-repeat left/20px 20px;
	font-size: 14px;
	color: #b1b1b1;
}

.project-list .project-item .countAndTags .tags {
	display: block;
	width: 25px;
	height: 25px;
}

.project-list .project-item .countAndTags .tags .tags-ppt {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/ppt.png) no-repeat center/21px 21px;
}

.project-list .project-item .author {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding: 10px 0;
	display: flex;
}

.project-list .project-item .author img {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 14px;
}

.project-list .project-item .author .author-name {
	line-height: 36px;
	color: #666;
	flex: 1;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.project-list .project-item .collect-btn {
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 28px;
	height: 28px;
	z-index: 10;
	border-radius: 2px;
	background: #ffffff url(../img/collection.png) no-repeat center/20px 20px;
	opacity: 0;
	transition: all .2s linear .2s;
}

.project-list .project-item .collect-btn.active {
	background-image: url(../img/collection-fill.png);
}

.project-list .project-item:hover .pro-link {
	filter: brightness(0.5);
	transition: all 0.2s linear;
}

.project-list .project-item:hover {
	box-shadow: 0 0 12px #999999;
}

.project-list .project-item:hover .title {
	color: #003366;
}

.project-list .project-item:hover .collect-btn {
	opacity: 1;
}

/* login */
.login{
    margin: 30px 0;
}
.login-wrap{
    width: 960px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.login-wrap .title{
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #ededed;
    color: #606060;
    font-size: 16px;
    padding: 0 0 0 20px;
}
.login-box .tab{
    display: flex;
    justify-content: center;
    padding: 45px 0;
}
.login-box .tab a{
    display: block;
    width: 90px;
    line-height: 30px;
    background-color: #999;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.login-box .tab a.active{
    background-color: #003366;
}
.login-box .tab a:first-of-type{
    border-radius:  4px 0 0 4px;
    border-right: 1px solid #eee;
}
.login-box .tab a:last-of-type{
    border-radius: 0 4px 4px 0;
}
.login-box .login-form{
    width: 360px;
    margin: 0 auto;
}
.login-box .login-form input{
    display: block;
    width: 100%;
    resize: none;
    outline: none;
    -webkit-appearance: none;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    border: 1px solid #ededed;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.login-box .login-form input::-webkit-input-placeholder{
    color: #DDDDDD;
}
.login-box .login-form button{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    background-color: #003366;
    border: none;
    outline: none;
    cursor: pointer;
}
/*
 */
.video-container{
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	position: relative;
}
.video{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.course-info{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-left: 10px;
}
.course-info .title{
	font-size: 18px;
	display: flex;
	align-items: center;
	height: 40px;
}
.course-info .title span{
	background-color: #f60;
	font-size: 15px;
	display: block;
	padding: 4px 5px;
	color: #fff;
	border-radius: 4px;
	margin-right: 10px;
}
.course-info-item {
    display: flex;
    height: 28px;
    align-items: center;
}
.course-info-item .attr {
    font-size: 15px;
    margin-right: 20px;
	color: #000;
}
.course-info-item .val {
    color: #333;
    font-size: 14px;
}

.dialog-model{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 99;
}
.dialog-card{
	width: 440px;
	height: 500px;
	min-height: 500px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 0px 2px #fbfbfb;
	padding: 20px;
	box-sizing: border-box;
	margin: 200px auto;
	position: relative;
}
.dialog-card .info{
	padding: 10px;
	border-bottom: 1px solid #efefef;
}
.dialog-card .info .info-item{
	display: flex;
	align-items: center;
	line-height: 40px;
	font-size: 17px;
	color: #666;
	font-weight: bold;
}
.dialog-card .info .info-item .attr{
	dispaly: inline-block;
	margin-right: 12px;
}
.dialog-card .qrcode-box img{
	display: block;
	width: 70%;
	height: auto;
	margin: 20px auto;
}
.dialog-card .close-btn{
	display: block;
	width: 40px;
	height: 40px;
	background: url(data:image/png;base64,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) no-repeat center/60%;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.simplify{
	height: 77px !important;
}
.simplify h3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: unset !important;
	line-height: 25px;
	height: 50px;
	text-align: center !important;
}









