.newscontent
{
    width: 100%;
    min-height: 13rem;
    padding: 3px;

    background: #fff;
}
.newscontent .news_title
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;

    overflow: hidden;

    width: 100%;
    height: 28px;
    margin-bottom: 5px;
    padding-bottom: 5px;

    color: #000;
    border-bottom: 1px dashed #dedede;
}
.newscontent .date
{
    margin-bottom: 5px;

    text-align: center;
}
.newscontent > img
{
    width: 100%;
}
.mui-media-body h2
{
    font-size: 16px;
}
.mui-ios .mui-table-view-cell
{
    padding-bottom: 15px;
}
.news-cter
{
    position: absolute;
    bottom: 8px;
    left: 0;

    width: 100%;
    height: 20px;
    padding: 0 6px;
}
.news-cter p
{
    float: left;

    width: 50%;
    padding-top: 6px;
}
.news-cter p:first-child i
{
    line-height: 20px;

    float: left;

    margin-left: 4px;
}
.news-cter .nt i
{
    line-height: 20px;

    float: right;

    margin-right: 4px;
}
.mui-table-view-cell
{
    padding-bottom: 16px;
}
.mui-table-view-cell:after
{
    left: 0;
}
.page-box
{
    line-height: 30px;

    position: relative;

    width: 90%;
    height: 30px;
    margin: 0 auto;
    padding-top: 10px;
}
.page-box a
{
    font-size: 14px;

    display: block;
    float: left;

    width: 30%;
    height: 30px;

    text-align: left;
}
.page-box a:last-child
{
    float: right;

    text-align: right;
}
.index-page
{
    position: absolute;
    left: 50%;

    width: 70px;
    height: 25px;
    margin-left: -35px;

    text-align: center;

    border: 1px solid #dedede;
}
.page-av
{
    position: absolute;
    bottom: 0;

    width: 100%;
    height: auto;
}
.page-av  a
{
    font-size: 14px;
    line-height: 20px;

    display: block;
    float: none;

    width: 100%;
    height: 20px;

    text-align: center !important;

    background: #fff;
}
.page-av  a:first-child
{
    height: 20px;
}
.page-tb
{
    position: relative;
    top: -4px;

    display: none;
    overflow: hidden;

    width: 100%;
    height: auto;

    border: 1px solid #dedede;
}
.index-home-image
{
    position: relative;
}
.index-home-image span
{
    font-size: 12px;
    line-height: 18px;

    position: absolute;
    top: 0;
    right: -37%;

    display: block;

    width: 18px;
    height: 18px;

    text-align: center;

    color: #f00;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #fff;

        -ms-border-radius: 50%;
}
