/* PC */
/* Top菜单部分 */
@media (min-width: 600px) {
    .Top_Box {
        border-top: 8px solid #1867ca;
        width: 100%;
        height: 125px;
        overflow: hidden;
        background: url(../images/Top_BK.jpg) center bottom no-repeat;
    }

    .Top_Div {
        margin: 0 auto;
        margin-left: calc(50% - 600px);
        height: 110px;
        padding-top: 15px;
        /* overflow: hidden; */
    }

    /* 20250206 */
    .Top_Logo {
        float: left;
        width: 328px;
        height: 96px;
    }
    /* 20250206 */
    .Top_Logo img {
        width: 328px;
        height: 96px;
    }

    .Top_Control_Div {
        position: absolute;
        right: 85px;
        top: 50px;
        width: 85px;
        height: 17px;
    }

    .Top_Control {
        width: 80px;
        height: 17px;
    }

    .Top_Language {
        float: left;
        margin-right: 10px;
        width: 43px;
        height: 17px;
        font-size: 15px;
        border-right: 1px solid #1867ca;
        font-family: "微软雅黑";
    }

    .Top_Language a {
        color: #1867c9;
    }

    .Top_Search {
        float: right;
        width: 17px;
        height: 17px;
        cursor: pointer;
    }

    .Top_Search img {
        width: 17px;
        height: 17px;
    }

    .Menu_Box {
        width: 100%;
        height: 70px;
        background-color: #1867ca;
    }

    .Menu_Div {
        height: 70px;
        margin-left: calc(50% - 600px);
        /* overflow: hidden; */
    }

    .Menu_List_Div {
        width: 100%;
        height: 70px;
    }

    .Menu_List_Div ul {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
    }

    .Menu_List_Div li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 70px;
        padding: 0 30px;
        font-size: 18px;

        line-height: 70px;
        /* font-weight: bold; */
        color: #000;
    }

    .Menu_List_Div li a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

    .Menu_List_Div li:hover a {
        color: #fff;
    }

    .Menu_List_Div li:hover {
        background-color: #1642a4;
    }

    .Main_Menu_Li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 70px;
        /* padding-bottom: 15px; */
    }

    .Menu_List_Div li:hover .Main_Menu_L2 {
        display: block;
    }

    .Menu_List_Div .Main_Menu_L2 {
        display: none;
        position: absolute;
        left: 0;
        min-width: 161px;
        /* max-width: 300px; */
        top: 70px;
        padding: 12px 0 20px 0;
        width: auto;
        background-color: rgba(22, 66, 164, 0.8);
        z-index: 2;
    }

    .Menu_List_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 20px;
        padding: 0 30px;
        width: auto;
        font-size: 15px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 10px;
        cursor: pointer;
        white-space: nowrap;
    }

    .Menu_List_Div .Main_Menu_L2 h4 a {
        color: #fff;
    }

    .Menu_List_Div .Main_Menu_L2 h4 a:hover {
        text-decoration: underline;
    }

    .Menu_List_Div .Main_Menu_L2 h4:hover {
        /* background-color: #C1755F; */
    }

    .TopMenu_Search_Pop {
        display: none;
        position: absolute;
        width: 394px;
        height: 36px;
        top: 43px;
        right: 0;
        background-color: #f0f0f0;
        border-radius: 6px;
        z-index: 2;
    }

    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        /* margin-top: 20px; */
        width: 100%;
        height: auto;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: calc(100% - 36px);
        height: 36px;
        line-height: 36px;
        border-radius: 6px;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: 100%;
        height: 36px;
        line-height: 36px;
        background-color: transparent;
        font-size: 18px;
        text-indent: 10px;
        font-style: italic;
        color: #858585;
		border: 1px solid #c6d5e0;
    }

    .TopMenu_Search_Pop_Left input::input-placeholder {
        color: #858585;
    }

    .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
        color: #858585;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #858585;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #858585;
    }

    .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
        color: #858585;
    }

    .TopMenu_Search_Pop_Right {
        float: right;
        width: 36px;
        height: 37px;
        line-height: 37px;
        background: url(../images/Top_Search_PopBT.png) left center no-repeat;
        cursor: pointer;
		right: 35px;
    }
}

/* 翻页控制部分 */
@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: 60px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
    }

    .PageControl_Num ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 32px;
        height: 32px;
        line-height: 32px;

        font-size: 16px;
        text-align: center;
        margin-right: 30px;
        border: 1px solid #dddad2;
        background-color: #f7f6f3;
    }

    .PageControl_Num .NumOn {
        background-color: #84a7d8;
        color: #fff !important;
    }

    .PageControl_Num .NumOn a {
        color: #fff !important;
    }

    .PageControl_Num a {
        display: inline-block;
        position: relative;
        margin: 0 4px;
        padding: 0;
        /* border-radius: 16px; */
        width: 29px;
        height: 25px;
        line-height: 25px;
        color: #272727;
        background-color: #eeeeee;
        border: 1px solid #dddad2;
        font-size: 16px;
        text-align: center;
    }

    .PageControl_PN {
        width: 48px !important;
    }
}

/* 导航栏面包屑部分 */
@media (min-width: 600px) {
    .Nav_Box {
        width: 100%;
        height: 65px;
        width: 100%;
    }

    .Nav_Div {
        height: 65px;
        line-height: 65px;
        font-size: 14px;
        color: #000;
    }

    .Nav_Div a {
        color: #000;
    }
}

