/* Full-width Navigation Bar */
.navbar {
    width: 100%;
    background-color: #1B325E;
    padding: 10px 0;
}
.kng{
    width: 100%;
}
.navbar-container {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    height: 55px;
    align-items: center;
}


.navbar a:hover {

}

.navbar-container li {
    position: relative;
    display: block;
    align-items: center;

}
.navbar a:hover{
    border-bottom: 4px solid rgb(184, 20, 50);
    border-bottom-color: rgba(184,20,50,1);
}
.navbar a {
    color: white;
    padding: 10px 15px;
    transition: background-color 0.3s, color 0.3s;

    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 15px;
    height: 55px;
}

.navbar a:hover {
    color: #ff6347; /* Tomato color on hover */
}

.navbar a.active {
    position: relative;
}

.navbar a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #ff6347; /* Tomato color */
}

/* Content Section with Full-width Background Image */
.content-section {
    width: 100%;
    background-image: url('/front/img/bg.png'); /* Path to your background image */
    background-size: cover;
    background-position: center;
    position: relative;
    /*padding: 40px 0; !* Add padding to create space *!*/
}

.content-background {
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    padding: 40px 0;
}

.content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    display: flex;
    justify-content: space-between; /* Distribute items to the sides */
}

.image_home {
    margin-right: 5px;
    margin-top: 20px;
}

.c-image {
    height: auto;
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.breadcrumb {
    min-height: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb a {

    color: rgb(255, 255, 255);
    opacity: 0.8;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
}


.breadcrumb a:last-child::after {
    content: '';
}

.breadcrumb span {
    margin-left: 8px;
    margin-right: 8px;
}

.main-content {
    background: rgba(0, 0, 0, 0.7); /* Darker overlay for content */
    padding: 20px;
    border-radius: 5px;
}

.main-content h2 {
    color: rgb(255, 255, 255);
    opacity: 0.6;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: bold;
    margin: 0px 11px 0px 7px;

    font-size: 18px;
    line-height: 1em;
    margin-left: 0px;
}

.divIn {
    min-height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
}

.divIn div {
    background-color: rgba(255, 255, 255, 1);
    width: 44px;
    height: 1px;
    min-height: auto;
}

.main-content h1 {


    color: rgb(255, 255, 255);
    text-align: left;
    margin-top: 0px;

    font-weight: bold;
    font-size: 47px;
    margin-bottom: 0px;
    line-height: 1em;
    text-align: left;
}


.main-content h2 {
    font-size: 24px;
    color: #ff6347; /* Tomato color */
    margin-top: 5px;
    text-align: left; /* Ensure it aligns to the left */
}

/* Additional styling to match the provided layout */
.content-container .main-content {
    background: rgba(0, 0, 0, 0.7); /* Darker overlay for content */
    padding: 20px;
    border-radius: 5px;
    width: fit-content;
}

.centered-content {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 40px;
    /*display: flex;*/
    /*gap: 40px;*/
    /*align-items: flex-start;*/
}


.gg {
    width: 400px;

}

.tee {
    margin: 20px 0;
}

.tee i {
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: #ba1912;
    /*margin-left: 10px;*/
}

.tee em {
    font-size: 18px;
    font-weight: bold;
}

.submenu {
    display: flex;
    flex-direction: column;
}

.submenu-item {
    background-color: white; /* 主色 */
    color: #1a2a6c; /* 文本颜色 */
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease;

    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(22, 37, 74, 0.25);
    border-bottom-color: rgba(22, 37, 74, 0.25);
    border-top-color: rgba(22, 37, 74, 0.25);
    border-right-color: rgba(22, 37, 74, 0.25);
    border-left-color: rgba(22, 37, 74, 0.25);

    min-width: 200px;
}

/*.submenu-item:last-child {*/
/*    background-color: #ffffff; !* 最后一项白色背景 *!*/
/*    color: #1a2a6c; !* 最后一项文本颜色 *!*/
/*}*/

.submenu-item h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.submenu-item p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: rgb(158, 158, 158);
}

.submenu-item::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ff0000; /* 角标颜色 */
    position: absolute;
    bottom: 10px;
    right: 10px;
    transform: rotate(45deg);
}

.submenu-item:hover {
    background-color: #1a2a6c; /* 悬停背景颜色 */
    color: white; /* 悬停文本颜色 */
    cursor: pointer;

}
.submenu-item:hover::after {
    background-color: #1a2a6c; /* 悬停角标颜色 */
}
