body {
    background: #f9f9fc;
}

.content {
    background: url(../img/2.png) top/cover no-repeat;
    flex: 1;
}

    .content > .kt-container {
        height: 100%;
    }

.breadcrumb {
    background: transparent;
    font-size: 14px;
    color: #647394;
    padding: 0;
    margin: 10px 0;
    justify-content: end;
}

    .breadcrumb > li + li:before {
        color: #647394;
        font: normal normal normal 12px/1 LineAwesome;
        content: '\f112';
        padding: 0 5px;
    }

    .breadcrumb li a {
        font-size: 14px;
        color: #647394;
    }

    .breadcrumb > li:nth-last-of-type(1) a {
        color: #1D67FF;
    }

    .breadcrumb li a i {
        margin-right: 10px;
    }

.content-box {
    background: #fff;
    border-radius: 4px;
    padding: 20px 40px;
}

.cont-top {
    border-bottom: 1px dashed #b0b7d3;
    padding: 15px 0;
    text-align: center;
}

.cont-title {
    font-size: 20px;
    font-weight: 700;
    color: #202641;
    margin-bottom: 15px;
}

.cont-date {
    font-size: 14px;
    color: #999;
}

    .cont-date > div {
        margin: 0 10px;
    }

.cont-info {
    padding: 25px 30px;
    font-size: 16px;
    color: #202641;
    border-bottom: 1px dashed #b0b7d3;
}

.fujian-list {
    font-size: 14px;
    color: #202641;
}

    .fujian-list a {
        font-size: 14px;
        color: #202641
    }

    .fujian-list img {
        width: 18px;
        margin-right: 5px;
    }

.fujian-box {
    padding: 25px 50px;
}

.fj-text {
    white-space: nowrap;
}

@media screen and (max-width:600px) {

    .content-box,
    .fujian-box {
        padding: 20px;
    }

    .content-column {
        font-size: 20px;
    }

    .cont-date {
        font-size: 12px;
    }

        .cont-date > div {
            margin: 0 5px;
        }
}
