.banner {
	width: 100%;
	height: 70vh;
	background: url(../../images/join/joinBanner.png) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bannerTitle {
	text-align: center;
}

.bannerTitle p:nth-child(1) {
	font-size: 48px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 6.8vh;
}

.bannerTitle p:nth-child(2) {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 2.2vh;
	text-transform: uppercase;
}

/* 导航 */
.nav {
	width: 100%;
	height: 70px;
	padding: 0 150px;
	background: #F8F8F8;
	font-size: 16px;
	color: #666666;
	line-height: 7vh;
	display: flex;
	align-items: center;
}
.nav>.split{
	margin: 0 4px;
}
.icon-zhuye {
	font-size: 18px;
	color: #999999;
}

.indexName,
.secondName {
	font-size: 16px;
	color: #666666;
}

.indexName {
	margin-left: 1vh;
}
.indexName a {
	text-decoration: none;
	color: #666666;
}

.indexName a:hover {
	color: #1088E9;
}
.icon-jinrujiantouxiao {
	font-size: 12px;
	color: #666666;
	margin-left: 4px;
	margin-right: 8px;
}

/* 内容 */
.contentJoin {
	width: 84%;
	margin: 0 150px;
	display: grid;
	grid-template-columns: 18% 82%;
	margin-top: 5.6vh;
	margin-bottom: 5.6vh;
}

/* 多选 */
.checkbox {
	border-right: 1px solid #E6E6E6;
	padding-right: 5.2vh;
}

.checkTitle {
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.6vh;
	border-bottom: 1px solid #E6E6E6;
}

.filtrate {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.remove {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	cursor: pointer;
}
.remove:hover{
	animation: color 0.3s linear forwards;
	/* color: #fff */
}
@keyframes color {
	0% {
		/* background: #F8F8F8; */
	/* 	color: #666666; */
	}

	100% {
		/* background-color: #1088E9; */
		color: #1088E9
	}
}
.category {}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 3.6vh 0 3vh 0;
}

.place {}

.category .el-checkbox-group, .place .el-checkbox-group {
	display: inline-grid;
	grid-row-gap: 2.4vh;
}

.el-checkbox__label {
	font-size: 16px;
	padding-left: 1.4vh;
}

/* end */
/* 右侧内容 */
.list {
	width: 97%;
	margin-left: 3%;
}

.listCon #item1 {
	display: grid;
	grid-template-columns: 48.5% 48.5%;
	grid-column-gap: 3%;
}
.ani{
	/* height: 2.4rem; */
	background: #FFFFFF;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0800);
	border-radius: 8px;
	margin-bottom: 6%;
	padding: 2vh 3vh;
}

.listItem:hover {
	animation: top 0.2s linear forwards;
	cursor: pointer;
}
.listItem:hover .ani{
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1400);
}
@keyframes top {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-2.4vh);
	}
}
.active {
	background: #1088E9;
	color: #fff;
	border: 1px solid #1088E9;
}
.itemTitle {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 4vh;
}

.itemCondition {
	display: flex;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 4vh;
}

.itemConditionduty {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
}

.itemCondition div {
	padding: 0 1.8vh;
}

.itemCondition div:nth-child(1) {
	padding-left: 0;
}

.itemCondition div:not(:last-child) {
	position: relative;
}

.itemCondition div:not(:last-child)::before {
	content: '';
	width: 1px;
	height: 1.4vh;
	background: #E6E6E6;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.itemCon {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 3vh;
}

/* end */
/* 分页 */
.el-pagination {
	/* text-align: center; */
	margin-top: 1.6vh;
	/* margin-bottom: 0.64rem; */
}

/* 列表的动画 */
.test1-enter-active {
	animation: test1-play 2s;
}

@keyframes test1-play {
	0% {
		/*transform: scale(0);*/
		margin-top: 50px;
	}

	/*50% {
        !*transform: scale(1.5);*!
    }*/

	100% {
		/*transform: scale(1);*/
		margin-top: 5px;
	}
}


.bigPage{
	display: block;
}
.smallPage{
	display: none;
}
.list .el-pagination {
    text-align: center;
    margin-top: 1.6vh;
    margin-bottom: 8vh;
}