header {
    border-bottom: 0;
}

body {
    background: #f5f7fb;
}

.article {
    width: 1400px;
    max-width: calc(100% - 80px);
    margin: 24px auto 30px;
}

.txdh-tool-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 16px;
    padding: 24px 28px;
    background: #fff;
    border: 1px solid #eef1f5;
    box-shadow: 0 12px 34px rgba(21, 39, 58, .06);
    box-sizing: border-box;
}

.txdh-tool-summary-main {
    min-width: 0;
}

.txdh-tool-summary-main span {
    display: block;
    color: #20a995;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.txdh-tool-summary-main h3 {
    margin: 4px 0 8px;
    color: #26323d;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
}

.txdh-tool-summary-main p {
    max-width: 760px;
    margin: 0;
    color: #687789;
    font-size: 14px;
    line-height: 24px;
}

.txdh-tool-summary-meta {
    min-width: 132px;
    padding-left: 24px;
    border-left: 1px solid #eef1f5;
    text-align: center;
    box-sizing: border-box;
}

.txdh-tool-summary-meta strong {
    display: block;
    color: #20a995;
    font-size: 34px;
    font-weight: 800;
    line-height: 38px;
}

.txdh-tool-summary-meta span {
    display: block;
    margin-top: 2px;
    color: #687789;
    font-size: 13px;
    line-height: 20px;
}

.toollist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
}

.toollist li {
    width: auto;
    margin: 0;
    border: 1px solid #eef1f5;
    background: #fff;
    box-shadow: 0 12px 34px rgba(21, 39, 58, .06);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.toollist li:hover {
    border-color: #d8f1ed;
    box-shadow: 0 14px 34px rgba(21, 39, 58, .09);
    transform: translateY(-2px);
}

.toollist li a {
    display: block;
    padding: 28px;
}

.toollist li a:hover {
    background: #fff;
}

.toollist li a .img {
    float: left;
    width: 58px;
    height: 58px;
    max-height: 58px;
    overflow: hidden;
}

.toollist li a .info {
    float: left;
    width: calc(100% - 78px);
    margin-left: 20px;
}

.toollist li a .info h3 {
    height: 23px;
    overflow: hidden;
    color: #333;
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
}

.toollist li a .info .in {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 46px;
    margin-top: 10px;
    overflow: hidden;
    color: #868686;
    font-size: 14px;
    line-height: 23px;
}

#pagenavi {
    margin-top: 26px;
    text-align: center;
}

@media (max-width: 1100px) {
    .toollist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .article {
        max-width: calc(100% - 20px);
        margin-bottom: 30px;
    }

    .txdh-tool-summary {
        display: block;
        margin-bottom: 12px;
        padding: 18px;
    }

    .txdh-tool-summary-main h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .txdh-tool-summary-meta {
        min-width: 0;
        margin-top: 14px;
        padding: 12px 0 0;
        border-left: 0;
        border-top: 1px solid #eef1f5;
    }

    .toollist {
        display: block;
    }

    .toollist li {
        margin-bottom: 12px;
    }
}
