.clear {
    clear: both
}
.content {
    width: 100%;
    background: #f2f2f5
}

.center {
    width: 1200px;
    margin: auto;
    padding-top: 1px;
    padding-bottom: 30px;
}
@media(min-width:770px){
		.searchline {
	    width: 100%;
	    min-height: 80px;
	    border: 1px solid #F2F2F2;
	    float: left;
	    margin-top: 15px;
	    background-color: #fff;
	    position: relative;
	    z-index: 1;
	}
	
	.search-left {
	    min-height: 44px;
	    line-height: 44px;
	    display: block;
	    float: left;
	    margin-left: 16px;
	    margin-top: 16px;
	    font-size: 16px;
	}
	
	.search-left .gwlb {
	    background: url("/images/selecticon.png") no-repeat 240px center;
	    display: block;
	    float: left;
	    height: 100%;
	    text-indent: 10px;
	    border: 1px solid #e0e0e0;
	}
	
	.search-left .keyword {
	    text-indent: 10px;
	    display: block;
	    float: left;
	    border: 1px solid #e0e0e0;
	}
	
	.search-left .serbtn {
	    display: block;
	    float: left;
	    width: 60px;
	    height: 46px;
	    background-color: #0662b1;
	    line-height: 46px;
	    color: #fff;
	    text-align: center;
	    cursor: pointer;
	    margin-top: 0px;
	}
	.search-left .serbtnrest {
	    display: block;
	    float: left;
	    width: 60px;
	    height: 46px;
	    background-color: #0662b1;
	    line-height: 46px;
	    color: #fff;
	    text-align: center;
	    cursor: pointer;
	    margin-top: 0px;
	    margin-left:5px;
	}
	
	.search-left input:focus {
	    outline: none !important;
	    box-shadow: none !important;
	}
	
	.search-left select {
	    float: left;
	    display: block;
	    border: none;
	    position: relative;
	    width: 214px;
	    height: 50px;
	    text-indent: 15px;
	    border-left: 1px solid #f2f2f5;
	    margin-left: 10px;
	}
	
	.search-left select:focus {
	    outline: none !important;
	    box-shadow: none !important;
	}
	
	.search-right {
	    width: 200px;
	    height: 50px;
	    line-height: 50px;
	    background: #fc703e;
	    text-align: center;
	    font-size: 16px;
	    color: #ffffff;
	    float: right
	}
	
	.search-right:hover {
	    cursor: pointer
	}
	
}

@media(max-width:768px){
	.searchline {
	    width: 100%;
	    min-height: 80px;
	    border: 1px solid #F2F2F2;
	    float: left;
	    margin-top: 15px;
	    background-color: #fff;
	    position: relative;
	    z-index: 1;
	}
	
	.search-left {
	    min-height: 44px;
	    line-height: 44px;
	    display: block;
	    float: left;
	    margin: 15px;
	    font-size: 16px;
	}
	
	.search-left .gwlb {
	    background: url("/images/selecticon.png") no-repeat 240px center;
	    display: block;
	    float: left;
	    height: 100%;
	    text-indent: 10px;
	    border: 1px solid #e0e0e0;
	    margin-bottom: 10px;
	}
	
	.search-left .keyword {
	    text-indent: 10px;
	    display: block;
	    float: left;
	    border: 1px solid #e0e0e0;
	    margin-bottom: 10px;
	}
	
	.search-left .serbtn {
	    display: block;
	    float: left;
	    width: 60px;
	    height: 46px;
	    background-color: #0662b1;
	    line-height: 46px;
	    color: #fff;
	    text-align: center;
	    cursor: pointer;
	    margin-top: 0px;
	}
	.search-left .serbtnrest {
	    display: block;
	    float: left;
	    width: 60px;
	    height: 46px;
	    background-color: #0662b1;
	    line-height: 46px;
	    color: #fff;
	    text-align: center;
	    cursor: pointer;
	    margin-top: 0px;
	    margin-left:5px;
	}
	
	.search-left input:focus {
	    outline: none !important;
	    box-shadow: none !important;
	}
	
	.search-left select {
	    float: left;
	    display: block;
	    border: none;
	    position: relative;
	    width: 214px;
	    height: 50px;
	    text-indent: 15px;
	    border-left: 1px solid #f2f2f5;
	    margin-left: 10px;
	}
	
	.search-left select:focus {
	    outline: none !important;
	    box-shadow: none !important;
	}
	
	.search-right {
	    width: 200px;
	    height: 50px;
	    line-height: 50px;
	    background: #fc703e;
	    text-align: center;
	    font-size: 16px;
	    color: #ffffff;
	    float: right
	}
	
	.search-right:hover {
	    cursor: pointer
	}
}
.query-terms {
    width: 100%;
    background: #ffffff;
    margin-top: 15px;
    float: left;
    position: relative;
    padding: 15px 0 25px;
}