/*  底部 部分 */
@media (min-width: 600px) {
    /* Bottom_Box */
    .Bottom_Box {
        width: 100%;
        padding-top: 70px;
        height: 312px;
        background: url(../images/Bottom_BK.jpg) center top no-repeat;
        background-color: #eee;
        /* overflow: hidden; */
    }

    .Bottom_Div {
        margin: 0 auto;
        margin-left: calc(50% - 580px);
        width: 1160px;
        height: auto;
    }

    .Bottom_Select_Div {
        width: 100%;
        height: 25px;
        margin-bottom: 45px;
    }

    .Bottom_Select_Block {
        float: left;
        width: 268px;
        height: 25px;
        margin-right: 20px;
    }

    .Bottom_Select_Block:last-child {
        float: right;
        width: 295px;
        height: 25px;
        margin-right: 0;
    }

    .Bottom_Select_Title {
        float: left;
        height: 25px;
        font-size: 14px;
        color: #fff;
        line-height: 25px;
        text-transform: uppercase;
        text-align: center;
        background-color: #00a0db;
    }

    .Bottom_Select_Title a {
        color: #fff;
    }

    .Bottom_Select {
        float: left;
        width: 214px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        background-color: #fff;
        color: #000;
    }

    .Bottom_Select select {
        border: 0px;
    }

    .Bottom_Select_Block1 .Bottom_Select_Title {
        width: 50px;
    }

    .Bottom_Select_Block2 .Bottom_Select_Title {
        width: 83px;
    }

    .Bottom_Select_Block3 .Bottom_Select_Title {
        width: 83px;
    }

    .Bottom_Select_Block4 .Bottom_Select_Title {
        width: 177px;
    }

    .Bottom_Select_Block1 .Bottom_Select {
        width: 217px;
    }

    .Bottom_Select_Block1 .Bottom_Select select {
        width: 217px;
    }

    .Bottom_Select_Block2 .Bottom_Select {
        width: 185px;
    }

    .Bottom_Select_Block2 .Bottom_Select select {
        width: 185px;
    }

    .Bottom_Select_Block3 .Bottom_Select {
        width: 185px;
    }

    .Bottom_Select_Block3 .Bottom_Select select {
        width: 185px;
    }

    .Bottom_Select_Block4 .Bottom_Select {
        width: 118px;
    }

    .Bottom_Select_Block4 .Bottom_Select select {
        width: 118px;
    }

    .Bottom_Map_Div {
        margin: 0 auto;
        width: 780px;
        height: 115px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .Bottom_Menu_Line {
        float: left;
        width: 220px;
    }

    .Bottom_Menu_Line ul {
        width: 100%;
        list-style: none;
        padding-top: 10px;
    }

    .Bottom_Menu_Line li {
        padding-bottom: 4px;
        font-size: 12px;
        color: #727272;
        line-height: 16px;
    }

    .Bottom_Menu_Line li:last-child {
        padding-bottom: 0px;
    }

    .Bottom_Menu_Line li a {
        color: #727272;
    }

    .Bottom_Menu_Line li a:hover {
        color: #727272;
    }

    .Bottom_Menu_Title {
        line-height: 20px;
        font-size: 14px;
        color: #313131;
    }

    .Bottom_Menu_Title a {
        color: #313131;
    }

    #BLine1 {
        width: 90px;
    }

    #BLine2 {
        width: 90px;
    }

    #BLine3 {
        width: 120px;
    }

    #BLine4 {
        width: 100px;
    }

    #BLine5 {
        width: 85px;
    }

    #BLine6 {
        width: 120px;
        margin-right: 0px;
    }

    .Bottom_Contact_Div {
        margin: 0 auto;
        width: 582px;
    }

    .Bottom_Contact_Div h4 {
        float: left;
        padding-top: 30px;
        width: 500px;
    }

    .Bottom_Contact_Div p {
        float: left;
        padding-top: 0px;
        width: 82px;
    }

    .Bottom_Black_Box {
        width: 100%;
        height: 70px;
        background-color: #7b7b7b;
        overflow: hidden;
    }

    .Bottom_Copyright_Div {
        width: 1200px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .Bottom_Copyright_Div p {
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 19px;
        color: #fff;
    }

    .Bottom_Copyright_Div a {
        color: #fff;
    }

    .Bottom_Copyright_Div span {
        padding: 0 15px;
    }

    .Bottom_Link_Block {
        float: left;
        width: 268px;
        height: 25px;
        margin-right: 20px;
    }
    .Bottom_Link_Block:nth-child(4n) {
        margin-right: 0px;
    }

    .Bottom_Link {
        width: 268px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        color: #fff;
        /* border: 1px solid #656565; */
        background: url(../images/LinkArrow_Up.png) center right no-repeat;
        background-color: #fff;
        background-position: center right 7px;
        cursor: pointer;
    }
    .Bottom_Link span {
        display: block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;

        padding: 0 5px;

        height: 25px;
        line-height: 25px;
        font-size: 14px;
        color: #fff;
        /* border: 1px solid #656565; */
        text-transform: uppercase;
        background-color: #00a0db;
    }
    .Bottom_Link_Pop {
        display: none;
        position: absolute;
        bottom: 25px;
        margin: 0;
        padding: 5px 0;
        width: 100%;
        max-height: 120px;
        /* border: 1px solid #656565; */
        z-index: 3;
        background-color: rgba(0, 160, 220, 0.8);
        overflow-y: auto;
    }

    .Bottom_Link_Pop ul {
        display: block;
        margin: 0;
        /* padding: 8px 0; */
        width: 100%;
        height: auto;
        /* margin-top: 5px;
        margin-bottom: 5px; */
    }

    .Bottom_Link_Pop li {
        display: block;
        margin: 0;
        width: calc(100% - 26px);
        padding: 4px 0;
        padding-left: 5px;
        padding-right: 10px;
        line-height: 18px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
    }

    .Bottom_Link_Pop li a {
        color: #fff;
    }

    .Bottom_Link_Pop li a:hover {
        color: #fff;
    }

    .Bottom_Link_Icons {
        width: 100%;
        margin-top: 22px;
    }

    .Bottom_Link_Icons p {
        float: left;
        display: block;
        width: 42px;
        height: 42px;
        margin-right: 10px;
    }

    .Bottom_Link_Icons p img {
        width: 40px;
    }

    /* BackTop_Div */
    .BackTop_Div {
        margin: 0 auto;
        margin-left: calc(50% - 600px);
        height: 33px;
    }

    .BackTop {
        margin: 0 auto;
        width: 34px;
        height: 23px;
        cursor: pointer;
    }

    .BackTop img {
        width: 34px;
        height: 23px;
    }
}

