/* Mobile */
/* 菜单部分 */
@media (max-width:600px) {
    .TopMenu_Box {
        width: 100%;
        height: 17.3vw;
        background-color: #AE0B2A;
        overflow: hidden;
        z-index: 3;
    }

    .TopMenu_Div {
        margin: 0 auto;
        width: 92%;
        margin-top: 4.5vw;
        height: 8.3vw;
        overflow: hidden;
    }

    .TopMenu_Left {
        float: left;
        height: 8.3vw;
    }

    .TopMenu_Left a img {
        height: 8.3vw;
    }

    .TopMenu_Mid {
        float: left;
        width: calc(100vw*0.6);
        height: 100px;
    }

    .TopMenu_Mid a {
        margin: 0 auto;
        margin-top: 20px;
        display: block;
        width: 181px;
        height: 59px;
    }

    .TopMenu_Mid a img {
        width: 181px;
        height: 59px;
    }

    .TopMenu_Right {
        margin-top: 1.5vw;
        float: right;
        width: 17vw;
        height: 5.3vw;
    }

    .Top_Search {
        float: left;
        width: 5.3vw;
        height: 5.3vw;
    }

    .Top_Search img {
        width: 5.3vw;
        height: 5.3vw;
        ;
    }

    .Top_Menu {
        float: right;
        width: 5.3vw;
        height: 5.3vw;
    }

    .Top_Menu img {
        width: 5.3vw;
        height: 5.3vw;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 12;
        background-color: #000;
    }

    .Top_Menu_Control {
        padding: 4.5vw 4vw;
        height: 8.3vw;
    }

    .Top_Search_BTClose,
    .Top_Menu_BTClose {
        /* float: right; */
        margin-top: 2.5vw;
        margin-left: 2vw;
        width: 4.5vw;
        height: 4.5vw;
    }

    .Top_Search_BTClose img,
    .Top_Menu_BTClose img {
        width: 4.5vw;
        height: 4.5vw;
    }

    .Top_Search_BTClose {
        margin-left: 2vw;
        width: 4.5vw;
        height: 4.5vw;
    }

    .Top_Search_BTClose img {
        width: 4.5vw;
        height: 4.5vw;
    }

    .Top_Menu_Pop_Menu {
        margin: 0 auto;
        width: 92vw;

    }

    .Top_PopMenu_Line {
        height: auto;
        border-bottom: 1px solid #3a3a3a;
        padding: 10px 0;
        padding-left: 2vw;
    }

    .Top_PopMenu_Line ul {
        width: calc(100% - 35px);
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .Top_PopMenu_Line li {
        font-size: 20px;
        color: #9191BF;
        line-height: 35px;

    }

    .Top_PopMenu_Line li a {
        color: #9191BF;
    }

    .Top_PopMenu_Title {
        width: 100%;
        height: 36px;
    }

    .Top_PopMenu_Title a {
        position: absolute;
        left: 0;
        width: calc(100% - 35px);
        height: 22px;
        font-size: 18px;
        /* font-weight: bold; */
        color: #FFF;
        line-height: 36px;

    }

    .Top_PopMenu_Title em {
        position: absolute;
        right: 5px;
        top: 8px;
        width: 6vw;
        height: 6vw;
        background: url(../images/Mobile/Icon_plus.png) center center no-repeat;
        background-size: 6vw;
    }

    .Top_PopMenu_Chinese {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 32vw;
        height: 7vw;
        line-height: 7vw;
        text-align: center;
        background-color: #AE0B2A;
        color: #FFF;
        font-size: 4vw;
        color: #FFF;
    }

    .Top_PopMenu_Chinese a {
        color: #FFF;
    }

    .Top_PopMenu_PersonType {
        width: 100%;
        height: 7vw;
    }

    .Top_PopMenu_PersonType ul {
        width: 100%;
        height: 7vw;
        display: flex;
        justify-content: space-between;
    }

    .Top_PopMenu_PersonType li {
        font-size: 18px;
        line-height: 26px;
        padding-right: 20px;
        background: url(../images/Menu_After.png) top 8px right no-repeat;
        background-size: 13px;
        color: #FFF;
        height: 26px;
        display: flex;
        justify-content: space-between;
    }

    .Top_PopMenu_PersonType li a {
        color: #FFF;
    }




    .Top_PopMenu_L2 {
        overflow: hidden;
    }

    .Top_PopMenu_L2 ul {
        width: 100%;
        /* margin-top: 15px;
        margin-bottom: 15px; */
        height: auto;

    }

    .Top_PopMenu_L2 li {
        font-size: 14px;
        color: #FFF;
        line-height: 22px;
        padding: 5px;
        overflow: hidden;
    }

    .Top_PopMenu_L2 li:hover {
        background-color: #C1755F;
    }

    .Top_PopMenu_L2 li a {
        color: #b5b5b5;
    }

    .Top_Search_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 12;
        background-color: #000;

    }

    .Top_Search_Pop_Div {
        margin-top: 10px;
        height: 9.6vw;
        padding: 10px 0;
        /* border-radius: 20px; */
        background-color: #FFF;
    }

    .Top_Search_Input {
        float: left;
        width: calc(100% - 14vw);
        background: url(../images/Mobile/Pop_Menu_Search.png) left 3vw center no-repeat;
        background-size: 5vw;
    }

    .Top_Search_Input input {
        margin-left: 10vw;
        height: 9.6vw;
        background-color: #FFF;
        font-size: 16px;
        color: #471B1B;
        line-height: 40px;
    }

    .Top_Search_Input input::input-placeholder {
        color: #471B1B;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        color: #471B1B;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #471B1B;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #471B1B;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        color: #471B1B;
    }

    .Top_Search_BT {
        float: right;
        /* margin-top: 10px; */
        margin-right: 2vw;
        width: 9.6vw;
        height: 9.6vw;
    }

    .Top_Search_BT img {
        width: 9.6vw;
        height: 9.6vw;
    }
	
	/* 20251029 */
    .Menu_List_Div {
        display: none;
    }

    /* 20251029 */
}

/* 翻页控制部分 */
@media (max-width:600px) {

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 32px;
        min-width: 100px;
        margin-bottom: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
    }

    .PageControl_Num ul {
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
        display: flex;
        justify-content: center;
    }

    .PageControl_Num li {

        display: block;
        position: relative;
        margin: 0 4px;
        padding: 0;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        text-align: center;
        color: #471B1B;

    }

    .PageControl_Num .NumOn {
        height: 30px;
        line-height: 30px;
        background-color: #AE0B2A;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        height: 30px;
        line-height: 30px;
        color: #FFF !important;
    }

    .PageControl_Num a {
        border: 1px solid #D7C7BA;
        background-color: #F7F6F3;
        display: block;
        padding: 0 6px;
        /* border-radius: 16px; */
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        color: #272727;
        font-size: 16px;
        text-align: center;
    }

    .PageControl_Num a:hover {
        color: #D7C7B9;

    }
}

/* 导航栏面包屑部分 */
@media (max-width:600px) {
    /* Nav_Div */

    .Nav_Box {
        height: auto;
        width: 100%;
    }

    .Nav_Div {
        padding: 4vw 0;
        margin: 0 auto;
        width: 92vw;
        height: 5vw;
        line-height: 5vw;
        font-size: 3.2vw;
        font-family: "Times New Roman";
        color: #AD0B29;
        border-bottom: 1px solid #D7C7BA;
    }

    .Nav_Div a {
        color: #C9B7A9;
    }

    .Nav_Div a:hover {
        color: #AD0B29;
    }
}

/* 文章部分 */
@media (max-width:600px) {
    .Artical_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Artical_Content_Title_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Artical_Content_Title {
        width: 100%;
        padding-top: 4vw;
        padding-bottom: 4vw;

        /* text-transform: uppercase; */
    }

    .Artical_Content_Title h1 {
        width: 92vw;
        font-family: "Georgia";
        font-size: 8vw;
        line-height: 10vw;
        /* margin-bottom: 4vw; */

        color: #AD0B29;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title h1 a {
        color: #AD0B29;
    }

    .Artical_Content_Link {
        padding: 4vw;
        padding-top: 0;
        width: 92vw;
        height: 32px;
        overflow: hidden;
        border-bottom: 1px solid #D7C7BA;
    }

    .Artical_Content_Link ul {
        width: 190px;
        height: 32px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .Artical_Content_Link li {
        width: 32px;
        height: 32px;
    }

    .Artical_Content_Link li a {
        width: 32px;
        height: 32px;
    }

    .Artical_Content_Info_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* background: url(../images/Artical_Line_BK.png) center center no-repeat; */
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        margin: 0 auto;
        width: 92vw;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4vw;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 16px;
        line-height: 20px;
        font-family: "Myriad Pro";
        /* border-right: 1px solid #BD8951; */
        color: #BD8951;
        background-color: #FFF;
    }

    .Artical_Content_Info h4 a {
        color: #BD8951;
    }

    .Artical_Content_Info h4 span {
        padding: 0 5px;
    }

    .Artical_Content_Info h4 span:first-child {
        padding-left: 0;
    }

    .Artical_Content_Info h5 {
        margin: 0;
        margin-block-start: 0;
        border: 0;
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-family: "Myriad Pro";
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 20px;
        color: #BD8951;
        background-color: #FFF;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .Artical_Content_Text_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        padding-top: 4vw;
        margin-bottom: 10vw;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        /* height: 1420px; */
        padding-bottom: 30px;
    }

    .Artical_Content_Text p {
        font-size: 4.4vw;
        line-height: 7vw;
        color: #471B1B;
        font-family: "Georgia";
        margin-bottom: 4vw;
    }

    .Artical_Content_Text p img {
        padding-top: 2vw;
        width: 100%;
    }

    .Artical_Content_Text span {
        display: block;
        margin: 0 auto;
        margin-top: 4vw;
        width: 100%;
        font-size: 4vw;
        font-family: "Myriad Pro";
        color: #BD8951;
        line-height: 5vw;
        text-align: center;
        margin-bottom: 4vw;
    }

    .Artical_Content_Text span img {

        width: 800px;
    }

    .Artical_Content_Text em {
        display: block;
        margin: 0 auto;
        width: 576px;
        font-size: 16px;
        line-height: 22px;
        color: #434343;
        margin-bottom: 40px;
    }



    /* Artical_Related_Div */
    .Artical_Related_Div {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }

    .Artical_Related_Title {
        height: 50px !important;
    }

    .Artical_Related_List {
        width: 100%;
        height: auto;
    }

    .Artical_Related_List ul {
        width: 100%;
        list-style: none;
    }

    .Artical_Related_List li {
        padding: 16px;
        overflow: hidden;
        background-color: #F0F0F0;
        margin-bottom: 20px;
    }

    .Artical_Related_List li h5 {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        color: #0011A9;
        margin-bottom: 6px;
    }

    .Artical_Related_List li h4 {
        font-size: 18px;
        line-height: 26px;
        color: #000;
    }

    .Artical_Related_List li h4 a {
        color: #000;
    }
}