.query-more-btn {
    position: absolute;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
    color: #0192fb;
}

.query-terms li {
    float: left;
    margin: 12px 1px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 2px;
}

.query-terms li:hover {
    background: #0192fb;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
}

.query-terms .active {
    background: #0192fb;
    color: #ffffff;
    border-radius: 15px;
}

.search-select {
    width: 100%;
    float: left;
    font-size: 14px;
}

/*.search-select:last-child {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.search-select:first-child {*/
/*    margin-top: 20px;*/
/*}*/

.search-select ul {
    float: left;
    margin: 5px 0 5px 10px;
}

.search-select li {
    float: left;
}

.hid-dis {
    overflow-y: hidden;
    float: left;
}

.hid-dis :hover {
    cursor: pointer;
}

.displayno {
    float: left;
    height: 57px;
    color: #0192fb;
    line-height: 57px;
}

.displayaero {
    width: 20px;
    height: 57px;
    float: right;
    background-position: 0px 0px;
    background-image: url("/images/down.png");
    background-repeat: no-repeat;
    background-position: 0px 25px;
}

.foldaero {
    width: 20px;
    float: right;
    height: 57px;
    line-height: 57px;
    background-position: 0px 0px;
    background-image: url("/images/up.png");
    background-repeat: no-repeat;
    background-position: 0px 25px;
}

.search-his {
    background-position: 2px 2px;
    background-image: url("/images/choicen.png");
    background-repeat: no-repeat;
    background-position: 5px 8px;
    border: 1px solid #e0e0e0;
    margin: 10px 10px;
    padding: 5px;
    text-indent: 25px;
    line-height: 25px;
    text-align: left;
}

.savesearch {
    margin: 15px 10px;
    line-height: 30px;
    background-color: #0192fb;
    color: #ffffff;
}


.position_data_info li:hover {
    border: 1px solid #0192fb;
    cursor: pointer;
    color: #0192fb;
    background-position: 2px 2px;
    background-image: url("/images/choicem.png");
    background-repeat: no-repeat;
    background-position: 5px 8px;
}

.search-label {
    float: left;
    height: 58px;
    line-height: 58px;
    text-indent: 20px;
    font-weight: bold;
}

.search-result {

 
}

.search-order {
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 10px;
    min-height: 400px;
}

.position-rst {
    height: 64px;
    border-bottom: 1px solid #e0e0e0;
}

.order {
    float: left;
    height: 64px;
    padding-left: 20px;
}

.order span {
    float: left;
    line-height: 64px;
}

.order .orderAD {
    display: block;
    float: left;
    line-height: 24px;
    margin: 20px 0px;
    padding: 0px;
    height: 24px;
    text-indent: 5px;
}

.order .orderAD:hover {
    background: #0192fb;
    color: #ffffff;
    cursor: pointer
}

.icon-arrow-up {
    background-position: 0px 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    background-image: url("/images/up_arrow.png");
    background-position: 1px 4px;
    background-repeat: no-repeat;
}

.icon-arrow-down {
    background-position: 0px 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    background-image: url("/images/down_arrow.png");
    background-position: 1px 4px;
    background-repeat: no-repeat;
}

.pic {
    margin-top: -4px;
    z-index: 0;
    position: absolute;
    left: 25px;
}

.query-result {
    height: 64px;
    line-height: 64px;
    float: right;
    margin-right: 10px;
}

.changepg {
    width: 120px;
    height: 45px;
    float: right;
    border-left: 1px solid #f2f2f5;
}

.list_page{
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px
}

.result-list {
    width: 100%;
    float: left;
}



#positionlist .item {
    margin-top:30px;
    background: #fff;
    padding: 20px;
}
#positionlist .item .positiondetail{
    display: inline-block;
    margin: 0 auto;
}

