/* PC */
/* Top菜单部分 */
@media (min-width:600px) {
    .TopMenu_Box {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
        height: 50px;
        background-color: #AE0B2A;       
    }
    /* 20251225 */
    .TopMenu_Box2 {
        background-color: #000!important;
        border-top: 4px solid #AE0B2A;
    }

    .TopMenu_Div {
        margin: 0 auto;
        /* margin-left: calc(50% - 290px); */
        width: 1340px;
        height: 50px;
        /* padding-top: 20px; */
        /* overflow: hidden; */
    }

    .TopMenu_Logo {
        float: left;
        margin-top: 7px;
        width: 337px;
        height: 38px;
    }

    .TopMenu_Logo img {
        width: 337px;
        height: 38px;
    }

    .TopMenu_Control_Div {
        float: right;
        width: 190px;
        height: 50px;
        z-index: 2;
    }
    .TopMenu_Control_Div2 { 
        /* width: 130px!important;         */
    }

    .Top_Menu_Top {
        width: 100%;
        height: 50px;
        background-color: #000;
        overflow: hidden;
    }

    .TopMenu_Language {
        float: left;
        margin-right: 10px;
        width: 30px;
        height: 26px;
        font-size: 16px;
        font-family: "微软雅黑";
        line-height: 26px;
        color: #000;
        background: url(../images/Menu_Lang_BK.png) center right no-repeat;
    }

    .TopMenu_Language a {
        color: #000;
    }

    .TopMenu_Block {
        padding: 16px 26px;
        width: 138px;
        height: 18px;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        font-size: 18px;
        line-height: 18px;
        color: #FFF;
    }

    .TopMenu_Block p {
        width: 73px;
        height: 18px;
    }

    .TopMenu_Block p img {
        width: 73px;
        height: 18px;
    }
	
	.TopMenu_Block span {
        font-size: 18px;
        line-height: 18px;
        color: #AE0B2A;

    }

    .TopMenu_Block h4 {
        width: 19px;
        height: 18px;
    }

    .TopMenu_Block h4 a {
        color: #FFF;
    }
	
	.TopMenu_Block h4 img {
        width: 19px;
        height: 18px;
    }

    .TopMenu_List_Div {
        float: right;
        width: calc(100% - 250px);
        height: 50px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .TopMenu_List_Div2 li{
        margin-right: 45px!important;
    }
    .TopMenu_List_Div p {
        margin-right: 20px;
        border: 1px solid #D48595;
        width: 38px;
        height: 38px;
        font-size: 14px;
        line-height: 38px;
        color: #FFFFFF;
        text-align: center;
        cursor: pointer;
    }

    .TopMenu_List_Div p a {
        color: #FFF;
    }

    .TopMenu_List_Div ul {
        width: 100%;
        height: 30px;
        overflow: hidden;
    }

    .TopMenu_List_Div li {
        float: right;
        margin-right: 5%;
        width: auto;
        padding-right: 25px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
        color: #FFF;
        background: url(../images/Menu_Icon_After.png) right center no-repeat;
		font-family: "Georgia";
    }

    .TopMenu_List_Div li a {
        color: #FFF;
    }

    .TopMenu_Menu_Div{
        left: calc(50% - 670px);
        position: absolute;
        width: 1340px;
        height: 60px;
        z-index: 1;
        /* overflow: hidden; */
    }
    .TopMenu_Menu_Div ul{
        margin-top: 15px;
        width: 850px;
        height: 30px;
        display: flex;
        justify-content: space-between;
        /* overflow: hidden; */
    }
    .TopMenu_Menu_Div li{
        width:fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
        color: #FFF;
    }
    .TopMenu_Menu_Div li a{        
        color: #FFF;
    }

    .TopMenu_Menu_Div .Main_Menu_Li {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        color: #FFF;
        padding-bottom: 15px;
        /* padding-right: 30px; */
    }
    
    
    .TopMenu_Menu_Div li:hover .Main_Menu_L2 {
        display: block;
    }
    
	/* 20251029 */
    .Menu_List_Div2{
        left: 0!important;
        height: 50px!important;
        line-height: 50px!important;
    }
	.Menu_List_Div2 li{        
        height: 50px!important;
        line-height: 50px!important;
    }
	.Menu_List_Div2 .Main_Menu_Li{                
        line-height: 50px!important;
    }
    .Menu_List_Div2 .Main_Menu_L2{                
        top: 50px!important;
    }
    .Menu_List_Div .Main_Menu_L2 {
        display: none;
        position: absolute;
        min-width: 130px;
        width: auto;
        height: auto;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.75);
        top: 58px;
        border-top: 2px solid #AE0B2A;
        padding: 20px 22px;
        z-index: 2;
    }
    
    .TopMenu_Menu_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 24px;
        /* height: 24px; */
        height: auto;
        padding-bottom: 10px;
        width: auto;
        /* min-width: 92px; */
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        cursor: pointer;
        /* white-space: nowrap; */
    }
    
    .TopMenu_Menu_Div .Main_Menu_L2 h4 a {
        color: #FFF;
    }
    
    
    .TopMenu_Menu_Div .Main_Menu_L2 h4:hover {
        /* background-color: #C1755F; */
    }

    #MM2-1{
        width: 200px;
    }

    #MM2-2{
        width: 130px;
    }

















    .TopMenu_Control_Div :hover .Top_Menu_Top {
        background-color: #000;
    }

    

    .Menu_List_Div {
        /* display: none; */
        position: absolute;
        left: 620px;
        top: 0px;
        width: 1040px;
        height: 58px;
        /* background-color: rgba(0, 0, 0, 0.6); */
        z-index: 2;
    }

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

    .Menu_List_Div li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 20px;
        line-height: 58px;
        color: #FFF;
        /* padding-bottom: 15px; */
        /* padding-right: 30px; */
    }


    .Menu_List_Div li:last-child {
        /* padding-right: 0; */
    }

    .Menu_List_Div li:last-child::after {
        width: 0px;
    }

    .Menu_List_Div li a {
        display: block;
        color: #FFF;
        height: auto;
        text-decoration: none;
    }

    .Menu_List_Div li:hover a {
        color: #FFF;

    }


    .Menu_List_Div .Main_Menu_Li {

        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 20px;
        line-height: 58px;
        color: #FFF;
         padding-bottom: 15px; 
        /* padding-right: 30px; */
    }

    .Menu_List_Div li:hover .Main_Menu_L2 {
        display: block;
    }
	
	.Menu_List_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 24px;
        /* height: 24px; */
        height: auto;
        padding-bottom: 10px;
        width: auto;
        /* min-width: 92px; */
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        cursor: pointer;
        white-space: nowrap;
    }

    .Menu_List_Div .Main_Menu_L2 h4 a {
        color: #FFF;
    }
	
	.Menu_List_Div2{
        left: 0!important;
        height: 50px!important;
        line-height: 50px!important;
    }
    .Menu_List_Div2 li{        
        height: 50px!important;
        line-height: 50px!important;
    }

    .Menu_List_Div2 .Main_Menu_Li{                
        line-height: 50px!important;
    }
    .Menu_List_Div2 .Main_Menu_L2{                
        top: 50px!important;
    }
	
	
    .Menu_List_Div .Main_Menu_L2 {
        display: none;
        position: absolute;
        min-width: 130px;
        width: auto;
        height: auto;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.75);
        top: 58px;
        border-top: 2px solid #AE0B2A;
        padding: 20px 22px;
        z-index: 2;
    }

    .TopMenu_Menu_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 24px;
        /* height: 24px; */
        height: auto;
        padding-bottom: 10px;
        width: auto;
        /* min-width: 92px; */
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        cursor: pointer;
         white-space: nowrap; 
    }

    .Menu_List_Div .Main_Menu_L2 h4 a {
        color: #FFF;
    }


    .Menu_List_Div .Main_Menu_L2 h4:hover {
        /* background-color: #C1755F; */
    }

    .TopMenu_Search_Pop {
        display: none;
        position: absolute;
        width: 1920px;
        height: 300px;
        top: 90px;
        left: -260px;
        background-color: #F0F0F0;
        z-index: 2;
    }

    .TopMenu_Search_Pop_Div {
        width: 1200px;
        height: 70px;
       background: url(../images/Search_Input_BK.jpg) left center no-repeat;
        background-color: #F3EEEA;
        /* background-color: #D88972; */
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: 1050px;
        height: 70px;
        margin-left: 70px;      
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        margin-top: 10px;
        width: 1050px;
        height: 50px;
        line-height: 50px;
        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: 38px;
        height: 38px;
        margin-right: 16px;
    }

    .TopMenu_Search_Pop_Right img {
        margin-top: 16px;

        width: 38px;
        height: 38px;
        
    }
}

/* 翻页控制部分 */
@media (min-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: 45px; */
    }

    .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 {
        background-color: #AE0B2A;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        color: #FFF !important;
    }

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

