
/* ny.css 若缓存刷新，则可删除一下代码 */
.nymain .leftNav p {
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #fff;
    height: 92px;
    line-height: 1.5em;
    padding: 14px;
    box-sizing: border-box;
    display: flex;
    background-color: #aa040b;
    align-items: center;
    justify-content: center;}
    .xrld {
        border: 1px solid #ddd;
        padding: 1% 2%;}

    .fl {
        float: left;}

    .fr {
        float: right;}

    .clear {}

    .xrld li {
        position: relative;
        width: 45.5%;
        float: left;
        padding: 2%;
        margin: 1% 0;
        border: 1px solid #eee;}

    .xrld li a::before {
        content: '';
        border-left: 3px solid #aa040b;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;}

    .pic-img {
        width: 150px;
        position: relative;
        padding-top: 45%;}

    .pic-img-right {
        width: calc(100% - 170px);}

    .pic-img img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;}

    .xrld li .bt {
        font-size: 20px;
        color: #aa040b;
        font-weight: bold;
        margin-bottom: 10px;}

  .xrld li .fzgz {
    color: #333;
    text-align: justify;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;}

    .xrld li .lxfs {
        color: #333;
        text-align: justify;
        line-height: 25px;
        font-size: 14px;}

    @media screen and (max-width: 1200px) {
        .xrld li {
            width: 91%;
            float: none;
            margin: 2%;}

        .xrld li .fzgz {
            color: #333;
            text-align: justify;
            line-height: 25px;
            font-size: 14px;
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;}
.pic-img {
    padding-top: 30%;}

    }
      @media screen and (max-width: 1000px) {
     .pic-img {
    padding-top: 25%;}
   }
    
        @media screen and (max-width: 800px) {
     .pic-img {
    padding-top: 30%;}
   }
       @media screen and (max-width: 600px) {
     .pic-img {
    padding-top: 60%;}
   }
     @media screen and (max-width: 400px) {
     .pic-img {
    padding-top: 70%;}
   }
