.lists {
    margin-top: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    /*align-items: flex-start;*/
}

button::after {
    border: none;
}

.i_new_title {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
      autoprefixer: off;
    -webkit-box-orient: vertical;
     autoprefixer: on;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.i_new_title_cen {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    color: #000;
    height: 60px;
    overflow: hidden;
    margin: 4px 0 10px;
}

.i_new_title_org {
    font-size: 14px;
    font-weight: 300;
    color: #f66337;
    display: -webkit-box;
    /* -webkit-box-orient: vertical;
        autoprefixer: off; */
    -webkit-box-orient: vertical;
    /* autoprefixer: on; */
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top: 4px;
}

.grid-text {
    font-size: 12px;
    color: #909399;
    padding: 5px 0 20px 0px;
}

.item-title-line {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    height: 40px;
}

.item-title::before {
    position: absolute;
    height: 24px;
    left: 0;
    width: 4px;
    background-color: #f66337;
    content: '';
}

.item-title {
    font-weight: 500;
    margin-left: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    height: 24px;
}

.item-more {
    font-weight: 500;
    margin-right: 4px;
    color: #999;
    font-size: 14px;
    /* font-weight: 900; */
    line-height: 24px;
    height: 24px;
}

.item-more-more {
    height: 14px;
    width: 14px;
    margin-right: 10px;
}


.lianzai {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 30px;
    line-height: 15px;
    z-index: 1;
    padding: 2px;
    font-size: 9px;
    color: #fff;
    text-align: center;
    background: #4caf50;
}

.lianzai:before {
    top: 0;
    border-width: 6px 6px 0 0;
    border-color: #4caf50 transparent transparent transparent;
    position: absolute;
    right: -5px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
}

.lianzai::after {
    border-color: transparent transparent #4caf50 #4caf50;
    bottom: 0;
    border-width: 6px 0 0 6px;
    position: absolute;
    right: -5px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
}

.wanjie {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 30px;
    line-height: 15px;
    z-index: 1;
    padding: 2px;
    font-size: 9px;
    color: #fff;
    text-align: center;
    background: #0000ff;
}

.wanjie:before {
    top: 0;
    border-width: 6px 6px 0 0;
    border-color: #0000ff transparent transparent transparent;
    position: absolute;
    right: -5px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
}

.wanjie::after {
    border-color: transparent transparent #0000ff #0000ff;
    bottom: 0;
    border-width: 6px 0 0 6px;
    position: absolute;
    right: -5px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
}

.is-cion {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0px;
}

.is-vip {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0px;
}

.comic-pic {
    width: 100%;
    height: 170px;
    background-image: url('/static/image/img_moren.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;

}
.video-pic {
    width: 100%;
    height: 110px;
    background-image: url('/static/image/img_moren.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;

}
.remarks {
    height: 22px;
    width: 60px;
    background-color: rgb(0, 128, 255);
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
}
.font-tag{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}
.font-tag:after {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    text-align: center;
    padding: 2px 4px;
    line-height: 24px;
    font-size: 14px;
    background: #9e9e9e;
    color: #fff;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 8px;
}
.font-tag[data-tag=hot]:after{
    content: "熱門";
    background: #f44336;
}
.font-tag[data-tag=new]:after {
    content: "最新";
    background: #5adeac;
}
.font-tag[data-tag=sole]:after {
    content: "獨家";
    background: #ce61ff;
}
.font-tag[data-tag=vip]:after {
    content: "VIP";
    background: #ff9800;
}
.font-tag[data-tag=cion]:after {
    content: "金币";
    background: #ff9800;
}