.Gnews-detail
{
    width: 96%;
    margin: 0 auto;
    margin-top: 1em;
}
.detail-titles
{
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    font-size: 16px;
}
.detail-titles h2
{
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 2em;
}
.detail-titles h1
{
    font-size: 16px;
    font-weight: bold;
    color: #0084d4;
    margin: 0;
    padding: 0;
    line-height: 2em;
}
.detail-infos
{
    line-height: 30px;
    text-align: center;
    position: relative;
}
.detail-infos span.text
{
    padding-left: 5px;
}
.detail-content
{
    line-height: 1.8em!important;
    font-size: 14px!important;
}
.detail-content img
{
    width: 85%!important;
}
.relative-txt
{
    line-height: 30px;
    font-weight: bold;
    color: #09649d;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.relativeList
{
    line-height: 200%;
}
.relativeList
{
    width: 100%;
}
.relativeList-right
{
    width: 80px;
    text-align: right;
}