@CHARSET "UTF-8";
@import url("base.css");
.rili-title{
    background-color: #f00;
    color: #fff;
    background: linear-gradient(to right,#de277d,#f94020);
    line-height: 40px;
    text-align: center;
}
.rili-title h1{font-size: 16px;}
.table-box {margin: 0 auto;padding: 0;}
.table-box table {
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    background: #fff;
}
.table-box table tr:hover {
    background-color: #f6f6f6; 
  }
.table-box table th {
    padding: 10px 3px;
    border: 1px solid #eee;
    background: #f6f6f6;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.table-box table td {
    padding: 10px 3px;
    border: 1px solid #eee;
    background: #ffffff;
    font-size: 13px;
    text-align: center;
}
.table-box table td a:hover {
    text-decoration: underline;
}