﻿.curPosition {
    color: #767677;
    line-height: 30px;
    padding-left: 5px;
    font-size: 14px;
    margin: 5px 0;
}

.newsCenter {
    width: 1200px;
    margin: 15px auto;
}

.newsCenterLeft {
    width: 845px;
    float: left;
    border: 1px solid #ddd;
    padding: 20px 20px;
    box-shadow: 5px 5px 1px #ddd;
}

.singleNews {
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}

    .singleNews > h3 {
        margin: 5px 0;
    }

        .singleNews > h3 > a {
            font-size: 14px;
            color: #333;
        }

            .singleNews > h3 > a:hover {
                color: #206F96;
            }

    .singleNews .singleNewsMs {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

        .singleNews .singleNewsMs > a {
            display: block;
            max-width: 150px;
            max-height: 120px;
            margin-right: 8px;
            margin-top: 5px;
            float: left;
        }

            .singleNews .singleNewsMs > a > img {
                max-width: 100%;
                max-height: 120px;
            }

        .singleNews .singleNewsMs p {
            font-size: 14px;
            color: #5b5b5b;
            line-height: 22px;
        }

            .singleNews .singleNewsMs p a {
                font-size: 14px;
            }

        .singleNews .singleNewsMs .dateAndClick {
            color: #999;
        }

.dateAndClick span {
    display: inline-block;
    margin-right: 10px;
}

.bottom {
    width: 100%;
    height: 100px;
    border-top: 2px solid #DBDBDB;
    background: #F8F8F8;
    box-shadow: 1px 0 1px #f8f8f8;
    margin-top: 20px;
}

    .bottom .banquanBox {
        width: 1000px;
        margin: 20px auto 10px;
    }

        .bottom .banquanBox p {
            color: #666;
            line-height: 22px;
        }

            .bottom .banquanBox p a {
                font-size: 12px;
            }

.clear {
    clear: both;
}
