/*
	[destoon b2b system] copyright (c) 2008-2015 www.destoon.com
	this is not a freeware, use is subject to license.txt
*/
.m .content {
    padding: 10px 20px 10px 20px;
    width: auto;
}

body {
    background: #f5f5f5 !important;
}

.job-1 {
    width: 100%;
    height: 200px;
    background: #dc0000;
    background-image: url(/uploads/image/scijob/11.png);
    backgroundsize: cover;
    padding-top: 44px;
    box-sizing: border-box;
}

.cont_1300 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.cont_1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.pages {
    margin: 80px auto 100px auto;
}

.job-2 {
    width: 1200px;
    border-radius: 6px;
    margin: 0px auto;
    height: 66px;
    background: #ffffff;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 18px;
    box-sizing: border-box;
}

.job-3 {
    width: 100px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    font-size: 16px;
    font-family: source han sans cn;
    font-weight: 500;
    color: #2e2e2e;
    background: #efefef;
    border-radius: 6px 0 0 6px;
}

.job-4 {
    width: 650px;
    height: 46px;
    text-align: center;
    line-height: 46px;

}

.job-4 input {
    width: 650px;
    height: 46px;
    line-height: 46px;
    border: 0;
    font-size: 16px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #a09f9f;
    padding-left: 24px;
    border-right: 1px solid #c7c7c7;
}

.job-5 {
    width: 200px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #333333;
}

.job-6 {
    width: 118px;
    height: 44px;
    line-height: 44px;
    background: #dc0000;
    border-radius: 10px;
    font-size: 19px;
    font-family: source han sans cn;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.job-7 .tab {
    padding: 10px 15px 10px 15px;
    width: 1200px;
    min-height: 188px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: -55px;
    position: relative;
    box-sizing: border-box;
}

.job-7 table {
    width: 100%;
}

.job-8 {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    align-items: flex-start;
}

.job-9 {
    width: 884px;
    /*background:#fff;*/
}

.job-9-1 {
    width: 884px;
    background: #fff;
}

.job-10 {
    width: 300px;
    background: #fff;
    padding: 15px 16px;
    box-sizing: border-box;
}

.jujiao {
    margin-top: 50px;
}

.mt20 {
    margin-top: 20px;
}

.list {
    width: 100%;
    height: 126px;
    background: #ffffff;
    border-radius: 6px;
    margin: 0;
    margin-bottom: 10px;
    border: 0;
}

.list table {
    width: 100%;
    /*border-bottom: #cccccc 1px dotted;*/
    border: 0;
}

.list tr {
    height: 126px;
    padding: 5px;
    border: 0;
}

.list tr td {
    padding: 0 10px 0 25px;
    border: 0;
    box-sizing: border-box;
}

.tab tr {
    margin-top: 10px;
}

.list tr .title {
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #1867ae;
    line-height: 30px;
}


.tab .lanmu {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #000000;
    margin: 0 0px 10px 0;
}

.tab .allcity {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #1867ae;
    float: left;
    cursor: pointer;
    margin: 0 10px;
}

.tab .show1 {
    height: 25px;
    overflow: hidden;
}

.tab input[type="radio"] {
    display: none;
}

.tab label {
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    float: left;
    text-align: center;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #333333;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.tab input[type="radio"]:checked   label {
    background: #dc0000;
    color: #fff;
    padding: 0 8px;
    height: 24px;
    border-radius: 2px;
}

.line1 {
    border-bottom: #cccccc 2px dotted;
}

.list .first input[type=checkbox] {
    visibility: hidden;
}

/*lable标签的大小、位置、背景颜色更改，在css选择时，“ ”代表相邻元素，即当前元素的下一元素*/
.itemcheck   label {
    display: block;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 1px solid #dddddd;
    cursor: pointer;
    position: absolute;
    top: 33px;
    left: 15px;

}

/*当input框为选中状态时，lable标签的样式，其中在css选择时，“：”表示当前input框的值，即checked；
      该部分主要对显示的“对号”的大限居中方式，显示颜色进行了设置*/
.itemcheck:checked   label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 12px;
    color: white;
    background: #dc0000;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #dc0000;
}