/*  列表 部分 */
@media (min-width: 600px) {
    /* List_Banner_Box */
    .List_Banner_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 400px;
        overflow: hidden;
    }

    .List_Banner_Div {
        width: 1920px;
        height: 400px;
    }

    .List_Banner_Div img {
        width: 1920px;
        height: 400px;
    }

    .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 {
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        width: 1400px;
        height: auto;
        margin-bottom: 65px;
        overflow: hidden;
    }

    .List_Div ul {
        width: 100%;
        list-style: none;
    }

    .List_Div li {
        float: left;
        width: 680px;
        min-height: 212px;
        margin-right: 40px;
        padding: 35px 0;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
    }

    .List_Div li:nth-child(2n) {
        margin-right: 0px;
    }

    .List_Pic_Div {
        float: left;
        width: 305px;
        height: 212px;
        margin-right: 15px;
        cursor: pointer;
    }

    .List_Pic_Div p {
        width: 305px;
        height: 212px;
        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: 305px;
        height: 212px;
        transition: all 0.5s;
    }

    .List_Pic_Div:hover img {
        scale: 1.2;
        transition: all 0.5s;
    }

    .List_Pic_Div:hover h6 {
        transition: all 0.5s;
        opacity: 0;
    }

    .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 h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 28px;
        font-size: 22px;
        color: #000;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .List_Div li h4 a {
        color: #000;
    }

    .List_Div li h5 {
        display: block;
        line-height: 24px;
        font-size: 16px;
        color: #000;
    }

    .List_Div li h5 a {
        color: #000;
    }
}

/* 文章 部分 */
@media (min-width: 600px) {
    .Artical_Div {
        margin: 0 auto;
        /* margin-top: 50px; */
        width: 1200px;
        margin-left: calc(50% - 600px);
        height: auto;
        overflow: hidden;
    }

    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #fff;
        overflow: hidden;
    }

    .Artical_Content_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 18px;
        font-size: 36px;
        /* font-weight: bold; */
        line-height: 42px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {
        padding-bottom: 14px;
        height: 20px;
        border-bottom: 1px solid #e0e0e0;
    }

    .Artical_Content_Info {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 14px;
        line-height: 20px;
        padding-right: 10px;
        padding-left: 10px;

        border-right: 1px solid #656565;
        color: #656565;
    }

    .Artical_Content_Info h4 a {
        color: #656565;
    }
    .Artical_Content_Info h4:last-child {
        border-right: 0px;
    }
    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 14px;
        line-height: 20px;
        border-right: 1px solid #656565;
        padding-right: 10px;
        padding-left: 0px;

        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 40px;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        /* height: 1420px; */
        padding-bottom: 30px;
    }

    .Artical_Content_Text p {
        /* padding: 0 5px; */
        font-size: 18px;
        line-height: 24px;
        color: #000;
        margin-bottom: 35px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 20px;
        width: 705px;
    }

    .Artical_Content_Text span {
        display: block;
        margin: 0 auto;
        margin-top: 45px;
        margin-bottom: 45px;
        width: 705px;
        font-size: 16px;
        color: #000;
        line-height: 22px;
        /*text-align: left;*/
    }

    .Artical_Content_Text span img {
        width: 705px;
    }

    /* 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 {
        margin: 0 auto;
        width: 1200px;
        margin-left: calc(50% - 600px);
        /* height: 150px; */
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 5px !important;
    }

    .Search_Div {
        margin: 0 auto;
        padding-top: 20px;
        margin-left: calc(50% - 600px);
        width: 1200px;
        height: auto;
        margin-bottom: 65px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        width: 100%;
        padding: 30px 0;
        overflow: hidden;
        border-bottom: 1px solid #ebebeb;
    }

    .Search_Div li h6 {
        display: block;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #009fdb;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 18px;
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 15px;
    }

    .Search_Div li h4 a {
        color: #000;
    }

    .Search_Div li h5 {
        display: block;
        line-height: 22px;
        font-size: 16px;
        color: #1a1a1a;
        margin-bottom: 10px;
    }

    .Search_Div li h5 a {
        color: #1a1a1a;
    }

    .Search_Div li span {
        color: #c10d0d !important;
    }

    .Search_Result_Div {
        width: 100%;
        height: 57px;
        line-height: 28px;
        font-size: 24px;
        color: #000;
        border-bottom: 1px solid #ececec;
        text-align: left;
    }
    .Search_Result_Div span {
        color: #c10d0d;
    }
    .Search_Hotwords_Div {
        padding: 55px 27px 30px 27px;
        height: auto;
        overflow: hidden;
    }
    .Search_Hotwords_Title {
        float: left;
        width: 97px;
        height: 23px;
        margin-right: 20px;
        border-radius: 6px;
        background-color: #c20e0e;
        text-align: center;
        font-size: 14px;
        line-height: 23px;
        color: #fff;
        text-transform: uppercase;
    }
    .Search_Hotwords_List {
        float: left;
        width: calc(100% - 117px);
        height: auto;
    }
    .Search_Hotwords_List span {
        padding: 0 5px;
        height: 28px;
        line-height: 28px;
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
    }
    .Search_Hotwords_List span a {
        color: #000;
    }
}

