﻿h1.title
{
    float:left;
    margin:0;
    padding:10px 0;
    width:100%;
    height:auto;
    line-height:normal;
    text-align:center;
    font-size:22px;
    font-weight:normal;
    background:none;
    color:#333;
}

.mod-news-info
{
    float:left;
    width:100%;
    height:18px;
    line-height:18px;
    margin-top:8px;
    padding-bottom:5px;
    border-bottom:dotted 1px #ddd;
    text-indent:5px;
    text-align:center;
    font-size:12px;
    position:relative;
}
.mod-news-info .share
{
    float:right;
}
.mod-news-cont
{
    float:left;
    width:100%;
    margin-left:5px;
    margin-top:20px;
    line-height:25px;
}
.mod-news-cont img
{
    max-width:100%;
}
a.back
{
    position:absolute;
    right:0;
    top:-5px;
    padding:0 15px;
    line-height:25px;
    background:#ddd;
    font-size:12px;
    font-weight:bold;
    -webkit-border-radius:20px;
    border-radius:20px;
    text-indent:0;
}
a.back:hover{color:#fff;background:#bbb;}