﻿.mdbody {
}
.mdcatm{

}
.mdcatm a{
    display:block;
    background-color:#F7F7F7;
    border:1px solid #CCC;
    height:36px!important;
    margin-top:7px;
    line-height:36px!important;
    padding:0 20px;
    border-radius:3px;
    color:#333;
}
    .mdcatm a.caton {
        color: #FFF;
        background-color: #af182b;
        border-color: #af182b;
    }
    .mdcatm a:hover {
        color: #333;
    }
    .mdcatm a.caton:hover{
        color:#FFF;
    }
    .mdbody .mdmbg {
        width: 100%;
        min-height: 829px;
        background-color: #e8e8e8;
        background-image: url(/img/pimg/branchbg.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }

    .mdbody .mdlist {
        width: 1274px;
        margin: 0 auto;
        padding: 20px 0px;
    }

    .mdbody .mditem {
        width: 296px;
        box-sizing: border-box;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
        border: 1px solid #CCC;
        border-radius: 3px;
        cursor: pointer;
        background-color: #FFF;
    }

        .mdbody .mditem:nth-child(4n+4) {
            margin-right: 0px;
        }
        .mdbody .mditem:hover {
            box-shadow: 0px 2px 3px rgb(0,0,0,0.6);
        }
    .mdbody .mdimg {
    }

        .mdbody .mdimg img {
            display: block;
            width: 100%;
            height:220px;
            border-radius: 3px 3px 0 0;
        }

    .mdbody .mdname {
        padding: 5px 10px;
        height: 50px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        white-space: normal;
        font-size: 16px;
        font-weight: bold;
        color: #333
    }

    .mdbody .mdln {
        padding: 5px 10px;
    }

    .mdbody .mdmap {
        margin-top: 5px;
    }

        .mdbody .mdmap a {
            display: block;
            background-color: #af182b;
            width: 100%;
            text-align: center;
            line-height: 36px;
            color: #FFF;
            border-radius: 0 0 3px 3px;
        }
            .mdbody .mdmap a:hover {
                color: #FFF;
            }