/* 底部 部分 */
@media (max-width:600px) {

    /* Bottom_Box */
    .Bottom_Box {
        width: 100%;
        height: auto;
        background-color: #AE0B2A;
        overflow: hidden;
    }

    .Bottom_Div1 {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;

    }

    .Bottom_Logo {
        width: calc(50vw - 1px);
        height: 57vw;
        border-right: 1px solid #C8324F;
        border-bottom: 1px solid #C8324F;
    }

    .Bottom_Logo img {
        display: block;
        margin: 0 auto;
        margin-top: 15.5vw;
        width: 36vw;
        height: 24vw;
    }

    .Bottom_Links {
        padding: 13vw;
        width: 24vw;
        height: 31vw;
        border-bottom: 1px solid #C8324F;

    }

    .Bottom_Div1 h4 {
        font-size: 3.7vw;
        line-height: 5vw;
        color: #FFF;
        font-weight: bold;
        margin-bottom: 4vw;
    }

    .Bottom_Div1 h4 a {
        color: #FFF;
    }

    .Bottom_Div1 h5 {
        font-size: 3.2vw;
        line-height: 5vw;
        color: #F3EDE9;
        margin-bottom: 2vw;
    }

    .Bottom_Div1 h5 a {
        color: #F3EDE9;
    }

    .Bottom_Contact {
        padding: 13vw 7vw;
        width: 86vw;
        height: auto;
        border-bottom: 1px solid #C8324F;
    }

    .Bottom_Followus {
        padding: 13vw 7vw;
        width: 86vw;
        height: auto;
        border-bottom: 1px solid #C8324F;
    }

    .Bottom_Followus ul {
        width: 100%;
        height: 10vw;
    }

    .Bottom_Followus li {
        float: left;
        width: 10vw;
        height: 10vw;
        margin-right: 2vw;
    }
    .Bottom_Followus li p{
        width: 10vw;
        height: 10vw;
    }
    .Bottom_Followus li img{
        width: 10vw;
        height: 10vw;
    }
    .Bottom_Followus li:hover .Bottom_Followus_QR{
        display: block;
    }
    .Bottom_Followus_QR{        
        display: none;
        position: absolute;
        left: calc(50% - 50px);
        top: -110px;
        width: 100px;
        height: 100px;
        z-index: 11;
    }
    .Bottom_Followus_QR img{
        width: 100px!important;
        height: 100px!important;
    }
    .BackTop_Div {
        display: none;
        position: absolute;
        z-index: 10;
        right: 0px;
        bottom: 0px;
        width: 70px;
        height: 60px;
    }

    .BackTop_Div img {
        width: 70px;
        height: 60px;
    }

    .Bottom_Div2 {
        padding: 7vw;
        width: 86vw;
        height: auto;
        overflow: hidden;
    }

    .Bottom_Div2 h6 {
        width: 100%;
        font-size: 3.2vw;
        line-height: 5vw;
        text-align: center;
        color: #FFF;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .Bottom_Div2 h6:last-child {
        margin-bottom: 0;
    }

    .Bottom_Div2 h6 a {
        color: #FFF;
    }

    .Main_Link_Block {
        margin: 0 auto;
        width: 100%;
        height: 40px;
        background-color: #3D85D7;
        margin-bottom: 5px;
    }

    .Main_Link {
        width: 100%;
        height: 40px;
        font-size: 16px;
        font-family: "Times New Roman";
        line-height: 40px;
        text-indent: 20px;
        color: #FFF;
        background: url(../images/LinkArrow_Up.png) center right no-repeat;
        background-position: center right 20px;
        cursor: pointer;
    }

    .Main_Link_Pop {
        display: none;
        position: absolute;
        /* top: 54px; */
        bottom: 40px;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 270px;
        z-index: 3;
        background-color: #5994D5;
        overflow: hidden;
    }

    .Main_Link_Pop ul {
        display: block;
        margin: 0;
        padding: 0;
        width: calc(100% - 3px);
        max-height: 210px;
        margin-top: 13px;
        margin-bottom: 13px;
        overflow-y: auto;
    }

    .Main_Link_Pop li {
        display: block;
        margin: 0;
        padding: 7px 0;
        /* background-color: #5994D5; */
        width: calc(100% - 32px);
        padding-left: 15px;
        padding-right: 10px;
        /* height: 44px; */
        line-height: 22px;
        font-size: 16px;
        font-family: "Times New Roman";
        color: #FFF;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
        cursor: pointer;
    }

    .Main_Link_Pop li a {
        color: #FFF;
    }

    .Bottom_Contact_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Bottom_List_Div h4 {
        padding-top: 5px;
        font-size: 16px;
        line-height: 22px;
        color: #FFF;
        margin-bottom: 30px;
    }

    .Bottom_List_Div h4 a {
        color: #FFF;
    }

    .BackTop_Div {
        position: absolute;
        z-index: 10;
        width: 100%;
        bottom: 10px;
        height: 31px;
    }

    .BackTop_Div img {
        margin: 0 auto;
        display: block;
        width: 39px;
        height: 31px;
    }

}

/* 列表 部分 */
@media (max-width:600px) {
    .List_Type_Box {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .List_Type_Div {
        display: none;
        top: 96px;
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #F0F0F0;
        z-index: 4;
    }

    .List_Type_Div ul {
        margin: 0 auto;
        width: 92vw;
        margin-bottom: 72px;
        height: auto;
    }

    .List_Type_Div li {
        width: 100%;
        height: 72px;
        border-bottom: 1px solid #FFF;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .List_Type_Div li a {
        display: block;
        color: #000;
    }

    .List_Type_Now {
        border-bottom: 1px solid #Fff !important;
    }

    .List_Type_Now a {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Now {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Show {
        width: 100%;
        height: 96px;
        border-top: 12px solid #D78971;
    }

    .List_Type_Show h4 {
        margin-left: 4vw;
        width: calc(92vw - 20px);
        height: 95px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        align-content: center;
        color: #D78971;
        font-weight: bold;

    }

    .List_Type_Show h4::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 20px;
        height: 20px;
        right: -20px;
        height: 95px;
        background: url(../images/Mobile/List_Down.png) center center no-repeat;
    }

    .List_Div {
        /* margin-top: 4vw; */
        widows: 100%;
        height: auto;
        margin-bottom: 65px;
        overflow: hidden;
    }

    .List_Div ul {
        widows: 100%;
        list-style: none;
    }

    .List_Div li {
        padding: 0;
        widows: 100%;
        /* min-height: 212px;         */
        padding-bottom: 4vw;
        border-bottom: 1px solid #D7C7BA;
        overflow: hidden;
    }

    /* .List_Div li:hover{
        background-color:#F4EEE9 ;   
    } */
    .List_Pic_Div {
        float: left;
        /* min-width: 70px;
        min-height: 70px; */
        margin-right: 4vw;
    }

    .List_Pic_Div p {
        width: 32vw;
        height: 21vw;
        overflow: hidden;
    }

    .List_Pic_Div p img {
        width: 32vw;
        height: 21vw;
    }

    .List_Pic_Date {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 70px;
        height: 70px;
        background-color: #AE0B2A;
        overflow: hidden;
    }

    .List_Pic_Date h6 {
        margin-top: 10px;
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        color: #FFF;
        text-align: center;
        overflow: hidden;
    }

    .List_Pic_Date h7 {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 28px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        overflow: hidden;
    }

    .List_Pic_Div em {
        position: absolute;
        left: 0;
        top: 0;
        width: 305px;
        height: 212px;
        background: url(../images/List_Arrow.png) center center no-repeat;
        background-color: rgba(0, 160, 233, 0.7);
        opacity: 0;
        transition: all 0.5s;
        z-index: 3;
    }

    .List_Pic_Div p img {
      
        transition: all 0.5s;
    }

    .List_Pic_Div:hover img {
        scale: 1.2;
        transition: all 0.5s;
    }


    .List_Pic_Div:hover em {
        transition: all 0.5s;
        opacity: 1;
    }

    .List_Data_Div {
        display: block;
        width: 100%;
        height: 34px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .List_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .List_Div li {
        padding: 4vw 0;
    }

    .List_Div li h3 {
        line-height: 4vw;
        font-size: 3.2vw;
        color: #9F8B81;
    }

    .List_Div li h4 {
        display: block;
        width: 100%;
        height: 18vw;
        font-family: "Georgia";
        line-height: 6vw;
        font-size: 4vw;
        color: #471B1B;
        /* font-weight: bold; */
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
        /* margin-bottom: 25px; */
    }

    .List_Div li h4 a {
        color: #471B1B;
    }

    .List_Div li h5 {
        display: none;
        line-height: 26px;
        font-size: 16px;
        color: #9F8B81;
    }

    .List_Div li h5 a {
        color: #9F8B81;
    }
}

/* 搜索 部分 */
@media (max-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        padding: 4vw 0;
        margin: 0 auto;
        width: 92vw;        
        height: auto;
    }
    .TopMenu_Search_Pop_Div {
        width: 92vw;
        height: 12vw;
        background: url(../images/Search_Input_BK.jpg) left center no-repeat;       
        background-size: 8vw auto;
        background-color: #F3EEEA;
        /* background-color: #D88972; */
    }
    .Search_Input_Div .TopMenu_Search_Pop_Div {
        /* margin-top: 90px !important; */
    }

    .Search_Div {
        margin: 0 auto;
        width: 92vw;     
        height: auto;
        margin-bottom: 10vw;
        border-top: 1px solid #D7C7BA;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        width: 100%;
        padding: 2vw 0;
        /* background-color: #f0f0f0; */
        overflow: hidden;
        border-bottom: 1px solid #D7C7BA;
        /* margin-bottom: 20px; */
    }

    .Search_Div li:hover {
        /* background-color: #e3e3e3; */
        cursor: pointer;
    }

    .Search_Div li h6 {
        display: block;
        line-height: 6vw;
        font-size: 4vw;
        color: #C69D71;
   
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Times New Roman";
        line-height: 7vw;
        font-size: 4.6vw;
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 1vw;
    }

    .Search_Div li h4 a {
        color: #000;
    }

    .Search_Div li h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #9E8D83;
        /* margin-bottom: 20px; */
    }

    .Search_Div li h5 a {
        color: #9E8D83;
    }

    .Search_Div li span {
        color: #AE0B28;
    }

    .Search_Result_Div {
        width: 100%;
        height: 8vw;
        text-indent: 1vw;
        line-height:8vw;
        font-size: 4vw;
        color: #000;
        
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: 70vw;
        height: 12vw;
        margin-left: 10vw;      
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        margin-top: 2vw;
        width: 70vw;
        height: 8vw;
        line-height: 8vw;
        background-color: transparent;
        font-size: 16px;
        color: #AE0B2A;
    }

    .TopMenu_Search_Pop_Left input::input-placeholder {

        color: #AE0B2A;
    }

    .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
        color: #AE0B2A;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #AE0B2A;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #AE0B2A;
    }

    .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
        color: #AE0B2A;
    }

    .TopMenu_Search_Pop_Right {
        float: right;
        width: 8vw;
        height: 8vw;
        margin-top: 2vw;
        margin-right: 2vw;
    }

    .TopMenu_Search_Pop_Right img {
        width: 8vw;
        height: 8vw;       
    }
}

