@charset "utf-8";

.header-warpper {
    position: relative;
    width: 100%;
    height: 292px;
}

.header-bgc-warp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/news-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title-warp {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.page-title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.page-title-box .crumbs {
    display: flex;
    align-items: center;
}

.page-title-box .crumbs>i,
.page-title-box .crumbs>span,
.page-title-box .crumbs>a {
    color: #fff;
}

.crumbs>.icon-address {
    margin-right: 5px;
}

.crumbs a::after {
    content: '>';
    margin-left: 5px;
    margin-right: 5px;
}