label {
    display: inline-block;
}


a {
    text-decoration: none;
}

/** @format */

/*.text-m-medium {*/
/*    font-family: "Roboto", Arial, sans-serif;*/
/*    font-size: 1rem;*/
/*    line-height: 1.4;*/
/*}*/

/*.text-m-regular {*/
/*    font-family: "Roboto", Arial, sans-serif;*/
/*    font-size: 1rem;*/
/*    line-height: 1.4;*/
/*}*/

.article .introduction-section .home-cont-1 {
    background: url("../../media/images/img/xuey-bg.webp") no-repeat;
    width: 100%;
    /*height: 268px;*/
    height: 220px;
    margin-top: 90px;
    text-align: center;
    /*line-height: 268px;*/
    line-height: 210px;
}

@media (max-width: 575.98px) {
    .article .introduction-section .home-cont-1 {
        background: url("../../media/images/img/xuey-bg-ph.webp") no-repeat;
    }
}

.article .introduction-section .home-cont-1 div {
    font-size: 64px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: normal;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .article .introduction-section .home-cont-1 div {
        font-size: 2.5rem;
    }
}

.article .container-wrapper {
    position: relative;
    z-index: 1;
}

.article .container-wrapper .container {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}

@media (max-width: 767.98px) {
    .article .container-wrapper .container {
        /*padding: 4rem 0;*/
    }
}

@media (max-width: 575.98px) {
    .article .container-wrapper .container {
        padding-inline: 1.25rem;
        gap: 3.5rem;
    }
}

.article .container-wrapper .container .article-box  {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    width: 100%;
}

@media (max-width:  575.98px) {
    .article .container-wrapper .container .article-box  {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        width: 100%;
    }

    /*手机模式，将侧边栏移到底部*/
    #sidebar{
        order: 2;
    }

    #right{
        order: 1;
    }
}

.sub-menu {
    list-style: none;
    font-size: 25px;
    /*字体*/
    font-family: "Roboto", Arial, sans-serif;
    font-weight: normal;
    color: white;
    position: absolute;
    top: 262px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    width: 100%;
}

@media (max-width:  575.98px) {
    .sub-menu {
        margin-left: -15px;
        list-style: none;
        font-size: 18px;
        font-family: "Roboto", Arial, sans-serif;
        font-weight: normal;
        color: white;
        position: absolute;
        /* top: 229px; */
        top: 274px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 9px;
        width: 100%;
    }

}

.sub-menu li{
    position: relative;
    padding-bottom: 10px; /* 给 li 元素留出三角形的空间 */
}

.nav-highlight::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent; /* 三角形左边的边 */
    border-right: 10px solid transparent; /* 三角形右边的边 */
    border-bottom: 12px solid white; /* 三角形底边的边 */
}

.sub-menu li a:link {color: white}
.sub-menu li a:visited {color: white}
.sidebar a:link { color: black; text-decoration: none;  }
.sidebar a:visited {color: black;}

#sidebar{
    width: 241.91px;
}

@media (max-width: 991.98px) {
    .article .container-wrapper .container .article-box .sidebar{
        flex-direction: column;
        gap: 1rem;
    }
}

