ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.cardbox {
    width: calc(100% + 16px);
    margin-left: -8px;
    /* margin-top: -8px; */
    margin-bottom: -8px;
}
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-breadcrumb {
    height: 0;
    overflow: hidden;
    margin-top: 56px;
    margin-bottom: 16px;
}
.blog-breadcrumb-list {
    display: flex;
    align-items: center;
}
.blog-breadcrumb-con {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
a.blog-breadcrumb-con {
    text-wrap: nowrap;
    /* border-radius: 4px; */
    /* background: #F6F8F8; */
    padding: 2px 8px;
    color: #999;
}
a.blog-breadcrumb-con:hover {
    color: #2fc0b7;
}
.blog-breadcrumb-arrow {
    width: 4px;
    height: 4px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
    margin: 0 12px 0 10px;
}
.blog-app {
    margin: 24px 0;
}
.blog-app:hover .blog-app-btn {
    background-color: #2cb3ab;
}
.blog-app-con {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.blog-app-main {
    display: flex;
    align-items: center;
}
.blog-app-img {
    height: 72px;
    width: 72px;
    margin-right: 16px;
    border-radius: 18px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
    flex-shrink: 0;
    overflow: hidden;
}
.blog-app-info {
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-app-tit {
    line-height: 22px;
}
.blog-app-cat {
    line-height: 22px;
    font-size: 14px;
    color: #666;
}
.blog-app-score {
    color: #666;
    fill: #666;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.blog-app-tip {
    display: none;
    font-weight: 700;
    flex: 1;
    text-align: center;
    padding: 0 16px;
}
.blog-app-btn {
    background-color: #2fc0b7;
    color: #fff;
    border-radius: 24px;
    padding: 8px 16px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    margin-top: 16px;
    box-sizing: border-box;
    text-align: center;
}

.blog {
    line-height: 1.6;
}
.blog-h1 {
    margin-top: 56px;
    font-size: 24px;
    padding-top: 24px;
    padding-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.blog-h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.blog-item {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 8px;
}
.blog-con {
    overflow: hidden;
}
.blog-imgbox {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.blog-img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: 0.3s;
}
.blog-tit {
    line-height: 1.2;
    font-weight: 500;
    height: 44px;
    font-size: 18px;
}
.blog-info {
    padding: 16px 0;
}
.blog-tip {
    color: #2fc0b7;
    margin-bottom: 4px;
}
.blog-other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}
.blog-des {
    color: #999;
    /* font-size: 12px; */
}
.blog-btn {
    color: #fff;
    background-color: #111;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 6px;
}

.blog-item:hover .blog-img {
    transform: scale(1.1);
}
.blog-item:hover .blog-btn {
    background-color: #2fc0b7;
}
/* art */
.blog-art-date {
    color: #999;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 24px;
}
.blog-art h4{
    font-size: 18px;
    font-weight: 700;
    margin: 24px 0 12px;
}
.blog-art p{
    margin-bottom: 24px;
}
.blog-art img{
    width: 100%;
    height: auto;
    /* margin: 24px 0; */
}

@media (min-width: 601px) {
    .cardbox {
        width: calc(100% + 24px);
        margin-left: -12px;
        /* margin-top: -12px; */
        margin-bottom: -12px;
    }
    .blog-breadcrumb {
        height: auto;
        margin-top: 84px;
    }
    .blog-app-tip {
        display: block;
    }
    .blog-app-con {
        align-items: center;
        flex-direction: row;
        padding: 16px;
        border: #e5e5e5 1px solid;
        border-radius: 8px;
    }
    .blog-app:hover .blog-app-con {
        border-color: #2cb3ab;
    }
    .blog-app-btn {
        width: auto;
        margin-top: 0;
    }
    .blog-h1 {
        margin-top: 64px;
        font-size: 28px;
        padding-top: 38px;
        padding-bottom: 28px;
    }
    .blog-h2 {
        font-size: 28px;
    }
    .blog-item {
        width: 50%;
        padding: 12px;
    }
    .blog .blog-item {
        width: 50%;
    }
}
@media (min-width: 900px) {
    .blog-item {
        width: 33.3333%;
    }
}