.content {
    width: 100%;
    padding: 3.6458vw 0 1.5625w 0;
}

.nncaseli {
    width: 67.7083vw;
    margin: 0 auto;
}

.nncaseli a {
    display: block;
    width: 48.5%;
    margin-bottom: 2%;
    float: left;
}

.nncaseli {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nncaseli a .ncaselimg {
    width: 13.28125vw;
    height: 8.8542vw;
    position: relative;
    float: left;
    border: 0.0521vw solid #CCC;
}

.nncaseli a .ncaselimg img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.nncaseli a .ncaseliwen {
    float: right;
    width: 18.59375vw;
}

.nncaseli a .ncaseliwen span {
    display: block;
    padding-bottom: 0.625vw;
    border-bottom: 0.0521vw solid #aaaaaa;
    font-size: 0.9375vw;
    color: #333333;
}

.nncaseli a .ncaseliwen p {
    font-size: 0.7292vw;
    color: #666666;
    line-height: 1.25vw;
    height: auto;
    margin-top: 0.4167vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nncaseli a .ncaseliwen {
    float: right;
}

.nncaseli a:hover .ncaseliwen i:after {
    -webkit-transform: translateX(0.2604vw);
    -moz-transform: translateX(0.2604vw);
    -ms-transform: translateX(0.2604vw);
    -o-transform: translateX(0.2604vw);
    transform: translateX(0.2604vw);
}

.nncaseli a .ncaseliwen i:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0.3125vw solid transparent;
    border-bottom: 0.3125vw solid transparent;
    border-left: 0.3125vw solid #0046a1;
    position: absolute;
    right: -0.5208vw;
    margin: auto;
    top: 0;
    bottom: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.nncaseli a .ncaseliwen i {
    display: inline-block;
    font-size: 0.7292vw;
    color: #666666;
    line-height: 1.25vw;
    margin-top: 0.3125vw;
    position: relative;
}

.where .text {
    max-width: 67.7083vw;
}

.trapezoid {
    position: relative;
    width: 25.3542vw;
    /* height: 0.1rem; */
    background-color: rgb(97,188,247);
    /* line-height: 2em; */
    font-size: 1.0417vw;
    color: #fff;
    padding-left: 0.5208vw;
}

.trapezoid:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2.6042vw;
    /* 倾斜部分的宽度 */
    height: 100%;
    background-color: rgb(97,188,247);
    transform: skewX(45deg);
    transform-origin: 0 0;
    /* 确保倾斜是从右侧开始的 */
}
.type{
    width: 100%;
    height: 0.3rem; 
}

.type {
    margin-top: 3.6458vw;
}

.type_bottom{ 
    border-bottom: 0.0521vw solid #000; /* 黑色底部横线 */
}
/* 返回按钮 */


@media only screen and (max-width: 500px) {
    .content{
        width: 90%;
        margin: 0 auto;
    }
    .nncaseli {
        width: 100%; 
    }
    
    #text {
        width: 100%; 
    }
    
    

    .type {
        margin-top:10px;
        height: 20px;
    }

    .trapezoid { 
        width: 240px;
        font-size: 12px; 
    }
    .trapezoid:after { 
        width: 20px; 
        /* 确保倾斜是从右侧开始的 */
    }

    .nncaseli a {
        display: block;
        width: 100%;
        margin-bottom: 2%;
        float: left;
    }
    .nncaseli a .ncaselimg {
        width: 50%;
        height: 40vw;
        position: relative;
        float: left;
        border: 1px solid #CCC;
    }

    .nncaseli a .ncaseliwen span {
        font-size: 12px; 
    }
    .nncaseli a .ncaseliwen { 
        width: 48%;
    }
    .nncaseli a .ncaseliwen p {
        font-size: 10px; 
        line-height: 12.5px; 
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }


    .look {
        width: 100px;
        height: 25px;
        font-size: 14px;
    }
}