@charset "utf-8";
    .list_html {
        width: 83.33333%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
.tj-content {
    width: 100%;
}
    .list_list {
        width: 52.486111vw;
    }

    .list_item {
        border-top: 1px solid rgb(229, 227, 227);
        padding: 10px;
        padding-top: 20px;
        margin-bottom: 15px;
    }
button{
    border: none;
    background-color: rgba(0, 0,0,0);
    color: black;
  }

    .list_content {
        text-align: left;
        font-family: PingFangSC-Regular;
        line-height: 25px;
        color: rgb(87, 87, 87);
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .list_first {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .list_title {
        font-size: 17.78px;
        font-family: PingFangSC-Medium;
    }

    .list_time {
        color: rgb(145, 145, 145);
        font-family: PingFangSC-Regular;
        font-size: 12.7px;
    }

    .list_type {
        /* display: flex; */
        font-family: PingFangSC-Regular;
        font-size: 12.7px;
        border: 1px solid rgb(202, 201, 201);
        padding: 7px;
        border-radius: 8px;
        color: rgb(60, 60, 60);
        background-color: rgba(250, 250, 250, 0.2);
    }

    .pos {
        font-size: 20px;
        font-weight: bold;
    }

    .daohanglan {
        width: 83.33333%;
        font-family: PingFangSC-Medium;
        display: flex;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 20px;
        justify-content: space-between;
    }
.hot{
        width: 26.52777777777778vw;
        color: white;
        font-family: SourceHanSansCN-Regular;
        font-size: 16px;
    }
    .hot span{
        background-color: #d61319;
        padding: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 20px;
    }
    @media screen and (max-width:800px) {
        .list_html {
            width: 85%;
            margin: auto;
            display: flex;
            justify-content: space-between;
        }
.hot{display:none;}
        .list_list {
            width: 800px;
        }

        .list_item {
            border-top: 1px solid rgb(229, 227, 227);
            padding: 10px;
            padding-top: 20px;
            margin-bottom: 10px;
        }

        .list_content {
            text-align: left;
            line-height: 30px;
            color: rgb(87, 87, 87);
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .list_first {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }

        .list_title {
            font-size: 18px
        }

        .list_time {
            color: rgb(145, 145, 145);
            font-size: 10px;

        }

        .list_type {
            font-size: 10px;
            border: 1px solid rgb(202, 201, 201);
            padding: 7px;
            border-radius: 8px;
            color: rgb(60, 60, 60);
            background-color: rgba(250, 250, 250, 0.2);
        }

        .pos {
            font-size: 20px;
            font-weight: bold;
        }

        .daohanglan {
            width: 85%;
            display: flex;
            margin: auto;
            margin-top: 30px;
            margin-bottom: 20px;
            justify-content: space-between;
        }

        .dl_common {
            display: none;
        }

        .list_html {
            width: 85%;
        }

        .list_list {
            width: 100%;
        }

        .list_item {
            position: relative;

        }

        .list_time {
            position: absolute;
            bottom: 0;
            right: 0;
        }
    }

