﻿@charset "utf-8";

.main .article-tit {
    font: bold 28px/28px "Microsoft Yahei";
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.main .article-tit-sub {
    font: 12px/12px "Microsoft Yahei";
    color: #aaa;
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb;
}

    .main .article-tit-sub span {
        margin-right: 12px;
    }

.main .article-con p {
    font: 14px/32px "Microsoft Yahei";
    color: #333;
    text-indent: 24px;
    margin-top: 15px;
}

    .main .article-con p.pic {
        text-align: center;
        margin-top: 28px;
    }

.main .article-con table {
    width: 100%;
    margin-top: 20px;
}

    .main .article-con table thead tr {
        background-color: #f7f7f7;
        height: 32px;
        font: 12px/32px "Microsoft Yahei";
        color: #777;
        border: none;
    }

        .main .article-con table thead tr td {
            color: #777;
        }

    .main .article-con table .td-first {
        width: 32%;
    }

    .main .article-con table .td-second {
        width: 12%;
    }

    .main .article-con table .td-third {
        width: 12%;
    }

    .main .article-con table .td-last {
        width: 32%;
    }

    .main .article-con table tbody td {
        color: #777;
        font: 12px/42px "Microsoft Yahei";
        height: 42px;
    }

        .main .article-con table tbody td a {
            color: #333;
            text-decoration: none;
        }

    .main .article-con table tbody .icon-arrow {
        background: url("../../images/dealer/icons.png") no-repeat 0 -325px;
        display: inline-block;
        width: 9px;
        height: 15px;
        vertical-align: middle;
    }

    .main .article-con table tbody .tds-first {
        text-align: left;
    }

    .main .article-con table tbody .tds-last {
        text-align: right;
    }

        .main .article-con table tbody .tds-last span {
            margin-right: 35px;
            color: #333;
        }

        .main .article-con table tbody .tds-last .request {
            background-color: #d83e3e;
            display: inline-block;
            width: 60px;
            height: 24px;
            font: 12px/24px "Microsoft Yahei";
            color: #fff;
            text-align: center;
            border-radius: 2px;
        }

    .main .article-con table td, .models-all-index table td, .models-message table td, .article-info table td {
        text-align: center;
        font-size: 12px; /* position: relative;*/
    }

.discount-area {
    border: 1px solid #ebebeb;
}

    .discount-area .title {
        font: 18px/40px "Microsoft Yahei";
        color: #333;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        padding: 0 20px;
        height: 40px;
        position: relative;
    }

        .discount-area .title a {
            position: absolute;
            right: 20px;
            bottom: 10px;
            font: 14px/14px "Microsoft Yahei";
            color: #777;
            text-decoration: none;
        }

    .discount-area ul {
        padding: 20px;
    }

        .discount-area ul li {
            padding-left: 15px;
            background: url("../../images/dealer/icons.png") no-repeat -289px -82px;
            font: 14px/14px "Microsoft Yahei";
            color: #333;
            margin-bottom: 22px;
            height: 14px;
            overflow: hidden;
        }

            .discount-area ul li a {
                color: #333;
                text-decoration: none;
            }

            .discount-area ul li.last {
                margin-bottom: 0;
            }

.main .photo {
    padding: 15px 0;
}

    .main .photo ul {
        overflow: hidden;
        width: 895px;
    }

        .main .photo ul li {
            width: 420px;
            margin-right: 20px;
            margin-bottom: 20px;
            float: left;
        }

            .main .photo ul li img {
                width: 420px;
                height: 280px;
            }
