﻿.body_area {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.body_title {
    width: 100%;
    overflow: hidden
}
    .body_title img {
        width: 100%;
    }
    .body_banner {
        width: 100%;
        height: 60px;
    }


    .body_banner p {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding: 20px 0;
        color: #0052c9;
        font-size: 14px;
        line-height: 20px;
    }

        .body_banner p span {
            color: #b6b6bb;
        }

        .body_banner p a {
            font-size: 14px;
            color: #0052c9;
        }

.body_center {
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #0052c9;
    padding: 20px 150px;
    background-color: #f5f5f5;
}
#bodyCenter table {
    width:100%;
}
    #bodyCenter table td, #bodyCenter table th {
        height: 30px;
        padding: 0 20px;
        border:0;
        border-top: 1px solid #999;
        border-left: 1px solid #999;
    }
    #bodyCenter table th {
        background-color: #e9edff;
        border-right: 1px solid #999;
        height: 40px;
        font-size: 16px;
    }
    
        #bodyCenter table td {
            background-color: #fff;
            font-size:14px;
        }
        #bodyCenter table tr td:last-child {
            border-right: 1px solid #999;
        }
    #bodyCenter table tr:last-child td {
        border-bottom: 1px solid #999;
    }
    #bodyCenter table tr td:first-child {
        width: 15%;
    }
