/* 加入我们 */
.content {
    min-height: 600px;
    background-color: #f7f7f7;
}

.content .center-box {
    padding-top: 70px;
}

.list-label {
    width: 100%;
    min-height: 600px;
    margin-top: 70px;
    padding-bottom: 80px;
}

.list-label .top-tab {
    width: 100%;
    height: 80px;
    background-color: #181819;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 22px;
}

.tabs {
    text-align: center;
    width: 15%;
}

.tab2 {
    text-align: center;
    width: 10%;
}

.jobs {
    width: 100%;
    min-height: 60px;
    background-color: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
}

.jobs .show-detail {
    width: 100%;
    height: 60px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-color: #333333;
    transition: all 300ms;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.jobs .show-detail::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    background-image: url(../img/juxing43.png);
    transition: all 300ms;
}

.jobs .roogls {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin: 0 auto;
    transition: all 300ms;
}

.jobs:hover .show-detail,
.jobs:hover .show-detail div,
.jobs.show .show-detail {
    color: #ffffff;
    border-color: #ffffff;
}

.jobs:hover .show-detail::after,
.jobs.show .show-detail::after {
    opacity: 1;
}

.jobs.show .roogls {
    transform: rotate(180deg);
    background-color: #ffffff;
    border: none;
}
.jobs .hiden-detail{
	overflow: hidden;
	transition: height 300ms;
	width: 100%;
	height: 0;
}
.jobs .elss-boxs {
    padding: 45px;
}

.jobs .elss-boxs p {
    font-size: 16px;
    line-height: 26px;
}

.jobs .elss-boxs .sqs {
    width: 180px;
    height: 50px;
    background-color: #e60012;
    color: #ffffff;
    font-size: 16px;
    display: block;
    line-height: 50px;
    text-align: center;
    margin-top: 40px;
}
.jobs .show-detail .tab1 {
	font-size:18px;
	color:#333;
	text-align: center;
    width: 15%;
}


.jobs .show-detail .tabs {
	font-size:16px;
	height:16px;
	color:#666;
    border: none;
    border-right: solid 1px;
    border-right-color: #9e9e9e;
}
.load-all{
	display: block;
	width: 200px;
	height: 58px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background-color: #222222;
	line-height: 58px;
	margin: 80px auto 0;
}
.load-all img{
	margin-left: 8px;
}


select{
	width: 270px;
	height: 60px;
	font-size: 16px;
	color: #333333;
	text-indent: 15px;
	border: none;
	appearance: none;
	position: relative;
	background-image: url(../img/tuceng185.png);
	background-repeat: no-repeat;
	background-position: 210px center;
}