[v-cloak]{
    display: none;
}
h3{
    width: 1200px;
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    color: #333;
    margin: 0 auto !important;
}
.speakemployment_content{
    width: 1200px;
    min-height: 700px;
    background-color: #fff !important;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
}
.speakemployment_content > .employment_List{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 50px;
}
.speakemployment_content > .employment_List > img{
    width: 300px;
    height: 165px;
}
.speakemployment_content > .employment_List > div{
    margin-left: 20px;
    flex: 1;
}
.speakemployment_content > .employment_List > div > h2{
    font-weight: bold;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.speakemployment_content > .employment_List > div > p:first-of-type{
    height: 64px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0px 0;
    font-size: 14px;
    color: #333;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.speakemployment_content > .employment_List > div > p:last-of-type{
display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #459ae9;
}
.speakemployment_content > .employment_List > div > p:last-of-type > img{

}



._paging {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

._paging > ._total {
    font-size: 15px;
}

._page {
    font-size: 15px;
    display: flex;
    align-content: center;
    justify-content: flex-end;

}

._page > p, ._page > input {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    cursor: pointer;
}

._page > input {
    width: 74px;
    text-align: center;
    margin-top: 13px !important;
}

._page > p:first-of-type:hover, ._page > p:nth-child(3):hover, ._page > p:last-of-type:hover {
    cursor: pointer;
}

._page > p:last-of-type, ._page > input {
    border: 1px solid #c1c1c1;
    border-radius: 3px;
}

._page > input {
    margin: 0 10px;
    height: 28px;
}
