.hot-list{
    display: none;
    align-items: center;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 17px;
    margin-top: 10px;
    /* transform: translateX(-15px); */
}

.hot-list-display{
    display: flex;
}

.hot-list>img{
    display: block;
    margin-right: 8px;
}

.hot-list>:nth-child(2){
    margin-right: 8px;
}

.hot-list>:nth-child(3)>a{
    margin-right: 24px;
    cursor: pointer;
    color: #8C8C8C;
}
.hot-list>:nth-child(3)>a:hover{
    color: #2F549F;
}
.top-btn{
    display: flex;
}
.text{
    float: left;
    margin-left: 24px;
    margin-top: 10px;
}
.rel_arrow_cont .button{
    width: 142px;
    font-size: 16px;
    color: #595959;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
}


.rel_arrow_cont .button i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    /*transform: rotate(90deg);*/
    background: url(../images/icon-btn.png) left bottom;
    width: 10px;
    height: 10px;
}

.rel_arrow_cont .button:hover i{

    background: url(../images/icon-btnWrite.png) left bottom;
}

.rel_arrow_cont .button:hover{
    color: #ffffff;
}