#positionlist .item .positiondetail .infodetail{
    display: inline-block;
    float: left;
    margin: 0 auto;
}

#positionlist .item .positiondetail .infodetail .jobname{
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    /*white-space: nowrap;*/
    /*height: 36px;*/
    width: 100%;
}

#positionlist .item .positiondetail .infodetail .jobname a{
    display: flex;
    /*float: left;*/
    height: auto;
    line-height: 25px;
    font-size: 15px;
    color: #0662b1;
    cursor: pointer;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 5px;
}

#positionlist .item .positiondetail .infodetail .jobname a:hover{
    font-weight: bolder;
    color: #0192fb;
}

#positionlist .item .positiondetail .infodetail .jobname span{
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-left: 30px;
    color: #999;
}

    #positionlist .item .positiondetail .infodetail .perinfo {
        display: inline-block;
        float: left;
        margin: 0px;
        margin-bottom: 5px;
        width: 100%;
    }
 #positionlist .item .positiondetail .infodetail label {
        margin: 0px;
        font-weight:normal;
    }
#positionlist .item .positiondetail .infodetail .perinfo span{
    display: inline-block;
    float: left;
}

#positionlist .item .positiondetail .infodetail .perinfo .salary{
    color: #ff6468;
}

#positionlist .item .positiondetail .infodetail .perinfo .linepart{
    color: #dedede;
    margin: 0 10px;
    font-size: 12px;
}

#positionlist .item .positiondetail .infodetail .cominfo{
    display: inline-block;
    float: left;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
}

#positionlist .item .positiondetail .infodetail .cominfo:hover{
    font-weight: bolder;
    color: #0192fb;
}

#positionlist .item .positiondetail .infodetail .joblabel{
    display: inline-block;
    float: left;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow:hidden;
}
#positionlist .item .positiondetail .infodetail .joblabel label{
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#positionlist .item .positiondetail .infodetail .joblabel span{
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #dedede;
    color: #999;
}

#positionlist .item .positiondetail .operdetail{
    display: inline-block;
    float: left;
    margin: 0 auto;
}

#positionlist .item .positiondetail .operdetail .opertbtns{
    display: inline-block;
    float: left;
    height: 40px;
    margin:0px;
}

#positionlist .item .positiondetail .operdetail .opertbtns .opertbtn{
	margin: 5px;
	float:left;
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    color: #0662b1;
    border:  1px solid #0662b1;
    cursor: pointer;
    padding: 0px 5px;
}
#positionlist .item .positiondetail .operdetail .opertbtns .opertbtn:hover{
    background-color: #0662b1;
    color: #ffffff;
}

#positionlist .item .positiondetail .operdetail .opertbtns .right{
    float: right;
}

.release-time {
    color: #9fa3af;
    margin-top: 30px;
    font-size: 12px;
}

.bottom-pg {
    background: #ffffff;
    height: 50px;
}

.search-float {
    float: right;
    width: 280px;
    margin-top: 15px;
}

.ul-border {
    width: 261px;
    background: #ffffff;
    display: block;
    margin-left: 4px;
}

.job-salary {
    margin-left: 10px;
    color: #fc703e;
    font-size: 16px;
    float: left;
    margin-top: 25px;
}

.float-border {
    width: 100%;
    font-size: 14px;
}

.active {
    background: #0192fb;
    color: #ffffff;
}

.position_data {
    width: 100%;
    background-color: white;
    float: left;
}

.position_data_title {
    width: 242px;
    height: 43px;
    margin: 0 auto;
    text-align: left
}

.position_data_title span {
    font-size: 16px;
    line-height: 60px;
}

.position_data_info {
    width: 80px;
    float: left;
    text-align: center;
}

.noresult {
    font-size: 30px;
    height: 500px;
    text-align: center;
    background: #ffffff;
    line-height: 300px;
    display: none;
}

.nolast {
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #666666;
}

.asczone {
    display: inline;
}

#jp-btn {
    float: right;
    width: auto;
    height: 20px;
    color: #afafaf;
    cursor: pointer;
    padding: 0 8px;
    border-radius: 10px;
    margin: 22px 20px;
}
.jp-btn-active {
    color: #fff !important;
    background: #0192fb !important;
}