.content>.kt-container {
    height: 100%;
}

.content-column {
    font-size: 22px;
    font-weight: 700;
    color: #202641;
}

.content-column img {
    width: 21px;
    margin: 0 5px;
}

.content-head {
    padding-bottom: 12px;
    position: relative;
}

.content-head::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: url(../img/5.png) 0 0/cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.breadcrumb {
    background: transparent;
    font-size: 14px;
    color: #647394;
    padding: 0;
    margin-bottom: 0;
}

.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;
}

.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: 5px;
}

.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;
    }
}