
body {
    background-color: #FFFFFF;
}

img {
    max-width: 100%;
}


/*===µäÐÍ°¸Àý===*/
.cases-top{
    margin-bottom:2rem
}
.cases-top a{ 
    color:#1D78FF
}
.cases-top img {
    width:6px;
    position:relative;
    top:-1px;
    margin:0 10px;
}
.cases-box {
    padding-top: 2rem
}
.cases-list{
    padding:8px;
    overflow:hidden
}
.cases-list li{
    width: 18.4%;
    height: 170px;
    float: left;
    margin-right: 2%;
    margin-bottom:20px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(55, 99, 170, 0.1);
}
.cases-list li:hover {
    box-shadow: 0px 2px 10px rgba(55, 99, 170, 0.3);
    transition: all .5s ease;
}
.cases-list li:nth-of-type(5n){
    margin-right:0
}
.cases-list li p{
    width:80%;
    margin:0 auto;
    height:115px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.cases-list li p img{
    max-width:80%;
    max-height:60px;
}
.cases-list li span{
    width:100%;
    padding:0 20px;
    display:block;
    height:55px;
    line-height:55px;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    border-top: 1px solid rgba(167, 203, 250, 0.5);
}
/*===ÊÊÅäÊÖ»ú¶Ë===*/
@media (min-width:320px) and (max-width:768px) {
    .ny-banner {
        padding-bottom: 50%
    }
    .cases-box {
        padding-top: 2rem;
    }
    .cases-list li{
        width:48%;
        margin-right:0
    }
     .cases-list li:nth-of-type(2n){
        margin-right:0;
        float:right
    }
     .cases-list li span{
         display:flex;
         justify-content:center;
         align-items:center;
         line-height:18px;
         white-space:inherit;
         padding:0 10px;
     }
}

@media (min-width:769px) and (max-width:1080px) {
    .ny-banner{
        padding-bottom:30%
    }
    .cases-list li {
        width: 31.5%;
    }
    .cases-list li:nth-of-type(3n){
        margin-right:0
    }
    .cases-list li:nth-of-type(4n){
        margin-right:2%
    }
}