/*头部样式*/
.bannerList{
    padding: 100px 0;
    background-image: url(https://www.dgylec.com/static/web/images/talent-recruitment.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bannerList .titleBox .en_title {
    color: #296caf;
    font-family: "Lato", sans-serif;
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}
.bannerList .titleBox .tw_title {
    color: #373737;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3.04px;
    line-height: 1.47;
    position: relative;
}
.bannerList .titleBox:after {
    display: block;
    content: "";
    width: 94px;
    height: 3px;
    background-color: #296caf;
    margin-top: 30px;
}
.bannerList .txt {
    color: #585858;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.6875;
    max-width: 490px;
}

/*主体*/
.card {
    background-color: #f5f5f5;
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
    border: none;
    border-radius: 0;
}

.card-body--padding--2 {
    padding: 2rem;
}

.card-table {
    font-size: 15px;
}

.card-table table {
    width: 100%;
    min-width: 500px;
    text-align: left;
}

.card-table thead th {
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 12px;
}

.card-table tbody td, .card-table tbody th, .card-table tfoot td, .card-table tfoot th {
    padding: 12px;
}

.talentDetail, .talentDetail:hover {
    color: #296caf;
    text-decoration: none;
}

/*详情*/
.post-view__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-view__item-posts {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.post-view__card {
    background-color: #f5f5f5;
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
    position: relative;
}

.typography {
    line-height: 1.625;
}
.post__body {
    padding: 48px;
}















