﻿.hot {
    width: 1200px;
    margin-top: 30px;
}

.hot-title {
}

    .hot-title span {
        display: inline-block;
        width: 110px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
        border-top: 2px solid #289ce9;
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        border-bottom: 1px solid white;
        margin-bottom: -1px;
    }

    .hot-title a {
        font-size: 15px;
        color: red;
        text-decoration: none;
        height: 35px;
        line-height: 35px;
        float: right;
        margin-right: 25px;
    }

.hot-body {
    width: 1200px;
    height: 484px;
    border: 1px solid #e7e7e7;
    border-bottom: 3px solid #e7e7e7;
}

    .hot-body ul {
        padding-left: 0px;
        margin: 20px 0 0 10px;
    }

        .hot-body ul li {
            list-style: none;
            float: left;
            line-height: 0px;
            text-align: center;
            margin-left: 30px;
        }

            .hot-body ul li a {
                width: 252px;
                height: 189px;
                line-height: 0px;
                display: table-cell;
                vertical-align: middle;
                border: 1px solid #e7e7e7;
            }

                .hot-body ul li a img {
                    max-width: 252px;
                    max-height: 189px;
                }

            .hot-body ul li span {
                display: inline-block;
                width: 252px;
                height: 35px;
                line-height: 35px;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.hot-li0 a {
    width: 552px !important;
    height: 414px !important;
    border: 1px solid green;
}

    .hot-li0 a img {
        max-width: 552px !important;
        max-height: 414px !important;
    }

.hot-li0 span {
    width: 252px !important;
}
