﻿#header {
    background: url(../image/09-1.jpg) no-repeat;
    height: 150px;
    background-position: center;
}

.left {
    width: 233px;
    float: left;
    margin-right: 60px;
}

.list-title {
    color: #007fc4;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: bold;
}

.detail-title {
    color: #2e81a9;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: bold;
}

.left span {
    font-size: 18px;
    color: #313131;
    font-weight: bold;
}

.left li {
    font-size: 15px;
    color: #2e81a9;
    cursor: pointer;
}

.left ul {
    list-style-type: disc;
    margin-left: -20px;
    margin-bottom: 25px;
}

.right {
    width: 617px;
}

.td-border {
    height: 5px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}

.detail-img {
    margin-top: 20px;
    max-width: 617px;
}

.td-detail img {
    max-width: 600px;
}