.right-special .special-bottom p {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #eae9e9;
}
.hotlabel {
    margin-top: 30px;
}
.hotlabel .label-title {
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #2f929f;
}
.hotlabel .label-title h4 {

}
.hotlabel .label-title a {
    color: #666;
    font-size: 14px;
}
.hotlabel .label-title a:hover {
    color: #2f929f;
}
.hotlabel .label-list ul {
    flex-wrap: wrap;
    padding-top: 20px;
}
.hotlabel .label-list ul li {
    border: 1px solid #2f929f;
    margin-right: 15px;
    margin-bottom: 15px;
}
.hotlabel .label-list ul li a {
    padding: 5px 10px;
    color: #2f929f;
    font-size: 14px;
}
.hotlabel .label-list ul li:hover {
    background: #2f929f;
}
.hotlabel .label-list ul li:hover a {
    color: #fff;
}