/* 更多案例 begin */
.casemore{
    width:1200px;
    margin:0 auto;
}
table{
    margin:100px 0;
}
table caption{
    height: 145px;
    line-height: 145px;
    color:#fff;
    font-size:36px;
    background-color: #0085d1;
}
table thead{
    background-color: #5a9ad7;
}
table tr{
    font-size:24px;
    line-height: 50px;
}
table tr>td:first-child{
    width:150px;
    text-align:center;
}
table tr>td:nth-child(2){
    box-sizing: border-box;
    width:1000px;
    padding-left:50px;
}
table tbody tr:nth-of-type(odd){
    background-color: #d9e2f3;
}
table tbody tr:hover{
    background-color: #5a9ad7;
}
/* 更多案例 end */