.right_hot_keywords{
    padding-bottom: 5px;
}
.right_hot_keywords li{
    float: left;
    width: 178px;
    height: 34px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 32px;
    border: 1px solid #eee;
    border-radius: 20px;
    margin-left: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.right_hot_keywords li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.right_hot_keywords li:hover a{
    color: #4e9cff;
}
.right_hot_keywords li:hover{
    border: 1px solid #4e9cff;
}
.right_hot_newslist{
    padding-bottom: 5px;
}
.right_hot_newslist li a{
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right_hot_newslist li a:hover{
    color: #ee6b11;
}
.coree6b11{
    color: #ee6b11;
}
