    .jg_news ul li > span {
        font-size: 14px;
        color: #ccc;
        line-height: 40px;
    }
    .jg_news ul li a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 18px;
        color: #666666;
        float: left;
        line-height: 40px;
        height: 40px;
        width: 420px;
    }
    .jg_news ul li a:hover {
        color: #0b6db6;
    }