.hot_box {
    width: 1200px;
    margin: 30px auto;
}

.hot_icon {
    margin-bottom: 5px;
    width: 100px;
    line-height: 30px;
    border: 1px solid var(--bgbox);
    border-radius: 4px;
    padding-left: 2px;
    box-sizing: border-box;
}

.hot_content {
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.hot_icon_title {
    color: var(--bgbox);
    font-size: 12px;
    font-weight: 500;
}

.hot_icon_content {
    text-align: center;
    background: var(--bgbox);
    /* line-height: 30px; */
    color: #fff;
    font-size: 12px;
    font-weight: bold;

}

.more {
    line-height: 31px;
    display: block;
    text-align: right;
    color: rgba(119, 119, 119, 1) !important;
}

.overview_box {
    padding-right: 45px;
    box-sizing: border-box;
}

.overview_box a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    transition: .2s;
}

.overview_box a:hover {
    color: var(--bgbox);
}

@media screen and (max-width:768px) {
    .hot_box {
        width: 100%;
        margin: 0 auto;
    }

    .hot_content {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .hot_icon {
        margin:10px 0;
        width: 100px;
        line-height: 30px;
        border: 1px solid var(--bgbox);
        border-radius: 4px;
        padding-left: 2px;
        box-sizing: border-box;
    }
    .overview_box {
        padding:0 20px;
        box-sizing: border-box;
    }
}