/* PC */

@media (min-width: 600px) {
    /* public css */
    .Pub_BigTitle_Div {
        width: 100%;
        height: 65px;
        font-size: 36px;
        font-weight: bold;
        line-height: 45px;
        color: #000;
        text-align: center;
    }

    .Pub_BigTitle_Div a {
        color: #000;
    }

    .Pub_Date_Div {
        padding: 5px;
        margin-bottom: 15px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        /* IE兼容 */
        display: inline-block;
        *display: inline;
        *zoom: 1;

        min-width: 10px;
        height: 18px;
        line-height: 18px;
        font-size: 18px;
        color: #656565;
        background-color: #dbe7ff;
    }

    .Pub_Date_Green {
        background-color: #d5eada !important;
    }

    .Pub_Date_Cyan {
        background-color: #c1e7e9 !important;
    }

    .Pub_InfoTitle {
        font-size: 28px;
        font-weight: bold;
        color: #333;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .Pub_InfoTitle a {
        color: #333;
    }

    .Pub_InfoTitle2 {
        font-size: 24px;
        font-weight: bold;
        color: #333;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .Pub_InfoTitle2 a {
        color: #333;
    }

    .Pub_Info_Detail {
        font-size: 24px;
        line-height: 32px;
        color: #656565;

        /* Text overflow */
        /* text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden; */
    }

    .Pub_Info_Detail a {
        color: #656565;
    }

    /* public css end*/

    /* TopMenu_Box */
    .TopMenu_Box {
        position: absolute;
        top: 0;
        width: 100%;
        height: 130px;
        background-color: rgba(0, 0, 0, 0.5);
        overflow: hidden;
        z-index: 1;
    }

    .TopMenu_Div {
        height: 104px;
        /* margin-top: 12px; */
    }

    .TopMenu_Logo {
        width: 220px;
        height: 104px;
        margin-top: 12px;
    }

    .TopMenu_Logo img {
        width: 97px;
        height: 104px;
        margin-left: 57px;
    }

    .TopMenu_MenuDiv {
        width: 670px;
        height: 40px;
        margin-top: 48px;
    }

    .TopMenu_MenuDiv ul {
        width: 100%;
        height: 40px;
        list-style: none;
    }

    .TopMenu_MenuDiv li {
        float: left;
        width: auto;
        margin-right: 65px;
        height: 38px;
        line-height: 38px;
        font-size: 28px;
        color: #fff;
    }

    /* 20230614 */
    .TopMenu_MenuDiv li:last-child {
        margin-right: 0px;
    }

    .TopMenu_MenuDiv li:hover {
        border-bottom: 2px solid #fff;
    }

    .TopMenu_MenuDiv li a {
        color: #fff;
    }

    .TopMenu_MenuDiv li a:hover {
        text-decoration: none;
    }

    /* 20230603 */
    .TopMenu_MenuDiv_Pop {
        margin-left: -40px;

        height: 40px;
        margin-top: 48px;
        /* border: 1px solid #0067BC; */
        transition: all 0.5s;
    }
    /* 20230603 */
    .TopMenu_MenuDiv_Pop li {
        margin-right: 20px !important;
        transition: all 0.5s;
    }

    .MenuNow {
        color: #aadbff !important;
        border-bottom: 2px solid #aadbff;
    }

    .MenuNow:hover {
        border-bottom: 2px solid #aadbff !important;
    }
    /* 20230603 */
    .TopMenu_Control_Div {
        position: absolute;
        right: 0;
        /* top: 52px; */
        top: 42px;
        /* width: 330px; */
        height: 47px;
        /* border: 1px solid #007952; */
        /* margin-top: 40px; */
        z-index: 4;
    }
    .TopMenu_Control_Div2 {
        position: absolute;
        right: 0;
        /* top: 52px; */
        top: 42px;
        /* width: 533px; */
        height: 47px;
        /* border: 1px solid #007952; */
        /* margin-top: 40px; */
        z-index: 4;
    }
    /* 20230603 */
    .TopMenu_Control_SearchPop,
    .TopMenu_Control_Search {
        float: right;
        /* margin-top: 10px; */
        width: 115px;
        /* height: 23px; */
        /* border-right: 1px solid #B2C5CA; */
    }
    .TopMenu_Control_SearchPop,
    .TopMenu_Control_Search img {
        margin: 0 auto;
        width: 23px;
        height: 23px;
    }
    /* 20230603 */
    .TopMenu_Control_Search2Pop,
    .TopMenu_Control_Search2 {
        display: none;
        float: right;
        width: 319px;
        height: 48px;
        /* border-right: 1px solid #B2C5CA; */
    }
    .TopMenu_Control_Input {
        width: 292px;
        height: 46px;
        border: 1px solid #fff;
        border-radius: 23px;
    }
    .TopMenu_Control_InputBT {
        position: absolute;
        top: 10px;
        right: 47px;
        height: 23px;
    }
    .TopMenu_Control_Input input {
        margin-left: 23px;
        width: 170px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        color: #fff;
        background-color: transparent;
    }
    .TopMenu_Control_Language {
        float: right; /* 20230603 */
        margin-top: 10px;
        text-align: center;
        width: 115px;
        height: 23px;
        font-size: 18px;
        color: #fff;
        line-height: 23px;
        border-left: 1px solid #b2c5ca;
        border-right: 1px solid #b2c5ca;
    }

    .TopMenu_Control_Language a {
        color: #fff;
        font-family: "微软雅黑", "simsun";
    }

    .TopMenu_Control_Search img {
        margin: 0 auto;
        width: 23px;
    }

    .TopMenu_Control_Menu {
        float: right;
        margin-top: 3px;
        margin-left: 12px;
        text-align: center;
        width: 90px;
        font-size: 28px;
        line-height: 38px;
        height: 38px;
        color: #fff;
    }

    .TopMenu_Control_Menu img {
        width: 22px;
        margin-left: 40px;
        cursor: pointer;
    }
    /* 20230603 */
    .TopMenu_Control_Close2Pop,
    .TopMenu_Control_Close2 {
        float: right;
        position: absolute;
        right: 40px;
        top: 5px;
        text-align: center;
        width: 30px;
    }
    .TopMenu_Control_SearchBTPop,
    .TopMenu_Control_SearchBT {
        float: right;
        position: absolute;
        right: 75px;
        top: 12px;
        text-align: center;
        width: 30px;
    }
    .TopMenu_Control_Close {
        float: right;
        margin-top: 10px;
        margin-left: 12px;
        text-align: center;
        width: 90px;
    }
    .TopMenu_Control_Close img {
        width: 22px;
        margin-left: 40px;
        cursor: pointer;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #0067bc;
        height: 888px;
        z-index: 2;
    }

    .Top_Menu_Pop_Box_Blue {
        background-color: #0067bc;
    }

    .Top_Menu_Pop_Box_Green {
        background-color: #00bc80;
    }

    .Top_Menu_Pop_Div {
        height: 888px;
    }

    .Top_Menu_Pop_Logo {
        width: 160px;
        margin-top: 133px;
    }

    .Top_Menu_Pop_Logo img {
        width: 97px;
        height: 104px;
    }

    .Top_Menu_Pop_Menu {
        width: 840px;
        margin-top: 173px;
    }

    .Top_PopMenu_Line {
        float: left;
        height: 370px;
    }

    .Top_PopMenu_Line ul {
        width: 100%;
        list-style: none;
    }

    .Top_PopMenu_Line li {
        font-size: 22px;
        color: #d5dff4;
        line-height: 30px;
        height: 53px;
    }

    .Top_PopMenu_Line li a {
        color: #d5dff4;
    }

    #TLine1 {
        width: 310px;
    }

    #TLine2 {
        width: 260px;
    }

    #TLine3 {
        width: 260px;
    }

    #TLine4 {
        width: 310px;
    }

    #TLine5 {
        width: 260px;
    }

    .Top_PopMenu_Title {
        height: 53px;
        line-height: 30px;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }

    .Top_PopMenu_Title a {
        color: #fff;
    }

    /* Top_Banner_Box */
    .Top_Banner_Box {
        width: 100%;
        height: 771px;
        overflow: hidden;
        margin-bottom: 94px;
    }

    .Top_Banner_Swiper {
        position: absolute;
        width: 1920px;
        left: 50%;
        top: 0;
        transform: translateX(-960px);
        overflow: hidden;
    }

    .Top_Banner_TextBox {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-600px);
        width: 1200px;
        height: 771px;
    }

    .Top_Banner_Text {
        position: absolute;
        top: 478px;
        left: 187px;
        width: 910px;
        border-left: 3px solid #fff;
    }

    .Top_Banner_Text h4 {
        margin-left: 30px;
        font-size: 48px;
        /* height: 48px; */
        line-height: 48px;
        font-weight: bold;
        margin-bottom: 25px;
        color: #fff;
    }

    .Top_Banner_Text h4 a {
        color: #fff;
        text-shadow: 3px 3px 8px #333; /* 20230603 */
    }

    .Top_Banner_Text h5 {
        margin-left: 30px;
        font-size: 30px;
        line-height: 40px;
        height: 120px;
        color: #fff;
    }

    .Top_Banner_Text h5 a {
        color: #fff;
        text-shadow: 3px 3px 8px #333; /* 20230603 */
    }

    .Top_Banner_pagination {
        font-size: 12px;
        left: auto !important;
        right: 410px !important;
        bottom: 50px !important;
        height: 4px !important;
        width: 100px !important;
    }

    .Top_Banner_pagination .swiper-pagination-bullet {
        border-radius: 2px;
        width: 14px;
        height: 4px;
        background-color: #fff;
        opacity: 1;
    }

    .Top_Banner_pagination .swiper-pagination-bullet-active {
        background-color: #fff;
        width: 30px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .Top_Banner_BTPrev {
        position: absolute;
        left: 270px;
        top: 50%;
        transform: translateY(-30px);
        width: 60px;
        height: 60px;
        background: url(../images/Main_Banner_BT_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Top_Banner_BTNext {
        position: absolute;
        right: 270px;
        top: 50%;
        transform: translateY(-30px);
        width: 60px;
        height: 60px;
        background: url(../images/Main_Banner_BT_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    /* Biz_Div */
    .Biz_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 94px;
    }

    .Biz_Block {
        width: 100%;
        height: 330px;
        overflow: hidden;
    }

    .Biz_Info {
        padding: 20px 20px 0 30px;
        width: 357px;
        height: 310px;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .Biz_Info2 {
        padding: 20px 20px 0 20px;
        width: 346px;
        height: 310px;
        overflow: hidden;
        background-color: #f6f6f6;
    }

    .Biz_Picture {
        width: 386px;
        height: 330px;
    }

    .Biz_Picture img {
        width: 386px;
        height: 330px;
    }

    .Biz_More_Div {
        width: 100%;
        height: 43px;
    }

    .Biz_More {
        float: right;
        margin-right: 30px;
        width: 75px;
        padding-top: 18px;
        height: 25px;
        background: url(../images/Biz_More.png) center bottom no-repeat;
        line-height: 25px;
        font-size: 18px;
        color: #3365cb;
    }

    .Biz_More a {
        color: #3365cb;
    }

    .Biz_More_Green {
        color: #439b59 !important;
    }

    .Biz_More_Green a {
        color: #439b59 !important;
    }

    .Biz_More_Cyan {
        color: #0097a1 !important;
    }

    .Biz_More_Cyan a {
        color: #0097a1 !important;
    }

    /* IGIP_Div */
    .IGIP_Div {
        height: 514px;
        margin-bottom: 90px;
        overflow: hidden;
    }

    .Investment_Guide_Div {
        width: 793px;
        height: 514px;
    }

    .Investment_Guide_Info {
        width: 793px;
        height: 448px;
        background: url(../images/InvestmentGuide_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    .Investment_Guide_Info ul {
        margin-left: 407px;
        margin-top: 60px;
        width: 360px;
        list-style: none;
    }

    .Investment_Guide_Info li {
        padding-left: 18px;
        font-size: 24px;
        font-weight: bold;
        color: #333;
        line-height: 30px;
        background: url(../images/Dot_Biz.png) left top no-repeat;
        background-position: 0 14px;
        margin-bottom: 32px;
    }

    .Investment_Guide_Info li a {
        color: #333;
    }

    .Industrial_Parks_Div {
        width: 386px;
        height: 514px;
    }

    .Industrial_Parks_Info {
        width: 386px;
        height: 448px;
        overflow: hidden;
        background: url(../images/Industrial_Parks_BK.jpg) center center repeat-x;
    }

    .Industrial_Parks_Swiper {
        margin: 0 auto;
        margin-top: 30px;
        width: 326px;
        height: 400px;
    }

    .Industrial_Parks_Swiper p {
        width: 326px;
        height: 250px;
    }

    .Industrial_Parks_Swiper p img {
        width: 326px;
        height: 250px;
    }

    .Industrial_Parks_Swiper h4 {
        margin-top: 13px;
        width: 326px;
        height: 90px;
        font-size: 24px;
        line-height: 30px;
        color: #000;
        text-align: center;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Industrial_Parks_Swiper h4 a {
        color: #000;
    }

    .Industrial_Parks_BTPrev {
        position: absolute;
        left: 50%;
        transform: translateX(-57px);
        bottom: 0;
        width: 42px;
        height: 42px;
        background: url(../images/IGuide_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Industrial_Parks_BTNext {
        position: absolute;
        left: 50%;
        transform: translateX(15px);
        bottom: 0;
        width: 42px;
        height: 42px;
        background: url(../images/IGuide_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    /* UpcomingEvents_Box */
    .UpcomingEvents_Box {
        width: 100%;
        height: 552px;
        margin-bottom: 90px;
        background: linear-gradient(to right, #00a0ab 0%, #00a0ab 50%, #00bc80 50%, #00bc80 100%);
        overflow: hidden;
    }

    .UpcomingEvents_Div {
        height: 552px;
    }

    .UpcomingEvents {
        width: 640px;
        height: 552px;
        background-color: #00a0ab;
    }

    .UpcomingEvents_Title {
        width: 590px;
        margin-top: 95px;
        height: 70px !important;
    }
    .UpcomingEvents_Title a {
        color: #fff;
    }

    .UpcomingEventsList {
        width: 590px;
    }

    .UpcomingEventsList ul {
        width: 590px;
        list-style: none;
    }

    .UpcomingEventsList li {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 0;
        height: auto;
        background-color: #31b1ba;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .UpcomingEventsList_Date {
        float: left;
        margin-left: 30px;
        width: 117px;
        line-height: 20px;
        height: 20px;
        font-size: 18px;
        color: #fff;
        border-right: 1px solid #414141;
    }

    .UpcomingEventsList_Date a {
        color: #fff;
    }

    .UpcomingEventsList_Name {
        float: left;
        margin-left: 30px;
        width: 376px;
        line-height: 30px;
        font-size: 24px;
        color: #333;
    }

    .UpcomingEventsList_Name a {
        color: #fff;
    }

    .WorkInPlace_Div {
        width: 560px;
        height: 552px;
        background-color: #00bc80;
    }

    .WorkInPlace_Picture {
        margin-left: 100px;
        margin-top: 117px;
        width: 398px;
        height: 146px;
    }

    .WorkInPlace_Picture img {
        width: 398px;
        height: 146px;
    }

    .WorkInPlace_Link_Div {
        margin-left: 105px;
        margin-top: 65px;
        width: 385px;
        height: 154px;
    }

    .WorkInPlace_Link {
        width: 188px;
        height: 154px;
        text-align: center;
        font-size: 24px;
        color: #000;
        border-radius: 8px;
    }

    .WorkInPlace_Link a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 85px;
        width: 100%;
        height: 56px;
        text-align: center;
        font-size: 24px;
        color: #000;
    }

    .WorkInPlace_Link1 {
        float: left;
        background: url(../images/WorkInAPlace_Icon1.png) center top no-repeat;
        background-position: center 33px;
        background-color: #fff;
    }

    .WorkInPlace_Link2 {
        float: right;
        background: url(../images/WorkInAPlace_Icon2.png) center top no-repeat;
        background-position: center 33px;
        background-color: #fff;
    }

    /* ECI_Div */
    .ECI_Div {
        height: 635px;
        margin-bottom: 90px;
        overflow: hidden;
    }

    .Education_Div {
        width: 386px;
        height: 635px;
        margin-right: 20px;
    }

    .Education_List {
        height: 566px;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .Education_List ul {
        margin-top: 30px;
        margin-left: 30px;
        width: 345px;
        list-style: none;
    }

    .Education_List li {
        width: 337px;
        margin-bottom: 37px;
        list-style: none;
    }

    .Education_List li h4 {
        padding-left: 20px;
        background: url(../images/Dot_Biz.png) left top no-repeat;
        background-position: 5px 14px;
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        color: #000;
        margin-bottom: 20px;
    }

    .Education_List li h4 a {
        color: #000;
    }

    .Education_List li h5 {
        padding-left: 20px;
        font-size: 24px;
        line-height: 30px;
        color: #494949;
        margin-bottom: -30px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Education_List li h5 a {
        color: #494949;
    }

    .CompaniesBrands_Div {
        width: 386px;
        height: 635px;
    }

    .CompaniesBrands_List {
        height: 566px;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .CompaniesBrands_List ul {
        margin: 0 auto;
        margin-top: 30px;
        width: 336px;
    }

    .CompaniesBrands_List li {
        margin-bottom: 20px;
    }

    .International_Div {
        width: 386px;
        height: 635px;
    }

    .International_Block {
        height: 566px;
        padding: 30px 30px 0 30px;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .International_Block .Pub_Info_Detail {
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .International_Picture {
        width: 326px;
        height: 195px;
        margin-bottom: 15px;
    }

    .International_Picture img {
        width: 326px;
        height: 195px;
    }

    /* BA_Div */
    .BA_Div {
        height: 690px;
        margin-bottom: 100px;
        overflow: hidden;
    }

    .BA_Block {
        padding: 30px;
        height: auto;
        background-color: #f6f6f6;
        overflow: hidden;
    }
    /* 20230603 */
    .BA_Swiper {
        width: 1140px;
        height: 560px;
        overflow: hidden;
    }
    .BA_BlockLeft {
        float: left;
        width: 785px;
        height: 560px;
    }
    .BA_Swiper p {
        width: 785px;
        height: 560px;
    }

    .BA_Swiper p img {
        width: 785px;
        height: 560px;
    }

    .BA_BTPrev {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-30px);
        width: 60px;
        height: 60px;
        background: url(../images/BA_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .BA_BTNext {
        position: absolute;
        right: 366px;
        top: 50%;
        transform: translateY(-30px);
        width: 60px;
        height: 60px;
        background: url(../images/BA_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .BA_Info {
        float: right;
        width: 326px;
        height: 560px;
        overflow: hidden;
    }
    /* 20230603 end*/
    .BA_Title {
        margin-bottom: 20px !important;
    }

    .BA_Info_Detail {
        font-size: 24px;
        line-height: 30px;
        color: #656565;
        margin-top: 10px;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 14;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .BA_Info_Detail a {
        color: #656565;
    }

    /* Bottom_Box */
    .Bottom_Box {
        width: 100%;
        padding-top: 80px;
        height: 445px;
        background-color: #f6f6f6;
    }

    .Bottom_Box_Blue {
        background-color: #0067bc;
    }

    .Bottom_Box_Green {
        background-color: #00bc80;
    }

    .Bottom_Box_Cyan {
        background-color: #00a0ab;
    }

    .Bottom_Div {
        height: 445px;
    }

    .Bottom_Link_Div {
        margin: 0 auto;
        width: 530px;
        height: 90px;
    }

    .Bottom_Link {
        width: 356px;
        height: 44px;
        border: 1px solid #fff;
        line-height: 44px;
        font-size: 22px;
        color: rgba(255, 255, 255, 0.3);
        border-radius: 22px;
        padding-left: 22px;
        cursor: pointer;
    }

    .Bottom_Link_Dark {
        border: 1px solid #999;
        color: #d1d1d1;
    }

    .Bottom_Links_Pop {
        display: none;
        position: absolute;
        bottom: 1px;
        margin: 0;
        padding: 0;
        width: 378px;
        height: 290px;
        /* border: 1px solid #FFF; */
        z-index: 3;
        background-color: #537bbc;
        overflow-y: auto;
    }

    .Bottom_Links_Pop ul {
        display: block;
        margin: 0;
        padding: 0;
        width: 374px;
        /* width: calc(100% - 4px); */
        height: auto;
        background-color: #537bbc;
    }

    .Bottom_Links_Pop li {
        display: block;
        margin: 0;
        padding: 7px 0;
        background-color: #537bbc;
        width: calc(100% - 32px);
        padding-left: 22px;
        padding-right: 10px;
        /* height: 44px; */
        line-height: 30px;

        font-size: 22px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        cursor: pointer;
    }
    /* 20230603 */
    .Bottom_Links_Pop_Dark {
        background-color: #333 !important;
    }
    .Bottom_Links_Pop_Dark ul {
        background-color: #333 !important;
    }

    .Bottom_Links_Pop_Dark li {
        background-color: #333 !important;
    }
    /* 20230603 */
    .Bottom_Links_Pop_Green {
        background-color: #007952 !important;
    }
    .Bottom_Links_Pop_Green ul {
        background-color: #007952 !important;
    }

    .Bottom_Links_Pop_Green li {
        background-color: #007952 !important;
    }
    /* 20230603 */

    .Bottom_Links_Pop_Cyan {
        background-color: #006871 !important;
    }
    .Bottom_Links_Pop_Cyan ul {
        background-color: #006871 !important;
    }

    .Bottom_Links_Pop_Cyan li {
        background-color: #006871 !important;
    }

    .Bottom_Links_Pop li:hover {
        background-color: rgba(90, 90, 90, 0.9);
    }

    .Bottom_Links_Pop li a {
        color: #fff;
    }

    .Bottom_Link_Icons {
        width: 110px;
    }

    .Bottom_Link_Icons p {
        width: 45px;
        height: 45px;
    }

    .Bottom_Link_Icons p img {
        width: 45px;
        height: 45px;
    }

    .Bottom_Menu_Div {
        width: 100%;
        height: 290px;
    }

    .Bottom_Menu_Line_Dark li {
        color: #666 !important;
    }

    .Bottom_Menu_Line_Dark li a {
        color: #666 !important;
    }

    .Bottom_Menu_Line {
        float: left;
    }

    .Bottom_Menu_Line ul {
        width: 100%;
        list-style: none;
    }

    .Bottom_Menu_Line li {
        font-size: 22px;
        color: #d5dff4;
        line-height: 30px;
        height: 53px;
    }

    .Bottom_Menu_Line li a {
        color: #d5dff4;
    }

    #BLine1 {
        width: 300px;
    }

    #BLine2 {
        width: 230px;
    }

    #BLine3 {
        width: 290px;
    }

    #BLine4 {
        width: 263px;
    }

    #BLine5 {
        width: 117px;
    }

    .Bottom_Menu_Title {
        height: 53px;
        line-height: 30px;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }

    .Bottom_Menu_Title a {
        color: #fff;
    }

    .Bottom_Menu_Title_Dark {
        color: #333;
    }

    .Bottom_Menu_Title_Dark a {
        color: #333;
    }

    .Bottom_Black_Box {
        width: 100%;
        height: 154px;
        background-color: #333333;
        overflow: hidden;
    }

    .Bottom_Copyright_Div {
        width: 1200px;
        margin: 0 auto;
        margin-top: 50px;
    }

    .Bottom_Copyright_Div p {
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        color: #cbcbcb;
    }

    /* Home2 */
    .Biz_Block2 {
        margin-top: 20px;
        width: 100%;
        height: 286px;
        overflow: hidden;
    }

    .WhatsOn_Block1 {
        padding: 20px 20px 0 30px;
        width: 235px;
        height: 266px;
        margin-right: 20px;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .WhatsOn_Block2 {
        padding: 20px 20px 0 30px;
        width: 540px;
        height: 193px;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .WhatsOn_More {
        margin-top: -70px;
    }

    /* 20230612 */
    .Attractions_Box {
        width: 100%;
        height: 765px;
        margin-bottom: 100px;
        overflow: hidden;
    }
    /* 20230612 */
    .Attractions_Pic_Box {
        position: absolute;
        left: 50%;
        transform: translateX(-960px);
        width: 1920px;
        height: 700px;
        /* background: url(../images/Attractions_BK.jpg) center center no-repeat; */
        overflow: hidden;
    }

    .Attractions_Pic_Div {
        margin: 0 auto;
        width: 1200px;
        height: 700px;
    }

    .Attractions_Pic {
        margin: 0 auto;
        margin-top: 388px;
        width: 1000px;
        height: 278px;
        background-color: rgba(0, 0, 0, 0.6);
        overflow: hidden;
    }

    .Attractions_Swiper {
        margin: 0 auto;
        width: 1920px;
        height: 700px;
        background-color: rgba(0, 0, 0, 0.6);
        overflow: hidden;
    }
    .Attractions_Swiper p {
        position: absolute;
        left: 50%;
        transform: translateX(-960px);
        width: 1920px;
        height: 700px;
        overflow: hidden;
    }
    .Attractions_Swiper p img {
        width: 1920px;
        height: 700px;
    }
    .Attractions_Swiper h4 {
        margin: 0 auto;
        margin-top: 50px;
        width: 915px;
        height: 38px;
        line-height: 38px;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
    }

    .Attractions_Swiper h4 a {
        color: #fff;
    }

    .Attractions_Swiper h5 {
        margin: 0 auto;
        margin-top: 18px;
        width: 915px;
        height: 158px;
        line-height: 30px;
        font-size: 24px;
        color: #fff;
        overflow: hidden;
    }

    .Attractions_Swiper h5 a {
        color: #fff;
    }

    .Attractions_BTPrev {
        position: absolute;
        left: 50%;
        transform: translateX(-600px);
        top: 70%;
        width: 60px;
        height: 60px;
        background: url(../images/BA_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Attractions_BTNext {
        position: absolute;
        left: 50%;
        transform: translateX(540px);
        top: 70%;
        width: 60px;
        height: 60px;
        background: url(../images/BA_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .VisitorsUpcomingEvents_Div {
        height: 492px;
        margin-bottom: 95px;
    }

    .VisitorsUpcomingEvents {
        width: 793px;
        height: 492px;
    }

    .UpcomingEvents_Block {
        padding: 30px;
        height: 146px;
        background-color: #f6f6f6;
        margin-bottom: 14px;
    }

    .UpcomingEvents_Block_Pic {
        width: 216px;
        height: 146px;
    }

    .UpcomingEvents_Block_Pic img {
        width: 216px;
        height: 146px;
    }

    .UpcomingEvents_Block_Info {
        height: 146px;
        overflow: hidden;
    }

    .VisitAPlace_Div {
        width: 386px;
        height: 492px;
        background-color: #00a6b1;
        border-radius: 8px;
    }

    .VisitAPlace_Picture {
        margin-left: 67px;
        margin-top: 43px;
        width: 302px;
        height: 216px;
    }

    .VisitAPlace_Picture img {
        width: 302px;
        height: 216px;
    }

    .VisitAPlace_Link_Div {
        margin: 0 auto;
        margin-top: 43px;
        width: 345px;
        height: 154px;
    }

    .VisitAPlace_Link {
        width: 168px;
        height: 154px;
        text-align: center;
        font-size: 24px;
        color: #000;
        border-radius: 8px;
    }

    .VisitAPlace_Link a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 85px;
        width: 100%;
        height: 56px;
        text-align: center;
        font-size: 24px;
        color: #000;
    }

    .VisitAPlace_Link1 {
        float: left;
        background: url(../images/WorkInAPlace_Icon1.png) center top no-repeat;
        background-position: center 33px;
        background-color: #fff;
    }

    .VisitAPlace_Link2 {
        float: right;
        background: url(../images/WorkInAPlace_Icon2.png) center top no-repeat;
        background-position: center 33px;
        background-color: #fff;
    }

    .FHS_Div {
        display: flex;
        justify-content: space-between;
        height: 500px;
        margin-bottom: 100px;
    }

    .FHS_Block {
        width: 386px;
        height: 500px;
        overflow: hidden;
    }

    .FHS_List {
        height: 566px;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .FHS_List ul {
        margin-top: 30px;
        margin-left: 30px;
        width: 345px;
        list-style: none;
    }

    .FHS_List li {
        width: 337px;
        margin-bottom: 34px;
        list-style: none;
    }

    .FHS_List li h4 {
        padding-left: 20px;
        background: url(../images/Dot_Biz.png) left top no-repeat;
        background-position: 5px 14px;
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        color: #000;
        margin-bottom: 22px;
    }

    .FHS_List li h4 a {
        color: #000;
    }

    .FHS_List li h5 {
        padding-left: 20px;
        font-size: 24px;
        line-height: 30px;
        color: #494949;

        /* margin-bottom: -30px; */

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .FHS_List li h5 a {
        color: #494949;
    }

    .Shopping_Info {
        padding: 30px;
        width: 326px;
        height: 506px;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .Shopping_Info_Detail {
        height: 125px;

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Shopping_Info_Pic {
        margin-top: 22px;
        width: 326px;
        height: 176px;
    }

    .Shopping_Info_Pic img {
        width: 326px;
        height: 176px;
    }

    /* Home3 */
    .LiveInPlace_Box {
        width: 100%;
        height: 454px;
        background: url(../images/residents_Bar.jpg) center center no-repeat;
        overflow: hidden;
    }

    .LiveInPlace_Div {
        height: 454px;
    }

    .LiveInPlace_Picture {
        margin: 0 auto;
        margin-top: 63px;
        width: 475px;
        height: 172px;
    }

    .LiveInPlace_Picture img {
        width: 475px;
        height: 172px;
    }

    .LiveInPlace_Link_Div {
        margin: 0 auto;
        margin-top: 65px;
        width: 1033px;
        height: 87px;
    }

    .LiveInPlace_Link {
        height: 87px;
        text-align: center;
        font-size: 24px;
        color: #000;
        border-radius: 8px;
    }

    .LiveInPlace_Link a {
        float: right;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;

        margin-right: 48px;
        width: 240px;
        height: 87px;
        line-height: 87px;
        text-align: right;
        font-size: 28px;
        color: #000;
    }

    .LiveInPlace_Link1 {
        float: left;
        width: 376px;
        background: url(../images/LiveInAPlace_Icon1.png) left center no-repeat;
        background-position: 48px center;
        background-color: #fff;
    }

    .LiveInPlace_Link2 {
        float: left;
        width: 290px;
        margin-left: 10px;
        background: url(../images/LiveInAPlace_Icon2.png) left center no-repeat;
        background-position: 48px center;
        background-color: #fff;
    }
    .LiveInPlace_Link3 {
        float: right;
        width: 348px;
        background: url(../images/LiveInAPlace_Icon3.png) left center no-repeat;
        background-position: 48px center;
        background-color: #fff;
    }

    .UsefulInfo_Div {
        height: auto;
        margin-top: 94px;
        overflow: hidden;
    }

    .UsefulInfo_Swiper {
        width: 100%;
        height: 330px;
        overflow: hidden;
    }

    .UsefulInfo_BTPrev {
        position: absolute;
        left: 610px;
        top: 43%;
        width: 44px;
        height: 44px;
        background: url(../images/BA_Prev.png);
        background-size: 44px;
        z-index: 2;
        cursor: pointer;
    }

    .UsefulInfo_BTNext {
        position: absolute;
        right: 10px;
        top: 43%;
        width: 44px;
        height: 44px;
        background: url(../images/BA_Next.png);
        background-size: 44px;
        z-index: 2;
        cursor: pointer;
    }

    .UsefulInfo_pagination {
        font-size: 12px;
        left: 480px !important;
        right: auto !important;
        bottom: 10px !important;
        width: 120px !important;
        height: 20px !important;
        z-index: 3;
        /* border: 1px solid #000; */
    }

    .UsefulInfo_pagination .swiper-pagination-bullet {
        border-radius: 2px;
        width: 14px;
        height: 4px;
        background-color: #ccc;
        opacity: 1;
    }

    .UsefulInfo_pagination .swiper-pagination-bullet-active {
        background-color: #439c5a;
        width: 30px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
        opacity: 1;
    }

    .UsefulInfo_Text_Div {
        float: left;
        padding: 20px 30px;
        width: 540px;
        height: 290px;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .UsefulInfo_Pic_Div {
        float: left;
        width: 600px;
        height: 330px;
    }

    .UsefulInfo_Pic_Div img {
        float: left;
        width: 600px;
        height: 330px;
    }

    .UsefulInfo_List_Div {
        width: 100%;
        height: 516px;
        margin-top: 30px;
        margin-bottom: 70px;
    }

    .UsefulInfo_List_Div ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        height: 516px;
        list-style: none;
    }

    .UsefulInfo_List_Div li {
        padding: 30px;
        width: 525px;
        height: 168px;
        background-color: #f5f5f5;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .UsefulInfo_List_Pic {
        float: left;
        width: 251px;
        height: 168px;
    }

    .UsefulInfo_List_Pic img {
        width: 251px;
        height: 168px;
    }

    .UsefulInfo_List_Text {
        float: right;
        width: 257px;
        height: 168px;
    }

    .UsefulInfo_List_Detail {
        color: #333 !important;
        -webkit-line-clamp: 4 !important;
    }

    .Top_Blank {
        height: 130px;
        background-color: #666;
        margin-bottom: 45px;
    }

    /* Nav_Div */
    .Nav_Div {
        height: 32px;
        font-size: 24px;
        color: #656565;
        margin-bottom: 23px;
    }

    .Nav_Div a {
        color: #656565;
    }

    .List_Div {
        height: auto;
        overflow: hidden;
    }

    .List_Div ul {
        width: 100%;
        list-style: none;
    }

    .List_Div li {
        width: calc(100% - 60px);
        padding: 30px;
        background-color: #f6f6f6;
        margin-bottom: 30px;
    }

    .List_Pic {
        float: right;
        width: 280px;
        height: 187px;
        margin-left: 50px;
    }

    .List_Pic img {
        width: 280px;
        height: 187px;
    }

    .List_Div .Pub_Info_Detail {
        /* min-height: 96px; */
        min-height: 105px;
        margin-bottom: 15px;
    }

    .List_Div .Pub_Date_Div {
        margin-bottom: 0 !important;
    }

    .Link_Control_Div {
        margin-top: 50px;
        margin-bottom: 100px;
        height: auto;
    }

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        /* margin-bottom: 100px; */
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 42px;
        min-width: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Next,
    .PageControl_Prev {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        background-color: #f6f6f6;
        height: 42px;
        width: 42px;
        margin-right: 20px;
        /* border: 1px solid #E6E6E6; */
    }

    .PageControl_Next a,
    .PageControl_Prev a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        height: 42px;
        line-height: 42px;
        font-size: 18px;
        color: #333;
        text-align: center;
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 42px;
    }

    .PageControl_Num ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 42px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 42px;
        height: 42px;
        line-height: 42px;
        background-color: #f6f6f6;
        font-size: 18px;
        text-align: center;
        margin-right: 20px;
        /* border: 1px solid #E6E6E6; */
    }

    .PageControl_Num ul .NumOn {
        background-color: #333;
    }

    .PageControl_Num ul .NumOn a {
        color: #fff;
    }

    .PageControl_Num li a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 42px;
        height: 42px;
        line-height: 42px;
        color: #333;
        font-size: 18px;
        text-align: center;
    }

    /* News_Div */
    .News_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .News_Div ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .News_Div li {
        float: left;
        width: 585px;
        height: 616px;
        margin-bottom: 30px;
    }

    .News_Div li:nth-child(2n) {
        float: right;
    }

    .News_Block_Pic {
        width: 585px;
        height: 390px;
        overflow: hidden;
    }

    .News_Block_Pic img {
        width: 585px;
        height: 390px;
    }

    .News_Block_Info {
        padding: 30px;
        width: 525px;
        height: 166px;
        overflow: hidden;
        background-color: #f6f6f6;
    }

    /* Search_Div */
    .Search_Div {
        height: auto;
        overflow: hidden;
    }
    .Search_Input_Div {
        margin: 0 auto;
        width: 762px;
        height: auto;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .Search_Input_Block {
        width: 762px;
        height: 80px;
    }
    .Search_Input {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% - 2px);
        height: 80px;
        border: 1px solid #c9c9c9;
        border-radius: 40px;
    }
    .Search_Input input {
        margin-top: 10px;
        margin-left: 30px;
        width: calc(100% - 100px);
        font-size: 28px;
        line-height: 60px;
        color: #333;
    }
    .Search_BT {
        position: absolute;
        top: 29px;
        right: 30px;
        width: 23px;
        height: 23px;
    }
    .Search_Info {
        margin-left: 30px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        color: #999;
    }
    .Search_List_Div {
        margin-bottom: 60px;
        width: 100%;
        height: auto;
    }
    .Search_List_Div ul {
        width: 100%;
        height: auto;
        list-style: none;
    }
    .Search_List_Div li {
        padding: 30px;
        height: auto;
        background-color: #f6f6f6;
        margin-bottom: 30px;
    }
    .Search_Title {
        font-size: 30px;
        line-height: 36px;
        font-weight: bold;
        color: #333;
        margin-bottom: 12px;
    }
    .Search_Title a {
        color: #333;
    }
    .Search_Title span {
        color: #3365cb;
    }
    .Search_Detail {
        font-size: 24px;
        line-height: 36px;
        color: #656565;
    }
    .Search_Detail a {
        color: #656565;
    }
    .Search_Detail span {
        color: #3365cb;
    }

    /* Artical_Div */
    .Artical_Div {
        height: auto;
        overflow: hidden;
    }
    .Artical_Left {
        float: left;
        width: 794px;
        height: auto;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .Artical_Boby {
        width: 100%;
        height: auto;
    }
    .Artical_Title {
        margin-bottom: 55px;
    }

    .Artical_Title h4 {
        font-size: 48px;
        font-weight: bold;
        line-height: 56px;
        color: #000;
        margin-bottom: 20px;
    }

    .Artical_Title h5 {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
        color: #656565;
        /* border-bottom: 1px solid #0e0e0e; */
    }

    .Artical_Title h5 span {
        display: inline;
        padding-left: 25px;
        padding-right: 25px;
        border-right: 1px solid #656565;
        font-size: 22px;
        height: 30px;
        line-height: 30px;
        color: #656565;
    }

    .Artical_Title h5 span:first-child {
        padding-left: 0px;
    }

    .Artical_Title h5 span:last-child {
        border-right: 0px;
    }
    /* 20230603 */
    .Artical_Title_Info {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Artical_Title_InfoLeft {
        float: left;
        /* width: 600px; */
        /* 20230614 */
    }
    .Artical_Title_InfoRight {
        float: right;
        width: 380px;
        height: 23px;
        /* border: 1px solid #0067BC; */
    }
    .Artical_Title_InfoRight h6 {
        float: left;
        display: block;
        width: 97px;
        font-size: 22px;
        height: 23px;
        border-right: 1px solid #656565;
    }
    .Artical_Title_InfoRight h6 span {
        float: left;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 22px;
        height: 23px;
        line-height: 23px;
        color: #656565;
    }
    .Artical_Title_InfoRight h6 span a {
        color: #656565;
    }
    .Artical_Title_InfoRight h7 {
        float: left;
        padding-left: 12px;
        width: 268px;
        height: 23px;
        /* border: 1px solid #0067BC; */
    }
    .Artical_Title_InfoRight h7 span {
        float: left;
        display: block;
        padding-left: 9px;
        padding-right: 9px;
        font-size: 22px;
        height: 23px;
        line-height: 23px;
        color: #656565;
    }
    .Artical_Title_InfoRight h7 span a {
        color: #656565;
    }
    .Artical_Fontsize {
        cursor: pointer;
    }
    .Artical_FontsizeNow {
        font-weight: bold;
    }
    .Artical_Link_Div {
        margin: 0 auto;
        margin-top: 50px;
        height: 30px;
        width: 190px;
    }
    .Artical_Link_Div ul {
        height: 30px;
        width: 190px;
        list-style: none;
    }
    .Artical_Link_Div li {
        float: left;
        height: 30px;
        width: 30px;
        margin-right: 10px;
    }
    .Artical_Link_Div li:last-child {
        margin-right: 0px;
    }
    /* 20230603 end*/

    .Artical_Content {
        margin-top: 38px;
        /* margin-bottom: 180px; */
        margin-bottom: 38px;
    }

    .Artical_Content p {
        font-size: 24px;
        color: #333;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .Artical_Content span {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .Artical_Content img {
        /* margin: 0 auto; */
        width: 100%;
    }

    .Artical_Control_Div {
        margin-top: 10px;
        margin-bottom: 95px;
    }
    .Artical_Related_Div {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .Artical_Related_Div ul {
        width: 100%;
        height: auto;
        list-style: none;
    }
    .Artical_Related_Div li {
        float: left;
        margin-right: 20px;
        padding: 30px;
        width: 191px;
        background-color: #f6f6f6;
    }
    .Artical_Related_Div li:last-child {
        margin-right: 0px;
    }
    .Artical_Related_Title {
        margin-bottom: 20px !important;
    }
    .Arical_Pub_Info_Detail {
        height: auto;
        min-height: 190px;
        margin-bottom: 20px !important;
        overflow: hidden;
    }
    .Arical_Date_Div {
        margin-bottom: 0 !important;
    }
    .Artical_Right {
        float: right;
        width: 367px;
        height: auto;
        overflow: hidden;
    }
    .PhotosVideos_Title {
        margin-bottom: 20px !important;
    }
    .PhotosVideos_Div {
        margin-bottom: 60px;
    }
    .IndustrialParks_Div {
        margin-bottom: 30px;
    }
    .PhotosVideos_List {
        width: 100%;
        height: auto;
    }
    .PhotosVideos_List ul {
        width: 100%;
        height: auto;
        list-style: none;
    }
    .PhotosVideos_List li {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .PhotosVideos_List li p {
        width: 367px;
        height: 157px;
    }
    .PhotosVideos_List li p img {
        width: 367px;
        height: 157px;
    }
    .PhotosVideos_List li h4 {
        padding: 18px;
        background-color: #f6f6f6;
        width: 331px;
        font-size: 24px;
        line-height: 30px;
        color: #333;
        text-align: center;
    }
    .PhotosVideos_List li h4 a {
        color: #333;
    }
    .IndustrialParks {
        padding: 18px;
        background-color: #f6f6f6;
    }
    .IndustrialParks ul {
        list-style: none;
    }
    .IndustrialParks li {
        padding-left: 20px;
        background: url(../images/Dot_Biz.png) left top no-repeat;
        background-position: 5px 14px;
        font-size: 24px;
        /* font-weight: bold; */
        line-height: 30px;
        color: #333;
        margin-bottom: 20px;
    }
    .IndustrialParks li a {
        color: #333;
    }
    .Artical_Related_UL {
        height: auto;
        overflow: hidden;
    }
    .Artical_Full {
        margin: 0 auto;
        width: 1001px;
        margin-bottom: 100px;
    }
    .Artical_Full .Artical_Related_UL li {
        width: 259px !important;
    }

    /*20230530*/
    .UsefulInfo_List_Text {
        margin-left: 15px;
        float: left;
    }
    .Artical_Content span {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;

        margin-top: 5px;
        width: 100%;
        text-align: center;
        font-size: 22px;
        line-height: 28px;
        color: #656565;
    }

    .Artical_Content em {
        font-style: italic;
    }

    .Artical_Content iframe {
        display: block;
        margin: 0 auto;
    }

    .UpcomingEvents_Block_Pic {
        margin-right: 15px;
    }

    .Top_Banner_Swiper .swiper-slide img {
        width: 1920px;
        height: 771px;
    }

    .Artical_Content img {
        margin: 0 auto;
        width: unset;
    }
    .LiveInPlace_Box {
        background: url(../images/residents_Bar.png) center center no-repeat;
    }
    .Top_Banner_Text h5 {
        text-shadow: 3px 3px 8px #333; /* 20230603 */
    }

    .Bottom_Box_black .Bottom_Menu_Title a {
        color: #333;
    }

    .Bottom_Box_black .Bottom_Menu_Line li a {
        color: #666 !important;
    }
    .Bottom_Box_black .Bottom_Link {
        border: 1px solid #999;
        color: #d1d1d1;
    }
    .Bottom_Box_black .Bottom_Links_Pop {
        background-color: #333 !important;
    }
    .Bottom_Box_black .Bottom_Links_Pop li {
        background-color: #333 !important;
    }

    .Bottom_Box_Green .Bottom_Links_Pop {
        background-color: #007952 !important;
    }
    .Bottom_Box_Green .Bottom_Links_Pop ul {
        background-color: #007952 !important;
    }
    .Bottom_Box_Green .Bottom_Links_Pop li {
        background-color: #007952 !important;
    }

    .Bottom_Box_Cyan .Bottom_Links_Pop {
        background-color: #006871 !important;
    }
    .Bottom_Box_Cyan .Bottom_Links_Pop ul {
        background-color: #006871 !important;
    }
    .Bottom_Box_Cyan .Bottom_Links_Pop li {
        background-color: #006871 !important;
    }

    .MenuNow a {
        color: #aadbff !important;
    }

    .Bottom_Copyright_Div p a {
        color: #cbcbcb;
    }
    /*20230530*/
    .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: #3365cb;
        font-size: 14px;
    }

    .m-style .active {
        float: left;
        margin: 0 5px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        background: #3365cb;
        color: #fff;
        font-size: 14px;
        border: 1px solid #3365cb;
    }

    .m-style a {
        float: left;
        margin: 0 5px;
        width: 34px;
        height: 28px;
        line-height: 28px;
        background: #fff;
        border: 1px solid #3365cb;
        color: #535353;
        font-size: 14px;
    }

    .m-style a:hover {
        color: #fff;
        background: #3365cb;
    }

    .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 #3365cb;
        outline: none;
        color: #fff;
        font-size: 14px;
    }
    .Search_Title a b {
        color: #3365cb;
    }
}
