﻿.content {
    width: 100%;
    position: relative;
    height: 15.5vw;
    overflow: hidden;
}

.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 {
    position: relative;
    width: 100%;
}

.content .isoBox ul {
    position: relative;
}

.content .isoBox li {
    cursor: pointer;
    height: 4vw;
    line-height: 1.5;
    padding: 1.5vw 0;
    /*margin-top: .5w;*/
    text-align: center;
}
.content .isoBox li:after{content: ""; width: 10px; height: 2px; background: #151515; right: 0; top:0;position: absolute}
.content .isoBox li .p {
    font-size: 16px;
    line-height: 40px;
    color: #000;
}
.content .isoBox li .active{color: #c5aa7d}
.content .isoBox li .day {
    font-size: 0.94vw;
    color: #000;
}
.content .isoBox li.active .day{border-bottom: 2px solid #c5aa7d; padding-bottom: 5px}
.content .isoBox li.active:after{content: ""; width: 10px; height: 2px; background: #c5aa7d; right: 0; top:0}
.content .isoBox li.tab{
    position: relative;

}

.content .isoBox li.scq .p, .content .isoBox li.scq .day{
    color: #E5A543
}


.content .isoBox li.active .day, .content .isoBox li.active .p, .content .isoBox li:hover .day, .content .isoBox li:hover .p {
    color: #c5aa7d;
}

.content .isoBox li.cur .p , .content .isoBox li.cur .day{
    color: #F24646;
}

.content .isoBox li:hover .day, .content .isoBox li:hover .p {
    color: #c5aa7d;
}