@charset "utf-8";
/* 项目首页 */
/* 头部 */
.project-header {
	position: relative;
	z-index: 10;
	/* min-width: 1024px; */
	background: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	font-size: 15px;
}
.project-header>.container{
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.project-header .logo{
	font-size: 28px;
	flex: 1;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.project-header .logo img{
	width: auto;
	height: 60px;
	max-width: 110px;
	max-height: initial !important;
	object-fit: cover;
	margin-right: 20px;
}
.project-header .logo span{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	line-height: 1.3;
}
.project-header .el-radio-group{
	margin-right: 10px;
}
.project-header .el-radio-button:first-child .el-radio-button__inner{
	border-radius: 20px 0 0 20px;
}
.project-header .el-radio-button:last-child .el-radio-button__inner{
	border-radius: 0 20px 20px 0;
}
.project-header .search{
	display: flex;
	width: 230px;
}
.project-header .search .el-select{
	width: 116px;
	margin-right: -1px;
}
.project-header .search .el-input input{
	border-radius: 0 20px 20px 0;
}
.project-header .search .el-select input{
	border-radius: 20px 0 0 20px;
}
.project-header .user-info{
	display: flex;
}
.project-header .user-info>a{
	margin-left: 10px;
}
.project-header .back-home{
	margin-right: 10px;
}
.project-header	.user-img{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}
.project-header	.user-name{
	display: inline-block;
	max-width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.project-header .dropdown{
	position: relative;
	z-index: 1;
}
.project-header .dropdown-nav{
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.project-header .dropdown:hover .dropdown-nav{
	color: #00cc7e;
}
.project-header .dropdown-menu{
	position: absolute;
	right: 0;
	top: 40px;
	background: #fff;
	color: #1c1f21;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transition-duration: .3s;
}
.project-header .dropdown-menu li{
	font-size: 14px;
	white-space: nowrap;
	line-height: 32px;
	padding: 0 20px;
	cursor: pointer;
}
.project-header .dropdown-menu li:hover{
	background: #f2f2f2;
}
.project-header .dropdown-menu .dropdown-menu-header{
	padding: 10px 20px;
	cursor: default;
	display: flex;
	align-items: center;
}
.project-header .dropdown-menu .dropdown-menu-header .user-name{
	font-size: 12px;
	color: #7f818c;
	margin-left: 5px;
}
.project-header .dropdown-menu .dropdown-menu-header:hover{
	background: none;
}
.project-header .dropdown:hover .dropdown-menu{
	opacity: 1;
	visibility: visible;
}
.project-header	.menu{
	height: 40px;
	line-height: 40px;
	overflow: auto hidden;
}
.project-header	.menu ul{
	display: flex;
	flex: 1;
}
.project-header	.menu li{
	cursor: pointer;
	position: relative;
	white-space: nowrap;
}
.project-header	.menu li a{
	display: block;
	color: #47494e;
	padding: 0 15px;
	position: relative;
}
.project-menu-children{
	min-width: auto;
	padding: 0;
}
.project-menu-children ul{
	padding: 10px 0;
}
.project-menu-children li{
	position: relative;
}
.project-menu-children li a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 4px 20px 4px 15px;
	cursor: pointer;
	position: relative;
	max-width: 100px;
}
.project-menu-children li a>i{
	position: absolute;
	right: 0;
	top: 8px;
}
.project-menu-children[x-placement^=bottom]{
	margin-top: 2px;
}
.project-menu-children li ul{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 1px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transition-duration: .3s;
}
.project-menu-children li:hover > ul{
	opacity: 1;
	visibility: visible;
}
/* banner */
.project-banner{
	margin-top: 10px;
}
.project-banner .el-carousel__container{
	height: auto;
	line-height: 1;
}
.project-banner .el-carousel__item.is-active{
	position: relative;
}
.project-banner .el-carousel img{
	display: block;
	width: 100%;
	max-height: 240px;
	object-fit: cover;
}
/* 主内容 */
.project-container{
	margin-top: 10px;
}
.project-main{
	padding: 0;
}
/* 搜索框 */
.project-searchbar{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.project-searchbar .el-input{
	max-width: 350px;
}
.project-searchbar .el-input__inner{
	border-radius: 30px;
}
/* 专业园地 */
.field-title{
	position: relative;
	margin: 0 0 30px;
}
.field-title h2{
	font-size: 22px;
	color: #1c1f21;
    font-weight: 600;
}
.field-intro{
	line-height: 1.8;
}
.field-intro img{
	max-width: 100%;
}
.field-channel{
	margin-bottom: 10px;
}
.field-channel .el-card__header{
	padding: 8px 20px;
	border: none;
	color: #fff;
	background: linear-gradient(to left, #00b896, #00cc7e);
}
.field-channel ul{
	height: 120px;
	margin-right: -20px;
	padding-right: 20px;
	overflow: hidden auto;
}
.field-channel li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 30px;
}
.field-channel li a::before{
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00cc7e;
	vertical-align: middle;
	margin-right: 5px;
}
.field-channel li a:hover{
	color: #00cc7e;
}
.field-team dt{
	line-height: 1;
	font-size: 16px;
	margin: 20px 0;
	border-left: 4px solid #00cc7e;
	padding-left: 10px;
}
.field-team dd{
	line-height: 1.6;
	margin-bottom: 5px;
	margin-left: 20px;
}
.ProjectzyFlex{
	display: flex;
	align-items: center;
	background: url(/pages/project/imgs/entrance-zyBg3.png);
	background-size: 100% 100%;
	height: 186px;
	margin-bottom: -28px;
	z-index: 1;
}
.ProjectzyFlex1{
	display: flex;
	align-items: center;
	background: url(/pages/project/imgs/entrance-zyBg5.png);
	background-size: 100% 100%;
	height: 186px;
	margin-bottom: -28px;
	z-index: 1;
}
.projectZyPadb{
	padding-bottom: 3%;
}
.projectZypad{
	text-align: end;
	padding-bottom: 3%;
}
.projectZyImg1{
	width: 60%;
}
.projectZyImg2{
	width: 84%;
	margin-left: 10%;
}
.projectZyImg3{
	width: 42%;
}
/* 素材 */
.material-list .course-time,
.material-list .course-fileimg,
.material-list .course-filesize{
	display: none;
}
@media (max-width: 480px) {

	.ProjectzyFlex{
		margin: 0;
		height: 56px;
		background: url(/pages/project/imgs/entrance-zyBg4.png);
		background-size: 100% 100%;
		margin-bottom: 10px;
	}
	.ProjectzyFlex1{
		margin: 0;
		height: 56px;
		background: 0;
		background-size: 100% 100%;
		margin-bottom: 10px;
		background: white;
		border-radius: 8px;
		margin-top: 10px;

	}
	.projectZyImg1{
		width: 86%;
		margin-right: 2%;
	}
	.projectZyImg2{
		width: 96%;
		padding-top: 22%;
		margin-left: 0;
	}
	.projectZyImg3{
		width: 86%;
		margin-right: 8%;
	}
	.projectZypad{
		padding-top: 6%;
	}
	.projectZyPadb{
		padding-top: 3%;
	}
}
/* 平板 */
@media only screen and (max-width: 991px) {
	.project-header .logo{
		font-size: 22px;
	}
	.project-header .search{
		display: none;
	}
	/* .project-header .back-home{
		display: none;
	} */
}
/* 手机 */
@media only screen and (max-width: 767px) {
	.project-header .logo{
		font-size: 18px;
		margin-left: 0 !important;
	}
	.project-header .logo img{
		display: none;
		/* 定制logo不隐藏 */
		height: 40px;
		width: 100%;
		object-fit: contain;
		object-position: left;
	}
	.project-header .logo span{		
		-webkit-line-clamp: 1;
	}
	.project-header .user-info{
		top: 10px;
	}
	.project-header .menu li a{
		padding: 0 8px;
	}
	.project-menu-children li a{
		padding: 4px 13px 4px 8px;
	}
	.project-menu-children li ul{
		left: auto;
		right: 100%;
		margin-left: auto;
		margin-right: 1px;
	}
	.project-banner .el-carousel img{
		max-height: 150px;
	}
}
