﻿body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}



.detail-locationp {
    width: 100%;
    margin: 0 auto;
    color: #898989;
    padding-bottom: 0px;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    /* border-bottom: 1px solid #cacaca; */
}

    .detail-locationp #pic {
        width: 78%;
        margin: 0 auto;
    }

.pagetitle {
    width: 100%;
    margin-top: 100px;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-size: 25px; 
    text-align: center;
}


.tabdiv {
    width: 78%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dfdfdf;
}

.tabtitle1 {
    width: 150px;
    line-height: 40px;
    text-align: center;
}

.tabtitleactive {
    color: #447eff;
    border-bottom: 2px solid #447eff;
}


.caseitem {
    width: 31%;
    margin: 1%;
    border: 1px solid #d1d1d1;
}

.caseitemimgdiv {
    width: 100%;
    height: 300px;
}

.caseitemimg {
    width: 100%;
    height: 300px;
}

.caseitemtitle1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 60px;
    margin-left: 5%;
    height: 60px;
}
.caseitemtitle2 {
    font-size: 18px;
    line-height: 30px;
    margin-left: 5%;
    color: #a2a2a2;
    padding-top: 10px;
    height: 96px;
    width: 90%;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.tcdPageCode {
    padding: 15px 20px;
    text-align: center;
    color: #ccc;
}

    .tcdPageCode a {
        display: inline-block;
        color: #428bca;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        border: 1px solid #ddd;
        margin: 0 2px;
        border-radius: 4px;
        vertical-align: middle;
    }

        .tcdPageCode a:hover {
            text-decoration: none;
            border: 1px solid #428bca;
        }

    .tcdPageCode span.current {
        display: inline-block;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        margin: 0 2px;
        color: #fff;
        background-color: #428bca;
        border: 1px solid #428bca;
        border-radius: 4px;
        vertical-align: middle;
    }

    .tcdPageCode span.disabled {
        display: inline-block;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        margin: 0 2px;
        color: #bfbfbf;
        background: #f2f2f2;
        border: 1px solid #bfbfbf;
        border-radius: 4px;
        vertical-align: middle;
    }
 