/* header */

.header {
    min-width: 1280px;
    background-color: #0c488c;
}

.header input {
    border-radius: 3px;
    border: none;
    font-size: 18px;
    padding: 10px;
    width: 100%;
}

.body {}

.content {
    min-width: 1280px;
}

.footer {
    min-width: 1280px;
}


/* .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1.1rem !important;
}

@media (min-width: 768) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
    .fs-5 {
        font-size: 1.25rem !important;
    }
    .fs-6 {
        font-size: 1.1rem !important;
    }
} */

.fs-1 {
    font-size: 2.5rem !important;
}

.fs-2 {
    font-size: 2rem !important;
}

.fs-3 {
    font-size: 1.75rem !important;
}

.fs-4 {
    font-size: 1.5rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1.1rem !important;
}

.li_style {
    list-style-type: none;
}

.ul_style {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 4px;
    padding-top: 0px;
}

.richtext-image {
    max-width: 100%;
    height: auto;
}


/* Logo */

.logo,
.logo:visited,
.logo:focus {
    min-width: 450px;
    display: inline-block;
    padding: 0 0 0 0;
    color: rgb(197, 197, 179);
    margin: 10px 0 0 10px;
}

.logo_title_cn {
    font-size: 2.5rem;
    line-height: 1.2;
}

.logo_title_en {
    font-size: 1.5rem;
    line-height: 1.2;
}

.logo:hover {
    color: #e8f804;
    text-decoration: none;
}

.top_tool_item {
    margin-top: 10px;
    float: right;
}

.top_menu_ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0;
    padding: 15px 0 15px
}

.top_menu_li {
    margin-right: 30px;
    list-style: none;
}

.top_menu_link {
    text-decoration: none;
    color: white;
    font-size: 1.25rem;
}

.top_menu_link:hover,
.top_menu_link:active {
    color: #e8f804;
    text-decoration: none
}

.top_menu_link_active {
    color: #e8f804;
    text-decoration: none
}

.top_header_item {
    color: white;
    margin: 15px 5px 0 0;
    position: relative;
}

.top_header_item :hover {
    color: #e8f804;
}

.search {
    background-color: black;
    margin: 5px 0 0 0;
    position: relative;
}

.search-icon {
    display: block;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
}

.search-icon svg {
    fill: #0e0002;
    height: 20px;
    width: 20px;
}


/* lawer page */

.lawer_info {
    background-color: #7a7677;
    color: white
}


/* blog category*/

.blog_category_link {
    display: block;
    padding: 0.5rem 1rem;
}

.blog_category_pills .blog_category_link.active {
    color: white;
    background-color: #007bff;
}

.blog_category_pills .blog_category_link {
    border-radius: 0.25rem;
}

.test {
    color: #fff;
}

.blog_right_link {
    color: white;
    text-align: center;
    background-color: #64686b;
    border-radius: 0.25rem;
    font-weight: bold;
}

.blog_right_link_active {
    background-color: #007bff;
}

.blog_right_link:hover {
    background-color: #007bff;
}