.xrld {
    margin-top: 30px;
}
 .xrld li .text {
        font-size: 16px;
        color: #666;
        line-height: 2;
        max-height: 90px;
        margin-top: 5px;
        transition: 0.5s;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
  .flex {
  display: flex;}
  .imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    /*! border-radius: 50%; */}
.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none;}


    .xrld li .fbt {
        text-align: center;
    }

    .xrld li h3 b {
        font-size: 22px;
        text-wrap: nowrap;
        overflow: hidden;
        width: 100%;
        display: block;
        text-overflow: ellipsis;
    }

    .xrld li .yx {
        margin-top: 20px;
    }

    .xrld li .yx p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        text-align: center;
        padding: 15px 10px;
        background: #f1f2f6;
        border-radius: 8px;
    }
.xrld ul {
    justify-content: space-between;
    flex-wrap: wrap;
}

.xrld li {
    width: 32%;
    margin-bottom: 50px;
    border: 1px solid #e0e2e9;
    border-radius: 12px;
}

.xrld li a {
    position: relative;
    align-items: center;
    /*! box-shadow: 0px 2px 8px 0px rgba(10, 11, 24, 0.1); */
    flex-direction: column;
}

.xrld li a::after {
    content: "";
    position: absolute;
    background: #0f55a6;
    width: 100%;
    height: 0;
}

.xrld li .scale {
    width: 200px;
    padding-top: 30px;
}

.xrld li .con {
    width: 100%;
    padding: 30px 55px;
}

.xrld li h3 {
    color: #333;
    line-height: 1.5;
    transition: 0.5s;
    text-align: center;
}

.xrld li:hover h3 b{
    color: #0f55a6;
}



.xrld li p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    max-height: 90px;
    transition: 0.5s;
    overflow: hidden;
}

.xrld li .imged {
    padding-bottom: 125%;
}

@media screen and (max-width: 1200px) {
    .xrld li {
        width: 49%;
        margin-bottom: 30px;
    }
    .xyfg li {
        padding: 0 0.1rem;
        margin-bottom: 0.3rem;
    }
    .xyfg li a::after {
        left: 0;
        right: 0;
    }
    .xyfg li h3 {
        height: 0.4rem;
        line-height: 0.4rem;
    }
    .banner {
        /* margin-top: 0.75rem; */
    }
    .banner .wp {
        padding: 0 !important;
    }
    .leftNav {
        display: none;
    }
    .n_container .aleft {
        float: none;
        margin-top: 0;
        width: 100%;
    }
    .ny-tit h4 {
        font-size: .24rem;
    }
    .rightBox {
        float: none;
        width: 100%;
        padding-top: 0;
    }
    #m_n_nav {
        display: block;
    }
    .n_container {
        padding-top: .2rem;
        padding-bottom: .4rem;
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .n_list li {
        font-size: .18rem;
    }
    .pagination {
        padding-top: .25rem;
    }
    .dtl-tit {
        padding-top: .25rem;
    }
    .p-page {
        padding-top: .2rem;
        margin-top: .3rem;
    }
}

@media screen and (max-width: 768px) {
    .xrld li {
        width: 100%;
    }
    .xyfg li {
        width: 50%;
    }
    .xyfg li:last-child {
        display: none;
    }
    .position {
        position: static;
    }
    .n_listTxt li .pic {
        width: 100%;
        height: auto;
        padding-top: 69.19%;
    }
    .n_listTxt li .txt {
        width: 100%;
        padding: 0.2rem 0.1rem;
    }
    .n_listTxt li a {
        padding: 0;
    }
    .n_listTxt li {
        margin-bottom: 0.2rem;
    }
    .xrld li .scale {
        width: 160px;
    }
}

@media screen and (max-width: 480px) {
    .xrld li .con {
        width: 100%;
        padding: 20px;
    }
}