 @media screen and (min-width: 1151px){
/* 人才岗位列表 */
.allpost {
    width: 100%;
    height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #888888;
    font-size: 1.4rem;
    line-height: 57px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.single {
    width: 90%;
    margin-left:3%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.allpost .icon{
    font-size: 1.6rem;
    float: right;
    margin-right: 3%;
    display: block;
}
.single span:nth-child(1){
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #016bc1;
    float: left;
    margin: 3.5% 2%;
}
.single span:nth-child(2) {
    font-size: 1.4rem;
}
.post .post_one:nth-child(1) .allpost{
    color: rgba(255,255,255,.9);
    background: #016bc1;
}
.post_one:nth-child(1) .allpost .single span:nth-child(1){
    background: #ffffff;
}
.post_content {
    width: 100%;
    padding-bottom: 12%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: unset;
    color: rgba(0, 0, 0, 0.6);
    font-size: .7em;
    display: none;
}
.post .post_one:nth-child(1) .post_content {
    display: block;
}

.content_border {
    width: 94%;
    margin: 0 auto;
}

.content_border span {
    line-height: 20px;
    display: inline-block;
    padding-top: 2%;
    font-size: 1.4rem;
}
/* .content_border .p_css {
    font-size: .7em;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    padding-top: 4%;
    margin: 0;
    padding-bottom: 2%;
} */

.submit_btn1 {
    width: 97px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: rgba(255,255,255,.9);
    margin-left: calc(85% / 2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #016bc1;
    margin-top: 1%;
    font-size: 1.4rem;
    float: left;
}
.submit_btn1 a{
    color: unset;
}
.submit_btn1 a:hover{
    color: unset;
    text-decoration: none;
}
.show {
    display: block;
}

/* 人才-提交 */
.talent_msg {
    width: 100%;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
    /* text-align: center; */
    font-size: 1.8rem;
    color: #016bc1;
}

.zhaoping {
    font-size: 1.4rem;
    color: #777777;
    line-height: 30px;
    padding: 2% 0 1% 0;
}

.one p:nth-of-type(odd) input:nth-of-type(odd) {
    width: 300px;
    height: 35px;
    /* background: #f3f3f3; */
    border: 1px solid rgba(0, 0, 0, .25);
}

.one {
    float: left;
    width: 50%;
    color: #777777;
    font-size: 1.4rem;
}
.one p {
    margin-top: 6%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.one p span{
    width: 90px;
}
.two {
    font-size: 1.4rem;
    color: #777777;
    margin-top: -2%;
    margin-bottom: 4%;
}

.two p {
    margin-top: 6%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.two p span{
    width: 90px;
}
.two p:nth-child(1),.two p:nth-child(2){
    align-items: unset;
}
.two input {
    width: 714px;
    height: 35px;
    /* background: #f3f3f3; */
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.two textarea {
    border: 1px solid rgba(0, 0, 0, 0.25);
    width: 712px;
}

.two p:nth-child(1) textarea {
    height: 105px;
}

.two p:nth-child(2) textarea {
    height: 100px;
}
.phone_talent{
    display: none;
}
.submit_btn2 {
    width: 97px;
    height: 37px;
    text-align: center;
    line-height: 30px;
    color: rgba(255,255,255,.9);
    margin-left: 35%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #016bc1;
    margin-top: 1%;
    font-size: 1.4rem;
    float: left;
}
.submit_btn2 a{
    color: unset;
}
.backlist{
    width: 97px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #888;
    margin-left: 3%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 1%;
    font-size: 1.4rem;
    float: left;
}
.backlist a{
    color: unset;
}

  .radio:nth-last-child(1){
    margin-left: 10%;
  }
 
}
@media screen and (min-width: 981px) and (max-width: 1150px){
/* 人才岗位列表 */
.allpost {
    width: 100%;
    height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #888888;
    font-size: 1.4rem;
    line-height: 57px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.single {
    width: 90%;
    margin-left:3%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.allpost .icon{
    font-size: 1.6rem;
    float: right;
    margin-right: 3%;
    display: block;
}
.single span:nth-child(1){
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #016bc1;
    float: left;
    margin: 3.5% 2%;
}
.single span:nth-child(2) {
    font-size: 1.4rem;
}
.post .post_one:nth-child(1) .allpost{
    color: rgba(255,255,255,.9);
    background: #016bc1;
}
.post_one:nth-child(1) .allpost .single span:nth-child(1){
    background: #ffffff;
}
.post_content {
    width: 100%;
    padding-bottom: 12%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: unset;
    color: rgba(0, 0, 0, 0.6);
    font-size: .7em;
    display: none;
}
.post .post_one:nth-child(1) .post_content {
    display: block;
}

.content_border {
    width: 94%;
    margin: 0 auto;
}

.content_border span {
    line-height: 20px;
    display: inline-block;
    padding-top: 2%;
    font-size: 1.4rem;
}
.submit_btn1 {
    width: 97px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: rgba(255,255,255,.9);
    margin-left: calc(85% / 2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #016bc1;
    margin-top: 1%;
    font-size: 1.4rem;
    float: left;
}
.submit_btn1 a{
    color: unset;
}
.submit_btn1 a:hover{
    color: unset;
    text-decoration: none;
}
.show {
    display: block;
}

/* 人才-提交 */
.talent_msg {
    width: 100%;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
    font-size: 1.6rem;
    color: #016bc1;
}

.zhaoping {
    font-size: 1.4rem;
    color: #777777;
    line-height: 30px;
    padding: 2% 0 1% 0;
}

.one p:nth-of-type(odd) input:nth-of-type(odd) {
    width: 300px;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .25);
}

.one {
    float: left;
    width: 48%;
    color: #777777;
    font-size: 1.2rem;
}
.one p {
    margin-top: 6%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.one p span{
    width: 102px;
}
.two {
    font-size: 1.2rem;
    color: #777777;
    margin-top: -2%;
    margin-bottom: 4%;
}

.two p {
    margin-top: 6%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.two p span{
    width: 102px;
}
.two p:nth-child(1),.two p:nth-child(2){
    align-items: unset;
}
.two input {
    width: 714px;
    height: 35px;
    /* background: #f3f3f3; */
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.two textarea {
    border: 1px solid rgba(0, 0, 0, 0.25);
    width: 712px;
}

.two p:nth-child(1) textarea {
    height: 105px;
}

.two p:nth-child(2) textarea {
    height: 100px;
}
.phone_talent{
    display: none;
}
.submit_btn2 {
    width: 97px;
    height: 37px;
    text-align: center;
    line-height: 30px;
    color: rgba(255,255,255,.9);
    margin-left: 35%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #016bc1;
    margin-top: 1%;
    font-size: 1.4rem;
    float: left;
}
.submit_btn2 a{
    color: unset;
}
.backlist{
    width: 97px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #888;
    margin-left: 3%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 1%;
    font-size: 1.4rem;
    float: left;
}
.backlist a{
    color: unset;
}

  .radio:nth-last-child(1){
    margin-left: 10%;
  }
 
}
@media  screen and (min-width: 640px) and (max-width:980px){
  
/* 人才岗位列表 */
    .allpost {
        width: 94%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #333333;
    font-size: 2rem;
    line-height: 64px;
    height: 64px;
    }
    
    .single {
        width: 90%;
        margin-left: 3%;
        float: left;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .allpost .icon{
        font-size: 2rem;
        float: right;
        margin-right: 4%;
        display: block;
    }
    .single span:nth-child(1){
        display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #016bc1;
    margin: 0 2%;
    }
    .single span:nth-child(2) {
        font-size: 2rem;
    }
    .post .post_one:nth-child(1) .allpost{
        color: rgba(255,255,255,.9);
        background: #016bc1;
    }
    .post_one:nth-child(1) .allpost .single span:nth-child(1){
        background: #ffffff;
    }
    .post_content {
        width: 100%;
        padding-bottom: 10%;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-top: unset;
        color: rgba(0, 0, 0, 0.6);
        display: none;
    }
    
    .post .post_one:nth-child(1) .post_content {
        display: block;
    }
    
    .content_border {
        width: 94%;
        margin: 0 auto;
    }
    
    .content_border span {
        line-height: 20px;
        display: inline-block;
        padding-top: 2%;
    }
    
    /* .content_border .p_css {
        font-size: .7em;
        color: rgba(0, 0, 0, 0.8);
        font-weight: 600;
        padding-top: 4%;
        margin: 0;
        padding-bottom: 2%;
    } */
    
    .submit_btn1 {
        width: 192px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        color: rgba(255,255,255,.9);
        margin-left: calc(75% / 2);
        border: 1px solid rgba(0, 0, 0, 0.05);
        background: #016bc1;
        margin-top: 1%;
        font-size: 1.6rem;
    }
    .submit_btn1 a{
        color: unset;
    }
    .submit_btn1 a:hover{
        color: unset;
        text-decoration: none;
    }
    
    .show {
        display: block;
    }

    /* 人才-提交 */
.talent_msg {
    width: 100%;
    border-bottom: 1px dotted #eeeeee;
    text-align: center;
    font-size: 2rem;
    color: #777777;
}

.zhaoping {
    font-size: 1.6rem;
    color: #e60012;
    line-height: 60px;
    padding: 2% 0 1% 3%;
}
.one {
    float: left;
    width: 50%;
    color: #777777;
    font-size: .8em;
    display: none;
}
.two {
    font-size: .8em;
    color: #777777;
    margin-top: -2%;
    display: none;
}
.phone_talent input{
    width: 94%;
    height: 50px;
    background: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 4%;
    margin-left: 3%;
    font-size: 1.6rem;
    line-height: 50px;
}
.phone_talent input:nth-child(1){
    margin-top: 0;
}
.phone_talent textarea{
    background: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 94%;
    margin-top: 4%;
    margin-left: 3%;
    height: 139px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {

    color:#676767;
    font-size: 1.6rem;
    text-indent: 10px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#676767;
    font-size: 1.6rem;
    text-indent: 10px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#676767;
    font-size: 1.6rem;
    text-indent: 10px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#676767;
    font-size: 1.6rem;
    text-indent: 10px;
}
.submit_btn2 {
    width: 162px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: rgba(255,255,255,.9);
    margin-left: calc((100% - 162px)/2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #016bc1;
    margin-top: 1%;
    font-size: 1.6rem;
    float: left;
}
.submit_btn2 a{
    color: unset;
}
.backlist{
   display: none;
}
.backlist a{
    color: unset;
}
}
@media  screen and (max-width:639px){
  
    /* 人才岗位列表 */
        .allpost {
            width: 94%;
        margin: 0 auto;
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: #333333;
        font-size: 1.7rem;
        line-height: 64px;
        height: 64px;
        }
        
        .single {
            width: 82%;
            margin-left: 3%;
            float: left;
            display: flex;
            flex-direction: row;
            align-items: center;
        }
        .allpost .icon{
            font-size: 1.7rem;
            float: right;
            margin-right: 4%;
            display: block;
        }
        .single span:nth-child(1){
            display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #016bc1;
        margin: 0 2%;
        }
        .single span:nth-child(2) {
            font-size: 1.7rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .post .post_one:nth-child(1) .allpost{
            color: rgba(255,255,255,.9);
            background: #016bc1;
        }
        .post_one:nth-child(1) .allpost .single span:nth-child(1){
            background: #ffffff;
        }
        .post_content {
            width: 100%;
            padding-bottom: 10%;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-top: unset;
            color: rgba(0, 0, 0, 0.6);
            display: none;
        }
        
        .post .post_one:nth-child(1) .post_content {
            display: block;
        }
        
        .content_border {
            width: 94%;
            margin: 0 auto;
        }
        
        .content_border span {
            line-height: 20px;
            display: inline-block;
            padding-top: 2%;
        }
        
        /* .content_border .p_css {
            font-size: .7em;
            color: rgba(0, 0, 0, 0.8);
            font-weight: 600;
            padding-top: 4%;
            margin: 0;
            padding-bottom: 2%;
        } */
        
        .submit_btn1 {
            width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: rgba(255,255,255,.9);
    margin-left: calc((100% - 130px)/2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #016bc1;
    margin-top: 1%;
    font-size: 1.4rem;
        }
        .submit_btn1 a{
            color: unset;
        }
        .submit_btn1 a:hover{
            color: unset;
            text-decoration: none;
        }
        
        .show {
            display: block;
        }
    
        /* 人才-提交 */
    .talent_msg {
        width: 100%;
        border-bottom: 1px dotted #eeeeee;
        text-align: center;
        font-size: 2rem;
        color: #777777;
    }
    
    .zhaoping {
        font-size: 1.6rem;
        color: #e60012;
        line-height: 60px;
        padding: 2% 0 1% 3%;
    }
    .one {
        float: left;
        width: 50%;
        color: #777777;
        font-size: .8em;
        display: none;
    }
    .two {
        font-size: .8em;
        color: #777777;
        margin-top: -2%;
        display: none;
    }
    .phone_talent input{
        width: 94%;
        height: 50px;
        background: #f3f3f3;
        border: 1px solid rgba(0, 0, 0, 0.05);
        margin-top: 4%;
        margin-left: 3%;
        font-size: 1.6rem;
        line-height: 50px;
    }
    .phone_talent input:nth-child(1){
        margin-top: 0;
    }
    .phone_talent textarea{
        background: #f3f3f3;
        border: 1px solid rgba(0, 0, 0, 0.05);
        width: 94%;
        margin-top: 4%;
        margin-left: 3%;
        height: 139px;
    }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    
        color:#676767;
        font-size: 1.6rem;
        text-indent: 10px;
    }
    input:-moz-placeholder, textarea:-moz-placeholder {
        color:#676767;
        font-size: 1.6rem;
        text-indent: 10px;
    }
    input::-moz-placeholder, textarea::-moz-placeholder {
        color:#676767;
        font-size: 1.6rem;
        text-indent: 10px;
    }
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color:#676767;
        font-size: 1.6rem;
        text-indent: 10px;
    }
    .submit_btn2 {
        width: 162px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        color: rgba(255,255,255,.9);
        margin-left: calc((100% - 162px)/2);
        border: 1px solid rgba(0, 0, 0, 0.05);
        background: #016bc1;
        margin-top: 1%;
        font-size: 1.6rem;
        float: left;
    }
    .submit_btn2 a{
        color: unset;
    }
    .backlist{
       display: none;
    }
    .backlist a{
        color: unset;
    }
    }