*{
            padding: 0;
            margin: 0;
            list-style: none;
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
        }
        ::-webkit-scrollbar{
            display: none;
        }

        .yqlj{
            width: 100%;
            font-size: 18px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content:center;
            margin: 100px 0;
        }
        .yqlj>li{
            display: inline-block;
            vertical-align: top;
            width: 20%;
            box-sizing: border-box;
            padding: 0 10px;
            margin-bottom: 20px;
        }
        .yqlj>li a{
            display: block;
            height: 100%;
        }
        .yqlj-list{
            position: relative;
            box-sizing: border-box;
            height: 100%;
            padding: 24px 20px;
            transition: all .4s ease-in-out;
            background-image: linear-gradient(180deg,#f3f5f8,#fff);
            border: 2px solid #fff;
            /*box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;*/
            border-radius: 4px;
        }
        .yqlj-list:hover{
            border: 2px solid #f3939386;
            background-image: linear-gradient(45deg,#a9cbff93,#ff8e8e8f);
        }
        .yqlj-list span{
            position: absolute;
            width: 48px;
            height: 48px;
            bottom: 24px;
            right: 20px;
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: top;
        }
        .yqlj-list-nr{
            max-width: calc(100% - 56px);
            overflow: hidden;
        }
        .yqlj-list-nr h3{
            font-weight: 500;
            font-size: 1vw;
            line-height: 26px;
            color: #000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .yqlj-list-nr h5{
            margin-top: 8px;
            font-size: 10px;
            line-height: 22px;
            color: #4b5b76;
            opacity: .8;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            max-height: 44px;
        }

        
        @media screen and (max-width: 768px){
        body{
            min-width: 320px;
        }
        .yqlj>li{
            width: 50%;
            padding: 0 6px;
            margin-bottom: 12px;
        }
        .yqlj-list{
            padding: 20px 16px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
        }
        .yqlj-list span{
            display: inline-block;
            position: static;
            width: 24px;
            height: 24px;
            margin-right: 8px;
        }
        .yqlj-list-nr{
            max-width: calc(100% - 32px);
        }
        .yqlj-list-nr h3{
            font-weight: 400;
            font-size: 1vw;
            line-height: 24px;
            color: #181818;
        }
        .yqlj-list-nr h5{
            display: none;
        }
        }
        @media screen and (max-width: 600px){
        .yqlj-list{
            padding: 50px 8px;
            -ms-flex-direction: column;
            flex-direction: column;
            }
        .yqlj-list span{
            margin-right: 0;
            margin-bottom: 8px;
            }
        .yqlj-list-nr{
            max-width: 100%;
            }
        .yqlj-list-nr h3{
            font-size: 18px;
            }
        }