/* 热点新闻 */

.container {
    width: 100%;
    background: #ffffff;
}

.bannerBox {
    background: #011585;
}

.newsContainer {
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
}

.newsTitle {
    width: 140px;
    height: 40px;
    background-color: #003987;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.newsContent {
    width: 100%;
    margin: 20px auto 30px;
}

.newsContent div {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dedede;
    font-size: 16px;
    height: 20px;
}

.newsContent div a {
    color: #014ba9;
    float: left;
}

.newsContent div span {
    float: right;
}