/**!
* 青海政务
* date:2020-02-20
* author: huangweiping;
*/

.info-list>li {
    position: relative;
    height: 56px;
    padding: 15px 22px 15px 30px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-list>li:nth-child(even) {
    background-color: #f7f8fa;
}

.info-list>li::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #59a7ff;
    border-radius: 50%;
    left: 12px;
    top: 26px;
}

.info-list>li>a:hover {
    color: #1492ff;
}