.joblist {
    padding-bottom: 50px;
	max-width:1200px;
	margin:auto;
}
.jotis {
    background: #004da1;
	display: flex;
}
.jotis span {
    font-size: 18px;
    color: #fff;
}
.jot {
    display: flex;
}
.jot span {
    display: block;
    width: 18%;
    text-align: center;
    float: left;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
}
.jod>span {
    background: 0 0;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
}
.jotxs {
    position: relative;
    margin-bottom: 2px;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.jotxs .arrow {
    width: 55px;
    height: 47px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    left: inherit;
    right: 3.5%;
    transition: .3s;
    -webkit-transition: .3s;
	z-index: 999;
}
.jotxs .line {
    background: url(../images/jobhui.png) no-repeat center center;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 10px;
    display: block;
    position: absolute;
	z-index: 999;
}
.act .line {
    background: url(../images/joblan.png) no-repeat center center;
}
.jos {
    background: #fff;
    display: none;
}
.jos .bodr {
    border: none;
    border-top: 0;
    background-color: #efefef;
    padding: 30px 35px;
}
.jos h3 {
    font-size: 16px;
    margin: 10px 0 4px;
    line-height: 30px;
    font-weight: 700;
}
.jos p {
    font-size: 16px;
    line-height: 35px;
}
@media screen and (max-width:767px){
	.jot span {
		width:40%;
	}
	.jot span.bt {
		display:none;
	}
	.jot span.bt1 {
		margin-left:2px;
	}
}
