.sub-container {
    padding: 40px 80px;
    box-sizing: border-box;
    height: calc(100% - 82px);
    overflow: auto;
}

.title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
    padding: 0 27px;
}

.date-source {
    color: #8c8c8c;
    text-align: center;
    margin: 14px 0 30px 0;
}

.date-source span + span {
    margin-left: 25px;
}

.font li {
    float: left;
    color: #8c8c8c;
    cursor: pointer;
}

.current {
    background: #c11e1e;
    color: #ffffff !important;
}

.set {
    margin-top: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
}

.content {
    border-top: 1px dotted #e6e6e6;
    padding-top: 40px;
}
.button{
    width: 90px;
    height: 40px;
    position: relative;
    top: 21px;
}
.btn-group{
    background: #FFFFFF;
    box-shadow: 0px -4px 10px 0px rgba(128,145,165,0.1);
    height: 80px;
    width: 100%;
    text-align: center;
}
