@charset "utf-8";

.middle {
    width: 1280px;
}

/** main_list_wrap **/
#main_list_wrap {
    width: 950px;
    min-height: 1000px;
    float: left;
    margin: 0;
}

.main_list_item {
    width: 950px;
    min-height: 1000px;
    margin: 0 auto;
}

.list_left {
    width: 950px;
    min-height: 1000px;
}

.list_left_item {
    width: 950px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 28px;
}

.list_left_item_article {
    width: 895px;
    min-height: 180px;
    display: inline-block;

}

.list_left_item_article:nth-of-type(9) {
    border: none;
}

.list_item_image {
    width: 250px;
    height: 160px;
    float: left;
    text-align: center;
}

.list_item_image > a > img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.list_item_content {
    width: 620px;
    min-height: 160px;
    float: right;
}

.list_item_content_no_picture {
    width: 100%;
    min-height: 160px;
}

.list_item_blockchain {
    width: auto;
    min-height: 20px;
    margin-bottom: 8px;
}

.list_item_blockchain_left {
    width: 100%;
    min-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.list_item_blockchain_left .category_list{
    display: inline-flex;
    gap: 4px;
    flex-wrap: wrap;
}

.list_item_blockchain_left .category_list a{
    display: inline-block;
}

.color_blue {
    display: inline-block;
    border: 1px solid #E6F1FF;
    background: #E6F1FF;
    font-size: 12px;
    font-weight: 500;
    color: #2F80EB;
    border-radius: 20px;
    padding: 3px 8px;
    line-height: 1.5;
}

.color_orange {
    background: #FEAA2A;
    border-radius: 30px;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    padding: 2.5px 7px;
    text-align: center;
    display: inline-block;
}

.color_orange > a {
    color: #FFFFFF;
    padding-bottom: 1px;
}

.list_right_item{
    display: flex;
    align-items: center;
    margin-top: 3px;
    flex: 0 0 auto;
}

.link_item_on_chain{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: linear-gradient(#fff, #fff),
    linear-gradient(150deg, rgba(102,204,255,1) 0%, rgba(102,102,255,1) 50%, rgba(204,102,255,1) 100%);;
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.link_item_on_chain span{
    background:linear-gradient(150deg, rgba(102,204,255,1) 0%, rgba(102,102,255,1) 50%, rgba(204,102,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 24px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 8px;
    font-weight: bold;
}



.list_item_text {
    width: auto;
    min-height: 100px;
}

.list_item_title {
    width: auto;
    min-height: 30px;
}

.list_item_title > a {
    width: auto;
    height: 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.list_item_title > span {
    width: 43px;
    height: 26px;
    color: #1176AA;
}

.list_item_text_content {
    width: auto;
    min-height: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6C6C6C;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_item_write {
    width: auto;
    min-height: 40px;
}

.writer_item {
    width: auto;
    min-height: 40px;
    float: left;
    display: flex;
}

.writer_item_image {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    margin-right: 10px;
    margin-top: 2px;
}

.writer_item_image img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.writer_item_name {
    color: #767676;
    width: auto;
    height: 38px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.writer_item_icon {
    width: auto;
    display: inline-block;
    margin-left: 12px;
    margin-top: 8px;
}

.writer_item_icon_article_like {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 8px;
}

.writer_item_icon_like {
    margin-right: 4px;
}

.writer_item_icon_like img{
vertical-align: middle;
}

.writer_item_icon_article_comment {
    width: auto;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.writer_item_icon_comment {
    margin-right: 4px;
}

.writer_item_icon_comment img{
vertical-align: middle;
margin-top: -2px;
}


.writer_icon_text {
    /*margin-bottom: 2px;*/
    /*height: 18px;*/
    font-weight: 400;
    font-size: 13px;
    /*line-height: 30px;*/
    color: #767676;
}

.writer_icon_text_comment {
    font-weight: 400;
    font-size: 13px;
    color: #767676;
    vertical-align: middle;
}

.date_item {
    float: right;
    width: 140px;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #767676;
    padding-top: 4px;
}

.day {
    float: right;
}

.section_bar {
    height: 1px;
    background-color: #d0d0d0;
    margin: 10px 0 30px 0;
}

.section_bar:last-of-type {
    height: 0;
    background-color: #fff;
    margin: 0;
}

.scrap_icon_wrap{
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 0;
}

.scrap_icon{
    width: 20px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.scrap_icon img{
    max-width: 100%;
}

@media all and (max-width: 1399px) {
    .middle {
        width: 970px;
        margin: 0;
    }

    .content {
        margin-top: 30px;
    }

    #main_list_wrap {
        width: 640px;
        float: left;
    }

    /** main_list_item **/
    .main_list_item {
        width: 640px;
        margin: 0 auto;
    }

    .list_left {
        width: 640px;
        min-height: 1000px;
    }

    .list_left_item {
        width: 640px;
        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        padding: 25px 18px 10px 18px;
    }

    .list_left_item_article {
        width: 606px;
        min-height: 150px;
        margin: 0 auto;
        display: inline-block;
    }

    .list_left_item_article:nth-of-type(9){
        display: inherit;
    }

    .list_item_image {
        width: 180px;
        height: 120px;
        float: left;
        margin-top: 3px;
        text-align: center;
    }


    .list_item_content {
        width: 420px;
        min-height: 125px;
        float: right;
        padding-left: 10px;
    }

    .list_item_content_no_picture {
        width: 100%;
        min-height: 125px;
    }


    .list_item_text {
        width: 100%;
        min-height: 62px;
    }

    .list_item_title {
        width: 100%;
        min-height: 21px;
    }

    .list_item_title > a {
        width: 100%;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        display: block;
        height: auto;
    }

    .list_item_title > span {
        width: 43px;
        height: 26px;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #1176AA;
    }

    .list_item_text_content {
        width: 100%;
        min-height: 30px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #6C6C6C;
        margin-top: 5px;
        margin-bottom: 7px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .writer_item {
        width: auto;
        min-height: 40px;
        float: left;
    }



    .section_bar {
        height: 1px;
        background-color: #d0d0d0;
        margin: 25px 0 27px 0;
    }


}
