.news-list {
    overflow: hidden;
    padding: 10px 0;
}

.news-list ul {
    border-top: 1px dotted #ddd;
    display: block;
}

.news-list li {
    display: block;
    line-height: 40px;
    color: #70706f;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
}

.news-list li a {
    float: left;
    display: block;
    max-width: 620px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.news-list li a:hover {
    color: #ce0000;
}

.news-list li .time {
    float: right;
    display: block;
    white-space: nowrap;
    color: #b1b1b1;
}

.news-list li a:before {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 3px;
    background: #ce0000;
}


/*详情*/

.news-detail {
    position: relative;
}

.news-detail-title {
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 30px 0 0;
    text-align: center;
}

.news-detail-info {
    text-align: center;
    color: #999;
    line-height: 30px;
}

.news-detail-info span {
    padding: 0 20px;
}

.news-detail-pic {
    width: 590px;
    height: 372px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    background: #eee;
}

.news-detail-des {
    display: block;
    overflow: hidden;
    margin: 20px;
    background: #eee;
    padding: 10px;
    color: #333;
    line-height: 20px;
}

.news-detail-des {
    display: none;
}

.news-detail-des:before {
    content: "“";
    font-size: 24px;
    color: #0075d8;
    vertical-align: -5px;
    margin-right: 5px;
}

.bdsharebuttonbox {
    position: absolute;
    right: 0;
    top: 10px;
}