/* 其他 部分 */
@media (min-width: 600px) {
    .Home_Banner_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 745px;
        overflow: hidden;
    }

    .HomeBanner_Swiper {
        width: 1920px;
        height: 745px;
        overflow: hidden;
    }

    .HomeBanner_Swiper p {
        width: 1920px;
        height: 745px;
    }

    .HomeBanner_Swiper p img {
        width: 1920px;
        height: 745px;
    }

    .HomeBanner_Swiper h4 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1920px;
        height: 115px;
        z-index: 2;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    }

    .HomeBanner_Swiper h4 a {
        display: block;
        position: absolute;

        bottom: 36px;
        left: 360px;
        width: 1200px;
        height: auto;
        max-height: 68px;
        font-size: 28px;
        line-height: 34px;
        color: #fff;
        text-align: center;
        overflow: hidden;
    }

    .HomeBanner_BTPrev {
        position: absolute;
        left: 360px;
        top: calc(50% - 42px);
        width: 84px;
        height: 84px;
        background: url(../images/Home_Focus_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .HomeBanner_BTNext {
        position: absolute;
        right: 276px;
        top: calc(50% - 42px);
        width: 84px;
        height: 84px;
        background: url(../images/Home_Focus_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .HomeBanner_pagination {
        font-size: 12px;
        bottom: 14px !important;
        height: 8px !important;
    }

    .HomeBanner_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #fff;
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .HomeBanner_pagination .swiper-pagination-bullet-active {
        background-color: #a4fff5;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    /* Home_News_Div */
    .Home_News_Div {
        height: auto;
        padding-top: 50px;
        overflow: hidden;
    }

    .Home_News_Left {
        float: left;
        padding: 25px 28px;
        width: 518px;
        height: 520px;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .Home_News_Data {
        height: 42px;
        border-left: 2px solid #009fdb;
        padding-left: 6px;
        overflow: hidden;
        margin-bottom: 18px;
    }

    .Home_News_Data h4 {
        width: 100%;
        font-size: 16px;
        color: #009fdb;
        font-weight: bold;
        line-height: 18px;
        height: 18px;
        margin-bottom: 2px;
    }

    .Home_News_Data h5 {
        width: 100%;
        height: 22px;
        font-size: 22px;
        font-weight: bold;
        color: #009fdb;
        line-height: 22px;
    }

    .Home_News_Title {
        line-height: 33px;
        font-size: 28px;
        color: #000;
        margin-bottom: 15px;
    }

    .Home_News_Title a {
        color: #000;
    }

    .Home_News_Pic {
        width: 513px;
        height: 354px;
    }

    .Home_News_Pic img {
        width: 513px;
        height: 354px;
    }

    .Home_News_List {
        float: right;
        width: 566px;
        height: auto;
    }

    .Home_News_List ul {
        width: 100%;
        height: auto;
    }

    .Home_News_List li {
        border-top: 1px solid #e0e0e0;
        padding: 22px 0 22px 0;
        width: 100%;
        height: auto;
    }

    .Home_News_List li p {
        float: right;
        width: 226px;
        height: 152px;
        margin-left: 20px;
    }

    .Home_News_List_Txt {
        height: auto;
    }

    .Home_News_List_Txt h6 {
        font-size: 14px;
        line-height: 18px;
        color: #009fdb;
        margin-bottom: 10px;
    }

    .Home_News_List_Txt h4 {
        font-size: 24px;
        line-height: 28px;
        color: #000;
        margin-bottom: 15px;
    }

    .Home_News_List_Txt h4 a {
        color: #000;
    }

    .Home_News_List_Txt h5 {
        font-size: 16px;
        line-height: 22px;
        color: #555;
    }

    .Home_News_List_Txt h5 a {
        color: #000;
    }

    .Home_News {
        height: auto;
        overflow: hidden;
    }

    .Home_More_Div {
        width: 100%;
        height: auto;
    }

    .Home_More_Div h4 {
        margin: 0 auto;
        width: 144px;
        height: 26px;
        line-height: 26px;
        border-radius: 13px;
        background-color: #00a0db;
        text-align: center;
    }

    .Home_More_Div h4 a {
        padding: 0;
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        vertical-align: bottom;
    }

    .Home_More_Div h4 a::after {
        content: " ";
        display: inline-block;
        width: 40px;
        height: 26px;
        vertical-align: bottom;
        background: url(../images/Home_More_Arrow.png) center right no-repeat;
    }

    .Home_News_Div .Home_More_Div {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    /* Home_Info_Box */
    .Home_Info_Box {
        width: 100%;
        padding: 60px 0 80px 0;
        height: auto;
        overflow: hidden;
        background-color: #edfaff;
    }

    .Home_Info_Div {
        height: auto;
        overflow: hidden;
    }

    .Home_Info_Left {
        float: left;
        width: 530px;
        height: auto;
    }

    .Home_Info_Left h4 {
        width: 100%;
        font-size: 30px;
        color: #000;
        height: 37px;
        font-weight: bold;
        line-height: 37px;
        margin-bottom: 40px;
    }

    .Home_Info_Left h4 a {
        color: #000;
    }

    .Home_Info_Left h5 {
        width: 100%;
        font-size: 20px;
        color: #000;
        height: auto;
        line-height: 26px;
    }

    .Home_Info_Left h5 a {
        color: #000;
    }

    .Home_Info_Right {
        float: right;
        width: 581px;
        height: 353px;
    }

    .Home_Info_Right video {
        width: 581px;
        height: 353px;
    }

    .Home_Info_More {
        padding: 48px 0 46px 0;
    }

    /* Home_DoingBusiness_Div */
    .Home_DoingBusiness_Div {
        height: auto;
        padding-bottom: 65px;
    }

    /* 20241217 */
    .Title_Div {
        min-height: 65px;
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        color: #000;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }

    .Title_Div a {
        color: #000;
    }

    .Home_DoingBusiness {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .Home_DoingBusiness_Block {
        width: 354px;
        height: 204px;
        padding: 28px 16px 48px 16px;
        background-color: #e5f8ff;
    }

    .Home_DoingBusiness_Block h4 {
        font-size: 20px;
        line-height: 25px;
        color: #000;
        padding-bottom: 10px;
        border-bottom: 1px solid #a7e4fb;
    }

    .Home_DoingBusiness_Block h4 a {
        color: #000;
    }

    .Home_DoingBusiness_Block h5 {
        font-size: 14px;
        line-height: 18px;
        color: #4e4e4e;
        padding-top: 16px;
    }

    .Home_DoingBusiness_Block h6 {
        position: absolute;
        bottom: 23px;
        left: 0;
        height: 25px;
        font-size: 15px;
        padding: 0 15px;
        line-height: 25px;
        color: #000;
        background-color: #a7e4fb;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        text-transform: uppercase;
    }

    .Home_DoingBusiness_Block h6 a {
        color: #000;
    }

    /* Home_ExploreEnjoy_Box */
    .Home_ExploreEnjoy_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: auto;
        overflow: hidden;
    }

    .Home_ExploreEnjoy_All {
        width: 1920px;
        height: auto;
        overflow: hidden;
        background: url(../images/Home_ExploreEnjoy_BK.jpg) top center no-repeat;
        background-color: #fff;
    }

    .Home_ExploreEnjoy_Div {
        height: auto;
        padding: 30px 88px 45px 88px;
        display: flex;
        justify-content: space-between;
    }

    .Home_ExploreEnjoy_Block {
        width: 315px;
        height: 393px;
    }

    .Home_ExploreEnjoy_Title {
        padding-left: 12px;
        height: 23px;
        border-left: 2px solid #25a7dd;
        line-height: 26px;
        font-size: 20px;
        color: #000;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .Home_ExploreEnjoy_Title a {
        color: #000;
    }

    .Home_ExploreEnjoy_line {
        width: 100%;
        height: auto;
    }

    .Home_ExploreEnjoy_List {
        float: left;
        width: 125px;
        height: auto;
        margin-right: 6px;
    }

    .Home_ExploreEnjoy_List ul {
        width: 125px;
        height: auto;
    }

    .Home_ExploreEnjoy_List li {
        width: 125px;
        height: 73px;
        border-top-right-radius: 12px;
        background-color: #00a0db;
        margin-bottom: 6px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 16px;
        line-height: 20px;
        color: #fff;
    }

    .Home_ExploreEnjoy_List li a {
        color: #fff;
    }

    .Home_ExploreEnjoy_List1 {
        margin-top: 33px;
    }

    .Home_ExploreEnjoy_List1 li {
        background-color: #1565dd;
    }

    .Home_ExploreEnjoy_txtList {
        padding: 30px 24px;
        width: 267px;
        height: 333px;
        background-color: #fff;
    }

    .Home_ExploreEnjoy_txtList ul {
        width: 267px;
        height: 333px;
        overflow: hidden;
    }

    .Home_ExploreEnjoy_txtList li {
        font-size: 16px;
        color: #525252;
        line-height: 20px;
        padding-bottom: 8px;
        border-bottom: 1px solid #dadada;
        margin-bottom: 27px;
    }

    .Home_ExploreEnjoy_txtList li a {
        color: #525252;
    }

    /* Home_EnchantingLife_Box */
    .Home_EnchantingLife_Box {
        width: 1920px;
        margin-left: calc(50% - 960px);
        margin-bottom: 65px;
        height: 773px;
        overflow: hidden;
        background: url(../images/Home_EnchantingLife_BK.jpg) center center no-repeat;
    }

    .Home_EnchantingLife_Div {
        margin: 0 auto;
        width: 890px;

        height: auto;
        padding-top: 50px;
    }

    /* 20250206 */
    .Home_EnchantingLife_Title {
        height: 90px;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
    }
    .Home_EnchantingLife_Title a {
        color: #fff;
    }

    .Home_EnchantingLife_Txt {
        height: auto;
    }

    .Home_EnchantingLife_Txt h4 {
        height: 90px;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
    }

    .Home_EnchantingLife_Txt h4 a {
        color: #fff;
    }

    .Home_EnchantingLife_Txt h5 {
        height: 30px;
        line-height: 30px;
        font-size: 25px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background: url(../images/EnchantingLife_Title_BK.png) center center no-repeat;

        margin-bottom: 33px;
    }

    .Home_EnchantingLife_Txt h5 a {
        color: #fff;
    }

    .Home_EnchantingLife_Txt h6 {
        height: 52px;
        line-height: 27px;
        font-size: 22px;
        color: #fff;
        text-align: center;
        /* margin-bottom: 33px; */
    }

    .Home_EnchantingLife_Txt h6 a {
        color: #fff;
    }

    .Home_EnchantingLife_Block {
        width: calc(100% - 20px);
        padding: 10px;
        height: 200px;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.5);
        overflow: hidden;
    }

    .Home_EnchantingLife_Inner {
        width: calc(100% - 56px);
        height: 144px;
        padding: 28px;
        border-radius: 12px;
        background-color: #fff;
    }
    /* 20250206 */
    .Home_EnchantingLife_Item {
        display: none;
    }
    /* 20250206 */
    #Home_EnchantingLife1 {
        display: block;
    }
    .Home_EnchantingLife_Inner ul {
        height: auto;
        /* margin-bottom: 20px; */
    }

    .Home_EnchantingLife_Inner li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        color: #000;
        height: auto;
        margin-bottom: 20px;
    }

    .Home_EnchantingLife_Inner li a {
        color: #000;
    }

    .Home_EnchantingLife_Inner li::before {
        content: " ";
        display: block;
        position: absolute;
        width: 3px;
        height: 3px;
        background-color: #000;
        border-radius: 50%;
        margin-top: 8px;
        left: -10px;
    }

    /* Home_EnchantingLife_Type_Box */
    .Home_EnchantingLife_Type_Box {
        margin-top: 67px;
        width: 100%;
        height: 200px;
        background: url(../images/EnchantingLife_Line.png) center bottom repeat-x;
        background-position: center bottom 55px;
        overflow: hidden;
    }

    .Home_EnchantingLife_Type_Div {
        margin: 0 auto;
        width: 581px;
        height: 200px;
    }

    .Home_EnchantingLife_Type_Div ul {
        width: 581px;
        height: 200px;
    }

    .Home_EnchantingLife_Type_Div li {
        float: left;
        width: 127px;
        height: 200px;
        margin-right: 100px;
        cursor: pointer;
    }

    .Home_EnchantingLife_Type_Div li:last-child {
        margin-right: 0px;
    }

    .Home_EnchantingLife_Type_Div li h4 {
        width: 127px;
        height: 25px;
        padding: 15px 0;
        line-height: 25px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        border-top: 4px solid transparent;
    }

    .Home_EnchantingLife_Type_Div li h4 a {
        color: #fff;
    }

    .Home_EnchantingLife_TypePic {
        width: 127px;
        height: 127px;
        margin-bottom: 14px;
    }

    .Home_EnchantingLife_Type1 .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item1.png) center center no-repeat;
    }

    .Home_EnchantingLife_Type1:hover h4 {
        border-top: 4px solid #fff;
    }

    .Home_EnchantingLife_Type1:hover .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item1_on.png) center center no-repeat;
    }

    .Home_EnchantingLife_Type2 .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item2.png) center center no-repeat;
    }

    .Home_EnchantingLife_Type2:hover h4 {
        border-top: 4px solid #fff;
    }

    .Home_EnchantingLife_Type2:hover .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item2_on.png) center center no-repeat;
    }

    .Home_EnchantingLife_Type3 .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item3.png) center center no-repeat;
    }

    .Home_EnchantingLife_Type3:hover h4 {
        border-top: 4px solid #fff;
    }

    .Home_EnchantingLife_Type3:hover .Home_EnchantingLife_TypePic {
        background: url(../images/Home_Education_Item3_on.png) center center no-repeat;
    }

    /* ELT_Banner_Box */
    .ELT_Banner_Box {
        width: 1920px;
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        height: auto;
        overflow: hidden;
    }

    .ELT_Banner_Box img {
        width: 1920px;
        height: 220px;
    }

    .ELT_Swiper_Div {
        height: auto;
    }

    .ELT_Swiper_Swiper {
        width: 1200px;
        height: 413px;
        overflow: hidden;
    }

    .ELT_Swiper_Swiper p {
        width: 1200px;
        height: 334px;
        overflow: hidden;
    }

    .ELT_Swiper_Swiper p img {
        width: 1200px;
        height: 334px;
    }

    .ELT_Swiper_Swiper h4 {
        position: absolute;
        top: 0;
        left: 93px;
        padding: 40px 23px;
        width: 214px;
        height: 254px;

        font-size: 22px;
        line-height: 28px;
        color: #fff;

        background-color: rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    .ELT_Swiper_Swiper h4 a {
        color: #fff;
    }

    .ELT_Swiper_Swiper h5 {
        padding: 13px 93px;
        width: 1014px;
        height: 54px;
        font-size: 22px;
        line-height: 27px;
        color: #fff;
        background-color: #3c3c3c;
        overflow: hidden;
    }

    .ELT_Swiper_Swiper h5 a {
        color: #fff;
    }

    .ELT_Swiper_Swiper h5 a span {
        color: #3cc1f2;
    }

    .ELT_Swiper_Swiper h5 a:hover {
        color: #fff !important;
    }

    .ELT_BTPrev {
        position: absolute;
        left: 140px;
        top: 273px;
        width: 30px;
        height: 8px;
        background: url(../images/ELT_BT_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .ELT_BTNext {
        position: absolute;
        left: 275px;
        top: 273px;
        width: 30px;
        height: 8px;
        background: url(../images/ELT_BT_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .ELT_pagination {
        font-size: 12px;
        left: 172px !important;
        right: auto !important;
        top: 272px !important;
        width: 100px !important;
        height: 10px !important;
    }

    .ELT_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #fff;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
        opacity: 1;
    }

    .ELT_pagination .swiper-pagination-bullet-active {
        background-color: #a3fff5;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .ELT_Drink_Div {
        padding-top: 40px;
        height: auto;
        overflow: hidden;
        margin-bottom: 60px;
    }

    .ELT_Drink_Div .Title_Div {
        height: 50px;
    }

    .ELT_Drink_Info {
        padding: 42px 54px 20px 54px;
        width: 1092px;
        height: auto;
        font-size: 16px;
        color: #000;
        line-height: 26px;
        background-image: linear-gradient(to bottom, #dff0ff, #fff);
        margin-bottom: 20px;
    }

    .ELT_Drink_Info a {
        color: #1d92e9;
        font-weight: bold;
    }

    .ELT_Drink_List {
        width: 100%;
        height: auto;
    }

    .ELT_Drink_List ul {
        width: 100%;
        height: auto;
    }

    .ELT_Drink_List li {
        float: left;
        width: 266px;
        height: auto;
        margin-right: 45px;
    }

    .ELT_Drink_List li:last-child {
        margin-right: 0px;
    }

    .ELT_Drink_List p {
        width: 266px;
        height: 184px;
        margin-bottom: 20px;
    }

    .ELT_Drink_List p img {
        width: 266px;
        height: 184px;
    }

    .ELT_Drink_List h4 {
        width: 266px;
        height: 46px;
        font-size: 18px;
        color: #000;
        line-height: 23px;
        padding-bottom: 16px;
        border-bottom: 2px solid #3ec1f2;
    }

    .ELT_Drink_List h4 a {
        display: block;
        width: 266px;
        height: 46px;
        font-size: 18px;
        line-height: 23px;
        color: #000;
        overflow: hidden;
    }

    .ELT_WhereToStay_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 411px;
        background: url(../images/ELT_WhereToStay_BK.jpg) top center no-repeat;
        overflow: hidden;
    }

    .ELT_WhereToStay_Div {
        padding-top: 40px;
    }

    .ELT_WhereToStay_Div .Title_Div {
        height: 50px;
    }

    .ELT_WhereToStay_Block {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ELT_WhereToStay_Left {
        float: left;
        margin-top: 20px;
        width: 305px;
        margin-right: 45px;
        height: auto;

        font-size: 18px;
        line-height: 24px;
        color: #505050;
    }

    .ELT_WhereToStay_Pic {
        float: left;
        width: 498px;
        height: 320px;
    }

    .ELT_WhereToStay_Pic img {
        width: 498px;
        height: 320px;
    }

    .ELT_WhereToStay_List {
        float: right;
        margin-top: 20px;
        width: 315px;
        height: auto;
        overflow: hidden;
    }

    .ELT_WhereToStay_List ul {
        width: 315px;
        height: auto;
    }

    .ELT_WhereToStay_List li {
        padding-left: 20px;
        font-size: 18px;
        line-height: 22px;
        color: #505050;
        margin-bottom: 20px;
    }

    .ELT_WhereToStay_List li a {
        color: #505050;
    }

    .ELT_WhereToStay_List li::before {
        content: " ";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #000;
        border-radius: 50%;
        margin-top: 8px;
        left: 5px;
    }

    .ELT_GettingAround_Div {
        padding-top: 60px;
        height: auto;
        overflow: hidden;
    }

    .ELT_GettingAround_Content {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 24px;
    }

    .ELT_GettingAround_Content p {
        float: left;
        width: 500px;
        height: 310px;
        overflow: hidden;
    }

    .ELT_GettingAround_Content p img {
        width: 500px;
        height: 310px;
    }

    .ELT_GettingAround_Txt {
        float: left;
        padding: 27px 31px;
        width: 638px;
        height: 256px;
        background-color: #f6f6f6;
    }

    .ELT_GettingAround_Txt h4 {
        font-size: 24px;
        line-height: 30px;
        color: #000;
        padding-bottom: 16px;
        border-bottom: 1px solid #cfcfcf;
    }

    .ELT_GettingAround_Txt h5 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
        color: #545454;
    }

    .ELT_GettingAround_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ELT_GettingAround_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ELT_GettingAround_List li {
        float: left;
        width: 570px;
        height: 170px;
        overflow: hidden;
    }

    .ELT_GettingAround_List li:last-child {
        float: right;
        width: 570px;
        height: 170px;
        overflow: hidden;
    }

    .ELT_GettingAround_List li p {
        float: left;
        width: 265px;
        height: 170px;
        margin-right: 20px;
        overflow: hidden;
    }

    .ELT_GettingAround_List li p img {
        width: 265px;
        height: 170px;
    }

    .ELT_GettingAround_List_Txt {
        float: left;
        width: 285px;
        height: 170px;
        overflow: hidden;
    }

    .ELT_GettingAround_List_Txt h4 {
        font-size: 22px;
        line-height: 28px;
        color: #000;
        margin-bottom: 10px;
    }

    .ELT_GettingAround_List_Txt h4 a {
        color: #000;
    }

    .ELT_GettingAround_List_Txt h5 {
        font-size: 14px;
        line-height: 20px;
        color: #7f7f7f;
    }

    .ELT_LEISURE_Div {
        padding-top: 60px;
        margin-bottom: 105px;
    }

    .ELT_LEISURE_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ELT_LEISURE_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ELT_LEISURE_List li {
        float: left;
        width: 386px;
        height: auto;
        margin-right: 21px;
        overflow: hidden;
    }

    .ELT_LEISURE_List li:last-child {
        margin-right: 0px;
    }

    .ELT_LEISURE_List li p {
        width: 386px;
        height: 255px;
        overflow: hidden;
    }

    .ELT_LEISURE_List li p img {
        width: 386px;
        height: 255px;
    }

    .ELT_LEISURE_List li h4 {
        padding: 20px 13px;
        width: 360px;
        height: 90px;
        font-size: 22px;
        line-height: 30px;
        color: #21252b;
        background-color: #e6f7ff;
    }

    .ELT_LEISURE_List li h4 a {
        width: 360px;
        height: 90px;
        font-size: 22px;
        line-height: 30px;
        color: #21252b;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    /* CulturalArts_Div */
    .CulturalArts_Div {
        height: auto;
        margin-bottom: 65px;
        overflow: hidden;
    }

    .CulturalArts_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .CulturalArts_Div li {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f6f6f6;
        margin-bottom: 30px;
    }

    .CulturalArts_Div li p {
        float: left;
        width: 367px;
        height: 246px;
        overflow: hidden;
    }

    .CulturalArts_Div li p img {
        width: 367px;
        height: 246px;
    }
    /* 20241217 */
    .CulturalArts_Txt {
        padding: 27px 20px;
        /* width: 793px; */
        height: 192px;
        overflow: hidden;
    }

    .CulturalArts_Txt h4 {
        font-size: 24px;
        line-height: 30px;
        color: #000;
        padding-bottom: 13px;
        border-bottom: 1px solid #d0d0d0;
    }

    .CulturalArts_Txt h4 a {
        color: #000;
    }

    .CulturalArts_Txt h5 {
        margin-top: 22px;
        font-size: 14px;
        line-height: 18px;
        color: #545454;
        padding-bottom: 20px;
    }

    .CulturalArts_Txt h5 a {
        color: #545454;
    }

    .CulturalArts_Txt h6 {
        font-size: 14px;
        line-height: 20px;
        color: #009fdb;
    }

    /* BUSS_IP_Div */
    .BUSS_IP_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 57px;
    }

    .BUSS_IP_Div .Title_Div {
        text-align: left;
        /* height: 70px; */
        margin-bottom: 30px;
    }

    .BUSS_IP_Txt {
        width: 100%;
        height: 460px;
    }

    .BUSS_IP_Left {
        float: left;
        width: 730px;
        height: 460px;
        overflow: hidden;
    }

    .BUSS_IP_Left p {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        margin-bottom: 35px;
    }

    .BUSS_IP_Right {
        position: absolute;
        top: 0;
        right: 33px;
        width: 396px;
        height: 518px;
        z-index: 2;
    }

    .BUSS_IP_Right img {
        width: 396px;
        height: 518px;
    }

    .BUSS_IP_Bottom {
        width: 100%;
        height: 88px;
        background-color: #1867ca;
    }

    .BUSS_IP_Bottom_Txt {
        float: left;
        margin-left: 35px;
        margin-top: 32px;
        width: 535px;
        height: 25px;
        line-height: 25px;
        font-size: 20px;
        font-style: italic;
        color: #fff;
    }

    .BUSS_BTMore {
        width: 125px;
        height: 24px;
        border: 1px solid #fff;
        border-radius: 12px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

    .BUSS_BTMore a {
        color: #fff;
    }

    .BUSS_BTMore a::after {
        content: " ";
        width: 32px;
        height: 9px;
        display: inline-block;
        background: url(../images/BUSS_POLICY_MoreArrow_White.png) center right no-repeat;
    }

    .BUSS_IP_Bottom .BUSS_BTMore {
        float: left;
        margin-top: 32px;
    }

    .BUSS_POLICY_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 68px;
    }

    .BUSS_POLICY_Left {
        float: left;
        padding: 47px 27px 41px 27px;
        width: 427px;
        height: 581px;
        overflow: hidden;
        background: url(../images/BUSS_POLICY_LeftBK.jpg) center center no-repeat;
    }

    .BUSS_POLICY_Left .Title_Div {
        color: #fff;
    }

    .BUSS_POLICY_Left .Title_Div a {
        color: #fff;
    }

    .BUSS_POLICY_Txt {
        height: 500px;
        overflow: hidden;
    }

    .BUSS_POLICY_Txt p {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        margin-bottom: 35px;
    }

    .BUSS_POLICY_Left .BUSS_BTMore {
        margin: 0 auto;
    }

    .BUSS_POLICY_Right {
        float: left;
        padding: 32px 31px 24px 13px;
        width: 675px;
        height: 516px;
        background: url(../images/BUSS_POLICY_RightBK.jpg) center center no-repeat;
        border-top: 49px solid #fff;
    }

    .BUSS_POLICY_Right ul {
        height: 496px;
        overflow: hidden;
    }

    .BUSS_POLICY_Right li {
        margin-bottom: 34px;
    }

    .BUSS_POLICY_Right li h4 {
        font-size: 20px;
        line-height: 25px;
        color: #000;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }

    .BUSS_POLICY_Right li h4 a {
        color: #000;
    }

    .BUSS_POLICY_Right li h5 {
        margin-top: 17px;
        font-size: 14px;
        line-height: 18px;
        color: #4d4d4d;
    }

    .BUSS_BTMoreBlack {
        float: right;
        border: 1px solid #000;
        color: #000;
    }

    .BUSS_BTMoreBlack a {
        color: #000;
    }

    .BUSS_BTMoreBlack a::after {
        background: url(../images/BUSS_POLICY_MoreArrow_Black.png) center right no-repeat;
    }

    .BUSS_GUIDE_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 95px;
    }

    .BUSS_GUIDE_Div .Title_Div {
        text-align: left;
        height: 57px;
    }

    .BUSS_GUIDE_Txt {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 22px;
    }

    .BUSS_GUIDE_Left {
        float: left;
        width: 482px;
        height: 295px;
        overflow: hidden;
    }

    .BUSS_GUIDE_Left img {
        width: 482px;
        height: 295px;
    }

    .BUSS_GUIDE_Right {
        float: right;
        width: 695px;
        height: 295px;
        overflow: hidden;
    }

    .BUSS_GUIDE_Right p {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        margin-bottom: 35px;
    }

    .BUSS_GUIDE_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .BUSS_GUIDE_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .BUSS_GUIDE_List li {
        float: left;
        width: 263px;
        height: 100px;
        padding: 10px 11px;
        background-color: #eff7ff;
        border-left: 3px solid #bddbf9;
        margin-right: 16px;

        font-size: 20px;
        line-height: 25px;
        color: #000;
        overflow: hidden;
    }

    .BUSS_GUIDE_List li:last-child {
        margin-right: 0;
    }

    .BUSS_GUIDE_List li a {
        color: #000;
    }

    /* Enchanting_Type_Div */
    .Enchanting_Type_Div {
        height: 47px;
        padding-bottom: 7px;
        border-bottom: 1px solid #ccc;
    }

    .Enchanting_Type_Div ul {
        width: 100%;
        height: 47px;
        overflow: hidden;
    }

    .Enchanting_Type_Div li {
        float: left;
        width: 180px;
        height: 47px;

        background-color: #e9e9e9;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-right: 10px;

        text-align: center;
        font-size: 22px;
        line-height: 47px;
        color: #000;
        text-transform: uppercase;
    }

    .Enchanting_Type_Div li a {
        color: #000;
    }

    .Enchanting_Type_Now {
        background-color: #14a2dd !important;
        color: #fff !important;
    }

    .Enchanting_Type_Now a {
        color: #fff !important;
    }

    .Enchanting_List {
        margin-top: 37px;
        height: auto;
        /* margin-bottom: 30px; */
    }

    .Enchanting_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Enchanting_List li {
        float: left;
        width: 580px;
        height: auto;
        overflow: hidden;
        margin-bottom: 26px;
    }

    .Enchanting_List li:nth-child(2n) {
        float: right;
    }

    .Enchanting_List li p {
        float: left;
        width: 265px;
        height: 170px;
        margin-right: 15px;
        overflow: hidden;
    }

    .Enchanting_Txt {
        min-height: 170px;
    }

    .Enchanting_Txt h4 {
        font-size: 22px;
        line-height: 28px;
        color: #000;
        margin-bottom: 10px;
    }

    .Enchanting_Txt h4 a {
        color: #000;
    }

    .Enchanting_Txt h5 {
        font-size: 14px;
        line-height: 18px;
        color: #009fdb;
    }

    .Enchanting_List .PageControl_Div {
        margin-bottom: 30px;
        margin-top: 35px;
    }

    /* Gov_Officals_Div */
    .Gov_Officals_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 45px;
    }

    .Gov_Officals_Div .Title_Div {
        text-align: left;
    }

    .Gov_Officals {
        padding: 10px 10px;
        width: calc(100% - 20px);
        height: auto;
        background-color: #f3f3f3;
        overflow: hidden;
    }

    .Gov_Officals_Block {
        padding: 30px 50px;
        border-radius: 20px;
        background-color: #fff;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .Gov_Officals_Title {
        margin: 0 auto;
        width: 1080px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 24px;
        color: #000;
        font-weight: bold;
        background: url(../images/Gov_Line.png) center center no-repeat;
    }

    .Gov_Officals_Title a {
        color: #000;
    }
    .Gov_Officals_PicOne {
        margin: 0 auto;
        width: 137px;
        margin-top: 40px;
    }
    .Gov_Officals_Item {
        width: 137px;
        height: auto;
        overflow: hidden;
    }
    .Gov_Officals_Item p {
        width: 137px;
        height: 168px;
        margin-bottom: 38px;
    }
    .Gov_Officals_Item p img {
        width: 137px;
        height: 168px;
    }
    .Gov_Officals_Item h4 {
        width: 100%;
        height: 28px;
        text-align: center;

        line-height: 28px;
        font-size: 22px;
        color: #333;
    }
    .Gov_Officals_Item h4 a {
        color: #333;
    }

    .Gov_BTMore {
        float: right;
        width: 125px;
        height: 24px;
        border: 1px solid #000;
        border-radius: 12px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #000;
        cursor: pointer;
    }

    .Gov_BTMore a {
        color: #000;
    }

    .Gov_BTMore a::after {
        content: " ";
        width: 32px;
        height: 9px;
        display: inline-block;
        background: url(../images/BUSS_POLICY_MoreArrow_Black.png) center right no-repeat;
    }
    .Gov_Officals_List {
        margin: 0 auto;
        margin-top: 40px;
        width: 815px;
        height: auto;
        overflow: hidden;
        margin-bottom: 85px;
    }
    .Gov_Officals_List ul {
        width: 100%;
        height: auto;
    }
    .Gov_Officals_List li {
        float: left;
        width: 137px;
        height: auto;
        margin-right: 89px;
        margin-bottom: 25px;
    }
    .Gov_Officals_List li:nth-child(4n) {
        margin-right: 0px;
    }
    .Gov_Officals_List li p {
        margin-bottom: 30px;
    }
    .Gov_Departments_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .Gov_Departments_Div ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Gov_Departments_Div li {
        float: left;
        width: 240px;
        height: auto;
        margin-bottom: 16px;
        overflow: hidden;
    }
    .Gov_Departments_Div li p {
        padding: 0 3px;
        width: 234px;
        margin-bottom: 15px;
    }
    .Gov_Departments_Div li p img {
        width: 234px;
        height: 116px;
    }
    .Gov_Departments_Div li h4 {
        border-top: 1px solid #e4e7ee;
        border-left: 1px solid #e4e7ee;
        padding: 15px;
        width: 208px;
        height: 100px;
        overflow: hidden;
        font-size: 20px;
        line-height: 25px;
        color: #000;
    }
    .Gov_Departments_Div li h4 a {
        color: #000;
    }
    .Gov_Departments_Div li:nth-child(5n) h4 {
        border-right: 1px solid #e4e7ee;
    }
    /* 20241224 */
    .Artical_Link_Div {
        position: absolute;
        right: 0;
        top: -4px;
        width: 150px;
        height: 28px;
        display: flex;
        justify-content: space-between;
    }
    .Artical_Link_Div p {
        display: inline-block;
        width: 28px;
        height: 28px;
    }
    .Artical_Link_Div img {
        width: 28px;
        height: 28px;
    }
    /* 20241224end */
	.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: #C10D0D!important;
}
}
