.detail-title #Title
{
    font-size: 26px;
    font-weight: bold;
    color: #333;
}
.detail-title #SubTitle
{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.source-date
{
    font-size: 16px;
    color: #999;
}
#article_content
{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    position: relative;
}
#article_content p
{
    text-align: justify;
}
.back
{
    background: url(../image/back1.png) no-repeat left;
    width: 87px;
    position: absolute;
    right: 0;
    bottom: -22px;
    padding-left: 25px;
    cursor: pointer;
}
.back a
{
    color: #1861aa;
}
.cecep-detail
{
    padding: 50px 0;
}
.title-bline
{
    height: 1px;
    font-size: 0;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 8px;
}