﻿ .navbar {
            background-color: #FFF;
        }


        .part {
            background-color: #fff;
            border: 1px solid #dbdbdb;
            min-height: 500px;
            margin-bottom: 40px;
            padding: 40px;
            padding-top: 20px;
            width: 1200px;
        }

        .site-title {
            line-height: 40px;
            color: #666;
        }

            .site-title b {
                color: #0071bc;
                font-weight: normal;
            }

        .carhead {
            text-align: center;
            font-size: 24px;
        }

        td {
            padding: 15px 0 15px 0;
            /*font-size:16px;*/
            border-bottom: 1px solid #dbdbdb;
        }