.ewb-info-hd {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 2px solid #1b2973;
    margin:15px 20px 0px 20px;
}

.ewb-info-hd a {
    color: #333;
}

.sec-right-list {
    padding: 15px 20px 0;
}

.sec-right-item {
    height: 50px;
    padding: 0 7px 0 16px;
    line-height: 48px;
    font-size: 16px;
    border-bottom: 1px dashed #d5dae4;
    background: url("../images/dian.jpg") no-repeat left center;
}

.sec-right-item:hover {
    background-image: url("../images/dianh.jpg");
}

.sec-right-item:hover .sec-right-name,
.sec-right-item:hover .sec-right-time {
    color: #015293;
}

.sec-right-time {
    color: #777;
}

.sec-right-name {
    width: calc(100% - 198px);
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pager {
    margin-top: 45px;
    margin-bottom: 25px;
}