.banner{
    width: 1200px;
    margin: 0 auto;
}
.banner img{
    width: 100%;
}
.content{
    width: 1000px;
    margin: 0 auto;
}
.content h2{
    margin-top: 50px;
    line-height: 26px;
    padding: 20px 10px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #0C7ED9;
    border-bottom: 1px solid #ECECEC;
}
.time {
    text-align: center;
    font-size: 12px;
    color: #787878;
    margin-top: 30px;
    margin-bottom: 50px;
}
.content h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
table{
    width: 900px;
    margin: 20px auto 80px;
}
table th{
    width: 300px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
   
    font-size: 14px;
    border: 1px solid;
    font-weight: bold;
}
table td{
    border: 1px solid;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}