.article .container-wrapper .container .article-box .sidebar-container {
    /*width: 100%;*/
    /*width: 20.3636363636%;*/
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.article .container-wrapper .container .article-box .sidebar-container .sidebar{
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .article .container-wrapper .container .article-box .sidebar-container {
        width: 100%;
    }
}


/*.nav-highlight{*/
/*    height:0;*/
/*    width:0;*/
/*    border-width:10px 10px ;*/
/*    border-style:solid;*/
/*    border-color: transparent transparent white;;*/
/*    display:inline-block;*/
/*}*/

.article .container-wrapper .container .article-box .article-detail-wrapper,
.article .container-wrapper .container .article-box .article-wrapper {
    width: 76.7272727273%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 991.98px) {
    .article .container-wrapper .container .article-box .article-detail-wrapper,
    .article .container-wrapper .container .article-box .article-wrapper {
        width: 100%;
    }
}

.article .container-wrapper .container .article-box .article-wrapper .article-card {
    background-color: #ffffff;
    box-shadow: 8px 16px 52px rgba(126, 138, 253, 0.08);
    border-radius: 10px;
    height: 180px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 1.75rem;
    direction: ltr;
}

@media (max-width: 575.98px) {
    .article .container-wrapper .container .article-box .article-wrapper .article-card {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem 1rem;
        align-items: center;
        height: auto;
    }
}

.article .container-wrapper .container .article-box .article-wrapper .article-card:hover {
    background-color: #e8eaec;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .article .container-wrapper .container .article-box .article-wrapper .article-card:hover {
        background-color: #e8eaec;
        cursor: pointer;
    }
}

.article .container-wrapper .container .article-box .article-wrapper .article-card .left {
    width: 245px;
    height: 140px;
    margin-right: 30px;
}

@media (max-width: 575.98px) {
    .article .container-wrapper .container .article-box .article-wrapper .article-card .left {
        width: 19.8125rem !important;
        height: auto !important;
        margin-right: unset !important;
    }
}

.article .container-wrapper .container .article-box .article-wrapper .article-card .left img {
    width: 245px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 575.98px) {
    .article .container-wrapper .container .article-box .article-wrapper .article-card .left img {
        width: 19.8125rem !important;
        height: auto !important;
    }
}

.article .container-wrapper .container .article-box .article-wrapper .article-card .right {
    height: 140px;
    flex-grow: 1;
}

.article .container-wrapper .container .article-box .article-wrapper .article-card .right .date{
    color: gray;
    font-family: "Roboto", Arial, sans-serif;
    font-size: larger;
}


@media (max-width: 575.98px) {
    .article .container-wrapper .container .article-box .article-wrapper .article-card .right {
        height: auto !important;
    }

    .article .container-wrapper .container .article-box .article-wrapper .article-card .right .date{
        color: gray;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 0.9rem;
    }
}

.article .container-wrapper .container .article-box .article-wrapper .article-card .right .title-1 {
    font-size: 25px;
    font-family: "Roboto", Arial, sans-serif;
    color: #171725;
    margin-bottom: 4px;
    max-height: 100px;
    display: -webkit-box; /*  display: -webkit-box; 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示  */
    /* autoprefixer: off */
    -webkit-box-orient: vertical; /*  -webkit-box-orient 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式  */
    /* autoprefixer: on */
    -webkit-line-clamp: 2; /*  -webkit-line-clamp用来限制在一个块元素显示的文本的行数 */
    overflow: hidden;
}

.related-article .related-title{
    margin-bottom: 10px;
}

.related-article a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #277de7;
    border-radius: 100%;
    margin-right: 8px;
    vertical-align: middle;
}

/* Start::article detail css */
.artical-con .article-h3{
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
}

.artical-con .article-h4{
    margin: 8px 0 8px 0;
}

.artical-con .article-img{
    text-align: center;
}
/* End::article detail css */

@media (max-width: 575.98px) {
    .article .container-wrapper .container .article-box .article-wrapper .article-card .right .title-1 {
        font-size: 1rem !important;
    }
}

.navbar__links__link {
    color: #92929d;
}

@media (max-width: 575.98px) {
    .navbar__links__link {
        color: white !important;
    }
}

.web-nav-icon {
    display: none;
}

@media (max-width: 575.98px) {
    .web-nav-icon {
        display: block;
    }
}

@media (max-width: 575.98px) {
    #phone-show-icon {
        display: none;
    }
}


@media (max-width: 575.98px) {
    #mask .mask-box {
        width: 100%;
    }
}

.new{
    color: #2fb032;
    /*font-weight: 700;*/
}

.article-content h3 {
    padding-top: 20px; /* 可根据需要调整数值 */
}