

.container .title {
    width: 100%;
    height: 34px;
}

.container .title img {
    display: block;
    margin: 0 auto;
}

.content{
    width: 1300px;
    height: 800px;
    position: absolute;
    left: 50%;
    margin-left: -650px;
    top:48px
}
.content .hd{
    width: 100%;
    height: 560px;
    text-align: center;
    margin-top: 155px;
}
.content .hd li{
    width: 253px;
    height: 168px;
    background: url('../img/box3/li-bg.png') no-repeat;
    display: inline-table;
    position: relative;
    margin: 0 25px 40px 25px;
}
.content .hd li .day{
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #821200;
    font-size: 14px;
    display: block;
}
.content .hd li .imgBox{
    width: 100%;
    height: 80px;
    text-align: center;
    margin-top: 10px;
}
.content .hd li .imgBox div{
    width: 120px;
    height: 80px;
    display: inline-table;
}
.content .hd li .imgBox div img{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.content .hd li .imgBox div .imgName{
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #821200;
}
.content .hd li .lq{
    width: 74px;
    height: 23px;
    position: absolute;
    left: 50%;
    margin-left: -37px;
    bottom: 10px;
}
.content .hd li .lq.lq1{
    background: url('../img/box3/lq1.png') no-repeat;
}
.content .hd li .lq.lq2{
    background: url('../img/box3/lq2.png') no-repeat;
}
.content .hd li .lq.lq3{
    background: url('../img/box3/lq3.png') no-repeat;
}
.hdgz{
    width: 360px;
    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;
}