.classb ul li{
    float: left;
    width: 25%;
    text-align: center;


    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #60b8f1;
    transition: all .2s ease;
    border-radius: 50px;
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.classb ul{
    padding: 0 4px;
}
.classb ul li a{
    color: #60b8f1;
}

.classb ul li:hover{
    background: #e1ebf7!important;
    border-radius: 50px;
    cursor: pointer;
    transition: all .2s ease;
}
.classb ul:after{content: "";
             display: block;
              clear: both;
               height: 0;
                visibility: hidden;
}
.classb{
    height: 682px;
    overflow-y: auto;
    overflow-x: hidden;
}

.section-left ::-webkit-scrollbar {
    display:none;
}

.classc{
    padding-left: 38px;
    margin-bottom: 34px;
    position: relative;
}
.classc:before{
    content: "";
    width: 5px;
    height: 20px;
    display: inline-block;
    background-color: #5d97fa;
    position: absolute;
    left: 24px;
    bottom: 6px;
}
.section-right{
    width: calc(100% - 248px);
}
.daily-title p{
    padding-left: 24px;
}
.daily-title p span{
    font-size: 12px;
    color: #818181;
    float: right;
}
.daily-title p a{
    color: #101010;
}
.classc p{
    font-size: 18px;
    font-weight: bold;
    color: rgb(16, 16, 16);
    height: 32px;
    line-height: 32px;
}