.content {
    width: 100%;
}

.detail-hd {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 15px 0;
}

.source {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #889cb6;
    background-color: #e8f1fb;
}

.source>span {
    margin: 0 5px;
}

.source>a {
    color: #889cb6;
    margin: 0 10px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.print {
    background-image: url('../images/print_ico.png');
}

.close {
    background-image: url('../images/close_ico.png');
}

.detail-info {
    min-height: 500px;
    padding: 20px 0;
}

.detail-info>p {
    line-height: 36px;
    font-size: 16px;
    color: #666;
    text-indent: 20px;
}