﻿.now {
    width: 1200px;
    margin-top: 30px;
}

.now-title {
}

    .now-title span {
        display: inline-block;
        width: 110px;
        text-align: center;
        font-size: 17px;
    }

    .now-title a {
        font-size: 15px;
        color: red;
        text-decoration: none;
        float: right;
        margin-right: 25px;
    }

.now-body {
    width: 1200px;
    height: 945px;
    text-align: center;
}

.now-ul {
    padding-left: 0px;
    width: 1248px;
    text-align: center;
    margin-left: -39px;
}

    .now-ul > li {
        list-style: none;
        float: left;
        width: 268px;
        height: 270px;
        line-height: 0px;
        margin: 20px 0 20px 40px;
        border: 1px solid #c3c3c3;
    }

        .now-ul > li a {
            display: inline-block;
            margin-top: 20px;
        }

        .now-ul > li div {
            width: 248px;
            height: 186px;
            line-height: 0px;
            display: table-cell;
            vertical-align: middle;
        }

            .now-ul > li div img {
                max-width: 248px;
                max-height: 186px;
            }

        .now-ul > li span {
            display: block;
            width: 248px;
            height: 22px;
            line-height: 22px;
            margin-top: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .now-ul > li label {
            display: inline-block;
            color: red;
            font-size: 12px;
            height: 22px;
            line-height: 22px;
            cursor: pointer;
        }

.now-ol {
    padding-left: 0;
    width: 248px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

    .now-ol > li {
        list-style: none;
        display: inline-block;
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 3px 0 3px;
    }

        .now-ol > li input {
            width: 35px;
            margin-left: 2px;
        }


        .now-ol > li img {
            width: 14px;
            opacity: 0.8;
            vertical-align: middle;
            cursor: pointer;
        }
