.crumbs {
    border-bottom: 2px solid #666;
    padding-bottom: 6px;
}

.crumbs h4 {
    display: initial;
    border-bottom: 4px solid #2677A2;
    padding-bottom: 6px;
}

.crumbs h4 a {
    max-width: 250px;
    height: 24px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.content .title {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.content .info {
    width: 66%;
    margin: 0 auto;
}

.content .info span {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    color: #9F9F9F;
}