.contactuswrap {
    display: flex;
    justify-content: space-between;
}
.contactuswrap .right {
    width: 50%;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(231,233,235,0.8);
    max-height: 450px;
    overflow: hidden;
}
.contactuswrap .left {
    flex: 1;
    margin-right: 100px;
}
.contactuswrap .left h2 {
    font-size: 36px;
    font-weight: normal;
    color: #0956a5;
    margin-bottom: 30px;
}
.contactuswrap .left p {
    font-size: 18px;
    color: #666;
    line-height: 38px;
}
.contactuswrap .left h3 {
    color: #1A1A1A;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    margin-top: 60px;
}
.contactuswrap .left .des {
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
}   
.contactuswrap .left #messageform {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.contactuswrap .left #messageform .inputwrap {
    display: flex;
    flex-direction: column;
}
.contactuswrap .left #messageform .inputwrap input {
    margin-bottom: 20px;
    height: 50px;
    outline: none;
    border: 1px solid #E0E0E0;
    padding: 0 10px;
}
.contactuswrap .left #messageform #message {
    height: 158px;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    outline: none;
    border: 1px solid #E0E0E0;
}
.contactuswrap .left #messageform .submit {
    height: 50px;
    width: 180px;
    background-color: #0956a5;
    border: none;
    color: #fff;
    font-size: 16px;
}

.talentwebmain .talentheader {
    display: flex;
    align-items: center;
    height: 70px;
    width: 100%;
    border: 1px solid #DEECF9;
    background-color: #fff;
}
.talentwebmain .talentheader span {
    width: calc(100% / 6);
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.talentwebmain .talentbody {
    width: 100%;
    margin-top: 0;
    height: auto;
} 
.talentwebmain  .talentbody li .talentbodyheader {
    width: 100%;
    height: 70px;
    background-color: #fff;
    border: 1px solid #DEECF9;
    border-top: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.talentwebmain .talentbody li .talentbodyheader span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%/6);
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding: 0 10px;
}
.talentwebmain .talentbody li .ui-content {
    display: none;
    background-color: #fff;
    margin: 0;
    padding: 30px;
    min-height: 0;
    height: auto;
    border-bottom: 1px solid #DEECF9;
}
.talentwebmain .talentbody li.active .talentbodyheader {
    background-color: #F4FAFF;
}
.talentphonemain {
    display: none;
}

.talentphonemain .talentheader {
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    border: 1px solid #DEECF9;
    background-color: #fff;
}
.talentphonemain .talentheader span {
    width: calc(100% / 3);
    flex-shrink: 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.talentphonemain .talentbody {
    width: 100%;
    margin-top: 0;
    height: auto;
} 
.talentphonemain  .talentbody li .talentbodyheader {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: 1px solid #DEECF9;
    border-top: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.talentphonemain  .talentbody li .talentbodyheader span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%/3);
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 0 10px;
}
.talentphonemain .talentbody li .ui-content {
    display: none;
    background-color: #fff;
    margin: 0;
    padding: 30px;
    min-height: 0;
    height: auto;
    border-bottom: 1px solid #DEECF9;
}
.talentphonemain .talentbody li.active .talentbodyheader {
    background-color: #F4FAFF;
}

.applymain {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.applyitem {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    height: 404px;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 30px;
}
.applyitem:hover {
    border-bottom: 2px solid #0167bb;
}
.applyitem .pic {
    width: 100%;
    height: 324px;
    overflow: hidden;
}
.applyitem .pic  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.applyitem:nth-child(3n) {
    margin-right: 0;
}
.applyitem h3 {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    color: #1a1a1a;
}
.applyitem:hover h3 {
    color: #0167bb;
}

/* 行业动态 */
.newsitem {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 40px;
}
.newsitem .pic {
    width: 387px;
    height: 240px; 
}
.newsitem .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsitem .cont {
    margin-left: 40px;
    width: calc(100% - 387px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newsitem .cont .date {
    color: #999999;
    font-size: 18px;
    line-height: 40px;
}
.newsitem .cont h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    color: #1a1a1a;
}
.newsitem .cont p {
    flex: 1;
    font-size: 18px;
    line-height: 32px;
    color: #808080;
    display: -webkit-box;  
    -webkit-box-orient: vertical;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    /* 设置行数 */  
    -webkit-line-clamp: 2;  
  
}
.newsitem .cont .more {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #0956a5;
}
.newsitem .cont .more  i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #0956a5;
    border-radius: 50%;
}

.newsitem:hover h2 {
    color: #0956a5;
}



@media only screen and (max-width: 600px) {

    .contactuswrap{
        flex-direction: column;
    }
    .contactuswrap .left {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .contactuswrap .left h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }   
    .contactuswrap .left p {
        font-size: 16px;
    }
    .contactuswrap .left h3 {
        margin-top: 30px;
        font-size: 28px;
    }
    .contactuswrap .left #messageform {
        margin-top: 20px;
    }

    .contactuswrap .right {
        width: 100%;
    }

    .talentwebmain {
        display: none;
    }

    .talentphonemain {
        display: block;
    }

    .applyitem {
        width: 100%;
        height: 202px;
        margin-right: 0;
    }
    .applyitem .pic {
        height: 162px;
    }
    .applyitem h3  {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .newsitem {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .newsitem .pic {
        width: 194px;
        height: 120px; 
    }
    .newsitem .cont {
        margin-left: 20px;
        width: calc(100% - 194px);
    }
    .newsitem .cont .date {
        font-size: 12px;
        line-height: 20px;
    }
    .newsitem .cont h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .newsitem .cont .more {
        font-size: 12px;
    }
   

}

@media only screen and (min-width: 601px) and (max-width: 1199px) {
 
    .applyitem {
        width: calc((100% - 30px)/2);
    }
    .applyitem:nth-child(2n) {
        margin-right: 0;
    }
    .applyitem:nth-child(3n){
        margin-right: 30px;
    } 
}