.tab_div {
    width: 100%;
    min-height: 345px;
    float: left;
    text-align: left;
    font-size: 2.3rem;
    font-weight: normal;
}

.tab_div ul {
    list-style: none;
    padding-left: 0;
}

.tab_bar {
    width: 100%;
    height: 50px;
    cursor: pointer;
    background-image: url("../images/tab_bg_1.png");
}

.tab_menu {
    width: 15rem;
    height: 50px;
    line-height: 55px;
    float: left;
    text-align: center;
}

.tab_more {
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 55px;
    color: #1f2650;
    /*padding-right: 15px;*/
    float: right;
    cursor: pointer;
}

.feature-content-s {
    width: 100%;
    height: 80px;
    color: #666;
    margin: 1rem 0;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.feature-content-s .date {
    float: left;
    width: 80px;
    height: 61px;
    line-height: 26px;
    border: 1px solid #ccc;
}

li:hover .day {
    background: var(--title-color);
    color: white;
}

li:hover .month {
    background: var(--title-color);
    color: white;
}

.feature-content-s .date .day {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 2px;
    font-weight: 550;
    border-bottom: 1px dashed #ccc;
}

.month {
    padding-top: 3px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #1f2650;
}

.feature-content-s a {
    font-size: 1.8rem;
}

.feature-content-s a:hover {
    color: var(--title-color);
    font-weight: bold;
}

.content {
    height: 61px;
    display: flex;
    align-items: center;
}

.content h3 {
    line-height: 1.5;
    padding-left: 1rem;
}

.index_list_txt {
    font-size: 1.5rem;
    line-height: 2.2;
}