/* pc样式 */
@media screen and (min-width: 1024px) {

    /* 表格样式 */
    .content-table {
        width: 100%;
        padding-top: 0.3rem;
        margin: 30px 0;
    }

    .content-table table {
        width: 100%;
        margin: 0 auto;
    }

    .content-table th {
        text-align: center;
        height: 80px;
        /* width: 400px; */
        background-color: #f3f3f3;
        color: var(--zt_color--);
    }

    thead p {
        font-size: 0.26rem;
        line-height: 0.8rem;
        color: #ffffff;
        background-color: var(--zt_deep_color--);
        text-align: center;
        font-weight: 700;
    }

    tbody {}

    tbody>tr td:nth-child(2) {
        text-align: left;
    }

    tbody>tr td:nth-child(3) {
        text-align: left;
    }

    .content-table tr {
        background-color: #ffffff;
        border: 1px solid #d7c9c9;
    }

    .content-table td {
        border: 1px solid #d7c9c9;
    }

    tbody td {
        padding: 20px;
        text-align: center;
        font-size: 0.18rem;
        font-weight: 700;
        color: #333333;
    }

    tbody>tr:nth-child(2n-1) {
        background-color: #f8f6f6;
    }

    .xyld-list>li {
        
    }

    .xyld-list>li>a{
        height: 3.5rem;
        border-bottom: 1px solid #ccc;
        display: flex;
        align-items: center;
    }

    .xyld-img {
        width: 2rem;
        height: 3rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size:  auto 100%;
    }
    .xyld-text{
        height: 2.5rem;
        padding-left: 0.4rem;
        flex: 1;
    }
    .xyld-text-top{
        display: flex;
        align-items: center;
        font-size: 0.2rem;
        font-weight: 700;
    }
    .xyld-text-top>h2{
        color: var(--zt_color--);
    }
    .xyld-text-top>span{
        margin: 0 10px;
        display: block;
        width: 0.2rem;
        height: 1px;
        background-color: #ccc;
    }
    .xyld-text-top>p{
        color: #000;
    }
    .xyld-text-bottom{
        margin-top: 0.2rem;
        font-size: 0.18rem;
        line-height: 0.3rem;
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {

    /* 表格样式 */
    .content-table {
        width: 100%;
        padding-top: 0.3rem;
        margin: 30px 0;
    }

    .content-table table {
        width: 100%;
        margin: 0 auto;
    }

    thead p {
        font-size: 0.26rem;
        line-height: 0.8rem;
        color: #ffffff;
        background-color: var(--zt_deep_color--);
        text-align: center;
        font-weight: 700;
    }

    tbody {}

    tbody>tr td:nth-child(2) {
        text-align: left;
    }

    tbody>tr td:nth-child(3) {
        text-align: left;
    }

    .content-table tr {
        background-color: #ffffff;
        border: 1px solid #d7c9c9;
    }

    .content-table td {
        border: 1px solid #d7c9c9;
    }

    tbody td {
        padding: 0.2rem;
        text-align: center;
        font-size: 0.18rem;
        font-weight: 700;
        color: #333333;
    }

    tbody>tr:nth-child(2n-1) {
        background-color: #f8f6f6;
    }


    .xyld-list>li {
        
    }

    .xyld-list>li>a{
        height: 3.5rem;
        border-bottom: 1px solid #ccc;
        display: flex;
        align-items: center;
    }

    .xyld-img {
        width: 2rem;
        height: 3rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size:  auto 100%;
    }
    .xyld-text{
        height: 2.5rem;
        padding-left: 0.4rem;
        flex: 1;
    }
    .xyld-text-top{
        display: flex;
        align-items: center;
        font-size: 0.2rem;
        font-weight: 700;
    }
    .xyld-text-top>h2{
        color: var(--zt_color--);
    }
    .xyld-text-top>span{
        margin: 0 10px;
        display: block;
        width: 0.2rem;
        height: 1px;
        background-color: #ccc;
    }
    .xyld-text-top>p{
        color: #000;
    }
    .xyld-text-bottom{
        margin-top: 0.2rem;
        font-size: 0.18rem;
        line-height: 0.3rem;
    }
}

@media screen and (max-width: 600px) {
    thead p {
        font-size: 0.2rem;
    }
}