.bg-f0f6f4 {
	background-color: #f0f6f4;
}

#app {
	opacity: 0;
}

.logo img{
	height:100%;
	width:auto;
}

.nav .el-menu--horizontal {
	border: none;
}

.nav li {
	line-height: 40px;
	padding: 0 20px;
}

.nav .el-menu--horizontal>.el-menu-item {
	border: none;
}

.nav .el-menu--horizontal>.el-menu-item.is-active {
	border: none;
}

.nav li a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.nav li a:hove {
	text-decoration: none;
}

.header-right {
	height: 40px;
}

.ad-text{
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.2);
	color:#FFFFFF;
	z-index: 2;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}

.search-inupt {
	background-color: #ffffff;
	border: 3px solid #2979ff;
	height: 40px;
	line-height: 40px;
}

.index-class a:hover {
	color: #2979ff;
}

.ad2 .item {
	margin-right: 15px;
	width: 228px;
	line-height: 0;
}

.ad2 .item:nth-child(5n) {
	margin-right: 0;
}

.like-work-list li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 254px
}

.like-work-list li:nth-child(3n) {
	margin-right: 0;
}

.index-article-list ul li {
	position: relative;
	float: left;
	display: inline;
	width: 33.3%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-bottom: 15px;
}

.index-article-list ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	height: 100%;
	float: left;
	display: inline;
	margin-right: 3px;
}

.index-article-list ul li i {
	width: 3px;
	height: 3px;
	background: #bcbcbc;
	border-radius: 50%;
	margin: 7px 5px 0 0;
	float: left;
	display: inline;
}

.index-article-list ul li .time {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 12px;
}

.view-class-list a{float:left;display:inline;height:40px;line-height:40px;font-size:14px;width:128px;text-align:center;margin:10px 10px 0 0;border:1px solid #eee;border-radius:5px;}
.view-class-list a:nth-of-type(2n+0){margin-right: 0;}
.view-class-list a:hover,.view-class-list a.hover{background-color: #2979FF;color:#ffffff;}

.member-resume-work-list li {
	width: 191px;
	margin-right: 15px;
	border-radius: 5px;
	border: 1px solid #e4e7ed;
}

.member-resume-work-list li:hover {
	border-color: #2979FF;
}

.member-resume-work-list li:nth-child(4n) {
	margin-right: 0;
}

.member-com-hover-head {
	background: url(../images/com-bg.png) no-repeat;
	color: #7d8395;
}

.member-com-hover-name {
	background: #f5fbff;
	height: 35px;
	color: #97989c;
	padding: 0px 15px;
	position: relative;
	border-radius: 40px;
}

.layout-container .el-header {
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #ffffff;
	box-shadow: 0 2px 20px 0 rgba(15, 12, 70, .1);
	z-index: 2;
}

.layout-container .el-aside {
	position: fixed;
	left: 0;
	height: 100%;
	top: 70px;
	background-color: #ffffff;
	padding-top: 10px;
	z-index: 1;
	width: 200px;
}

.layout-container .el-aside a {
	color: var(--el-menu-text-color);
	text-decoration: none;
}

.layout-container .el-aside .el-sub-menu .el-menu-item a {
	color: var(--el-text-color-primary);
}

.layout-container .el-aside .is-active a,
.layout-container .el-aside .el-sub-menu .is-active a {
	color: #ffffff;
}

.layout-container .el-main {
	margin-left: 200px;
	margin-top: 70px;
}

.footer {}

.footer a {
	color: #606266;
	text-decoration: none;
}

.work-top .item {
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 2px 2px 6px 0 #eee;
	width: 108px;
	margin-right: 20px;
}

.work-top .active {
	background: #fff6ea;
	border-color: #e6bc80;
}

.work-top .top-select {
	z-index: 1;
	top: -1px;
	right: -1px;
	border: 16px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-top-color: #e6bc80;
	border-right-color: #e6bc80;
	border-radius: 0 5px 0 0;
}

.work-top .top-select::after {
	content: "";
	display: block;
	width: 4px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	z-index: 2;
	top: -12px;
	right: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

