﻿.content {
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
}

.content .GoLeft {
    position: absolute;
    left: 110px;
    height: 100px;
    width: 42px;
    z-index: 999;
}

.content .GoLeft img {
    position: absolute;
    top: 40px;
    left: 13px;
}

.content .GoRight {
    position: absolute;
    right: 110px;
    width: 42px;
    height: 100px;
    z-index: 999;
}

.content .GoRight img {
    position: absolute;
    top: 44px;
    right: 10px;
}

.content .LeftMon {
    display: inline-block;
    width: 110px;
    height: 100px;
    text-align: center;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    color: #333;
}

.content .LeftMon p {
    font-size: 16px;
    margin-top: 20px
}

.content .LeftMon h6 {
    font-size: 28px;
}

.content .RightMon {
    display: inline-block;
    width: 110px;
    height: 100px;
    text-align: center;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    color: #333;
}

.content .RightMon p {
    font-size: 16px;
    /* color: #08499c; */
    margin-top: 20px;
}

.content .RightMon h6 {
    font-size: 27px;
    /* color: #08499c */
}

.content .isoBox {
    width: calc(100% - 304px);
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.content .isoBox ul {
    width: 3603px;
    height: 100px;
    position: relative;
}

.content .isoBox li {
    float: left;
    width: 115.3px;
    cursor: pointer;
    padding: 6px 0;
}

.content .isoBox li .p {
    font-size: 16px;
    line-height: 40px;
    color: #000;
}

.content .isoBox li .day {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 18px;
}
.content .isoBox li.tab{
    position: relative;
}
.content .isoBox li.tab:not(:last-child):after{
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    bottom: 35%;
    width: 2px;
    background-color: #b8b8b8;
}

.content .isoBox li.scq .p, .content .isoBox li.scq .day{
    color: #E5A543
}

.content .isoBox li.active, .content .isoBox li:hover {
    background: url(../img/rl_bg.png) no-repeat bottom;
}

.content .isoBox li.active .day, .content .isoBox li.active .p, .content .isoBox li:hover .day, .content .isoBox li:hover .p {
    color: #ffc810;
    font-weight: 600
}

.content .isoBox li.cur .p , .content .isoBox li.cur .day{
    color: #F24646;
    font-weight: 600;
}

.content .isoBox li:hover .day, .content .isoBox li:hover .p {
    color: #ffc810;
    font-weight: 600
}

.rili {
    padding-top: 22px;
    position: relative;
    text-align: center;
    z-index: 9999
}