#center {
    padding-top: 47px;
}

.more a {
    color: #42bd56;
}

.hot {
    padding: 10px 0 20px 18px;
}

.hot_top {
    height: 30px;
    padding-right: 18px;
}

.hot_top span.one {
    float: left;
    font-weight: bold;
}

.hot_top span.two {
    float: right;
}

.listbox {
    display: flex;
    justify-content: space-between;
    padding-right: 18px;
}

.list {
    color: #42BD56;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #42BD56;
    text-decoration: line-through;
}

.list:nth-child(2) {
    text-decoration: none;
    border: 1px solid #FFC46C;
}

.list:nth-child(2) a {
    color: #FFC46C;
}

.list:nth-child(3) {
    color: #4F9DED;
    border: 1px solid #4F9DED;
}
