.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .txt_banner {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
}

.banner .txt_banner .title h5 {
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 134px;
    background-image: url('../images/join_banner_icon.png');
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    font-weight: 500;
    float: left;
}

.banner .txt_banner .title span {
    display: inline-block;
    font-family: 'pingfangs';
    font-size: 54px;
    font-weight: 100;
    line-height: 134px;
    color: #FFFFFF;
    padding-left: 15px;
    padding-top: 2px;
}

.banner .txt_banner .title:after {
    content: "";
    display: table;
    clear: both;
    position: absolute;
    width: 45px;
    height: 5px;
    background-color: #FFFFFF;
    left: 0px;
    bottom: 0px;
}

.banner .txt_banner p {
    font-size: 34px;
    color: #FFFFFF;
    line-height: 50px;
    width: 650px;
    padding-top: 52px;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .top h5 {
	font-size: 46px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 46px;
	padding-top: 110px;
	padding-bottom: 70px;
}

.main .bottom ul.join_list>li {
	/*max-height: 100px;*/
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	transition: 0.7s;
	box-sizing: border-box;
	background-color: #0075c5;
	border-bottom: 1px solid #FFFFFF;
}

.main .bottom ul.join_list li .list:after {
	display: table;
	content: "";
	clear: both;
}

.main .bottom ul.join_list li .list {
	background-image: url(../images/join_fold.png);
	background-repeat: no-repeat;
	background-position: right 60px center;
}

.main .bottom ul.join_list li .list h5.title {
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/join_list_bg.png);
	float: left;
	margin-left: 60px;
}

.main .bottom ul.join_list li .list p.addtime {
	font-family: 'monr';
	font-size: 20px;
	color: #82ccff;
	line-height: 100px;
	float: right;
	font-weight: 100;
	border-right: 1px solid rgba(255,255,255,.3);
	padding-right: 60px;
	margin-right: 140px;
}

.main .bottom ul.join_list li .content {
	box-sizing: border-box;
	padding: 60px;
	padding-bottom: 30px;
	background-color: #f4f4f4;
}

.main .bottom ul.join_list li .content ul.label {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.main .bottom ul.join_list li .content ul.label li {
	width: 220px;
	height: 50px;
	margin-right: 10px;
	background-color: #209928;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}

.main .bottom ul.join_list li .content ul.label li span {
	font-weight: 500;
}

.main .bottom ul.join_list li .content h5 {
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	line-height: 80px;
	display: inline-block;
	border-bottom: 1px solid #209928;
	margin-bottom: 16px;
	margin-top: 16px;
}

.main .bottom ul.join_list li .content p {
	font-size: 16px;
	color: #666666;
	line-height: 44px;
}

.main .bottom ul.join_list li .content h5 span {
	color: #209928 !important;
	font-family: 'monr';
	font-size: 24px;
	font-weight: 100;
}

.main .bottom ul.join_list li .content h5:last-child {
	border-bottom: none;
}

.main .bottom ul.join_list>li.active .list {
	background-image: url(../images/join_unfold.png);
}

.main .bottom ul.join_list>li.active {
	height: auto;
}

@media screen and (max-width: 550px ) {
	
	.main {
		padding-bottom: 80px;
	}
	
	.main .top h5 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.main .bottom ul.join_list>li {
		height: 70px;
	}
	
	.main .bottom ul.join_list li .list {
		background-position: right 15px center;
	}
	
	.main .bottom ul.join_list li .list h5.title {
		margin-left: 10px;
		font-size: 18px;
		line-height: 70px;
	}
	
	.main .bottom ul.join_list li .list p.addtime {
		font-size: 16px;
		margin-right: 50px;
		padding-right: 10px;
		line-height: 70px;
	}
	
	.main .bottom ul.join_list li .content {
		padding: 20px 10px;
	}
	
	.main .bottom ul.join_list li .content ul.label {
		flex-flow: row wrap;
	}
	
	.main .bottom ul.join_list li .content ul.label li {
		font-size: 14px;
		width: calc((100% - 20px) / 2);
		margin-bottom: 10px;
	}
	
	.main .bottom ul.join_list li .content h5 {
		font-size: 18px;
		line-height: 54px;
	}
	
	.main .bottom ul.join_list li .content p {
		font-size: 14px;
	}
	
}