.head_img {
    position: relative;
}


/* .head_img {
    position: relative;
    font-weight: 200;
    text-align: center;
}
.head_img .wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: .52rem;
    line-height: 2;
    font-weight: 400;
    padding: 0 15px;
} */

.img-list {
    position: relative;
}
.img-list .container, .jobs .container {
    background: #fff;
}
.center-text {
    margin: 0 auto .4rem;
    text-align: center;
    line-height: 1.8;
    color: #000;
    font-size: .26rem;
}
.img-list li {
    float: left;
    width: 100%;
    padding: 15px 25px;
}
.img-list li .wrap {
    box-shadow: 0 2px 6px #eee;
}
.img-list li h4 {
    font-size: .4rem;
}
.img-list li h5 {
    margin: .1rem 0;
}
.img-list li h6 {
    text-align: right;
}
.img-list li .wrap p {
    font-size: 14px;
}
.img-list li .wrap p strong {
    font-size: 22px;
}
.img-box {
    position: relative;
    text-align: center;
    background: rgba(0,0,0,.6);
}
.img-box>img {
    max-width: 100%;
    max-height: 100vw;
}
.img-box .flex {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 26px;
    color: #fff;
    font-size: 24px;
}
.img-box .flex img {
    width: 100px;
    margin-right: 18px;
}
.img-box .flex p {
    font-weight: 600;
    font-size: 18px !important;
}

.content {
    padding: 30px 15px;
    color: #000;
    line-height: 1.8;
    font-size: .18rem;
    overflow: hidden;
}
.content .fl {
    width: 50%;
    margin-top: 25px;
    text-align: center;
    position: relative;
}
.content .fl:nth-of-type(1):after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: #eee;
    position: absolute;
    right: 0;
    top: 10%;
}
.box {
    margin-top: 0;
}
.box .container {
    padding: 0.3rem 10px;
}


/* news-detail */
.news-box .container {
    padding: 15px;
}
.news-box .nav-tab {
    font-size: 14px;
}
.news-title {
    font-size: 24px;
    margin-top: 15px;
    font-weight: bold;
}
.news-subtitle, .news-date {
    margin-top: 15px;
    font-size: 14px;
}
.news-content {
    padding: .4rem;
}