.news-list ul.szfxx_list {
    max-height: 338px;
    overflow: hidden;
}

.news-list ul.szfxx_list li {
    overflow: hidden;
}

.news-list ul.szfxx_list li a {
    float: left;
    width: 80%;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(http://www.abazhou.gov.cn/abazhou/xhtml/images/index/dian.png) no-repeat;
    background-position: 0 50%;
    transition: all 0.4s linear;
    font-size: 16px;
}

.news-list ul.szfxx_list li span {
    display: block;
    float: right;
    color: #999999;
    font-size: 14px;
}

.news-list ul.szfxx_list li a:hover {
    text-indent: 1em;
}

/* 国务院信息 */

.news-list ul .govpushinfo150203 li {
    overflow: hidden;
}

.news-list ul .govpushinfo150203 li a {
    float: left;
    width: 82%;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(https://www.abazhou.gov.cn/xhtml/images/index/dian.png) no-repeat;
    background-position: 0% 50%;
    transition: all 0.4s linear;
    font-size: 16px;
}


.news-list ul.govpushinfo150203 li span {
    float: right;
    color: #999999;
    font-size: 14px;
}

.news-list ul .govpushinfo150203 li a:hover {
    text-indent: 1em;
}


.news-list ul .govpushinfo150203 {
    display: block;
    overflow: hidden;
    height: 240px
}