.join-us-top{
	background-color: #fff;
	padding: 40px 0px;
}
.join-tit{
	margin: 20px auto 40px;
	font-size: 36px;
	color: #333333;
	text-align: center;
}
.join-search{
	width: 560px;
	height: 48px;
	margin: 0 auto;
	position: relative;
}
.inp-join-ss{
	display: block;
	width: 100%;
	height: 100%;
	border-width: 1px;
	border-color: rgb( 227, 227, 227 );
	border-style: solid;
	border-radius: 4px;
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.1);
	padding: 0 10px;
}
.inp-join-btn{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 54px;
	height: 100%;
	background: url(../images/jo-s.png) no-repeat center;
	background-size: 16px 16px;
	cursor: pointer;
}
.join-us-cent{
	padding: 60px 0px;
	/* width: 1200px;
	margin: 0 auto; */
}
.join-us-cent>ul{
	margin-right: -12px;
}
.join-us-cent>ul>li{
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	width: 594px;
	height: 100px;
	background-color: rgb( 255, 255, 255 );
	overflow: hidden;
	padding: 0 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.join-us-cent>ul>li:hover{
	background-color: rgb( 234, 247, 255 );
}
.join-us-cent>ul>li>a{
	display: block;
	width: 100%;
}
.jus-tit{
	font-size: 20px;
	color: rgb( 26, 26, 26 );
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.jus-sub{
	font-size: 14px;
	color: rgb( 102, 102, 102 );
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* 详情 */

.ban-jodet{
	top: 0;
	left: 0;
	transform: translate(0, 0);
	right: 0;
	bottom: 0;
	margin: auto;
}

.ban-jotit{
	font-size: 36px;
	color: rgb( 51, 51, 51 );
	font-weight: bold;
}
.ban-josub>span{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 8px;
	margin-right: 6px;
	font-size: 18px;
	color: rgb( 84, 84, 84 );
}

.ban-josub>span::after{
	content: "";
	width: 1px;
	height: 60%;
	background-color: #666666;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ban-josub>span:last-child::after{
	content: "";
	display: none;
}
.join-det-cen>h3{
	font-size: 24px;
	color: rgb( 26, 26, 26 );
	margin-bottom: 20px;
}
.join-det-txt{
	padding-left: 20px;
	margin-bottom: 20px;
}
.join-det-txt>p{
	padding-left: 18px;
	font-size: 16px;
	color: rgb( 51, 51, 51 );
	line-height: 28px;
	position: relative;
	margin-bottom: 10px;
}
.join-det-txt>p::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #4d4d4f;
	position: absolute;
	left: 0;
	top: 12px;
}
.email-box{
	text-align: center;
	margin-top: 40px;
}
.email-box>a{
	display: inline-block;
	padding: 0px 24px;
	border-radius: 4px;
	background-color: rgb( 77, 77, 79 );
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: rgb( 255, 255, 255 );
}
.email-box>a:hover{
	text-decoration: underline;
}



@media screen and (max-width: 768px){
	/* 详情 */
	.ban-jodet{
		padding: 0 .2rem;
	}
	.ban-jotit {
	    font-size: .22rem;
	}
	.ban-josub>span {
	    padding-right: .08rem;
	    margin-right: .06rem;
	    font-size: .18rem;
	}
	.join-det-cen>h3 {
	    font-size: .24rem;
	    margin-bottom: .2rem;
	}
	.join-det-txt {
	    padding-left: .2rem;
	    margin-bottom: .2rem;
	}
	.join-det-txt>p {
	    padding-left: .18rem;
	    font-size: .16rem;
	    line-height: .28rem;
	    margin-bottom: .1rem;
	}
	.join-det-txt>p::before {
	    content: "";
	    width: .06rem;
	    height: .06rem;
	    top: .12rem;
	}
	.email-box {
	    margin-top: .4rem;
	}
	.email-box>a {
	    padding: 0 .24rem;
	    height: .5rem;
	    line-height: .5rem;
	    font-size: .16rem;
	}
	/* 加入我们 */
	.join-us-top {
	    padding: .4rem .2rem;
	}
	.join-tit {
	    margin: .2rem auto .4rem;
	    font-size: .36rem;
	}
	.join-search {
	    width: 100%;
	    height: .48rem;
	}
	.inp-join-ss{
		padding: 0 .1rem;
	}
	.inp-join-btn {
	    width: .54rem;
	    background-size: .16rem .16rem;
	}
	.join-us-cent {
	    padding: .6rem 0rem;
	}
	.join-us-cent>ul {
	    margin-right: 0;
	}
	.join-us-cent>ul>li {
	    float: none;
	    margin-right: 0;
	    margin-bottom: .12rem;
	    width: 100%;
	    height: auto;
	    padding: .12rem .2rem;
	}
	.jus-tit {
	    font-size: .2rem;
	}
	.jus-sub {
	    font-size: .14rem;
	    line-height: .34rem;
	}
	
	
	
	
}