h1.page_title01.info_title {
    color: #000;
}

.info_tabs {
    width: 100%;
    margin: 40px 0 30px;
}

.info_tab_list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    align-items: flex-end;
}

.info_tab_list li {
    flex: 1;
    margin: 0;
    padding: 0;
    background-color: #eee;
    display: flex;
    align-items: flex-end;
    margin-right: 1px;
}

.info_tab_list li:last-child {
    margin-right: 0;
}

.info_tab_list li.active {
    background-color: #fff;
}

.info_tab_list li a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    position: relative;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.info_tab_list li.active a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #d32f2f;
    border-top: 5px solid #d32f2f;
    font-weight: bold;
}

.info_tab_list li a:hover {
    color: #000;
    border-top: 5px solid #d32f2f;
}

.info_item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px dotted #aaa;
}

.info_date {
    min-width: 16%;
    font-size: 14px;
}

.info_date a {
    color: #353535;
    text-decoration: none;
}

.info_category {
    flex-shrink: 0;
    min-width: 110px
}

.info_category_tag {
    display: inline-block;
    color: #fff;
    padding: 4px 12px;
    font-size: 9px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    min-width: 112px;
}

.info_category_tag_newsreleases {
    background-color: #666666;
}

.info_category_tag_information {
    background-color: #194e92;
    ;
}

.info_category_tag_topics {
    background-color: #d32f2f;
}

.info_title {
    flex: 1;
    padding-left: 60px;
}

.info_title a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
}

.pagination_wrap {
    margin-top: 30px;
    text-align: center;
}


.news_area .inner .news_head a.more_news {
    position: relative;
    font-size: 14px;
    color: #000;
    background-color: #eee;
    padding-right: 32px;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 50px;
    border-bottom: none;
}

.news_area .inner .news_head .more_news::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 16px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
}

dl.inf_list>dd>a.news.info_newsreleases {
    background-color: #666;
}

dl.inf_list>dd>a.news.info_topics {
    background-color: #d32f2f;
}

@media (min-width: 768px) {
    dl.inf_list {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    dl.inf_list>dt {
        vertical-align: top;
        width: 16%;
    }

    dl.inf_list>dd>a.news {
        display: inline-block;
        min-width: 100px;
        text-align: center;
    }

    dl.inf_list>dd.dd_last {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .info_tabs {
        margin-bottom: 10px;
    }

    .info_tab_list li a {
        padding: 5px;
        font-size: 12px;
    }

    .info_tab_list li.active a {
        color: #d32f2f;
        padding: 10px 5px;
    }

    .info_item {
        flex-wrap: wrap;
        gap: 10px;
    }

    .info_date {
        width: auto;
        min-width: auto;
    }

    .info_category {
        margin-left: 0;
    }

    a.info_category_tag {
        padding: 0px 16px;
        font-size: 10px;
        width: auto;
        margin-left: 10px;
    }

    .info_title {
        width: 100%;
        padding-left: 0;
        flex-basis: 100%;
    }

    .news_area {
        margin-top: 10px;
    }

    .news_area .inner .news_head a.more_news {
        top: 10px;
    }

    .news_area .inner .news_head .more_news::before {
        display: none
    }
}