.main-content {
    position: relative;
    margin-top: 0.65rem;

    .top-tools {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .ks-list {
            display: flex;

            li {
                width: 1.90rem;
                height: 0.50rem;
                cursor: pointer;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;


                border-radius: 6px;
                font-size: 0.21rem;
                font-weight: 400;

                line-height: 0.7rem;
                margin-right: 0.23rem;
                margin-bottom: 0.23rem;

                &.k1 {
                    background: #1F5EAB;
                }

                &.k2 {
                    background: #6AABCF;
                }

                a {
                    color: #fff;
                }
            }
        }

        .condition {
            display: flex;
            gap: 0.15rem;

            span {
                color: #333;
                font-size: 0.22rem;
                font-family: "宋体";
                line-height: 0.48rem;
            }

            .search {
                width: 1.9rem;
                height: 0.5rem;
                border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
                border: 0.01rem solid rgba(161, 161, 161, 0.54);
                background: #FFFFFF;
                font-size: 0.2rem;
                line-height: 0.48rem;
                font-weight: 400;
                color: #333;

                input {
                    border: none;
                    outline: none;
                    font-size: 0.2rem;
                    font-weight: 400;
                    color: #333;
                    width: 90%;
                    line-height: 0.40rem;
                    height: 0.4rem;
                    padding-left: 0.1rem;
                }
            }
        }

    }

    .bm {
        .bm-list {

            .title {
                font-size: 0.23rem;
                font-weight: bold;
                color: #1F5EAB;
                line-height: 0.7rem;
            }

            .title2 {
                color: #6AABCF;
            }

            ul {
                display: flex;
                width: 15rem;
                flex-wrap: wrap;
                margin-bottom: 0.64rem;

                li {
                    width: 2.73rem;
                    height: 0.58rem;
                    cursor: pointer;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    text-align: left;
                    background-color: #f4f4f4;
                    border-radius: 6px;
                    font-size: 0.21rem;
                    font-weight: 400;

                    line-height: 0.7rem;
                    margin-bottom: 0.23rem;
                    margin-right: 0.20rem;
                    height: 0.58rem;
                    border: 0.01rem solid #cdcdcd;

                    a {
                        font-size: 0.2rem;
                        padding-left: 0.6rem;
                        font-family: "宋体";
                        line-height: 0.68rem;
                        width: 100%;
                        color: #333;
                    }
                }
            }
        }
    }

    .person-name {
        margin: 0.47rem 0 0 4.3rem;
        box-sizing: border-box;
        padding-top: 0.65rem;
        font-size: 0.24rem;
        font-weight: 400;

        color: #333333;

        p {
            margin-bottom: 0.13rem;
        }

        p:first-child {
            margin-bottom: 0.42rem;
        }

        .name {
            font-size: 0.36rem;
            font-weight: 700;
            color: #333;
            line-height: 0.5rem;
        }

        .time {
            color: #1F5EAB;
        }

        .gw {
            font-size: 0.22rem;
            color: #555555;
            font-family: "宋体";

        }
    }

    .person-avater {
        position: absolute;
        width: 3rem;
        margin-top: -0.47rem;
        background-color: lightgray;
        margin-left: 0.78rem;
        z-index: 999;


    }

    .person-avater img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .person-tag {
        width: 14.45rem;
        background-color: rgba(31, 94, 171, 1);
        ;
        height: 2.23rem;




        p {
            box-sizing: border-box;
            padding-top: 0.47rem;
            width: 8.2rem;
            height: 100%;
            overflow-wrap: break-word;
            color: rgba(255, 255, 255, 1);
            font-size: 0.2rem;
            text-align: left;
            line-height: 0.36rem;
            margin: 0.47rem 0 0 4.3rem;
            text-indent: 0 !important;
        }

    }

    .person-memo {
        width: 14.40rem;

        p:first-child {
            overflow-wrap: break-word;
            color: rgba(51, 51, 51, 1);
            font-size: 0.24rem;

            font-weight: 700;
            line-height: 0.48rem;
        }

        p {

            font-weight: bold;
            overflow-wrap: break-word;
            color: rgba(51, 51, 51, 1);
            font-size: 0.20rem;
            line-height: 0.36rem;
            font-family: "宋体";
        }
    }
}

