﻿.caselist {
    padding-top: 40px;
}

    .caselist .caseitem {
        display: block;
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 30px;
        background-color: #FFF;
        border-radius: 10px;
        overflow: hidden;
        box-sizing: border-box;
        padding: 20px;
        color: #333;
        transition: all 0.3s ease;
    }

        .caselist .caseitem:hover {
            color: #333;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        }

        .caselist .caseitem:nth-child(2n+2) {
            margin-right: 0%;
        }

        .caselist .caseitem:hover .caseimg img {
            transform: scale(1.1);
        }

    .caselist .caseimg {
        width: 100%;
        height: 396px;
        overflow: hidden;
    }

        .caselist .caseimg img {
            display: block;
            width: 100%;
            height: 396px;
            transition: transform 0.3s ease;
        }

    .caselist .caseenm {
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
    }

    .caselist .caseanm {
        line-height: 30px;
        font-size: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cacaca;
    }

    .caselist .casearea {
        display: flex;
        justify-content: space-between;
        line-height: 50px;
        font-size: 16px;
        /*        font-weight: bold;*/
        
    }

    .caselist .earea {
        display: flex;
    }

    .caselist .aarea {
        display: flex;
    }

    .caselist .cortab {
        color: #abcd05
    }
/*****/
.casedetail{
    padding:50px 0;
}
    .casedetail .entitle {
        text-align:center;
        line-height:50px;
        font-size:20px;
        font-weight:bold;
        color:#333
    }
    .casedetail .antitle {
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #333
    }
    .casedetail .casecontent {
        padding:20px;
        background-color:#FFF;
        border-radius:10px;
        margin-top:20px;
    }
        .casedetail .casecontent table {
            border-collapse: collapse;
            width: 100%;
            margin-bottom: 20px;
        }
    .casedetail .casecontent td{
        border:1px solid #CCC;
        line-height:40px;
        padding:0 10px;
    }
    .casedetail .casecontent p{
        margin-bottom:20px;
    }
        .casedetail .casecontent img {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }