﻿.promobody {
}

    .promobody .hdlist {
        width: 1280px;
        margin: 20px auto;
    }

        .promobody .hdlist .hditem {
            float: left;
            margin-bottom: 20px;
            width: 305px;
            margin-right: 20px;
            border: 1px solid #CCC;
            border-radius: 3px;
            color: #333;
            box-sizing: border-box;
        }

            .promobody .hdlist .hditem:hover {
                color: #333;
                box-shadow: 0px 2px 3px rgb(204,204,204,0.9);
            }

            .promobody .hdlist .hditem:nth-child(4n+4) {
                margin-right: 0px;
            }

        .promobody .hdlist .hdimg {
            overflow: hidden;
            position: relative;
            width: 100%;
            height: 170px;
            overflow: hidden;
        }

            .promobody .hdlist .hdimg img {
                display: block;
                width: 100%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 3px 3px 0 0;
            }

        .promobody .hdlist .hdbt {
            height: 50px;
            line-height: 25px;
            font-size: 16px;
            padding: 0 10px;
            margin: 5px 0px;
        }

        .promobody .hdlist .hdattr {
            display: flex;
            justify-content: space-between;
            color: #8d8d8d;
            line-height: 20px;
            padding: 0 10px;
            margin-top: 16px;
            margin-bottom: 16px;
            font-size: 12px;
        }

        .promobody .hdlist .smore {
            height: 20px;
            background-image: url(/img/pimg/icomore.png);
            background-position: right center;
            background-repeat: no-repeat;
            background-size: 18px 18px;
            padding-right: 20px;
        }
/****/
