* {
    font-family: 'microsoft yahei'
}

.news-title {
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 24px;
    background: rgba(0, 0, 0, .56);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#8e000000, endcolorstr=#8e000000)
}

.list-con > a {
    padding-left: 10px;
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    color: #000
}

.list-con > a:link, .list-con > a:visited, .list-con > a:hover, .list-con > a:active {
    text-decoration: none
}

.news-con {
    padding-bottom: 20px;
    background-color: #eee
}

.news-sub-title {
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .34);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#56000000, endcolorstr=#56000000)
}

.news-sub-con {
    padding: 20px 20px 10px;
    background-color: #fff
}

.news-con ul {
    list-style: none;
    counter-reset: count
}

.news-con li:before {
    content: '● ';
    color: #000
}

.news-sub-con-more {
    border-top: 1px solid #000
}

.news-sub-con-more > a {
    color: #000;
    font-size: 16px
}

.news-sub-con-more > a:hover {
    text-decoration: none
}