﻿.content .right-content {
    text-indent: 0px;
}

    .content .right-content .news {
        display: block;
        width: 100%;
        height: 160px;
        box-shadow: 0px 2px 4px #ccc, 0px 0px 6px #ccc;
        margin-top: 20px;
        box-sizing: border-box;
        padding: 0 20px;
    }

        .content .right-content .news .news-box {
            padding-top: 10px;
            font-size: 16px;
            color: #333;
            height: 100px;
            border-bottom: 1px solid #ccc;
        }

            .content .right-content .news .news-box h4 {
                display: block;
                width: 100%;
                height: 40px;
                line-height: 40px;
                text-align: left;
            }

                .content .right-content .news .news-box h4 .logtime {
                    display: block;
                    font-size: 14px;
                    float: right;
                }

            .content .right-content .news .news-box p {
                line-height: 20px;
                text-align: left;
                color: #333;
                font-size: 14px;
            }

        .content .right-content .news .more {
            width: 100px;
            height: 28px;
            line-height: 28px;
            font-size: 14px;
            color: #fff;
            background: #004893;
            margin-top: 10px;
            float: right;
            text-align: center;
        }

    .content .right-content .news-content {
        width: 100%;
        height: auto;
    }

        .content .right-content .news-content .news-tit {
            line-height: 50px;
            font-weight: bold;
            color: #666;
            font-size: 18px;
            text-align: center;
        }

        .content .right-content .news-content .news-logtime {
            color: #626262;
            line-height: 30px;
            margin-bottom: 15px;
            border-bottom: 1px dotted #ccc;
            border-top: 1px dotted #ccc;
            text-align: center;
        }

        .content .right-content .news-content .new-nr {
            text-indent: 19px;
            font-size: 14px;
        }

.page {
    bottom: 0px;
}