/* 导航栏面包屑部分 */
@media (min-width:600px) {
    .Nav_Box {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: auto;
    }

    .Nav_Div {
        padding:16px 0;
        height: 24px;
        line-height: 24px;
        font-family: 'Arial';
        font-size: 16px;
        color: #AD0B29;
    }

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

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

    /* Bottom_Box */
    .Bottom_Box {
        margin: 0 auto;
        width: 100%;
        min-width: 1340px;
        max-width: 1920px;
        /* margin-left: calc(50% - 960px); */
        height: 400px;
        background-color: #AE0B2A;
        /* overflow: hidden; */
    }

    .Bottom_Div1 {
        width: 100%;
        height: 300px;
        border-bottom: 1px solid #C8324F;
    }

    .Bottom_Logo {
        float: left;
        width: 20%;
        height: 300px;
        border-right: 1px solid #C8324F;

    }
    .Bottom_Logo  img{        
        display: block;
        margin: 0 auto;
        padding-top: 60px;
        width: 176px;
        height: 118px;        
    }

    .Bottom_Links{
        float: left;
        padding-top: 60px;
        padding-left: 2.6%;
        width: 20%;
        height: 240px;
        border-right: 1px solid #C8324F;
        
    }
    .Bottom_Div1 h4{
        font-size: 18px;
        line-height: 20px;
        color: #FFF;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .Bottom_Div1 h4 a{
        color: #FFF;        
    }
    .Bottom_Div1 h5{
        font-size: 15px;
        line-height: 20px;
        color: #F3EDE9;
        margin-bottom: 20px;
    }
    .Bottom_Div1 h5 a{
        color: #F3EDE9;        
    }
    .Bottom_Contact{
        float: left;
        width: 33%;
        height: 240px;
        border-right: 1px solid #C8324F;
        padding-top: 60px;
        padding-left: 2.6%;
    }
    .Bottom_Followus{
        float: right;
        width: 20%;
        height: 240px;
        padding-top: 60px;
    }
    .Bottom_Followus ul{        
        width: 100%;
        height: 46px;        
    }
    .Bottom_Followus li{
        position: relative;
        float: left;
        width: 46px;
        height: 46px;        
        margin-right: 14px;
        margin-bottom: 20px;
    }
    .Bottom_Followus li p{
        width: 46px;
        height: 46px;                
    }
    .Bottom_Followus li p img{
        width: 46px;
        height: 46px;                
    }
    .Bottom_Followus li:hover .Bottom_Followus_QR{
        display: block;
    }
    .Bottom_Followus_QR{        
        display: none;
        position: absolute;
        left: calc(50% - 100px);
        top: -220px;
        width: 200px;
        height: 200px;
        z-index: 11;
    }
    .Bottom_Followus_QR img{
        /* display: none; */
        position: absolute;
        width: 200px;
        height: 200px;
    }
    .BackTop_Div {
        position: absolute;
        z-index: 10;
        right: 0px;
        bottom: 0px;
        width: 70px;
        height: 60px;
    }

    .BackTop_Div img {
        width: 70px;
        height: 60px;
    }
    .Bottom_Div2{
        width: 100%;
        padding-top: 30px;
        height: 70px;
        overflow: hidden;
    }
    .Bottom_Div2 h6{
        width: 100%;
        font-size: 14px;
        height: 22px;
        text-align: center;
        color: #F3EDE9;
        overflow: hidden;
    }
    .Bottom_Div2 h6 a{
        color: #F3EDE9;    
    }
}

/*  列表 部分 */
@media (min-width:600px) {

    /* List_Banner_Box */
    .Pub_Banner_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 120px;
        background-color: #F4EEE9;
        overflow: hidden;
    }

    .Pub_Banner_Div {
        height: 120px;
        overflow: hidden;
    }
    .Pub_Banner_Div p {
        float: left;
        border-right: 1px solid #CAB8A9;
        padding-right: 25px;
        margin-top: 34px;
        width: 240px;
        height: 48px;
    }
    .Pub_Banner_Div p img {
        width: 240px;
        height: 48px;
    }
    .Pub_Banner_Div h4 {
        float: left;
        margin-left: 25px;
        margin-top: 34px;
        height: 48px;
        line-height:48px;
        font-size: 40px;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #AD0B29;
        text-transform: uppercase;
      
    }
    .Pub_Banner_Div h4 a{
        color: #AD0B29;
        text-decoration: none;
    }
    /*.List_Type_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 140px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 72px;
    }

    .List_Type_Div {
        margin: 0 auto;
        width: 1400px;
        height: 140px;
        border-right: 1px solid #f0f0f0;
    }

    .List_Type_Div ul {
        width: 1400px;
        height: auto;
    }

    .List_Type_Div li {
        float: left;
        width: 269px;
        padding: 0 40px;
        border-top: 18px solid #fff;
        height: 122px;
        border-left: 1px solid #F0f0f0;
        border-bottom: 1px solid #F0f0f0;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        justify-content: center;
        font-size: 20px;
        line-height: 26px;
        color: #000;
    }

    .List_Type_Div li a {
        color: #000;
    }

    .List_Type_Now {
        border-top: 18px solid #D88972 !important;
        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_Div {
        widows: 100%;
        height: auto;
        margin-bottom: 65px;
        overflow: hidden;
    }

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

    .List_Div li {        
        padding: 30px;   
        /*width: 1280px;*/
        min-height: 212px;        
        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: 55px;
   
        
    }

    .List_Pic_Div p {
        width: 360px;
        height: 240px;
        overflow: hidden;
    }
    .List_Pic_Date {
        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 {
        width: 360px;
        height: 240px;
        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_Div li h6 {
        position: absolute;
        display: block;
        width: 125px;
        height: 34px;
        background-color: #00A0E9;
        line-height: 34px;
        font-size: 16px;
        text-align: center;
        color: #FFF;
        transition: all 0.5s;
        z-index: 2;
    } */

    .List_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }
    .List_Div li h3 {
        display: none;        
    }
    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Georgia";
        line-height: 33px;
        font-size: 24px;
        color: #471B1B;
        /* font-weight: bold; */
        margin-bottom: 25px;
    }

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

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

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

/* 文章 部分 */
@media (min-width:600px) {
    .Artical_Div {
        margin: 0 auto;        
        width: 1920px;
        margin-left: calc(50% - 960px);
        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: 1120px;
        height: auto;
        overflow: hidden;        
    }

    .Artical_Content_Title {    
        width: 100%;
        padding-top: 35px;
        padding-bottom: 35px;
        display: flex;
        align-items: center;
        /* text-transform: uppercase; */
    }
    .Artical_Content_Title h1{  
        width: 930px;
        font-family: "Georgia";        
        font-size: 34px;
        line-height: 50px;

        color: #AD0B29;
        /* text-transform: uppercase; */
    }
    .Artical_Content_Title h1 a{
        color: #AD0B29;
    }
    .Artical_Content_Link{
        width: 190px;
        height: 32px;
        overflow: hidden;
    }
    .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: 20px;
        background: url(../images/Artical_Line_BK.png) center center no-repeat;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        margin: 0 auto;
        width: 1120px;
        font-size: 16px;
        line-height: 20px;
        
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
        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 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: 1120px;
        height: auto;
        padding-top: 75px;
        /*margin-bottom: 100px;*/
        /* border-bottom: 2px solid #E7EFFB; */
    }

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

    .Artical_Content_Text p { 
        font-size: 20px;
        line-height: 28px;
        color: #471B1B;
        font-family: "Georgia";
        margin-bottom: 60px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 20px;
        width: 850px;
    }

    .Artical_Content_Text span {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        width: 850px;
        font-size: 16px;
        font-family: "Myriad Pro";
        color: #BD8951;
        line-height: 26px;
        text-align: center;
        margin-bottom: 10px;
    }

    .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: 100px;
    }

    .Artical_Related_Title {
        height: 60px !important;
    }

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

    .Artical_Related_List ul {
        width: 100%;
        height: 224px;
        display: flex;
        justify-content: space-between;
    }

    .Artical_Related_List li {
        padding: 24px 20px;
        width: 327px;
        height: 176px;
        overflow: hidden;
        background-color: #F0F0F0;
    }

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

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

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

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

    /* Search_Input_Div */
    .Search_Input_Div {
        padding: 45px 70px;
        margin: 0 auto;
        width: 1200px;
        margin-left: calc(50% - 670px);
        height: auto;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        /* margin-top: 90px !important; */
    }

    .Search_Div {
        margin: 0 auto;
        margin-left: calc(50% - 670px);
        width: 1340px;
        height: auto;
        margin-bottom: 100px;
        border-top: 1px solid #D7C7BA;
        overflow: hidden;
    }

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

    .Search_Div li {
        width: 100%;
        padding: 25px 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;
        height: 34px;
        line-height: 24px;
        font-size: 16px;
        color: #C69D71;
   
    }

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

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

    .Search_Div li h5 {
        display: block;
        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: 48px;
        line-height: 48px;
        font-size: 16px;
        color: #000;
        
    }

}

