.swiper {
	width: 100%;
	height: 100%;
	background-color: #ffffff;

}

.swiper_aboutus .swiper-slide {
	font-size: 18px;
	/* font-family: "Alibaba-PuHuiTi-Regular"; */
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.Join_box_left{
	width: 60%;
	border: 1px solid #E1E1E1;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: "Alibaba-PuHuiTi-Regular";
	min-height: 65vh;
  height: 65vh;
  overflow-y: scroll;
	
}
.Join_box_left .fl{
	font-size: 20px;
	color: #333;
	font-weight: 800;
}
.Join_box_left .fr{
	font-size: 18px;
	font-family: "Alibaba-PuHuiTi-Regular";
 color: #333;
}
.Join_box_left_tit{
	margin-bottom: 20px;
}
.Join_box_right{
	width: calc(40% - 60px);
	margin: 0px auto;
}
.join_ul{
	
	overflow-y: scroll;
}
.join_li {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ffffff;
    height: 6vh;
    line-height: 6vh;
    border-radius: 10px;
    padding: 0px 20px;
    margin-bottom: 20px;
    box-shadow: 0px 6px 6px #f5f5f5;
}

.join_li:hover{
	background-color: #2B2FAD;
	color: #ffffff;
}
.join_ul .on{
	background-color: #2B2FAD;
	color: #ffffff;
}
.join_ul .on .join_li_tit{
	color: #ffffff;
}
.join_li:hover .join_li_tit{
	color: #ffffff;
}
.join_li p{
	font-size: 14px;
	font-family: "Alibaba-PuHuiTi-Regular";
}
.join_li .join_li_tit{
	font-size: 16px;
	color: #666666;
	font-weight: 800;
  width: 30%;
}
.Join_box_left .Join_box_left_content p{
	font-family: "Alibaba-PuHuiTi-Regular";
	font-size: 14px !important;
	line-height: 1.5;
}
.Join_box_left .Join_box_left_content{
 color: #333;
}
/* .Join_box_left .join_btn{
	color: #fff;
	background-color: #2B2FAD;
	width: 100px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	float: right;
} */
/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:-15px;
	width: 4px;
	height: 100%;
	background-color: #e4e4e4;
}
.m_join_btn{
	color: #ffffff;
	background-color: #2B2FAD;
	font-size: 0.32rem;
	height: 0.64rem;
	line-height: 0.64rem;
	width: 2.666667rem;
	text-align: center;
	border-radius: 0.8rem;
	float: right;
	
}