/* 其他 部分 */
@media (max-width:600px) {
    .Home_Banner_Box {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Banner_Logo {
        display: none;
    }

    .Home_Banner_Logo img {
        width: 240px;
        height: 48px;
        z-index: 2;
    }

    .mHome_Banner_Swiper {
        width: 100vw;
        height: 72vw;
        z-index: 1;
        overflow: hidden;
    }

    .mHome_Banner_Swiper p {
        width: 100vw;
        height: 72vw;
        overflow: hidden;
        z-index: 1;
    }

    .mHome_Banner_Swiper p img {
        width: 100vw;
        height: 72vw;
    }
	.mHome_Banner_Swiper video {
        margin: 0 auto;
        width: 128vw;
        height: 72vw;
        overflow: hidden;
        z-index: 1;
    }
    .mHome_Banner_Swiper .Home_Banner_Txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 72vw;
        background-color: rgba(0, 0, 0, 0.2);
        overflow: hidden;
        z-index: 2;
    }

    .mHome_Banner_Swiper .Home_Banner_Txt h4 {
        position: absolute;
        bottom: 6vw;
        left: 4vw;
        width: 92vw;
        height: auto;
        font-size: 5.4vw;
        line-height: 6.4vw;
        font-family: "Georgia";
        color: #FFF;
    }

    .mHome_Banner_Swiper .Home_Banner_Txt h4 a {
        color: #FFF;
    }



    .mHome_Banner_pagination {
        font-size: 12px;
        left: 4vw !important;
        bottom: 4vw !important;
        width: 92vw !important;
        height: 1vw !important;
    }

    .mHome_Banner_pagination .swiper-pagination-bullet {
        border-radius: 8px;
        height: 2px;
        background-color: transparent;
        border-top: 1px solid #63605E;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0px) !important;
        opacity: 1;
        overflow: hidden;
    }

    .mHome_Banner_pagination .swiper-pagination-bullet-active {
        height: 2px;
        background-color: #AD0B2A;
        border-top: 1px solid #AD0B2A;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0px) !important;
        opacity: 1;
    }

    .Home_Update_Box {
        width: 100vw;
        height: auto;
        /* background: url(../images/Home_Update_BK.jpg) center center no-repeat; */
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_Update_Div {
        margin: 0 auto;
        width: 92vw;
        padding-top: 7vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Update_Left {
        margin-top: 2vw;
        width: 100%;
        height: auto;
        /* padding-right: 40px; */
        /* border-right: 1px solid #D7C7BA; */
        
        overflow: hidden;
    }

    .Home_Update_Block {
        margin-top: 4vw;
        float: left;
        width: 44vw;
        margin-bottom: 4vw;
    }
	
	.Home_Update_Block:last-child {
        float: right;
    }

    .Home_Update_Block p {
        width: 44vw;
        height: 29vw;
        margin-bottom: 2vw;
        overflow: hidden;
    }

    .Home_Update_Block p img {
        width: 44vw;
        height: 29vw;
    }

    .Home_Update_Block h4 {
        width: 44vw;
        height: 9vw;
        font-size: 3.6vw;
        font-family: "Georgia";
        line-height: 4.5vw;
        color: #471B1B;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_Update_Block h4 a {
        color: #471B1B;
    }

    .Home_Update_Right {

        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Update_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .Home_Update_Title {

        width: 92vw;
        height: 11vw;
        background: url(../images/Mobile/Home_Update_Title_BK.png) center center no-repeat;
        background-size: 92vw 11vw;
        overflow: hidden;

    }

    .Home_Update_Title_Div .Home_Update_More {
        display: none;
    }

    .Home_Update_Title a {
        display: block;
        /* padding-top: 1vw; */
        width: 100%;
        height: 9vw;
        line-height: 9vw;
        font-size: 8vw;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #AD0B29;
        text-transform: uppercase;
        text-decoration: none;
        overflow: hidden;
    }
	
	 /* 20251029 */
    .Home_Highlight_Title {
        width: 92vw;
        height: 11vw;
        background: url(../images/Mobile/Home_Update_Title_BK.png) center center no-repeat;
        background-size: 92vw 11vw;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    /* 20251029 */
	
	.Home_Highlight_Title a {
        display: block;
        /* padding-top: 1vw; */
        width: 100%;
        height: 9vw;
        line-height: 9vw;
        font-size: 8vw;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #AD0B29;
        text-transform: uppercase;
        text-decoration: none;
        overflow: hidden;
    }

    .Home_Update_More {
        float: right;
        margin-top: 58px;
        width: 35vw;
        height: 9.3vw;
        background: url(../images/Home_Update_More.png) left center no-repeat;
        background-size: auto 100%;
        text-align: right;
        font-size: 3vw;
        line-height: 9.3vw;
        /* font-weight: bold; */
        color: #471B1B;
        text-transform: uppercase;
        overflow: hidden;
    }

    .Home_Update_More a {
        color: #471B1B;
    }

    .Home_Update_Info {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    /* 20251029 */
    .mHome_Update_Swiper {
        position: relative;
        margin-top: 2vw;
        width: 92vw;
        height: 61vw;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .mHome_Update_Swiper p {
        width: 92vw;
        height: 61vw;
        overflow: hidden;
    }

    .mHome_Update_Swiper p img {
        width: 92vw;
        height: 61vw;
    }

    .mHome_Update_Swiper h4 {
        position: absolute;
        bottom: 0;
        width: 92vw;
        height: 18vw;
        background-color: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        z-index: 2;
    }

    .mHome_Update_Swiper h4 a {
        display: block;
        margin: 0 auto;
        width: 88vw;
        margin-top: 2vw;
        height: 10vw;
        font-size: 4.2vw;
        line-height: 5vw;
        color: #FFF;
        font-family: "Georgia";

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .mHome_Update_pagination {
        font-size: 12px;
        width: 100%;
        bottom: 3vw !important;
        height: 2vw !important;
    }

    .mHome_Update_pagination .swiper-pagination-bullet {
        border-radius: 3px;
        width: 6px;
        height: 6px;
        background-color: rgba(255, 255, 255, 0.3);
        opacity: 1;
    }

    .mHome_Update_pagination .swiper-pagination-bullet-active {
        background-color: #BD8A51;
        /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important; */
    }

    .Home_Update_List {
        width: 92vw;
        height: auto;
        overflow: hidden;

    }

    .Home_Update_List ul {
        background-color: #F4EEE9;
        padding: 4vw;
        width: 84vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Update_List li {
        padding: 4vw 0;
        height: auto;
        /* margin-bottom: 2vw; */
        overflow: hidden;
        border-bottom: 1px solid #D8AB78;
    }

    .Home_Update_List li:first-child {
        padding-top: 0;
    }

    .Home_Update_List li:last-child {
        border-bottom: 0px
    }

    .Home_Update_List li h5 {
        width: 100%;
        line-height: 5vw;
        height: 5vw;
        font-size: 3.4vw;
        color: #BD8951;
        overflow: hidden;
        margin-bottom: 1vw;
    }

    .Home_Update_List li h4 {
        width: 100%;
        line-height: 5vw;
        height: auto;
        font-size: 4vw;
        color: #471B1B;

    }

    .Home_Update_List li h4 a {
        color: #471B1B;
    }


    /* 20260106 */
    .Home_Research_Box {
        padding: 8vw 4vw;
        width: 92vw;
        height: auto;
        background-color: #DEC4A8;
        overflow: hidden;
    }

    .Home_Research_Div {
        width: 92vw;
        /* padding-top: 105px; */
        height: auto;
        overflow: hidden;
    }

    .Home_Research {

        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Research ul {
        width: 92vw;
        height: auto;

    }

    .Home_Research li {
        width: 92vw;
        height: 27vw;
        margin-bottom: 2vw;
        overflow: hidden;
    }

    .Home_Research li p {
        width: 92vw;
        height: 27vw;
        overflow: hidden;
    }

    .Home_Research li p img {
        width: 92vw;
        height: 27vw;
    }

    .Home_Research_Txt {
        position: absolute;
        top: 0;
        width: 92vw;
        height: 27vw;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.5);
        transition: all 0.5s;
        z-index: 2;
        cursor: pointer;
    }

    .Home_Research_Txt h5 {
        width: 9vw;
        height: 9vw;
        margin-right: 5vw;
    }

    .Home_Research_Txt h5 img {
        width: 9vw;
        height: 9vw;
    }

    .Home_Research_Txt h4 {
        width: 70%;
        height: 5vw;
        font-size: 4vw;
        line-height: 5vw;
        color: #FFF;
        /* text-align: center; */
        font-family: "Georgia";
    }

    .Home_Research_Txt h4 a {
        color: #FFF;
    }

    .Home_Research_Txt:hover {
        background-color: rgba(0, 0, 0, 0.2);
        transition: all 0.5s;
    }

    .Home_Research_Title_Div {
        width: 92vw;
        height: auto;
        overflow: hidden;

    }

    /* 20260106 */
    .Home_Research_Title {
        /* float: left; */
        width: 92vw;
        /* height: 41vw; */
        overflow: hidden;
        /* background: url(../images/Home_Research_Title_BK.jpg) center right no-repeat; */
        background-size: auto 100%;
        /* background-color: #AD0B29; */
    }
	
	/* 20260106 */
    .Home_Research_Title h4 {
        /* margin-top: 7vw; */
        margin-left: 4vw;
        display: block;
        line-height: 12vw;
        height: 14vw;
        font-size: 8vw;
        font-family: "FranklinGothicDemiCond-Regular";
        /* font-weight: bold; */
        color: #FFF;
        background: url(../images/Home_Research_Title_Line.png) left bottom no-repeat;
        background-size: 16vw auto;
        text-transform: uppercase;
        text-decoration: none;
        margin-bottom: 3vw;
        overflow: hidden;
    }
	
	.Home_Research_Title h4 a{      
        color: #FFF;
        text-decoration: none;
    }
	
	.Home_Research_Title h5{
        margin-top: 4vw;
        margin-left: 4vw;
        margin-right: 4vw;
        display: block;
        line-height: 5vw;
        /* height:4vw; */
        font-size: 4vw;
        font-family: "Times New Roman";        
        color: #FFF;
        overflow: hidden;
    }
	
	/* 20260106 */
    .Home_Research_Title h4 a {
        color: #AE0B2A;
        text-decoration: none;
    }

    .mHome_Research_Swiper {
        width: 92vw;
        height: 57vw;
        overflow: hidden;
    }
    
    .mHome_Research_Swiper p {
        width: 92vw;
        height: 57vw;
        overflow: hidden;
        z-index: 1;
    }
    
    .mHome_Research_Swiper p img {
        width: 92vw;
        height: 57vw;
    }
    
    .mHome_Research_Swiper h4 {
        position: absolute;
        bottom: 0;
        width: 92vw;
        height: 20vw;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
        overflow: hidden;
        display: flex;
        padding-bottom: 6vw;
        justify-content: center;
        /* align-content: flex-end; */
        align-items: flex-end;
        z-index: 2;
    }
    
    .mHome_Research_Swiper h4 a {
        display: block;
        width: 88vw;
        height: auto;
        font-size: 4vw;
        line-height: 5vw;
        color: #FFF;
        overflow: hidden;
        z-index: 2;
    }
    
    .mHome_Research_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        bottom: 2px !important;
        height: 20px !important;
        z-index: 3;
    }
    
    .mHome_Research_pagination .swiper-pagination-bullet {
        border-radius: 3px;
        width: 6px;
        height: 6px;
        background-color: #505053;
        opacity: 1;
    }
    
    .mHome_Research_pagination .swiper-pagination-bullet-active {
        background-color: #BD8A51;
        /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important; */
    }





    /* 20260106 end */

     .Home_Research_Title_Pic {
        float: left;
        width: 46vw;
        height: 41vw;
        overflow: hidden;
    }

    .Home_Research_Title_Pic img {
        float: left;
        width: 46vw;
        height: 41vw;
        overflow: hidden;
    }

    
    .Home_Events_Box {
        width: 100vw;
        /* padding-top: 137px; */
        height: auto;
        /* background: url(../images/Home_Events_BK.jpg) center center no-repeat; */
        overflow: hidden;
        background-color: #FFF;
    }

    .Home_Events_Left {

        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Events_More_Div {
        margin: 0 auto;
        width: 92vw;
        margin-top: 2vw;
        overflow: hidden;
    }

    .Home_Events_More_Div .Home_Update_More {
        margin-top: 0 !important;
    }

    .Home_Events_List {

        margin-top: 2vw;
        width: 92vw;
        padding: 4vw;
        height: auto;
        overflow: hidden;

        background-image: linear-gradient(to bottom,
                #FFF 0%,
                #FFF 40%,
                #AE0B2A 40%,
                #AE0B2A 100%);
    }

    .Home_Events_List ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .Home_Events_List li {
        border: 1px solid #D7C7BA;
        padding: 1vw;
        width: 42vw;
        height: 77vw;
        overflow: hidden;
        background: url(../images/Home_Events_List_BK.jpg) center bottom no-repeat;
        background-size: 100% auto;
    }

    .Home_Events_List li p {
        width: 42vw;
        height: 56vw;
    }

    .Home_Events_List li p img {
        width: 42vw;
        height: 56vw;
    }

    .Home_Events_txt {
        position: absolute;
        left: 4vw;
        width: calc(100% - 6vw);
        height: 24vw;
        bottom: 4vw;
        overflow: hidden;
    }

    .Home_Events_txt_top {
        height: auto;
        overflow: hidden;
    }

    .Home_Events_txt h4 {
        float: right;
        margin-top: 7vw;
        width: 26vw;
        height: 4vw;
        font-family: "Georgia";
        font-size: 3.8vw;
        line-height: 4vw;
        color: #AD0B29;
        overflow: hidden;
    }

    .Home_Events_txt h4 a {
        color: #AD0B29;
    }

    .Home_Events_txt h5 {
        display: block;
        padding-top: 3vw;
        width: 100%;
        height: auto;
    }

    .Home_Events_txt h5 a {
        display: block;
        height: 10vw;
        font-family: "Georgia";
        font-size: 3.8vw;
        line-height: 5vw;
        color: #471B1B;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_Events_Data {
        float: left;
        width: 11vw;
        height: 11vw;
        background-color: #AE0B2A;
        overflow: hidden;
    }

    .Home_Events_Data h6 {
        margin-top: 0.5vw;
        width: 100%;
        height: 5vw;
        line-height: 5vw;
        font-size: 3.2vw;
        color: #FFF;
        text-align: center;
        overflow: hidden;
    }

    .Home_Events_Data h7 {
        display: block;
        width: 100%;
        height: 5vw;
        line-height: 5vw;
        font-size: 4.5vw;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        overflow: hidden;
    }

    .Home_Events_Right {
        margin: 0 auto;
        margin-top: 4vw;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Events_Title {
        width: 100%;
        height: 10vw;
        background: url(../images/Mobile/Home_Events_Title_BK.png) center center no-repeat;
        background-size: 92vw auto;
        margin-bottom: 4vw;
    }

    .Home_Events_Title a {
        display: block;
        width: 100%;
        height: 9vw;
        line-height: 9vw;
        font-size: 8vw;
        font-family: "FranklinGothicDemiCond-Regular";
        /* font-weight: bold; */
        text-transform: uppercase;
        color: #AD0B29;
        text-decoration: none;

    }
	
	/* 20251029 */

   .Home_Events_Video {
        width: 92vw;
        height: 52vw;
        padding-bottom: 4vw;
        overflow: hidden;
    }
    .Home_Events_Swiper {
        width: 92vw;
        height: 52vw;
        overflow: hidden;
    }
    .Home_Events_Swiper .swiper-slide{
        position: relative;
        width: 92vw;
        height: 52vw;
        overflow: hidden;
    }
	
	.Home_Events_Swiper video {
            width: 92vw;
        height: 52vw;   
        }

    .Home_Events_Video p {
        width: 92vw;
        height: 52vw;
        overflow: hidden;
    }

    .Home_Events_Video p img {
        width: 92vw;
        height: 52vw;
    }

    .Home_Events_Video_Cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 92vw;
        height: 52vw;
        background-color: rgba(0, 0, 0, 0.4);
        transition: all 0.5s;
        z-index: 2;
        cursor: pointer;
        overflow: hidden;
    }

    .Home_Events_Video_Cover:hover {
        background-color: rgba(0, 0, 0, 0);
        transition: all 0.5s;
    }

    .Home_Events_Video_Txt {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 9.3vw;
        background-color: rgba(0,0,0,0.7);
    }

    .Home_Events_Video_Txt h4 {
        padding: 0 2vw;
        height: 9.3vw;
        line-height: 9.3vw;
        font-size: 3vw;
        color: #FFF;
        /* text-align: center; */
    }

    .Home_Events_Video_Txt h4 a {
        color: #FFF;
    }

    .Home_Events_Video h5 {
        position: absolute;
        top: calc(50% - 6vw);
        left: calc(50% - 6vw);
        width: 12vw;
        height: 12vw;
        z-index: 2;
    }

    .Home_Events_Video h5 img {
        width: 12vw;
        height: 12vw;
    }
	
	.Home_Events_pagination {
        display: none;
    }

    .Home_Events_pagination .swiper-pagination-bullet {
        border-radius: 8px;
        width: 16px;
        height: 16px;
        background-color: #DDC3A7;
        opacity: 1;
    }

    .Home_Events_pagination .swiper-pagination-bullet-active {
        background-color: #BD8951;
        /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important; */
    }


    /* 20251029 end*/

    .Home_Flagship_Box {
        width: 100vw;
        height: auto;
        background-color: #FFF;
        /* background: url(../images/Home_Flag_BK.jpg) center center no-repeat; */
        overflow: hidden;
    }

   /* 20260106 */
    .Home_Flagship_Div { 
        position: relative; 
        margin-top: 8vw;
        width: 100vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Flagship_Left {
        width: 100vw;
        height: auto;
        overflow: hidden;
    }
    .Home_Flagship_Left .Home_Flagship_Title{
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Flagship_Title {
        /* width: 100%; */
        height: 21vw;
        background: url(../images/Mobile/Home_Flag_Title_BK.png) bottom center no-repeat;
        background-size: 100% auto;
        line-height: 9vw;
        font-size: 8vw;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #AD0B29;
        text-transform: uppercase;
        text-decoration: none;
    }

    .Home_Flagship_Title a {
        color: #AD0B29;
    }
    .Home_Flagship_Left_All{
        margin-top: 4vw;
        padding: 4vw;
        background-color: #F4EEE9;
        margin-bottom: 4vw;
    }

    .Home_Flagship_Info_Div {
        /* margin-top: 4vw;         */
        width: 84vw;
        height: auto;
        /* background-color: #F4EEE9; */
    }
    .Home_Flagshiop_Right_Txt{

        height: 6vw;
        line-height: 6vw;
        font-size: 4.5vw;
        font-family: "Times New Roman";
        font-weight: bold;
        color: #BD8951;
        overflow: hidden;
      }
      .Home_Flagshiop_Right_Txt a{   
        color: #BD8951;
      }
      

    /* 20260106 end*/

    .Home_Flagship_Info_Title {
        font-size: 4.5vw;
        line-height: 5vw;
        color: #BD8951;
        font-family: "Times New Roman";
        font-weight: bold;
        margin-bottom: 2vw;
    }

    .Home_Flagship_Info_Title a {
        color: #BD8951;
    }

    .Home_Flagship_Info {
        font-size: 3.4vw;
        line-height: 4vw;
        color: #471B1B;
        font-family: "Arial";
        margin-bottom: 4vw;
        height: auto;
        padding-bottom: 4vw;
        border-bottom: 1px solid #D8AB78;
        overflow: hidden;
    }

    .Home_Flagship_Info_Pic {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Flagship_Info_Pic p {
        float: left;
        width: 40vw;
        height: 27vw;
        overflow: hidden;
    }

    .Home_Flagship_Info_Pic p img {
        width: 40vw;
        height: 27vw;
    }

    .Home_Flagship_Info_Pictxt {
        float: right;
        /* margin-top: 1vw; */
        width: 40vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Flagship_Info_Pictxt h5 {
        font-size: 3.4vw;
        line-height: 5vw;
        color: #BD8951;
        margin-bottom: 1vw;
    }

    .Home_Flagship_Info_Pictxt h4 {
        font-family: "Georgia";
        font-size: 4vw;
        line-height: 5vw;
        height: 20vw;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
        color: #471B1B;
    }

    .Home_Flagship_Info_Pictxt h4 a {
        color: #471B1B;


    }
	
	/* 20251029 */
    .Home_Flagship_Info_Pictxt h3 {
        margin-top: 8px;
        margin-bottom: 8px;

        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding: 0 18px;
        background-color: #BD8A51;
        height: 6vw;
        font-family: "Georgia";
        font-size: 3.4vw;
        border-radius: 3vw;
        line-height: 6vw;
        color: #FFF;
    }

    .Home_Flagship_Info_Pictxt h3 a {
        color: #FFF;
    }

    /* 20251029 end*/

	/* 20260106 */
    .Home_Flagship_Right .Home_Update_More{
        position: absolute;
        top:0;
        right: 2vw;
        z-index: 3;
        margin-top: 0!important;
    }
	
	.Home_Flagship_Right_Title{
        position: static;
    }
	 .Home_Flagship_Right {
        position: static;
        margin: 0 auto;
        /* margin-top: 4vw; */
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }
    /* 20260106 end*/
    

    .Home_Flagship_Right_Block {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Flagship_Right_Block p {
        float: left;
        width: 44vw;
        height: 30vw;
        /* margin-bottom: 16px; */
        overflow: hidden;
    }

    .Home_Flagship_Right_Block p img {
        width: 44vw;
        height: 30vw;
    }

    .Home_Flagship_Right_Pic {
        height: auto;
        overflow: hidden;
        /* margin-bottom: 4vw; */
        padding-top: 4vw;
        padding-bottom: 4vw;
        border-bottom: 1px solid #D8AB78;
    }

    .Home_Flagship_Right_Txt {
        float: right;
        margin-top: 1vw;
        width: 44vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Flagship_Right_Txt h5 {
        font-size: 3.4vw;
        line-height: 5vw;
        color: #BD8951;
        margin-bottom: 1vw;
    }

	/* 20260106 */
    .Home_Flagship_Right_Txt  h5 {
        margin-top: 8px;
        margin-bottom: 8px;

        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding: 0 18px;
        background-color: #BD8A51;
        height: 6vw;
        font-family: "Georgia";
        font-size: 3.4vw;
        border-radius: 3vw;
        line-height: 6vw;
        color: #FFF;
    }

    .Home_Flagship_Right_Txt  h5 a {
        color: #FFF;
    }

    .Home_Flagship_Right_Txt h4 {
        font-family: "Georgia";
        font-size: 4vw;
        line-height: 5vw;
        /*height: 20vw;*/

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
        color: #471B1B;
    }

    .Home_Flagship_Right_Txt h4 a {
        color: #471B1B;
    }
	
	/* 20251029 */
    .Home_Flagship_Right_Txt h3 {
        margin-top: 8px;
        margin-bottom: 8px;

        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding: 0 18px;
        background-color: #BD8A51;
        height: 6vw;
        font-family: "Georgia";
        font-size: 3.4vw;
        border-radius: 3vw;
        line-height: 6vw;
        color: #FFF;
    }

    .Home_Flagship_Right_Txt h3 a {
        color: #FFF;
    }

    /* 20251029 end*/


    .Home_Flagship_Right_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }


    .Home_Flagship_Right_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Flagship_Right_List li {
        width: 100%;
        height: auto;
        padding: 4vw 0;
        border-bottom: 1px solid #D8AB78;
        /* margin-bottom: 4vw; */
        overflow: hidden;
    }

    .Home_Flagship_Right_List li h5 {
        font-size: 3.4vw;
        line-height: 5vw;
        color: #BD8951;
        margin-bottom: 2vw;
    }

    .Home_Flagship_Right_List li h4 {
        font-family: "Georgia";
        /* height: 5vw; */
        font-size: 4vw;
        line-height: 5vw;
        color: #471B1B;
        /* Text overflow */

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_Flagship_Right_List li h4 a {
        color: #471B1B;
    }
	
	/* 20251029 */
    .Home_Flagship_Right_List li h3 {
        margin-top: 8px;
        margin-bottom: 8px;

        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding: 0 18px;
        background-color: #BD8A51;
        height: 6vw;
        font-family: "Georgia";
        font-size: 3.4vw;
        border-radius: 3vw;
        line-height: 6vw;
        color: #FFF;
    }

    .Home_Flagship_Right_List li h3 a {
        color: #FFF;
    }

    /* 20251029 end*/

    .Home_Admin_Box {
        width: 100vw;
        height: 93vw;
        background: url(../images/Mobile/Home_Admin_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .Home_Admin_Div {
        padding-top: 8vw;
        width: 92vw;
        margin: 0 auto;
        height: auto;
        overflow: hidden;
    }

    .Home_Admin_Left {

        width: 92vw;
        height: auto;
        margin-bottom: 4vw;
    }

    .Home_Admin_Left h4 {
        line-height: 9vw;
        font-size: 8vw;
        font-family: "FranklinGothicDemiCond-Regular";
        margin-bottom: 2vw;
        height: auto;
    }

    .Home_Admin_Left h4 a {
        line-height: 9vw;
        font-size: 8vw;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
    }

    .Home_Admin_Left h5 {
        font-size: 4vw;
        line-height: 5vw;
        color: #FFF;
        font-family: "Times New Roman";
        height: auto;
        margin-bottom: 2vw;
    }

    .Home_Admin_Right {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Admin_Right ul {
        width: 92vw;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .Home_Admin_Right li {
        width: 30vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Admin_Right li p {
        border-left: 1px solid #FFF;
        padding-left: 0.5vw;
        width: 29.5vw;
        height: 42.5vw;
        padding-bottom: 4vw;
        overflow: hidden;
    }

    .Home_Admin_Right li p img {
        width: 29.5vw;
        height: 42.5vw;
    }

    .Home_Admin_Right li h4 {
        display: block;
        padding: 2vw;
        /* height: 8vw; */
        font-size: 4vw;
        line-height: 5vw;
        font-family: "Times New Roman";
        color: #FFF;
        /* padding: 0 5px; */
        background-color: #AE0B2A;
    }

    .Home_Admin_Right li h4 a {
        color: #FFF;
    }

     /* 20260106 */
    .Home_FF_Box {
        width: 100vw;
        height: auto;
        background: url(../images/Mobile/Home_FF_BK.png) bottom center no-repeat;
        background-size: 100% auto;
        background-color: #F5EDEA;
        overflow: hidden;
    }

    /* 20260106 */
    .Home_FF_Title {
        margin: 0 auto;
        margin-top: 8vw;
        width: 92vw;
        height: 12vw;
        background: url(../images/Mobile/Home_FF_Title_BK.png) bottom center no-repeat;
        background-size: 100% auto;
        margin-bottom: 4vw;
    }

    .Home_FF_Title a {
        display: block;
        /* padding-top: 2vw; */
        line-height: 9vw;
        font-size: 8vw;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #AD0B29;
        text-transform: uppercase;
        text-decoration: none;
    }

    .Home_FF_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }
	
	 /* 20251029 */
    .Home_FF_Div {
        margin: 0 auto;
        margin-top: 0px;
        width: 100vw;
        height: auto;
        overflow: hidden;
        padding-bottom: 9vw;
    }

    /* 20260106 */
    .Home_FF_Line {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        background-color: #FFF;
        margin-bottom: 6vw;

    }
	
	/* 20260106 */
    .Home_FF_Line h3 {
        padding-top: 4vw;
        padding-bottom: 2vw;
        width: 100%;
        height: 10vw;
        /* background-color: #F4EEE9; */
    }
    .Home_FF_Line h3 img{
        height: 10vw;         
    }

    .Home_FF_Line ul{
        padding: 0 4vw; 
                      
    }

    .Home_FF_Line li {
        padding: 3vw 0;
        padding-left: 4vw;
        background: url(../images/Home_RUC_Dot.png) left 0 top 4.5vw no-repeat;
        /* font-weight: bold; */
        font-size: 3.4vw;
        line-height: 5vw;

        border-bottom: 1px solid #BD8951;
        color: #BD8951;
    }
    .Home_FF_Line li:last-child{
        border-bottom: 0px;        
    }
	
	 .Home_FF_Line li span{
        font-size: 4vw;
        line-height: 5vw;
        color: #BD8951;
    }
    .Home_FF_Line li a{
        color: #471B1B;
        text-decoration: none;
    }


    /* 20251029 end*/

    

    #FF2_4 {
        padding: 0 6vw;
        /* margin-right: 8vw; */
    }

    #FF2_4 h4 {
        /* width: 38vw; */
        
    }

    #FF2_4 h5 {
        width: 18vw;
        padding: 0 5vw;
        
    }

    #FF2_5 {
        padding: 0 6vw;
    }


    /* #FF2_5 h5 {
        padding: 0 6vw;
    } */

    #FF2_6 {
        padding: 0 1vw;
    }

    #FF2_7 {
        padding: 0 6vw;
    }

    #FF2_7 h4 {
        width: 38vw;
    }

    #FF2_7 h5 {
        width: 38vw;
    }
    #FF3_1 h5 {
        padding: 0 6vw;
    }
    
    #FF3_2 {
        padding: 0 6vw;
    }
    #FF3_2 h5 {
        width: 38vw;
    }
    #FF3_2 h4 {
        width: 38vw;
    }
    
    #FF3_3 {
        padding: 0 6vw;
    }
    
    #FF3_4 {
        padding: 0 6vw;
    }
    #FF4_1 {
        padding: 0 6vw;
    }
    
    #FF4_2 {
        padding: 0 6vw;
    }
    .Home_Network_Box {
        width: 100vw;
        height: 148vw;
        overflow: hidden;
    }

    .Home_Network_Div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 148vw;
        overflow: hidden;
    }

    .Home_Network_Map {
        position: relative;
        ;
        width: 100vw;
        height: 148vw;
        z-index: 1;
        overflow: hidden;
    }

    .Home_Network_Map p {
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 148vw;
        overflow: hidden;
        z-index: 1;
    }

    .Home_Network_Map p img {
        width: 100vw;
        height: 148vw;
    }

    .Home_Network_Map span {
        position: absolute;
        display: block;
        width: 7.8vw;
        height: 11.3vw;

        overflow: hidden;
        z-index: 2;
    }

    .Home_Network_Map span img {
        width: 7.8vw;
        /* height: 11.3vw;                 */
    }

    #Map1_P01 {
        left: 56vw;
        top: 35vw
    }

    #Map1_P02 {
        left: 2vw;
        top: 92vw
    }

    #Map1_P03 {
        left: 76vw;
        top: 84vw
    }

    #Map1_P04 {
        left: 68vw;
        top: 100vw
    }

    #Map1_P05 {
        left: 43vw;
        top: 128vw
    }

    #Map1_P06 {
        left: 46vw;
        top: 130vw
    }

    #Map1_P07 {
        left: 32vw;
        top: 136vw
    }

    .Home_Network_Title_Div {
        position: absolute;
        top: 6vw;
        left: 0vw;
        width: 92vw;
        height: 8vw;
        z-index: 3;
    }

    .Home_Network_Title_Div h3 {
        width: 92vw;
        height: 12vw;
        background: url(../images/Mobile/Home_Network_Title_BK.png) bottom center no-repeat;
        background-size: 100% auto;
        overflow: hidden;

        line-height: 9vw;
        font-size: 8vw;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #AD0B29;
        text-transform: uppercase;
        margin-bottom: 6vw;
    }

    .Home_Network_Title_Div h3 a {
        color: #AD0B29;
        text-decoration: none;
    }

    .Home_Network_Control {
        width: 100%;
        height: 10vw;
        display: flex;
        justify-content: space-evenly;
        overflow: hidden;
    }

    .Home_Network_Control h4 {
        font-size: 5.8vw;
        line-height: 6vw;
        font-weight: bold;
        font-family: "Times New Roman";
        color: #AD0B29;
    }

    .Home_Network_Control h5 {
        font-size: 5.8vw;
        line-height: 6vw;
        font-weight: bold;
        font-family: "Times New Roman";
        color: #471B1B;
        cursor: pointer;
    }

    #Map2_P01 {
        left: 40vw;
        top: 38vw
    }

    #Map2_P02 {
        left: 78vw;
        top: 58vw
    }

    #Map2_P03 {
        left: 33vw;
        top: 77vw
    }

    #Map2_P04 {
        left: 68vw;
        top: 100vw
    }


    .Home_Network_Type {
        position: absolute;
        left: 4vw;
        bottom: 6vw;
        width: auto;
        height: auto;
        overflow: hidden;
        z-index: 4;
    }

    .Home_Network_Type ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .Home_Network_Type li {
        margin: 0 20px;
        min-width: 50vw;
        /* padding: 2vw; */
        /* max-width: 70vw; */
        height: 10vw;
        border: 1px solid #CCD6D7;
        border-radius: 5vw;
        background-color: #FFF;
        text-align: center;
        font-size: 3vw;
        color: #471B1B;
        line-height: 3.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3vw;
    }

    .Home_Network_Type li a {
        display: block;
        padding: 0 35px;
        text-align: center;
        color: #471B1B;
        font-size: 16px;
        line-height: 22px;
    }

    .NT01 {
        width: 80vw;
    }

    .NT02 {}

    .NT03 {}

    .Home_Network_TypeNow {
        background-color: #AD0B29 !important;
        border: 1px solid #AD0B29 !important;
    }

    .Home_Network_TypeNow a {
        color: #FFF !important;
    }

    .Pub_Banner_Box {
        display: none;
    }