/* 其他 部分 */
@media (min-width:600px) {
    .Home_Banner_Box {
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: 1020px;
		/* 20251218 */
        background-image: linear-gradient(to bottom,rgba(0,0,0,1),rgba(0,0,0,0));
        overflow: hidden;
    }
	 /* 20260113 */
    .Home_Banner_Cover {
        position: absolute;
        top:0;
        width: 1920px;        
        height: 100px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        overflow: hidden;
        z-index: 2;
    }
	/* 20251225 */
    .Home_Banner_Div {
        width: 1920px;        
        height: 300px;        
        
        overflow: hidden;
        z-index: 3;
    }

    .Home_Banner_Logo {
        position: absolute;
        left: 300px;        
        top: 0px;
        width: 240px;
        height: 48px;
        z-index: 2;
    }

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

    .Home_Banner_Swiper {
        position: absolute;
        top:0;
        width: 1920px;
        height: 1020px;
        z-index: 1;
        overflow: hidden;
    }

    .Home_Banner_Swiper p {
        width: 1920px;
        height: 1020px;
        overflow: hidden;
        z-index: 1;
    }

    .Home_Banner_Swiper p img {
        width: 1920px;
        height: 1020px;
    }
	/* 20251225 */
    .Home_Banner_Swiper video{
        width: 1920px;
        height: 1080px;
        overflow: hidden;
        z-index: 1;
    }

    .Home_Banner_Swiper .Home_Banner_Txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 1920px;
        height: 1020px;
        background-color: rgba(0, 0, 0, 0.2);
        overflow: hidden;
        z-index: 2;
    }

    .Home_Banner_Swiper .Home_Banner_Txt h4 {
        position: absolute;
        bottom: 80px;
        left: 290px;
        width: 1060px;
        height: auto;
        font-size: 40px;
        line-height: 55px;
        font-family: "Georgia";
        color: #FFF;
    }

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

    .Home_Banner_pagination {}

    .Home_Banner_pagination {

        font-size: 12px;
        left: 290px !important;
        right: auto !important;
        bottom: 40px !important;
        width: 1340px !important;
        height: 20px !important;
    }

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

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

    .Home_Update_Box {
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: 880px;
        background: url(../images/Home_Update_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    .Home_Update_Div {
        margin: 0 auto;
        width: 1340px;
        padding-top: 105px;
        height: 600px;
        overflow: hidden;
    }

    .Home_Update_Left {
        float: left;
        /* margin-top: 52px; */
        width: 630px;
        height: 592px;
        /* padding-right: 40px; */

        overflow: hidden;
    }

    .Home_Update_Block {
        width: 244px;
        margin-bottom: 15px;
    }

    .Home_Update_Block p {
        width: 244px;
        height: 162px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .Home_Update_Block p img {
        width: 244px;
        height: 162px;
    }

    .Home_Update_Block h4 {
        width: 244px;
        height: 56px;
        font-size: 18px;
        font-family: "Georgia";
        line-height: 28px;
        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 {
        float: right;
        margin-top: 45px;
        width: 630px;
        height: auto;
        padding-left: 40px;
        border-left: 1px solid #D7C7BA;
        overflow: hidden;
    }

    .Home_Update_Right1 {
        float: left;
        width: 244px;
        height: 592px;
        overflow: hidden;
    }
	
	.Home_Update_Right2 {
        float: right;
        width: 358px;
        height: 592px;
        overflow: hidden;
    }

    .Home_Update_Title_Div {
        width: 100%;
        height: 77px;
        overflow: hidden;
        /*margin-bottom: 25px;*/
    }

    .Home_Update_Title {
        float: left;
        width: 793px;
        height: 128px;
        /*background: url(../images/Home_Update_Title_BK.png) center center no-repeat;*/
        overflow: hidden;

    }

    .Home_Update_Title a {
        display: block;
        /* padding-top: 40px; */
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 58px;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #AD0B29;
        text-transform: uppercase;
        text-decoration: none;
        overflow: hidden;
    }
	
	.Home_Highlight_Title {

        width: 100%;
        height: 128px;
        background: url(../images/Home_Highlight_Title_BK.png) center center no-repeat;
        overflow: hidden;

    }

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

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

    .Home_Update_More a {
        color: #471B1B;
    }

    .Home_Update_Info {
        margin-top: 30px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Update_Swiper {
        float: left;
        position: relative;
        margin-top: 50px;
        width: 630px;
        height: 420px;
        overflow: hidden;
    }

    .Home_Update_Swiper p {
        width: 630px;
        height: 420px;
        overflow: hidden;
    }

    .Home_Update_Swiper p img {
        width: 630px;
        height: 420px;
    }

    .Home_Update_Swiper h4 {
        position: absolute;
        bottom: 0;
        width: 630px;
        height: 110px;
        background-color: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        z-index: 2;
    }

    .Home_Update_Swiper h4 a {
        display: block;
        margin: 0 auto;
        width: 590px;
        margin-top: 15px;
        height: 60px;
        font-size: 20px;
        line-height: 30px;
        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;
    }

    .Home_Update_pagination {
        font-size: 12px;
        width: 100%;
        bottom: 14px !important;
        height: 14px !important;
    }

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

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

    .Home_Update_List {
        float: right;
        margin-right: 40px;
        width: 240px;
        height: auto;
        overflow: hidden;
    }

    .Home_Update_List ul {
        width: 240px;
        height: auto;
        overflow: hidden;
    }

    .Home_Update_List li {
        width: 240px;
        height: 82px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .Home_Update_List li h5 {
        width: 100%;
        line-height: 24px;
        height: 26px;
        font-size: 16px;
        color: #BD8951;
        overflow: hidden;
    }

    .Home_Update_List li h4 {
        width: 100%;
        line-height: 28px;
        height: 56px;
        font-size: 18px;
        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_List li h4 a {
        color: #471B1B;
    }


    .Home_Research_Box {
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: 880px;
        background: url(../images/Home_Research_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    /* 20260106 */
    .Home_Research_Div {
        margin: 0 auto;
        width: 1340px;
        padding-top: 165px;
        height: 560px;
        overflow: hidden;
    }

    /* 20260106 */
    .Home_Research {
        float: left;
        width: 628px;
        height: 560px;
        overflow: hidden;
    }

    /* 20260106 */
    .Home_Research ul {
        width: 628px;
        height: 560px;
        display: flex;
        justify-content: space-between;
    }

    .Home_Research li {
        width: 312px;
        height: 560px;
        overflow: hidden;
    }

    .Home_Research li p {
        width: 312px;
        /* 20251105 */
        height: 560px;
        overflow: hidden;
    }
	
    .Home_Research li p img {
        width: 312px;
        /* 20251105 */
        height: 560px;
    }

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

    .Home_Research_Txt h5 {
        width: 64px;
        height: 64px;
        margin-bottom: 24px;
    }

    .Home_Research_Txt h5 img {
        width: 64px;
        height: 64px;
    }

    .Home_Research_Txt h4 {
        width: 90%;
        height: 76px;
        font-size: 26px;
        line-height: 38px;
        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;
    }

    /* 20260106 */
    .Home_Research_Title_Div {
        float: right;
        width: 680px;
        height: 560px;
        overflow: hidden;

        /* background-color: #AD0B29; */
    }

    .Home_Research_Title {
        margin-bottom: 62px;
        width: 680px;
        height: 78px;
        overflow: hidden;

    }
	
    .Home_Research_Title h4 {
        font-size: 58px;
        font-family: "FranklinGothicDemiCond-Regular";
        /* font-weight: bold; */
        color: #AD0B29;
        line-height: 60px;
        height: 78px;
        background: url(../images/Home_Research_Title_Line.png) left bottom no-repeat;
        text-transform: uppercase;
        text-decoration: none;
        overflow: hidden;
    }
	
	.Home_Research_Title h4 a{
        color: #AD0B29;
        text-decoration: none;
    }

    .Home_Research_Title a {
        color: #FFF;
        text-decoration: none;
    }
	
	 .Home_Research_Swiper {
        width: 680px;
        height: 420px;
        overflow: hidden;
    }

    .Home_Research_Swiper p {
        width: 680px;
        height: 420px;
        overflow: hidden;
        z-index: 1;
    }

    .Home_Research_Swiper p img {
        width: 680px;
        height: 420px;
    }

    .Home_Research_Swiper h4 {
        position: absolute;
        bottom: 0;
        width: 680px;
        height: 155px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
        overflow: hidden;
        display: flex;
        padding-bottom: 35px;
        justify-content: center;
        /* align-content: flex-end; */
        align-items: flex-end;
        z-index: 2;
    }

    .Home_Research_Swiper h4 a {
        display: block;
        width: 620px;
        height: auto;
        font-size: 22px;
        line-height: 35px;
        color: #FFF;
        overflow: hidden;
        z-index: 2;
    }

    .Home_Research_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        bottom: 6px !important;
        height: 20px !important;
        z-index: 3;
    }

    .Home_Research_pagination .swiper-pagination-bullet {
        border-radius: 6px;
        width: 12px;
        height: 12px;
        background-color: #505053;
        opacity: 1;
    }

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

        font-size: 24px;
        font-family: "Times New Roman";
        /* font-weight: bold; */
        color: #FFF;
        line-height: 30px;        
        /* height: 30px; */
        overflow: hidden;
   
    }
    .Home_Research_Title h5 a{
        color: #FFF;        
    }

    .Home_Events_Box {
        width: 1920px;
        margin-left: calc(50% - 960px);
        padding-top: 137px;
        height: 743px;
        background: url(../images/Home_Events_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    .Home_Events_Left {
        float: left;
        margin-left: 300px;

        width: 604px;
        height: auto;
        overflow: hidden;
    }

    .Home_Events_More_Div {
        overflow: hidden;
    }

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

    .Home_Events_List {

        margin-top: 20px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .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: 7px;
        width: 268px;
        height: 476px;
        overflow: hidden;
        background: url(../images/Home_Events_List_BK.jpg) center center no-repeat;
    }

    .Home_Events_txt {
        position: absolute;
        left: 20px;
        width: calc(100% - 30px);
        height: 140px;
        bottom: 24px;
        overflow: hidden;
    }

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

    .Home_Events_txt h4 {
        float: right;
        margin-top: 45px;
        width: 164px;
        height: 25px;
        font-family: "Georgia";
        font-size: 18px;
        line-height: 25px;
        color: #AD0B29;
        overflow: hidden;
    }

    .Home_Events_txt h4 a {
        color: #AD0B29;
    }

    .Home_Events_txt h5 {
        display: block;
        padding-top: 16px;
        width: 100%;
        height: 54px;
    }

    .Home_Events_txt h5 a {
        display: block;
        height: 54px;
        font-family: "Georgia";
        font-size: 18px;
        line-height: 27px;
        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: 70px;
        height: 70px;
        background-color: #AE0B2A;
        overflow: hidden;
    }

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

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

    .Home_Events_Right {
        float: right;
        margin-top: 36px;
        width: 966px;
        height: auto;
        overflow: hidden;
    }

    .Home_Events_Title {
        width: 100%;
        height: 95px;
        background: url(../images/Home_Events_Title_BK.png) center center no-repeat;
        margin-bottom: 50px;
    }

    .Home_Events_Title a {
        display: block;
        margin-top: 5px;
        width: 100%;
        height: 70px;
        line-height: 70px;
        font-size: 58px;
        font-family: "FranklinGothicDemiCond-Regular";
        /* font-weight: bold; */
        text-transform: uppercase;
        color: #AD0B29;
        text-decoration: none;

    }

    /* 20251029 */
	.Home_Events_Video {
        position: relative;
        width: 676px;
        height: 410px;
        overflow: hidden;
    }

    .Home_Events_Swiper {
        width: 676px;
        height: 380px;
        overflow: hidden;
    }
    .Home_Events_Swiper .swiper-slide{
        position: relative;
        width: 676px;
        height: 380px;
        overflow: hidden;
    }
	/* 20251105 */
    .Home_Events_Swiper video {
        width: 676px;
        height: 380px;      
    }
    /* 20251105 end */
    .Home_Events_Swiper p {
        width: 676px;
        height: 380px;
        overflow: hidden;
    }

    .Home_Events_Swiper p img {
        width: 676px;
        height: 380px;
    }

    .Home_Events_Video_Cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 676px;
        height: 380px;
        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: 50px;
        background-color: rgba(0,0,0,0.75);
    }

    .Home_Events_Video_Txt h4 {
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #FFF;
        /* text-align: center; */
    }

    .Home_Events_Video_Txt h4 a {
        color: #FFF;
    }

    .Home_Events_Video h5 {
        position: absolute;
        top: calc(50% - 35px);
        left: calc(50% - 35px);
        width: 70px;
        height: 70px;
        z-index: 2;
    }

    .Home_Events_Video h5 img {
        width: 70px;
        height: 70px;
    }

    .Home_Events_pagination {
        text-align: right;
        font-size: 12px;
        bottom: 0 !important;
        height: 20px !important;
    }

    .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: 1920px;
        margin-left: calc(50% - 960px);
        height: 880px;
        background: url(../images/Home_Flag_BK.jpg) top center no-repeat;
        overflow: hidden;
    }

    .Home_Flagship_Div {
        margin: 0 auto;
        margin-top: 145px;
        width: 1340px;
        height: auto;
        overflow: hidden;
    }

    .Home_Flagship_Left {
        float: left;
        width: 660px;
        height: auto;
        overflow: hidden;
    }


    .Home_Flagship_Title {
        width: 100%;
        height: 142px;
        background: url(../images/Home_Flag_Title_BK.png) bottom center no-repeat;
        line-height: 60px;
        font-size: 58px;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #AD0B29;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

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

    /* 20251218 */
    .Home_Flagship_LeftTop {
        height: 724px;
        /* margin-bottom: 20px; */
    }
    /* 20260106 */
    .Home_Flagship_Left_All{
        padding: 32px 30px;
        width: 582px;
        height: 316px;
        background-color: #F4EEE9;
    }

    .Home_Flagship_Info_Div {
        /* margin-top: 43px; */        
        width: 582px;
        height: auto;
        border-bottom: 1px solid #BD8A51;
        margin-bottom: 25px;
        /* background-color: #F4EEE9; */
    }

    .Home_Flagship_Info_Title {
        font-size: 28px;
        line-height: 38px;
        color: #BD8951;
        font-family: "Times New Roman";
        font-weight: bold;
        margin-bottom: 10px;
    }

    .Home_Flagship_Info_Title a {
        color: #BD8951;
    }

/* 20251029 */
    .Home_Flagship_Info {
        font-size: 14px;
        line-height: 20px;
        color: #471B1B;
        font-family: "Arial";
        margin-bottom: 20px;
        height: 60px;
        /* border-bottom: 1px solid #D8AB78; */
        overflow: hidden;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Home_Flagship_Info_Pic {
        width: 100%;
        height: 153px;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .Home_Flagship_Info_Pic p {
        float: left;
        width: 230px;
        height: 153px;
        overflow: hidden;
    }

    .Home_Flagship_Info_Pic p img {
        width: 230px;
        height: 153px;
    }

    .Home_Flagship_Info_Pictxt {
        float: right;
        /* margin-top: 20px; */
        width: 332px;
        height: 153px;
        overflow: hidden;
    }

    .Home_Flagship_Info_Pictxt h5 {
        font-size: 16px;
        line-height: 24px;
        color: #BD8951;
        margin-bottom: 5px;
    }

    .Home_Flagship_Info_Pictxt h4 {
        font-family: "Georgia";
        font-size: 18px;
        line-height: 30px;
        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: 26px;
        font-family: "Georgia";
        font-size: 18px;
        border-radius: 13px;
        line-height: 26px;
        color: #FFF;
    }

    .Home_Flagship_Info_Pictxt h3 a {
        color: #FFF;
    }

    /* 20251029 end*/

    .Home_Flagship_Right {
        float: right;
        width: 654px;
        height: auto;
        overflow: hidden;
    }

    .Home_Flagship_Right_Block {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
	
	 /* 20260106 */
    .Home_Flagship_Right_Pic {
        float: left;
        width: 310px;
        height: auto;
        overflow: hidden;
        /* margin-bottom: 20px; */
    }

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

     /* 20260106 */
    .Home_Flagship_Pic {    
        position: relative;
        width: 310px;
        height: 207px;    
        overflow: hidden;
        /* margin-bottom: 16px; */
    }

    .Home_Flagship_Pic p {
        width: 310px;
        height: 207px;
        margin-bottom: 16px;
        overflow: hidden;
        z-index: 1;
    }

    .Home_Flagship_Right_Block p {
        width: 310px;
        height: 207px;
        margin-bottom: 16px;
        overflow: hidden;
    }

    .Home_Flagship_Right_Block p img {
        width: 310px;
        height: 207px;
    }
   .Home_Flagship_Pic h3 {
        position: absolute;
        left: 0;
        top: 10px;
        padding: 0 18px 0 20px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 26px;
        line-height: 26px;
        font-size: 15px;
        color: #FFF;
        background-color: #BD8A51;
        overflow: hidden;
        border-bottom-right-radius: 13px;
        border-top-right-radius: 13px;
        z-index: 2;
    }

    .Home_Flagship_Pic h3 a {
        color: #FFF;
    }
    .Home_Flagship_Right_Txt {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        /* border-top: 1px solid #D8AB78; */
        border-bottom: 1px solid #D8AB78;
        overflow: hidden;
    }

    /* 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: 26px;
        font-family: "Georgia";
        font-size: 18px;
        border-radius: 13px;
        line-height: 26px;
        color: #FFF;
    }

    .Home_Flagship_Right_Txt h5 a {
        color: #FFF;
    }

    .Home_Flagship_Right_Txt h4 {
        font-family: "Georgia";
        height: 90px;
        font-size: 18px;
        line-height: 30px;
        color: #471B1B;
        /* Text overflow */
        /* 20251105 */
        /* padding-bottom: 20px; */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_Flagship_Right_Txt h4 a {
        color: #471B1B;
    }
	
    .Home_Flagship_Right_List {
        width: 654px;
        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-bottom: 40px;        
        border-bottom: 1px solid #D8AB78;
        margin-bottom: 30px;
        overflow: hidden;
    }
	
	/* 20260106 */
  	.Home_Flagship_Right_Title{
		width: 100%;
		height: 54px;
		overflow: hidden;
  	}
  	.Home_Flagshiop_Right_Txt{
		float: left;
		width: 50%;
		height: 34px;
		line-height: 34px;
		font-size: 28px;
		font-family: "Times New Roman";
		font-weight: bold;
		color: #BD8951;
		overflow: hidden;
  	}
  	.Home_Flagshiop_Right_Txt a{   
    	color: #BD8951;
  	}
  
    .Home_Flagship_Right_List li {
        float: left;
        width: 310px;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        /* border-top: 1px solid #D8AB78; */
        border-bottom: 1px solid #D8AB78;
        overflow: hidden;
    }
    /* 20260106 end*/

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

    .Home_Flagship_Right_List li h5 {
        font-size: 16px;
        line-height: 24px;
        color: #BD8951;
        margin-bottom: 5px;
    }

	.Home_Flagship_Right_List li h4 {
        font-family: "Georgia";
        height: 84px;
        font-size: 18px;
        line-height: 28px;
        color: #471B1B;

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -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: 26px;
        font-family: "Georgia";
        font-size: 18px;
        border-radius: 13px;
        line-height: 26px;
        color: #FFF;
    }

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

    /* 20251029 end*/

    .Home_Admin_Box {
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: 880px;
        background: url(../images/Home_Admin_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    .Home_Admin_Div {
        margin: 0 auto;
        margin-top: 200px;
        width: 1340px;
        height: auto;
        overflow: hidden;
    }
    .Home_Admin_Left{
        float: left;
        width: 410px;
        height: auto;
    }
    .Home_Admin_Left h4{
        font-size:58px;        
        line-height: 60px;
        margin-bottom: 25px;
        font-family: "FranklinGothicDemiCond-Regular";
        margin-bottom: 25px;
        width: 410px;
        height: auto;
    }
    .Home_Admin_Left h4 a{
        font-size:58px;        
        line-height: 60px;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
    }
    .Home_Admin_Left h5{
        font-size:24px;        
        line-height: 30px;
        width: 410px;
        color: #FFF;
        font-family: "Times New Roman";
        height: auto;
    }
    .Home_Admin_Right{
        float: right;
        width: 930px;
        height: auto;
        overflow: hidden;
    }
    .Home_Admin_Right ul{        
        width: 930px;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .Home_Admin_Right li{        
        width: 282px;
        height: auto;
        overflow: hidden;        
    }
    .Home_Admin_Right li p{
        border-left: 2px solid #FFF; 
        padding-left: 10px;
        width: 270px;
        height: 390px;
        padding-bottom: 35px;
        overflow: hidden;        
    }
    .Home_Admin_Right li h4{
        width:fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        height: 54px;
        font-size: 24px;
        line-height: 54px;
        font-family: "Times New Roman";
        color: #FFF;
        padding: 0 20px;
        background-color: #AE0B2A;
    }
    .Home_Admin_Right li h4 a{
        color: #FFF;        
    }

    .Home_FF_Box {
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: auto;
        background: url(../images/Home_RUC_BK.png) top center no-repeat;
        overflow: hidden;
    }
    .Home_FF_Title{
        margin: 0 auto;
        margin-top: 47px;
        width: 1340px;
        height: 168px;
        background: url(../images/Home_FF_Title_BK.png) bottom center no-repeat;
        margin-bottom: 50px;
    }
    .Home_FF_Title a{
        display: block;
        padding-top: 80px;
        line-height: 70px;
        font-size:58px;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #AD0B29;
        text-transform: uppercase;
        text-decoration: none;
    }
    /* 20251029 */
    .Home_FF_Div {
        margin: 0 auto;
        margin-top: 0px;
        width: 1340px;
        height: auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .Home_FF_Line {
        width: 420px;
        height: auto;
        background-color: rgba(255, 255, 255, 0.8);
        overflow: hidden;
    }

    .Home_FF_Line h3 {
        padding-top: 20px;
        padding-bottom: 10px;
        width: 100%;
        height: auto;
    }

    .Home_FF_Line ul {
        padding: 0 20px;
    }

    .Home_FF_Line li {
        padding: 15px 0;
        padding-left: 16px;
        background: url(../images/Home_RUC_Dot.png) left 0 top 26px no-repeat;
        /* font-weight: bold; */
        font-size: 16px;
        line-height: 30px;

        border-bottom: 1px solid #BD8951;
        color: #BD8951;
    }

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

    .Home_FF_Line li span {
        font-size: 20px;
        line-height: 30px;
        color: #BD8951;
    }

    .Home_FF_Line li a {
        color: #471B1B;
        text-decoration: none;
    }


    /* 20251029 end*/

    .Home_Network_Box{
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: 880px;        
        overflow: hidden;
    }
    .Home_Network_Div{
        position: absolute;
        top:0;
        left: 0;
        width: 1920px;        
        height: 880px;
        overflow: hidden; 
    }
    .Home_Network_Map{        
        position: relative;;
        width: 1920px;        
        height: 880px;
        z-index: 1;
        overflow: hidden;
    }
    .Home_Network_Map p{
        position: absolute;
        left: 0;
        top:0;
        width: 1920px;        
        height: 880px;        
        overflow: hidden;
        z-index: 1;
    }
    .Home_Network_Map p img{        
        width: 1920px;        
        height: 880px;                
    }
    .Home_Network_Map span{
        position: absolute;
        display: block;        
        width: 55px;        
        height: 64px;        
        overflow: hidden;
        z-index: 2;
    }
    #Map1_P01{left:1233px;top:168px}
    #Map1_P02{left: 865px;top:560px}
    #Map1_P03{left:1368px;top:456px}
    #Map1_P04{left:1338px;top:561px}
    #Map1_P05{left:1265px;top:707px}
    #Map1_P06{left:1286px;top:734px}
    #Map1_P07{left:1204px;top:806px}

    .Home_Network_Title_Div{
        position: absolute;
        top:130px;
        left: 290px;
        width: 340px;
        height: 250px;
        z-index: 3;
    }
    .Home_Network_Title_Div h3{          
        width: 340px;
        height: 88px;        
        background: url(../images/Home_Network_Title_BK.png) bottom center no-repeat;
        overflow: hidden;

        line-height: 70px;
        font-size:58px;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #AD0B29;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    .Home_Network_Title_Div h3 a{ 
        color: #AD0B29;        
        text-decoration: none;
    }
    .Home_Network_Control{
        width: 100%;
        height: 120px;
        overflow: hidden;
    }
  
    .Home_Network_Control h4{
        font-size: 34px;
        line-height: 60px;
        font-weight: bold;
        font-family: "Times New Roman";
        color: #AD0B29;
    }
    .Home_Network_Control h5{
        font-size: 34px;
        line-height: 60px;
        font-weight: bold;
        font-family: "Times New Roman";
        color: #471B1B;
        cursor: pointer;
    }

    #Map2_P01{left:807px;top:165px}
    #Map2_P02{left:1108px;top:203px}
    #Map2_P03{left:702px;top:377px}
    #Map2_P04{left:1190px;top:432px}

    .Home_Network_Type{
        position: absolute;
        left: 0;        
        bottom:50px;
        width: 100%;
        height: 60px;
        overflow: hidden;
        z-index: 4;
    }
    .Home_Network_Type ul{
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: center;
    }
    .Home_Network_Type li{
        margin: 0 20px;
        min-width: 210px;
        height: 58px;
        border: 1px solid #CCD6D7;
        border-radius: 29px;
        background-color: #FFF;
        text-align: center;
        font-size: 16px;
        color: #471B1B;
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Home_Network_Type li a{
        display: block;
        padding: 0 35px;
        text-align: center;
        color: #471B1B;
        font-size: 16px;
        line-height: 22px;        
    }
    .NT01{
        width: 340px;
    }
    .NT02{
        width: 210px;
    }
    .NT03{
        width: 210px;
    }
    .Home_Network_TypeNow{
        background-color: #AD0B29!important;
        border: 1px solid #AD0B29!important;
    }
    .Home_Network_TypeNow a{
        color: #FFF!important;        
    }

/*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}
#MM2-3{ width:175px}
#MM2-4{ width:235px}
#MM2-5{ width:300px}
#MM2-7{ width:200px}

.Home_Flagship_Info_Pictxt h4{
/* Text overflow */

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
       
        overflow: hidden;
		}
		
.Artical_Content_Text p img
{
	width:unset
}
.Artical_Content_Text span{ margin-top:-40px}
.List_Pic_Div p img{ object-fit:contain}


.Home_FF_Line li { color:#471B1B}

.List_Div li em{ font-style:italic}
.List_Div li h5 { font-style:normal}

.List_Div li { min-height:39px;}

.Home_Events_Swiper video{object-fit:cover}
/*20250925*/


 /* 20251121 */
    .Alumini_Banner_Div {
        background: url(../images/alumni_Banner_Right.jpg) right center no-repeat;
    }

    .Nav_alumini_Box {
        background-color: #D8BC9D;
    }

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

    .Nav_alumini_Box span {
        color: #FFF !important;
    }

    .Alumin_Title_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        overflow: hidden;

        padding: 44px 0 142px 0;
        background: url(../images/alumni_Top_BK.jpg) bottom center no-repeat;
        background-color: #D8BC9D;
    }

    .Alumin_Title_Div {
        margin: 0 auto;
        margin-top: 38px;
        height: 320px;
        width: 1240px;
        background-image: linear-gradient(to right,
                #D8BC9D 0%,
                #D8BC9D 10%,
                #FFF 40%,
                #FFF 100%);

        /* overflow: hidden; */
    }

    .Alumin_Title_Left {
        position: absolute;
        top: -38px;
        width: 530px;
        height: 317px;
        overflow: hidden;
    }

    .Alumin_Title_Left img {
        width: 530px;
        height: 317px;
    }

    .Alumin_Title_Right {
        float: right;
        padding: 52px 49px;
        width: 612px;
        height: 216px;
        overflow: hidden;
    }

    .Alumin_Title_Right h4 {
        width: 100%;
        height: 62px;
        line-height: 28px;
        font-size: 28px;
        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: 27px;
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        color: #471B1B;
        font-family: "Arial";

    }

    .Alumin_List_Div {
        padding: 100px 0 110px 0;
        overflow: hidden;
    }

    .Alumin_List_Div ul {
        width: 100%;
        height: 380px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .Alumin_List_Div li {
        width: 650px;
        height: 380px;
        overflow: hidden;
    }

    .Alumin_List_Div li p {
        width: 650px;
        height: 380px;
        overflow: hidden;
    }

    .Alumin_List_Div li p img {
        width: 650px;
        height: 380px;
    }

    .Alumin_List_Txt {
        position: absolute;
        top: 0;
        left: 0;
        padding: 36px 47px;
        width: 556px;
        height: 308px;
        overflow: hidden;
        z-index: 2;
    }

    .Alumin_List_Txt h5 {
        position: absolute;
        bottom: 36px;
        left: 47px;
        border-top: 1px solid #fff;
        padding-top: 36px;


        width: 556px;
        height: 36px;
        line-height: 36px;
        font-family: "Georgia";
        font-size: 24px;
        color: #FFF;


    }

    .Alumin_List_Txt h5 a {
        color: #FFF;
        height: 36px;
        padding-right: 20px;
        background: url(../images/alumni_Arrow.png) right center no-repeat;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Event_Box{
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 90px;
    }   
	
	.Event_Swiper{
        float: left;
        margin-left: 290px;
        width: 676px;
        height: 380px;
        overflow: hidden;
    }

    .Event_Video_Left{
        
        width: 676px;
        height: 380px;
    }
    .Event_Video_Left video{
        width: 676px;
        height: 380px;
    }
    .Event_List_Right{
        float: right;
        width: 924px;
        overflow: hidden;
    }
    .Event_List_Right ul{        
        width: 924px;        
    }
    .Event_List_Right li{        
        padding: 40px 328px 40px 55px;
        width: 540px;        
        height: 48px;
        overflow: hidden;
        font-size: 18px;
        font-family:"Georgia";
        line-height: 24px;
        color: #471B1B;
    }


    .Event_List_Right li a{
        display: block;       
        padding-left: 15px; 
        width: 525px;        
        height: 48px;
        line-height: 24px;
        font-size: 18px;

        background: url(../images/Event_Dot.png) left 0 top 7px no-repeat;
        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_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; */
    }
	
	/* 20251127 */
    .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{
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        overflow: hidden;
    }
    .Event_List_Div{
        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: 398px;        
        height: 708px;
        margin-right: 70px;
        margin-bottom: 40px;
        overflow: hidden;
    }
    .Event_List_Div li:nth-child(3n){
        margin-right: 0px;        
    }

    .Event_List_Block{
        padding: 11px;
        width: 100%;
        height: 608px;
    }
    .Event_List_Block p{        
        width: 376px;
        height: 500px;
    }
    .Event_List_Block p img{
        width: 376px;
        height: 500px;
    }
    .Event_List_Block h4{        
        padding: 27px;
        width: 320px;
        height: 54px;
        color: #471B1B;
    }
    .Event_List_Block h4 a{
        width: 320px;
        height: 54px;
        line-height: 27px;
        font-size:18px;
        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: 15px 50px;
        width: 298px;
        height: 50px;
        background: url(../images/Event_List_Txt.jpg) center center no-repeat;
    }
    .Event_List_Txt h6{
        height: 25px;
        font-size: 16px;
        font-family: "Arial";
        line-height: 25px;
        color: #471B1B;
    }
    .Event_List_Txt h5{
        height: 25px;
        font-size: 16px;
        font-family: "Arial";
        line-height: 25px;
        color: #471B1B;
        
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Event_List_Txt h6 a{
        color: #471B1B;
    }
    .AboutRUC_Banner_Div{
        background: url(../images/AboutRUC_Banner_Right.jpg) right center no-repeat;       
    }
    .Leadership_Div{
        padding-top: 44px;
        padding-bottom: 120px;
        height: auto;
        overflow: hidden;
    }
    .Leadership_Div ul{
        width: 100%;
        border-top: 3px solid #AE0B2A;
        height: auto;
        overflow: hidden;
    }
    .Leadership_Div li{
        float: left;
        width: 640px;        
        border-bottom: 1px solid #D7C7BA;
        min-height: 36px;
        padding: 32px 0;
        overflow: hidden;
    }
    .Leadership_Div li:nth-child(2n){
        float: right;        
    }
    .Leadership_Div li h4{
        float: left;
        width: 440px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
        font-family: "Arial";
        color: #471B1B;
    }
    .Leadership_Div li h4 a{
        color: #471B1B;
    }
    .Leadership_Name{
        float: right;
        width: 140px;
        height: auto;
        overflow: hidden;
    }
    .Leadership_Name h5{
        width: 140px;
        line-height: 36px;
        font-size: 18px;
        font-family: "Georgia";
        color: #AD0B29;
    }
    .Leadership_Name h5 a{
        color: #AD0B29;
    }
    .Leadership_NoBorder{
        border-bottom: 0px!important;
    }

    .SD_Div{
        padding-top: 45px;
        padding-bottom: 165px;
    }
    .SD_Div ul{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .SD_Div li{
        float: left;
        margin-right: 40px;
        padding: 0 50px 0 36px;
        width: 332px;
        height: 90px;
        background-color: #F4EEE9;
        border-left: 2px solid #AE0B2A;
        margin-bottom: 30px;

        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .SD_Div li:nth-child(3n){
        margin-right: 0px;        
    }
    .SD_Div li h4{        
        width: 260px;
        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;
    }
    .SD_Div li h4 a{
        color: #471B1B;
    }
    .SD_Div li h5 {
        width: 24px;
        height: 24px;
    }
    .SD_Div li h5 img{
        width: 24px;
        height: 24px;
    }

    .Camupus_Banner_Div{
        background: url(../images/Campus_Banner_Right.jpg) right center no-repeat;       
    }

    .Camupus_Div{
        padding-top: 35px;
        height: auto;
        overflow: hidden;
    }
    .Camupus_Div ul{
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .Camupus_Div li{
        float: left;
        width: 400px;
        height: auto;
        margin-right: 70px;
        margin-bottom: 40px;
        overflow: hidden;
    }
    .Camupus_Div li:nth-child(3n){
        margin-right: 0px;        
    }
    .Camupus_Div li p{        
        width: 400px;
        height: 266px;
        overflow: hidden;
    }
    .Camupus_Div li p img{
        width: 400px;
        height: 266px;        
    }
    .Camupus_Div li h4{        
        padding: 19px 18px;
        width: 364px;
        height: 52px;

        overflow: hidden;
        background-color: #F4EEE9;


    }      
    .Camupus_Div li h4 a{  
        width: 364px;
        height: 52px;

        color: #471B1B; 
        font-size: 18px;
        line-height: 26px;
        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;
    }
    .Camupus_PageControl_Div{
        margin-bottom: 170px;
    }
    
    .List_Full{

        padding-top: 35px;        
        height: auto;
        overflow: hidden;
    }
    .List_Type_Div{
        float: left;
        width: 280px;
        height: auto;
        overflow: hidden;
    }
    .List_Type_Div ul{        
        width: 280px;
        height: auto;
        overflow: hidden;
    }
    .List_Type_Div ul{        
        padding-top: 20px;
        padding-left: 16px;        
        padding-bottom: 35px;
        width: 264px;
        height: auto;
        overflow: hidden;
        background-color: #F4EEE9;
    }
    .List_Type_Div li{  
        border-left: 4px solid transparent;              
        padding: 5px 0;
        padding-left: 10px;        
        width: 250px;
        height: auto;
        overflow: hidden;
        line-height: 26px;
        font-size:16px;
        font-family: "Arial";
        color: #471B1B;
        margin-bottom: 15px;
    }
    .List_Type_Div li a{
        color: #471B1B;
    }
    .List_Type_Div li a:hover{
        color: #AD0B29;
    }
    .List_Type_Bold{
        font-size: 20px!important;
        font-weight: bold!important;

    }
    .List_Type_Now{
        background-color: #FFF!important;
        color: #AD0B29!important;       
        border-left: 4px solid #AD0B29!important; 
    }
    .List_Type_Now a{
        color: #AD0B29!important;               
    }
    .List_Right{
        float: right;
        width: 1010px;
        height: auto;
        overflow: hidden;
    }


    .Artical_Full{
        padding-top: 45px;
        height: auto;
        overflow: hidden;
    }
    /* 20251225 */
    .Artical_Right{
        float: right;
        width: 1020px;
        height: auto;
        overflow: hidden;
        margin-bottom: 100px;
    }
    .Artical_Content_Link2{
        padding-top: 15px;
    }
    .Artical_Right .Artical_Content_Info h4{
        padding-left: 0!important;
    }
    .Artical_Right .Artical_Content_Title{
        padding-top: 0!important;
    }

    .AboutRUC_Academic_Box{
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        margin-top: 35px;
        width: 1920px;
        overflow: hidden;
    }

    .AboutRUC_Academic_Div{
        height: auto;
        margin-bottom: 160px;
        overflow: hidden;
    }
    .AboutRUC_Academic_Left{
        float: left;
        width: 789px;
        height: auto;
    }
    .AboutRUC_Academic_Title{
        width: 100%;
        height: 88px;
        font-family: "FranklinGothicDemiCond-Regular";
        font-size: 58px;
        line-height: 70px;  
        text-transform: uppercase;      
        color: #AD0B29;
        margin-bottom: 50px;
        background: url(../images/AboutRUC_Banner_Title_BK.png) bottom center no-repeat;
    }
    .AboutRUC_Academic_Title a{
        color: #AD0B29;        
    }
    .AboutRUC_Academic_Right{
        float: right;
       /* padding-top: 72px;*/
        width: 420px;
        height: auto;
    }
    .AboutRUC_Academic_Right ul{
        height: auto;
        overflow: hidden;
    }
    .AboutRUC_Academic_Right li{
        padding: 0 50px 0 58px;
        width: 312px;
        height: 90px;
        border-radius: 45px;
        background-color: #F4EEE9;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        overflow: hidden;
        cursor: pointer;
    }
    .AboutRUC_Academic_Right li p{
        width: 36px;
        height: 54px;
        padding-right: 24px;
        overflow: hidden;
        display: flex;
        align-items: center;
        border-right: 1px solid #D7C7BA;
    }
    .AboutRUC_Academic_Right li p img{
        width: 36px;
        height: 36px;        
    }
    .AboutRUC_Academic_Right li h4{
        width: 204px;
        height: auto;

        padding-left: 24px;
        margin-right: 0;
        font-size: 18px;
        font-family: "Georgia";
        font-weight: bold;
        line-height: 27px;
        color: #471B1B;
   
        overflow: hidden;
    }
    .AboutRUC_Academic_Right li h4 a{
        color: #471B1B;        
    }
    .AboutRUC_Academic_Right li em{
        width: 24px;
        height: 24px;
        background: url(../images/SD_arrow_White.png) center center no-repeat;
        overflow: hidden;
        cursor: pointer;
    }
    .AboutRUC_Academic_Right li:hover em{
        background: url(../images/SD_arrow.png) center center no-repeat;
        
    }

    .ExperienceRUC_Box{
        width: 1920px;
        height: 710px;
        background: url(../images/AboutRUC_Bar.jpg) center center no-repeat;
        overflow: hidden;
        margin-bottom: 200px;
    }
    .ExperienceRUC_Div{
        float: right;
        margin-right: 290px;
        padding: 90px 70px;
        width: 410px;
        height: 530px;
        background-color: rgba(174, 11, 42, 0.9);
    }
    .ExperienceRUC_Title{
        width: 100%;
        height: 288px;
        font-size: 58px;
        line-height: 70px;
        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: 30px;
        width: calc(100% - 31px);
        height: auto;
        overflow: hidden;
    }
    .ExperienceRUC_List li{
        font-size: 24px;
        font-family: "Georgia";
        line-height: 38px;
        color: #FFF;
    }
    .ExperienceRUC_List li a{
        color: #FFF;
    }
	
	.Top_Search_Pop_Div {
        display: none;
        position: absolute;
        top: 50px;
        right:0;
        width: 400px;
        height: 30px;
        padding:20px;
        /* border-radius: 20px; */
        background-color: #000;
        z-index: 12;
    }

    .Top_Search_Input {
        float: left;
        width: calc(100% - 30px);
        height: 30px;
        background-color: #FFF;
    }

    .Top_Search_Input input {
        padding-left: 10px;
        height: 30px;
        background-color: #FFF;
        font-size: 16px;
        color: #471B1B;
        line-height: 30px;
    }

    .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; */        
        width: 30px;
        height: 30px;
    }

    .Top_Search_BT img {
        width: 30px;
        height: 30px;
    }
    /* 20251121 end*/
	
	/*20251126*/
	.Top_Search_Input input{ width:94%}
	/*20251126*/
	
	 /* 20251127 */
    .Artical_Right .Artical_Content_Text_Div{
        width: 1020px!important;
    }

    .Artical_Right .Artical_Content_Title_Div{
        width: 1020px!important;
    }
	
	.Event_Video_Left img{ width:100%; height:100%}

    /* 20251127 end*/
	
	/* 20251211 */
    .Flagship_Title_Div{
        padding-top: 33px;
        height: auto;        
        overflow: hidden;
    }
    .Flagship_Title_Left{
        float: left;
        width: 400px;
        height: auto;
        overflow: hidden;
    }
    .Flagship_Title_Left img{
        width: 358px;
        height: 89px;
        overflow: hidden;
    }
    .Flagship_Title_Right{
        float: left;
        margin-top: 55px;
        padding-top: 35px;
        width: 940px;
        height: auto;
        background: url(../images/Flagship_Title_Line.png) top center no-repeat;
        overflow: hidden;
    }
    .Flagship_Title_Right h4{
        font-size: 16px;
        line-height: 28px;
        color: #471B1B;
        overflow: hidden;
    }
    .Flagship_Title_Right h4 a{
        color: #471B1B;        
    }

    .Flagship_List_Div{
        margin-top: 100px;
        height: auto;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .Flagship_List_Div ul{        
       height: auto;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
    .Flagship_List_Div li{
        float: left;
        margin-right: 20px;
        width: 316px;
        height: 400px;
        overflow: hidden;
        margin-bottom: 70px;
        cursor: pointer;
    }
    .Flagship_List_Div li:nth-child(4n){
        margin-right: 0px;        
    }

    .Flagship_List_Div li p{        
        width: 316px;
        height: 400px;
        z-index: 1;
        overflow: hidden;
    }
    .Flagship_List_Div li p img{        
        width: 316px;
        height: 400px;
    }
    .Flagship_List_Div li h4{
        position: absolute;
        left: 0;
        bottom:0;
        width: 316px;
        height: 70px;
        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 {
        padding: 5px 0;
        width: 316px;
        max-height: 60px;
        line-height: 30px;
        font-family: "Times New Roman";
        font-size: 24px;
        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;
    }

     .Flagship_List_Div li:hover h4{
        width: 316px;
        height: 400px;
        transition: all 0.5s;
    }
    .Flagship_List_Div li:hover h4 a{
        background: url(../images/Flagship_Pic_BK.jpg) bottom center no-repeat;
        transition: all 0.5s;
    }
    .Flagship_List_Div li:hover h4 a:hover{
        text-decoration: none;
    }
    /* 20251211 end*/

    /* 20251218 */
    .AboutRUC_Academic_Box2 .AboutRUC_Academic_Right{
        padding-top: 0!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: 130px;
    }
    .AboutRUC_Academic_Box2 .ExperienceRUC_Box{
        background: url(../images/AboutRUC_Bar2.jpg) top center no-repeat; 
        height: auto!important;       
    }
    .ExperienceRUC_Center{
        margin: 0 auto;
        margin-top: 200px;
        width: 1340px;
        height: 630px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .ExperienceRUC_Center2{
        margin-top: 95px;
        width: 960px;  

    }
    .AboutRUC_Academic_Box2 .ExperienceRUC_Div{
        padding: 75px 50px 50px 50px;
        margin-right: auto;
        width:330px;
        height: 510px;
    }
    .AboutRUC_Academic_Box2 .ExperienceRUC_Center2 .ExperienceRUC_Div{
        height: 360px!important;
    }
    .AboutRUC_Academic_Box2 .ExperienceRUC_Title{
        font-size: 40px;
        height: 90px;
		line-height:39px;
    }

    .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: 30px;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 40px;
        background: url(../images/Aboutus_Icon.png) left 0 top 5px no-repeat!important;
    }
    /* 20251218 end*/
	/* 20251225 */
    .Research_Full{
        padding-top: 0;
        height: auto;
        overflow: hidden;
        margin-bottom: 220px;
    }
    .Research_Left{
        float: left;
        width: 950px;
        height: auto;
        
        overflow: hidden;
    }

    .Research_Title{
        
        height: 50px;
        font-size: 40px;
        line-height: 50px;
        font-family: "FranklinGothicDemiCond-Regular";
        text-transform: uppercase;
        color: #AD0B29;
        margin-bottom: 15px;
    }
    .Research_Title a{
        color: #AD0B29;
    }
    .Research_Content{
        width: 930px;
        height: auto;
        margin-bottom: 125px;
        overflow: hidden;
    }
    .Research_Content .Research_Title{
        margin-top: 20px;
		text-transform:none
    }
    .Research_Content h3{
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        color: #471B1B;
        margin-top: 30px;        
        margin-bottom: 30px;        
    }
    .Research_Content h4{
        font-family: "Georgia";
        font-size: 20px;
        line-height: 26px;        
        color: #AD0B29;
        margin-top: 30px;   
        /* margin-bottom: 30px;         */
    }
    .Research_Content h5{
        margin-top: 5px;    
        font-size: 20px;
        line-height: 28px;        
        color: #471B1B;    
    }
    .Research_Content p{        
        margin: 0 auto;
        margin-top: 30px;    
        width: 600px;
        margin-top: 30px;    
    }
    .Research_Content p img{        
        width: 600px;    
    }
    .Research_News_Div{
        height: auto;
        overflow: hidden;
    }
    .Research_Title_Div{
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .Research_Title_Div .Research_Title{
        float: left;
        width: 300px;
        height: auto;
        overflow: hidden;
    }
    .Research_Title_Div .Home_Update_More{
        float: right;
    }

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

    .Research_News_Div li {
        padding: 30px;
        width: calc(100% - 60px);
        /* min-height: 212px; */
        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 h3 {
        display: none;     
    }
    .Research_Text_Div h4 {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Georgia";
        line-height: 34px;
        font-size: 24px;
        color: #471B1B;
        /* font-weight: bold; */
        margin-bottom: 20px;
    }

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

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


    .Research_Pic_Div {
        float: left;
        min-width: 70px;
        min-height: 70px;
        margin-right: 55px; 
    
    }
    
    .Research_Pic_Div p {
        width: 360px;
        height: 240px;
        overflow: hidden;
    }
    
    .Research_Pic_Date {
        position: absolute;
        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{
        float: right;
        width: 340px;
        height: auto;
        overflow: hidden;
    }
    .Research_Right_Title_Div{
        height: auto;
        overflow: hidden;
    }
    .Research_Right_Title_Div .Research_Title{
        float: left;        
        width: 280px;
        height: auto;
        overflow: hidden;
    }
    .Research_Right_Title_Div h4{
        float: right;        
        width: 60px;
        height: 50px;
        text-align: right;
        line-height: 50px;
        font-size:14px;
        color: #471B1B;
        font-weight: bold;
        overflow: hidden;
    }
    .Research_Right_Title_Div h4 a{
        color: #471B1B;        
    }

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

    .Research_Units_Div li h4{        
        width: 252px;
        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: 24px;
        height: 24px;
    }
    .Research_Units_Div li h5 img{
        width: 24px;
        height: 24px;
    }
    /* 20251225 end*/
	/* 20251231 */
    .IS_Div{
        margin-top: 27px;
        height: auto;
        overflow: hidden;
    }
    .IS_Title{
       /* height: 50px;*/
        line-height: 50px;
        font-size: 40px;
        font-family: "FranklinGothicDemiCond-Regular";
        color: #AD0B29;
        margin-bottom: 25px;
        
        text-transform: uppercase;
    }
    .IS_Title a{
        color: #AD0B29;
    }
    .IS_Brief{
        height: auto;
        overflow: hidden;
        padding-bottom: 60px;
    }
    .IS_Brief p{
        font-family: "Georgia";
        font-size: 20px;
        line-height: 28px;
        color: #471B1B;
        height: auto;
        overflow: hidden;
        margin-bottom: 35px;        
    }

    /* 20251231 end*/
	/*20251201*/
	/*.staffadd{ background:url(../images/staff.jpg) center center no-repeat}
	.visitoradd{ background:url(../images/visitor.jpg) center center no-repeat}*/
	.Home_FF_Line li span{ font-weight:bold}
	.Leadership_Div li:nth-child(3) h4, .Leadership_Div li:nth-child(4) h4{ height:72px}
	.Home_Banner_Swiper .Home_Banner_Txt h4 em{ font-style:italic}
	.Home_Events_List li img{ width:100%; height:100%}
	.Research_Text_Div h5 em{ font-style:italic}
	.Home_FF_Title a:hover{ cursor:default}
	/*20251201*/
	 /*20260122*/
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    margin:40px 270px 50px;
}

.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: 28px;
    height: 28px;
    line-height: 28px;
    color: #bdbdbd;
    font-size: 14px;
}

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

.m-style a {
    float: left;
    margin: 0 5px;
    width: 34px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

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

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    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: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
  .Search_Div li h4 b{color: #AE0B28;}
	 /* 20260122 */        

    .His_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);

        width: 1920px;
        overflow: hidden;
        background: url(../images/His_BK.jpg) bottom center no-repeat;
    }
    .His_Div{
        padding-top: 25px;
        padding-bottom: 300px;
        height: auto;
    }
    .His_Title{
        font-size: 40px;
        line-height: 50px;
        font-family: "FranklinGothicDemiCond-Regular";
        margin-bottom: 85px;
        color: #AD0B29;
        text-transform: uppercase;
    }
    .His_Title a{
        color: #AD0B29;        
    }
    .His_Content_Block{
        width: 100%;
        height: auto;
        display: flex;
    }
    .His_Content_All{
        position: static;
    }
    .His_Content_Line{
        float: left;
        margin-left: 265px;
        width: 27px;
        background: url(../images/His_Dot_BK.jpg) ;
        background-position: center 10px;
        background-repeat: repeat-y;
        background-origin: content-box;

    }
    .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_Left{
        position: absolute;
        width: 265px;
        left: 0;
        top:0;

    }
    .His_Content_Left h4{
        font-size: 100px;
        line-height: 100px;
        color: #F3EDE9;
        font-family: "Arial";
        font-weight: bold;
    }
    
    .His_Content_Right{
        padding-left: 60px;
        padding-bottom: 95px;
        width: 988px;
        display: flex;
        justify-content: space-between;
    }
    .His_Txt_Tu{
        width:350px;
    }
    .His_Txt_Tu p{
        width:350px;
        height: 234px;
    }
    .His_Txt_Text{
        width: 605px;
        font-family: "Georgia";
        font-size: 20px;
        line-height: 28px;
        color: #471B1B;
    }
    .His_Txt_Text h4{
        font-family: "Georgia";
        font-size: 20px;
        line-height: 28px;
        color: #471B1B;
        margin-bottom: 30px;
    }
    .His_Content_Text{
        font-family: "Georgia";
        font-size: 20px;
        line-height: 28px;
        color: #471B1B;
    }
    /* 20260122 end*/
  	.His_Txt_Tu img{ width:100%; height:100%}
}

