

.container .title {
    width: 100%;
    height: 34px;
}

.container .title img {
    display: block;
    margin: 0 auto;
}

.content{
    width: 1400px;
    height: 800px;
    position: absolute;
    left: 50%;
    margin-left: -650px;
    top:48px
}
.content .hd{
    width: 1010px;
    height: 645px;
    text-align: center;
    background: url('../img/box9/hd-bg.png') no-repeat;
    margin: 110px auto 0;
}
.content .hd table{
    width: 988px;
    height: 555px;
    float: left;
    margin: 10px 0 0 12px;
    color: #920000;
    font-size: 14px;
}
.content .hd table th{
    height: 55px;
    color: #fff1c6;
    font-size: 20px;
    font-family: Source Han Serif CN;
font-weight:bold;
}
.content .hd table td{
    border-bottom: 1px solid #920000;
}
.content .hd table tr td:first-of-type{
    border-right: 1px solid #920000;
}
.content .hd table tr:last-of-type td{
    border-bottom: none;
}
.hdgz{
    width: 1025px;
    height: 130px;
    background: url('../img/box3/hdgz.png') no-repeat left top;
    margin: 0 auto;
    padding-top: 47px;
    color: #ffedb0;
    font-weight: bold;
    font-family: Source Han Serif CN;
}