.content{
        width: 783px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.job_btn_grounp{
	margin-top:30px;
}
.job_btn_grounp .job_btn{
	padding: 8px 0;
	margin-right: 16px;
}
.job_btn_grounp .job_btn>a{
	font-size: 14px;
	color: #909090;
}
.job_btn_grounp .job_btn.job_active{
	border-bottom: 2px solid #618FEB;
}
.job_btn_grounp .job_btn.job_active>a{
	color: #303030;
}
.ad_desc .btn{
	background: #618FEB;
	color: #fff;
}
.filterContainer .search-box{
	width: 71%;
	margin: 0 auto;
}
.job_search_nav{
	  position: relative;
	  padding: 14px 0 5px;
	  border-bottom: 1px solid #edf1f2
}
.job_search_nav .hd {
    width: 75px;
    height: 20px;
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #303030;
    text-align: left;
}
.job_search_nav .bd {
       margin-left: 80px;
}
.job_search_nav .job_search_item {
	display: inline-block;
	color: #A1A7AB;
    line-height: 14px;
    margin: 0 4px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer; 
    margin-bottom: 10px;
    
}
.job_search_nav .on {
	color: #377DFF;
	border:1px solid #377DFF;
	border-radius:15px;
}
.drop-filter{
	width: auto;
	padding-left:12px;
	padding-right:12px;
    height: 25.5px;
    line-height: 25px;
    border: 1px solid #377DFF;
    color: #377DFF;
    margin-left: 5px;
    margin-right: 10px;
    border-radius:15px;
    margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: 0.43px;
	cursor: pointer;
    position: relative;
    background-color: #fff;
}
.job_search_nav ul{
    margin: 0;
}
.dropdownList > ul li {
    padding-left: 7px;
}
.drop-filter .arr{
    position: absolute;
    top: 55%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background: url(__PUBLIC__/Home/image/cms/icon_down_blue.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.drop-filter:last-child {
     border-right: 1px solid #789FED; 
}
.dropdownList {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 12px 0 #c2c5c8;
    box-shadow: 0 2px 12px 0 #c2c5c8;
    border-radius: 3px;
    z-index: 10;
    max-height: 200px;
    overflow: auto;
}
.ctn_box{
	display: inline-block;
	width: 530px;
	vertical-align: top;
	overflow: hidden;
}
.look_all{
	cursor: pointer;
	padding: 5px;
	color: #4E5359;
	font-size: 14px;
}
.icon_down{
	display: inline-block;
	background: url(../../image/cms/icon_down_black.png) no-repeat;
	-webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 10px;
    height: 6px;
    padding-left:1px ;
}
.icon_up{
	display: inline-block;
	background: url(../../image/cms/icon_up_black.png) no-repeat;
	-webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 10px;
    height: 6px;
    padding-left:1px ;
}
.job-list-item{
	cursor: pointer;
}