.content-card {
    width: 100%;
    margin-bottom: 0.6rem;

    &:first-child {
        margin-top: 0.65rem;
    }

    .title {
        width: fit-content;
        box-sizing: border-box;
        background: #1F5EAB;
        padding: 0 0.36rem;
        height: 0.45rem;
        border-radius: 0.05rem;
        text-align: center;
        line-height: 0.45rem;
        font-size: 0.21rem;
        font-weight: 400;

        color: #F3F0ED;
    }

    .hr {
        background: #1F5EAB;
        width: 100%;
        height: 0.02rem;
        margin-top: 0.01rem;
    }

    .pointer {
        width: 0;
        height: 0;
        border-left: 0.2rem solid transparent;
        border-right: 0.2rem solid transparent;
        /* 下边框：可见色，宽度决定三角形的高度 */
        border-top: 0.16rem solid #1F5EAB;
        margin-left: 1rem;
    }

    .detail {
        box-sizing: border-box;
        padding-top: 0.38rem;
        padding-left: 0.2rem;

        h1,
        p {

            color: #555555;
        }

        h1 {
            font-weight: bold;
            font-size: 0.2rem;
            margin-bottom: 0.18rem;
        }

        p {
            font-size: 0.18rem;
            line-height: 0.30rem;
            margin-bottom: 0.2rem;
        }

        .zj-card {
            width: 2.51rem;
            background-color: #fff;
            border-radius: 0 0 8px 8px;
            box-shadow: 0.02rem 0.03rem 0.03rem 0rem rgba(0, 0, 0, 0.11);
            margin-bottom: 0.33rem;

            &:hover {
                cursor: pointer;
                animation: shake-light 0.5s ease;

                .content {
                    .name {
                        text-decoration: underline;
                        text-underline-offset: 5px;
                    }
                }
            }

            .pic {
                width: 2.5rem;
                height: auto;
                background-color: lightgray;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: fill;
                    display: block;
                }
            }

            .content {
                height: 0.97rem;
                padding-left: 0.16rem;
                padding-right: 0.16rem;
                display: flex;
                justify-content: space-between;

                .name {
                    font-size: 0.24rem;
                    font-weight: bold;
                    color: #333;
                    line-height: 0.97rem;
                }

                .time {
                    font-size: 0.18rem;
                    font-weight: 400;
                    color: #1F5EAB;
                    line-height: 0.97rem;
                }
            }
        }
    }
}

@media (max-width: 760px) {
    .top {
        display: none;
    }

    .content-card {
        .cover {
            display: none;
        }
    }

    .main-content {
        .zj-list {
            width: 100%;
            justify-content: center;
        }
    }
}

@media (max-width: 760px) {
    .top {
        display: none;
    }

    .content-card {
        .cover {
            display: none;
        }
    }

    .main-content {
        .zj-list {
            width: 100%;
            justify-content: center;
        }
    }

    .main-content {
        .person-avater {
            margin-left: 10px;
            width: 110px;

        }

        .person-name {
            margin-left: 180px;
            padding-top: 0px;

            p {
                &:first-child {
                    margin-bottom: 0px;
                }

                margin-bottom: 0px;
            }
        }

        .person-tag {
            width: 100%;

            p {
                margin-left: 0px;
                padding: 40px 20px;
                width: 100%;
            }
        }

        .person-memo {
            margin-top: 10px;
            width: 100%;

            p {
                width: 100%;
                margin-bottom: 8px;
            }
        }
    }
}



@media (max-width: 500px) {



    .detail .zj-card .time,
    .person-memo p {
        font-size: 14px !important;
    }

    .person-avater {
        width: 100px !important;
    }

    .person-name {
        margin-left: 120px !important;
    }

    .person-tag {
        height: auto !important;
    }

    .person-tag p {
        padding-top: 70px !important;
    }

    .zj-list ul {
        gap: 0 !important;
    }

    .zj-list ul li {
        width: 49%;
        margin-right: 1%;
    }

    .main-content .zj-card,
    .main-content .zj-card .pic {
        width: 100% !important;
    }
}