.right-content {
    float: right;
    width: 816px;
    position: relative;
    z-index: 0;
}
.warp-main {
    width: 816px;
    margin: 40px auto;
}
.warp-main.m0 {
    margin: 0;
}
.warp-main .inner {
    background: #fff;
}
a, div {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.inner .inner-list {
    background: #f2f4f6;
    font-size: 16px;
    width: 100%;
    display: flex;
}
.inner .inner-list a.active {
    background: #fff;
    border-top: 1px solid #fc2400;
}
.inner .inner-list a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: table-cell;
    text-align: center;
    background: #f9f9f9;
    border-right: 2px solid #f2f4f6;
}
.date {
    padding: 30px;
}
.date span {
    position: relative;
}
.date em {
    margin: 0 5px;
}
.date .input-l {
    border: 1px #ccd2d7 solid;
    padding: 4px 10px;
    width: 220px;
    height: 30px;
    vertical-align: middle;
    background: #fff url(../images/ic-date1.png) no-repeat scroll 217px 9px;
}
.date .ic-date {
    border-left: 1px solid #ddd;
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 31px;
    width: 1px;
    top: -2px;
}
.date .btn-red {
    min-width: 60px;
    margin-left: 10px;
}
a.btn-red {
    background-image: linear-gradient(to left,rgba(245,51,83,1),rgba(246,83,56,1));
    background-image: -webkit-linear-gradient(right,rgba(245,51,83,1),rgba(246,83,56,1));
}
a.btn-red, a.btn-red-k, a.btn-gray {
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    min-width: 110px;
    position: relative;
}
.hide {
    display: none;
}
.inner-list-box {
    min-width: 300px;
    padding: 0 30px;
}
.line2 {
    border-bottom: 1px dashed #e4e4e4;
}
.inner-list-box .p-t2 {
    font-size: 14px;
    padding: 10px 0;
}
.inner-list-box .p-t2 span {
    color: #666;
    padding: 0 10px;
}
.inner-list-box .p-t2 span em {
    padding: 0 5px;
}
.inner-table {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.inner-table th {
    height: 48px;
    background: #f9f9f9;
    text-align: center;
}
.no-data {
    padding-top: 180px;
    margin-top: 20px;
    color: #93c0f5;
    font-size: 18px;
    text-align: center;
    background: url(../images/tips/no-data.png) center top no-repeat;
    padding-bottom: 50px;
}
.page {
    text-align: center;
    padding: 40px 0 30px 0;
}
.page .next, .page .prev {
    font-family: monospace;
}
.page a {
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #eef1f4;
    color: #666;
    display: inline-block;
    margin: 0 10px;
}
select {
    font-size: 100%;
    outline: 0;
}
.inner-table td {
    text-align: center;
    height: 49px;
    border-bottom: 1px #eef1f4 solid;
    line-height: 24px;
    padding: 6px 0;
}
.inner-table td.td-l {
    text-align: left;
    padding-left: 20px;
}
.inner-table tbody p {
    font-size: 12px;
}
.inner-table tbody .gray {
    color: #999;
}

