.hot-list li {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 15px;
    width: 19%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}
.hot-link {
    display: block;
    border: 1px solid #ccc;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tac {
    text-align: center;
}
.hot-list .hot-text {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-h2 {
    height: 50px;
    line-height: 30px;
}
.top-h2 h2 {
    border-left: 4px solid #1999ad;
    padding-left: 10px;
    font-weight: bold;
}
.green {
    color: #1999ad;
}