/*20250925*/
.Artical_Content_Text em {
        display: unset;
        margin: unset;
        width: unset;
        font-size: unset;
        line-height: unset;
        color: unset;
        margin-bottom: unset;
		font-style:italic
    }
	
	.Artical_Content_Title em{font-style:italic }
	
	.List_Div li h4 em{ font-style:italic}
	.Home_Events_Swiper video{object-fit:cover}
/*20250925*/


 /* 20251121 */
    .Alumin_Title_Box {
        padding: 4vw;
        height: auto;
        overflow: hidden;
    }

    .Alumin_Title_Div {

        width: 92vw;
        height: auto;
    }

    .Alumin_Title_Left {
        width: 92vw;
        height: auto;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .Alumin_Title_Left img {
        width: 92vw;
    }

    .Alumin_Title_Right {

        width: 92vw;
        overflow: hidden;
    }

    .Alumin_Title_Right h4 {
        width: 100%;
        height: 8vw;
        line-height: 8vw;
        font-size: 6vw;
        color: #AD0B29;
        font-family: "Times New Roman";
        font-weight: bold;
        overflow: hidden;
        /* border-bottom: 1px solid #D8BC9D; */
    }

    .Alumin_Title_Right h4 a {
        color: #AD0B29;
    }

    .Alumin_Title_Right h5 {
        margin-top: 4vw;
        line-height: 6vw;
        font-size: 3.6vw;
        color: #471B1B;
        font-family: "Arial";

    }

    .Alumin_List_Div {
        padding: 10vw 0 14vw 0;
        overflow: hidden;
    }

    .Alumin_List_Div ul {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Alumin_List_Div li {
        width: 92vw;
        height: 54vw;
        overflow: hidden;
        margin-bottom: 6vw;
    }

    .Alumin_List_Div li p {
        width: 92vw;
        height: 54vw;
        overflow: hidden;
    }

    .Alumin_List_Div li p img {
        width: 92vw;
        height: 54vw;
    }

    .Alumin_List_Txt {
        position: absolute;
        top: 0;
        left: 0;
        padding: 4vw;
        width: 84vw;
        height: 46vw;
        overflow: hidden;
        z-index: 2;
    }

    .Alumin_List_Txt h4 {
        width: 6vw;
    }

    .Alumin_List_Txt h4 img {
        width: 6vw;
    }

    .Alumin_List_Txt h5 {
        position: absolute;
        bottom: 4vw;
        left: 4vw;
        border-top: 1px solid #fff;
        padding-top: 2vw;
        width: 84vw;
        height: 8vw;
        line-height: 36px;
        font-family: "Georgia";
        font-size: 4vw;
        color: #FFF;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Alumin_List_Txt h5 a {
        color: #FFF;
        height: 8vw;
        padding-right: 4vw;
        background: url(../images/alumni_Arrow.png) right center no-repeat;
        background-size: 2vw auto;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }


    .Event_Box {
        width: 100vw;
        overflow: hidden;
    }
	
	.Event_Swiper{
        margin: 0 auto;
        margin-top: 4vw;
        margin-bottom: 4vw;
        width: 92vw;
        height: 52vw;
        
        overflow: hidden;
    }

    .Event_Video_Left { 
        width: 92vw;

    }

    .Event_Video_Left video {
        width: 92vw;
        height: 52vw;
    }

    .Event_List_Right {
        width: 100vw;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .Event_List_Right ul {
        width: 100vw;
    }

    .Event_List_Right li {
        padding: 2vw 4vw;
        width: 92vw;
        overflow: hidden;
        font-size: 4.4vw;
        font-family: "Georgia";
        line-height: 7vw;
        color: #471B1B;
    }

    .Event_List_Right li a {
        display: block;
        padding-left: 3vw;
        width: calc(92vw - 3vw);
        line-height: 7vw;
        font-size: 4.4vw;
        background: url(../images/Event_Dot.png) left 0 top 2.6vw no-repeat;
        height: 14vw;

        font-family: "Georgia";
        color: #471B1B;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    /* 20251127 */
    /* .Event_List_Right li:hover {
        background-color: #AE0B2A;
    }

    .Event_List_Right li:hover a {
        color: #FFF !important;
        background: url(../images/Event_Dot_White.png) left 0 top 7px no-repeat;
    } */
	
	.Event_List_Right_active{
        background-color: #AE0B2A;      
    }
    .Event_List_Right_active a {
        color: #FFF!important;        
        background: url(../images/Event_Dot_White.png) left 0 top 7px no-repeat!important;     
    }
    .Event_List_Right_active:hover a{
        color: #FFF!important;        
        background: url(../images/Event_Dot_White.png) left 0 top 7px no-repeat!important;     
    }
     /* 20251127 end*/

    .Event_List_Box {
        padding: 4vw;
        width: 92vw;
        overflow: hidden;
    }

    .Event_List_Div {
        width: 92vw;
        height: auto;
    }

    .Event_List_Div ul {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        overflow: hidden;
    }

    .Event_List_Div li {
        float: left;
        border: 1px solid #D7C7BA;
        width: 44vw;
        height: auto;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .Event_List_Div li:nth-child(2n) {
        float: right;
    }

    .Event_List_Block {
        padding: 2vw 2vw 0 2vw;
        width: 40vw;
        height: auto;
    }

    .Event_List_Block p {
        width: 40vw;
    }

    .Event_List_Block p img {
        width: 40vw;
    }

    .Event_List_Block h4 {
        padding: 2vw;
        width: 36vw;
        height: 14vw;
        color: #471B1B;
    }

    .Event_List_Block h4 a {
        width: 36vw;
        height: 14vw;
        line-height: 7vw;
        font-size: 4.4vw;
        font-family: "Georgia";
        color: #471B1B;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Event_List_Txt {
        padding: 2vw 4vw;
        width: 36vw;
        height: auto;
        background: url(../images/Event_List_Txt.jpg) bottom center no-repeat;
        background-size: 100% auto;
        background-color: #D7C7B8;
    }

    .Event_List_Txt h6 {
        height: 5vw;
        font-size: 3.2vw;
        font-family: "Arial";
        line-height: 5vw;
        color: #471B1B;
    }

    .Event_List_Txt h5 {
        height: 10vw;
        font-size: 3.2vw;
        font-family: "Arial";
        line-height: 5vw;
        color: #471B1B;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Event_List_Txt h6 a {
        color: #471B1B;
    }

    .Leadership_Div {
        /* padding-top: 4vw; */
        padding-bottom: 12vw;
        height: auto;
        overflow: hidden;
    }

    .Leadership_Div ul {
        width: 100%;
        /* border-top: 3px solid #AE0B2A; */
        height: auto;
        overflow: hidden;
    }

    .Leadership_Div li {
        float: left;
        width: 42vw;
        border-bottom: 1px solid #D7C7BA;
        min-height: 18vw;
        padding: 4vw 0;
        overflow: hidden;
    }

    .Leadership_Div li:nth-child(2n) {
        float: right;
    }

    .Leadership_Div li h4 {
        width: 42vw;
        height: 12vw;
        line-height: 6vw;
        font-size: 4.4vw;
        font-family: "Arial";
        color: #471B1B;
    }

    .Leadership_Div li h4 a {
        color: #471B1B;
    }

    .Leadership_Name {
        width: 42vw;
        min-height: 6vw;
        overflow: hidden;
    }

    .Leadership_Name h5 {
        width: 42vw;
        line-height: 6vw;
        font-size: 3vw;
        font-family: "Georgia";
        color: #AD0B29;
        overflow: hidden;
    }

    .Leadership_Name h5 a {
        color: #AD0B29;
    }

    .Leadership_NoBorder {
        border-bottom: 0px !important;
    }


    .SD_Div {
        padding-top: 4vw;
        padding-bottom: 24vw;
    }

    .SD_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .SD_Div li {

        padding: 0 6vw 0 6vw;
        width: calc(80vw - 2px);
        height: 18vw;
        background-color: #F4EEE9;
        border-left: 2px solid #AE0B2A;
        margin-bottom: 3vw;

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .SD_Div li h4 {
        width: 70vw;
        font-family: "Georgia";
        font-weight: bold;
        font-size: 4.4vw;
        line-height: 6vw;
        color: #471B1B;

        max-height: 12vw;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .SD_Div li h4 a {
        color: #471B1B;
    }

    .SD_Div li h5 {
        width: 6vw;
        height: 6vw;
    }

    .SD_Div li h5 img {
        width: 6vw;
        height: 6vw;
    }


    .Camupus_Div {
        padding-top: 4vw;
        height: auto;
        overflow: hidden;
    }

    .Camupus_Div ul {
        width: 100%;
        height: auto;
        padding-bottom: 10vw;
        overflow: hidden;
    }

    .Camupus_Div li {

        width: 92vw;
        height: auto;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .Camupus_Div li p {
        width: 92vw;

        overflow: hidden;
    }

    .Camupus_Div li p img {
        width: 92vw;
    }

    .Camupus_Div li h4 {
        padding: 4vw;
        width: 84vw;
        height: 12vw;
        font-size: 4.4vw;
        line-height: 6vw;
        font-family: "Georgia";
        color: #471B1B;
        overflow: hidden;
        background-color: #F4EEE9;


    }

    .Camupus_Div li h4 a {
        color: #471B1B;
        width: 84vw;
        height: 12vw;
        font-size: 4.4vw;
        line-height: 6vw;
        font-family: "Georgia";

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Camupus_PageControl_Div {
        /* margin-bottom: 170px; */
    }

    .AboutRUC_Academic_Box {
        width: 100%;
        overflow: hidden;
    }

    .AboutRUC_Academic_Div {
        margin-top: 4vw;
        width: 92vw;
        height: auto;
        margin-bottom: 12vw;
        overflow: hidden;
    }

    .AboutRUC_Academic_Left {

        width: 92vw;
        height: auto;
    }

    .AboutRUC_Academic_Title {
        width: 100%;
        height: 14vw;
        font-family: "FranklinGothicDemiCond-Regular";
        font-size: 8vw;
        line-height: 10vw;
        text-transform: uppercase;
        color: #AD0B29;
        margin-bottom: 4vw;
        background: url(../images/AboutRUC_Banner_Title_BK.png) bottom center no-repeat;
        background-size: 100% auto;
    }

    .AboutRUC_Academic_Title a {
        color: #AD0B29;
    }

    .AboutRUC_Academic_Pic {
        width: 92vw;
    }

    .AboutRUC_Academic_Pic img {
        width: 92vw;
    }

    .AboutRUC_Academic_Right {
        padding-top: 6vw;
        width: 92vw;
        height: auto;
    }

    .AboutRUC_Academic_Right ul {
        height: auto;
        overflow: hidden;
    }

    .AboutRUC_Academic_Right li {
        padding: 0 6vw 0 6vw;
        width: 80vw;
        height: 20vw;
        border-radius: 10vw;
        background-color: #F4EEE9;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 3vw;
        overflow: hidden;
        cursor: pointer;
    }
    .AboutRUC_Academic_Right li p{
        width: 8vw;
        height: 12vw;
        padding-right: 4vw;
        overflow: hidden;
        display: flex;
        align-items: center;
        border-right: 1px solid #D7C7BA;
    }
    .AboutRUC_Academic_Right li p img{
        width: 8vw;
        height: 8vw;        
    }

    .AboutRUC_Academic_Right li h4 {
        width: 60vw;
        height: auto;
        padding-left: 4vw;
        margin-right: 0;
        font-size: 4.4vw;
        font-family: "Georgia";
        font-weight: bold;
        line-height: 6vw;
        color: #471B1B;
        overflow: hidden;
    }

    .AboutRUC_Academic_Right li h4 a {
        color: #471B1B;
    }

    .AboutRUC_Academic_Right li em {
        width: 6vw;
        height: 6vw;
        background: url(../images/SD_arrow_White.png) center center no-repeat;
        background-size: 6vw;
        overflow: hidden;
        cursor: pointer;
    }

    .AboutRUC_Academic_Right li:hover em {
        background: url(../images/SD_arrow.png) center center no-repeat;
        background-size: 6vw;
    }

    .ExperienceRUC_Box {
        width: 100%;
        height: auto;
        background: url(../images/mAboutRUC_Bar.jpg) top center no-repeat;
        background-size: 100% auto;
        overflow: hidden;
        margin-bottom: 30vw;
    }

    .ExperienceRUC_Div {
        margin: 0 auto;
        margin-top: 60vw;        
        padding: 8vw;
        width: 76vw;
        height: 74vw;
        background-color: rgba(174, 11, 42, 0.9);
    }

    .ExperienceRUC_Title {
        width: 100%;
        height: 28vw;
        font-size: 10vw;
        line-height: 12vw;
        font-family: "FranklinGothicDemiCond-Regular";
        text-transform: uppercase;
        color: #FFF;
    }

    .ExperienceRUC_Title a {
        color: #FFF;
    }

    .ExperienceRUC_List {
        width: 100%;
        height: auto;
    }

    .ExperienceRUC_List ul {
        border-left: 1px solid #FFF;
        padding-left: 4vw;
        width: calc(100% - 4vw);
        height: auto;
        overflow: hidden;
    }

    .ExperienceRUC_List li {
        font-size: 4.4vw;
        font-family: "Georgia";
        line-height: 8vw;
        color: #FFF;
    }

    .ExperienceRUC_List li a {
        color: #FFF;
    }

    /* 20251121 end*/
	
	/* 20251211 */
    .Flagship_Title_Div{
        padding-top: 33px;
        height: auto;        
        overflow: hidden;
    }
    .Flagship_Title_Left{
        width: 92vw;
        height: auto;
        overflow: hidden;
    }
    .Flagship_Title_Left img{
        width: 92vw;        
        overflow: hidden;
    }
    .Flagship_Title_Right{
        padding-top: 4vw;        
        height: auto;        
        overflow: hidden;
    }
    .Flagship_Title_Right h4{
        font-size: 3.4vw;
        line-height: 5vw;
        color: #471B1B;
        overflow: hidden;
    }
    .Flagship_Title_Right h4 a{
        color: #471B1B;        
    }

    .Flagship_List_Div{
        margin-top: 4vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Flagship_List_Div ul{        
        height: auto;
        overflow: hidden;

    }
    .Flagship_List_Div li{
        float: left;
        /* margin-right: 20px; */
        width: 44vw;
        height: 56vw;
        overflow: hidden;
        margin-bottom: 4vw;
        cursor: pointer;
    }
    .Flagship_List_Div li:nth-child(2n){
        float: right;        
    }

    .Flagship_List_Div li p{        
        width: 44vw;
        height: 56vw;
        z-index: 1;
        overflow: hidden;
    }
    .Flagship_List_Div li p img{        
        width: 44vw;
        height: 56vw;
    }
    .Flagship_List_Div li h4{
        position: absolute;
        left: 0;
        bottom:0;
        width: 44vw;
        height: 10vw;
        background-color: rgba(174,11,42,0.8);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        overflow: hidden;
        transition: all 0.5s;
    }
    .Flagship_List_Div li h4 a{
        width: 40vw;
       /* height: 10vw;*/
        line-height: 4vw;
        font-family: "Times New Roman";
        font-size: 4vw;
        text-align: center;
        color: #FFF;
        transition: all 0.5s;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
        background: url(../images/spacer.gif) bottom center no-repeat;
    }
    /* 20251211 end*/

        /* 20251218 */
        .AboutRUC_Academic_Box2 .AboutRUC_Academic_Right{
            padding-top: 4vw!important;
        }
        .AboutRUC_Academic_Box2 .AboutRUC_Academic_Right h5{
            height: 30px;
            font-size: 20px;
            line-height: 30px;
            color: #AD0B29;
            width:fit-content;
            width:-webkit-fit-content;
            width:-moz-fit-content;
            padding-right: 33px;
            background: url(../images/Aboutus_Arrow.png) right center no-repeat;
            margin-bottom: 15px;
        }
        .AboutRUC_Academic_Box2 .AboutRUC_Academic_Right h5 a{
            color: #AD0B29;        
        }
    
        .AboutRUC_Academic_Box2 .AboutRUC_Academic_Div{
            margin-bottom: 8vw;
        }
        .AboutRUC_Academic_Box2 .ExperienceRUC_Box{
            background: url(../images/mAboutRUC_Bar2.jpg) top center no-repeat; 
            background-size: 100% auto;
            height: auto!important;       
        }
        .ExperienceRUC_Center{
            margin: 0 auto;
            margin-top: 60vw;
            width: 100%;
            height: auto;
            overflow: hidden;
        }

        .ExperienceRUC_Center2{
            
        }
        .AboutRUC_Academic_Box2 .ExperienceRUC_Div{
            margin-top: 0;
            padding: 6vw;
            margin-right: auto;
            width:80vw;
            height: auto;
            margin-bottom: 4vw;
        }
    
        .AboutRUC_Academic_Box2 .ExperienceRUC_Title{
            font-size: 8vw;
            height: 16vw;
			line-height:8vw;
        }
    
        .AboutRUC_Academic_Box2 .ExperienceRUC_List ul{
            border-left: 0px!important;
            padding-left: 0;
        }
        .AboutRUC_Academic_Box2 .ExperienceRUC_List li{
            border-left: 0px!important;
            padding-left: 7vw;
            font-size: 4vw;
            line-height: 7vw;
            margin-bottom: 6vw;
            background: url(../images/Aboutus_Icon.png) left 0 top 5px no-repeat!important;
            background-size: 7vw;
        }
        /* 20251218 end*/
		 /* 20251225 */
    .Research_Full{
        padding-top: 0;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }
    .Research_Left{
        margin-top: 4vw;   
        width: 92vw;
        height: auto;
        
        overflow: hidden;
    }

    .Research_Title{
        /*height: 9vw;*/
        font-size: 7vw;
        line-height: 9vw;
        font-family: "FranklinGothicDemiCond-Regular";
        text-transform: uppercase;
        color: #AD0B29;
        margin-bottom: 2vw;
    }
    .Research_Title a{
        color: #AD0B29;
    }
    .Research_Content{
        
        height: auto;
        margin-bottom: 14vw;
        overflow: hidden;
    }
    .Research_Content h3{
        font-size: 5.2vw;
        line-height: 7vw;
        font-weight: bold;
        color: #471B1B;
        margin-top: 6vw;        
        margin-bottom: 6vw;        
    }
    .Research_Content h4{
        font-family: "Georgia";
        font-size: 5vw;
        line-height: 7vw;        
        color: #AD0B29;
        margin-top: 4vw;   
        
    }
    .Research_Content h5{
        margin-top: 2vw;    
        font-size: 4vw;
        line-height: 6vw;        
        color: #471B1B;    
    }
    .Research_Content p{        
        margin: 0 auto;
        margin-top: 4vw;    
        width: 92vw;
        margin-top: 4vw;    
    }
    .Research_Content p img{        
        width: 92vw;  
    }
    .Research_News_Div{
        height: auto;
        overflow: hidden;
        margin-bottom: 10vw;
    }
    .Research_Title_Div{
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .Research_Title_Div .Research_Title{
        float: left;
        width: 55vw;
        height: auto;
        overflow: hidden;
    }
    .Research_Title_Div .Home_Update_More{
        margin-top: 0!important;
        float: right;
    }

    .Research_News_Div ul {
        widows: 100%;
        list-style: none;
    }

    .Research_News_Div li {
        padding: 5vw 0;
        width: 92vw;
        border-top: 1px solid #D7C7BA;
        overflow: hidden;
    }
    .Research_News_Div li:last-child{
        border-bottom: 1px solid #D7C7BA;        
    }

    .Research_News_Div li:hover {
        /* background-color: #F4EEE9; */
    }
    .Research_Text_Div{
        height: auto;
        overflow: hidden;
    }
    .Research_Text_Div h3 {      
        width: 100%;
        height: auto;      
        line-height: 5vw;
        font-size: 3.2vw;
        color: #BD8951;        
        margin-bottom: 0vw;
    }
    .Research_Text_Div h4 {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Georgia";
        line-height: 5.6vw;
        font-size: 4.4vw;
        color: #471B1B;
        /* font-weight: bold; */
        /* margin-bottom: 20px; */
    }

    .Research_Text_Div h4 a {
        color: #471B1B;
    }

    .Research_Text_Div h5 {
        display: none;
        width: 100%;
        height: auto;      
        line-height: 26px;
        font-size: 16px;
        color: #9F8B81;        
        margin-bottom: 20px;
    }


    .Research_Pic_Div {
        float: left;
        margin-right: 2vw; 
    
    }
    
    .Research_Pic_Div p {
        width: 32vw;
        height: 21vw;
        overflow: hidden;
    }
    .Research_Pic_Div p img{
        width: 32vw;
        height: 21vw;        
    }
    
    .Research_Pic_Date {
        display: none;
        left: 0;
        bottom: 0;
        width: 70px;
        height: 70px;
        background-color: #AE0B2A;
        overflow: hidden;
    }
    
    .Research_Pic_Date h6 {
        margin-top: 10px;
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        color: #FFF;
        text-align: center;
        overflow: hidden;
    }
    
    .Research_Pic_Date h7 {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 28px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        overflow: hidden;
    }
    
    .Research_Pic_Div em {
        position: absolute;
        left: 0;
        top: 0;
        width: 305px;
        height: 212px;
        background: url(../images/Research_Arrow.png) center center no-repeat;
        background-color: rgba(0, 160, 233, 0.7);
        opacity: 0;
        transition: all 0.5s;
        z-index: 3;
    }
    
    .Research_Pic_Div p img {
        width: 360px;
        height: 240px;
        transition: all 0.5s;
    }
    
    .Research_Pic_Div:hover img {
        scale: 1.2;
        transition: all 0.5s;
    }
    
    
    .Research_Pic_Div:hover em {
        transition: all 0.5s;
        opacity: 1;
    }
    
    .Research_Data_Div {
        display: block;
        width: 100%;
        height: 34px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    


    .Research_Right{
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 12vw;
    }
    .Research_Right_Title_Div{
        height: auto;
        overflow: hidden;
    }
    .Research_Right_Title_Div .Research_Title{
        float: left;        
        width: 56vw;
        height: auto;
        overflow: hidden;
    }
    .Research_Right_Title_Div .Home_Update_More{
        margin-top: 0!important;
    }
    .Research_Right_Title_Div h4{
        float: right;        
        width: 60px;
        height: 50px;
        line-height: 50px;
        font-size:14px;
        color: #471B1B;
        font-weight: bold;
        overflow: hidden;
    }
    .Research_Right_Title_Div h4 a{
        color: #471B1B;        
    }

    .Research_Units_Div{
        margin-top: 4vw;
        height: auto;
        overflow: hidden;
    }
    .Research_Units_Div ul{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Research_Units_Div li{        
        padding: 0 4vw;
        width: 84vw;
        height: 90px;
        background-color: #F4EEE9;
        border-left: 2px solid #AE0B2A;
        margin-bottom: 4vw;
    
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Research_Units_Div li h4{        
        width: 74vw;
        font-family: "Georgia";
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        color: #471B1B;    
        max-height: 56px;
    
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Research_Units_Div li h4 a{
        color: #471B1B;
    }
    .Research_Units_Div li h5 {
        width: 6vw;
        height: 6vw;
    }
    .Research_Units_Div li h5 img{
        width: 6vw;
        height: 6vw;
    }
    /* 20251225 end*/
	/* 20251231 */
        .IS_Div{
            margin-top: 4vw;
            height: auto;
            overflow: hidden;
        }
        .IS_Title{
            padding: 2vw 0;
            height: auto;
            line-height: 9vw;
            font-size: 6.2vw;
            font-family: "FranklinGothicDemiCond-Regular";
            color: #AD0B29;
            margin-bottom: 2vw;            
            text-transform: uppercase;
        }
        .IS_Title a{
            color: #AD0B29;
        }
        .IS_Brief{
            height: auto;
            overflow: hidden;
            padding-bottom: 6vw;
        }
        .IS_Brief p{
            font-family: "Georgia";
            font-size: 4.4vw;
            line-height: 7vw;
            color: #471B1B;
            height: auto;
            overflow: hidden;
            margin-bottom: 4vw;        
        }
    
        /* 20251231 end*/
	.Event_Video_Left img{ width:100%; height:100%}
	
	/*20251201*/
	/*.staffadd{ background:url(../images/staff_mobile.jpg) top center no-repeat; background-size:100% auto;}
	.visitoradd{ background:url(../images/visitors_mobile.jpg) top center no-repeat;background-size:100% auto;}*/
	
	.Leadership_Div li:nth-child(7) h4,.Leadership_Div li:nth-child(3) h4, .Leadership_Div li:nth-child(4) h4{ height:19vw}
	.Home_FF_Line li span{ font-weight:bold}
	.mHome_Banner_Swiper .Home_Banner_Txt h4 em{ font-style:italic}
	.Research_Text_Div h5 em{ font-style:italic}
	.Research_Content .Research_Title{text-transform:none}
	/*20251201*/
	 /*20260122*/
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
	margin:10px 10px 15px;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #ebebeb;
    color: #363738;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #f3f3ed;
    color: #a0a3a5;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.m-style a:hover {
    color: #fff;
    background: #636566;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 12px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.jump-ipt {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 10px;
}
    .Search_Div li h4 b{color: #AE0B28;}
	/* 20260122 */        

    .His_Box {
        width: 100%;
        height: auto;
        padding-bottom: 10vw;
        background: url(../images/Mobile/mHis_BK.jpg) bottom center no-repeat;
        background-size: 100% auto;
    }
    .His_Div{
        padding-top: 4vw;  
        height: auto;
    }
    .His_Title{
        font-size: 8vw;
        line-height: 10vw;
        font-family: "FranklinGothicDemiCond-Regular";
        margin-bottom: 8vw;
        color: #AD0B29;
        text-transform: uppercase;
    }
    .His_Title a{
        color: #AD0B29;        
    }

    .His_Content_Line{
        float: left;
        width: 6vw;        
        background: url(../images/His_Dot_BK.jpg) ;
        background-position: center 10px;
        background-repeat: repeat-y;
        background-origin: content-box;

    }
    .His_Content_Line p{
        width: 6vw;        
    }
    .His_Content_Line p img{
        width: 6vw;
    }
    .His_Content_Block{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .His_Content_Block:first-child .His_Content_Line{
        background-position: top 15px center!important;
    }
    .His_Content_Block:last-child .His_Content_Line{
        background: none!important;
    }
    .His_Content_All{
        width: 82vw;

    }
    .His_Content_Left{  
        width: 100%;
        
    }
    .His_Content_Left h4{
        font-size: 20vw;
        line-height: 24vw;
        color: #F3EDE9;
        font-family: "Arial";
        font-weight: bold;
    }
    .His_Content_Right{
     
        padding-bottom: 10vw;
        width: 100vw;

    }
    .His_Txt_Tu{
        width:82vw;  
        margin-bottom: 4vw;
    }
    .His_Txt_Tu p{
        width:82vw;        
    }
    .His_Txt_Tu p img{
        width:82vw;        
    }
    .His_Txt_Text{
        width:82vw;  
        font-family: "Georgia";
        font-size: 5vw;
        line-height: 8vw;
        color: #471B1B;
    }
    .His_Txt_Text h4{
        width:82vw;  
        font-family: "Georgia";
        font-size: 5vw;
        line-height: 8vw;
        margin-bottom: 6vw;
        color: #471B1B;
    }
    .His_Content_Text{
        font-family: "Georgia";
        font-size: 20px;
        line-height: 28px;
        color: #471B1B;
    }
    /* 20260122 end*/
}