.list tr .time {
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-left: 20px;
}

.xinzi {
    min-width: 120px;
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #dc0000;
    display: inline-block;
    text-align: center;
}

.list .catname {
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #666666;
}

.job-5 .list {
    width: 250px;
    height: 500px;
    overflow-y: auto;
    box-shadow: 0 1px 3px rgb(0 0 0 / 7%);
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
}

.select {
    display: flex;
    flex-direction: column;
    position: relative;

}

.list tr {
    position: relative;
}

.sqzw {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #dc0000;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-family: source han sans cn;
    font-weight: 500;
    color: #ffffff;
    display: none;
    cursor: pointer;
}

.option {
    padding: 0 10px 0 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    background: #fff;
    border-top: #cccccc 1px dotted;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    order: 2;
    z-index: 1;
    transition: background .4s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;

}

.option:hover {
    /*background:#666;*/
}

.select:focus .option {
    position: relative;
    pointer-events: all;
}

.job-5 input {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

.job-5 input:checked   label {
    order: 1;
    z-index: 2;
    background: #fff;
    border-top: none;
    position: relative;
}

.job-5 input:checked .opt {
    height: 500px;
    overflow-y: auto;
}

.job-5 input:checked   label:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    position: absolute;
    right: 10px;
    top: calc(50% - 2.5px);
    pointer-events: none;
    z-index: 3;
}

.job-5 input:checked   label:before {
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    content: '';
    background: #fff;
}

.job-13 {
    width: 1200px;
    height: 50px;
    background: #ffffff;
    margin: 20px 0 8px 0;
    display: flex;
    justify-content: space-between;

}

.job-13-1 {
    width: 140px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 352px 0 15px;
}

.job-13-8 i {
    font-size: 12px;
    cursor: pointer;
}

.job-13-10 span {
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #dc0000;
}

.job-13-10 span {
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
}

.job-13-6 {
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}

.job-13-8 {
    width: 120px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 30px 0 30px;
}

.job-13-3 {
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #333333;
}

.job-13-2 {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.job-13-2 input[type=checkbox] {
    visibility: hidden;
    display: none;
}

/*lable标签的大小、位置、背景颜色更改，在css选择时，“ ”代表相邻元素，即当前元素的下一元素*/
.itemcheck2   label {
    display: block;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 1px solid #dddddd;
    cursor: pointer;
}

/*当input框为选中状态时，lable标签的样式，其中在css选择时，“：”表示当前input框的值，即checked；
      该部分主要对显示的“对号”的大限居中方式，显示颜色进行了设置*/
.itemcheck2:checked   label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 12px;
    color: white;
    background: #dc0000;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #dc0000;
}

.job-13-4 {
    font-size: 14px;
    font-family: source han sans cn;
    font-weight: 400;
    color: #dc0000;
    position: relative;
}

.job-13-4:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 0;
    z-index: 1;
    content: '';
    margin-left: -24px;
    width: 48px;
    height: 2px;
    background: #dc0000;
    border-radius: 2px;
}

.job-13-5 {
    width: 240px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px;
}

.job-13-7 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #dc0000;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-family: source han sans cn;
    font-weight: 500;
    color: #ffffff !important;
    cursor: pointer;
    margin-left: 30px;
}

.job-13-7 a {
    font-size: 16px;
    font-family: source han sans cn;
    font-weight: 500;
    color: #ffffff !important;
    cursor: pointer;
}

.job-13-7 a:hover {
    font-size: 16px;
    font-family: source han sans cn;
    font-weight: 500;
    color: #ffffff !important;
    cursor: pointer;
}

.job-5 select {
    display: inline-block;
    width: 300px;
    height:46px;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    color: #555;
    border: 1px solid #aaa;
    text-shadow: none;
    /*border-radius: 4px;*/
    transition: box-shadow 0.25 sease;
    z-index: 2;
}

.job-5 select:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.job-5 select:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10 pxsolidtransparent;
    border-top-color: #ccc;
    top: 14px;
    right: 10px;
    cursor: pointer;
    z-index: -2;
}

.job-5 select {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.job-5 select:focus {
    outline: none;
}