body {
    background: #f6f7f9;
}

.local {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}

.loimg {
    width: 18px;
    height: 18px;
    transform: translateY(4px);
    display: inline-block;
}

.loimg img {
    width: 18px;
    height: 18px;
}

.now {
    color: #f5821f;
}

.calist {
    margin: 60px 0px;
}

.caitem {
    margin-top: 30px;
    background: white;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
}
.caitem:hover{
    background: #fbfcff;
}

.caseimg {
    width: 200px;
    border-radius: 10px;
}

.caseimg img {
    width: 200px;
    border-radius: 10px;

}
.casecon{
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
}
.caseright{
    float: right;
}
.casetext{
    font-size: 14px;
    color: #f5821f;
    line-height: 30px;
}
.arr{
    width: 20px;
    height: 20px;
    transform: translateY(6px);
}
.arr img{
    width: 20px;
    height: 20px;
}
.casetext,.arr{
    display: inline-block;
}
.casetitle{
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 10px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caselabel{
    height: 34px;
    line-height: 34px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 15px;
    background: #fef2e8;
    color: #f5821f;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 5px;
}
.catime{
    font-size: 14px;
    color: #888888;
    margin-top: 15px;
}
.caintro{
    margin-top: 25px;
    color: #666666;
    font-size: 14px;
    line-height: 28px;

}
.page {
    width: 40%;
    margin: 60px auto;
}

.page img {
    width: 100%;
}
@media screen and (max-width:800px) {
    .calist {
        margin: 20px 0px;
    }
    
    .caitem {
        margin-top: 20px;
        padding: 10px;
    }
    
    .caseimg {
        width: 100%;
    }
    
    .caseimg img {
        width: 100%;
    
    }
    .casecon{
        padding-left: 0px;
        border: 1px solid white;
    }
    .caseright{
        display: none;
    }

    .casetitle{
        margin-top: 10px;
        padding-right: 0px;
        font-size: 16px;
    }
    .caselabel{
        height: 24px;
        line-height: 24px;
        padding: 0px 8px;
        font-size: 12px;
        margin-top: 10px;
    }
    .catime{
        display: inline-block;
        font-size: 12px;
        margin-left: 10px;
    }
    .caintro{
        margin-top: 10px;
        font-size: 12px;
        line-height: 24px;
        height: 48px;
        display: -webkit-box;
        -webkit-box-orient: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .page {
        width: 80%;
    }

    .page img {
        width: 100%;
    }
}