/* PC */
/* Top菜单部分 */
@media (min-width:600px) {
    .Top_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 175px;
        overflow: hidden;
    }

    .Top_Div {
        margin: 0 auto;
        height: 92px;
        padding-top: 48px;
        /* overflow: hidden; */
    }

    .Top_Logo {
        float: left;
        width: 934px;
        height: 92px;
    }

    .Top_Logo img {
        width: 934px;
        height: 92px;
    }

    .Top_Control_Div {
        float: right;
        padding-top: 30px;
        width: 360px;
        height: 40px;
    }



    .Top_Language {
        float: left;
        width: 66px;
        height: 37px;

        font-size: 16px;
        font-family: "微软雅黑";
        line-height: 37px;
        color: #000;
        text-align: center;
        background: url(../images/Top_Line.png) center left no-repeat;
    }

    .Top_Language a {
        color: #000;
    }

    .Top_Search {
        float: left;
        width: 294px;
        height: 40px;
    }

    .Top_Search input {
        float: left;
        width: 210px;
        height: 35px;
        border: 1px solid #C1C9D1;
        font-size: 16px;
        line-height: 35px;
        text-indent: 10px;
        color: #333;
    }

    .Top_Search p {
        float: left;
        margin-left: 10px;
        width: 60px;
        height: 37px;
        line-height: 37px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        cursor: pointer;
    }

    .Menu_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 92px;
        background: url(../images/Menu_BK.png) center center repeat-x;
        /* overflow: hidden;   */
    }

    .Menu_List {
        float: left;
        width: 100%;
        height: 44px;
    }

    .Menu_Div {
        height: 92px;
    }

    .Menu_List ul {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 92px;
    }

    .Menu_List li {
        border-top: 9px solid transparent;
        height: 83px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 83px;


        color: #FFF;
    }



    .Menu_List li a {
       
        color: #FFF;
        text-decoration: none;
    }

    .Menu_List li:hover {
        background-color: #135BA7;
        border-top: 9px solid #B8D5F1;
    }



    .Main_Menu_Li {
        padding: 0 65px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 22px;
        line-height: 83px;
        font-family: "Times New Roman";
        font-weight: bold;
    }

    .Menu_List li:hover .Main_Menu_Li {
        /* background-color: #135BA7;
        border-top: 9px solid #B8D5F1; */
    }

    .Menu_List li:hover .Main_Menu_L2 {
        display: block;
    }

    .Menu_List .Main_Menu_L2 {
        display: none;
        position: absolute;
        left: 0;
        /* min-width: 200px; */
        /* transform: translateX(-50%); */
        top: 83px;
        padding: 15px 0 40px 0;
        width: 100%;
        background-color: #0F5DAF;
        z-index: 2;
    }

    .Menu_List .Main_Menu_L2 h4 {
        position: relative;
       

        height: auto;
        padding: 24px 0;
        width: auto;
        /* min-width: 92px; */
        text-align: center;
        font-size: 18px;
        line-height: 24px;

        font-weight: normal;
        margin-bottom: 4px;
        cursor: pointer;
        white-space: nowrap;
    }

    .Menu_List .Main_Menu_L2 h4 a {
        color: #FFF;
    }


    .Menu_List .Main_Menu_L2 h4:hover {
        background-color: #0E5197;
    }

    .Top_Search_Pop {
        display: none;
        position: absolute;
        width: 1920px;
        height: 300px;
        top: 90px;
        left: -260px;
        background-color: #F0F0F0;
        z-index: 2;
    }

    .Top_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 120px;
        width: 528px;
        height: 58px;
        border-radius: 29px;
        background-color: #D88972;
    }

    .Top_Search_Pop_Left {
        float: left;
        width: 430px;
        height: 58px;
        margin-left: 25px;
        line-height: 58px;
    }

    .Top_Search_Pop_Left input {
        float: left;
        width: 430px;
        height: 58px;
        line-height: 58px;
        background-color: transparent;
        font-size: 16px;
        color: #FFF;
    }

    .Top_Search_Pop_Left input::input-placeholder {

        color: #FFF;
    }

    .Top_Search_Pop_Left input::-webkit-input-placeholder {
        color: #FFF;
    }

    .Top_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Pop_Left input::-ms-input-placeholder {
        color: #FFF;
    }

    .Top_Search_Pop_Right {
        float: right;
        width: 56px;
        height: 58px;
        line-height: 58px;
    }

    .Top_Search_Pop_Right img {
        margin-top: 15px;
        width: 32px;
        height: 28px;

    }
}

/* 翻页控制部分 */
@media (min-width:600px) {

    /* PageControl_Box  */
    .PageControl_Box {
       
        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: 36px;
        min-width: 100px;
        margin-bottom: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
       
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 36px;
    }

    
    .PageControl_Num .NumOn {
        background-color: #0E5197;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        color: #FFF !important;
    }
    .PageControl_PN{
        background-color: transparent!important;
    }

    .PageControl_Num a {
        display: inline-block;
        position: relative;
        margin: 0 4px;
        padding: 0;
        /* border-radius: 16px; */
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-family: "Arial";
        color: #272727;
        background-color: #EBF3FB;
        font-size: 18px;
        text-align: center;
    }
}

/* 导航栏面包屑部分 */
@media (min-width:600px) {
    .Nav_Box {
        width: 100%;
        height: 22px;
        width: 100%;
    }

    .Nav_Div {
        padding: 30px 0;
        height: 22px;
        line-height: 22px;   
        font-weight: bold;     
        font-size: 16px;
        color: #9B9B9B;
    }

    .Nav_Div a {
        color: #9B9B9B;
    }
    .Nav_Div span {
        display: inline-block;
        color: #272121;
        border-bottom: 1px solid #000;
    }
}

/*  底部 部分 */
@media (min-width:600px) {

    /* Bottom_Menu_Box */
    .Bottom_Menu_Box {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: auto;
        /* background-color: #0E5197; */
        background-image: linear-gradient(to right,#0E5197,#2A4868);

        overflow: hidden;
    }

    .Bottom_Menu_Div {
        padding-top: 55px;
        height: auto;
        padding-bottom: 52px;
        overflow: hidden;
    }

    .Bottom_Menu_Left {
        float: left;
        margin-left: 30px;
        width: 870px;
        height: auto;
        border-right: 1px solid #788594;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
    }
    .Bottom_Menu_Item{
        height: auto;
        overflow: hidden;
    }
    #BI1{
        width: 175px;
    }
    #BI2{
        width: 180px;
    }
    #BI3{
        width: 275px;
    }
    #BI4{
        width: 120px;
    }
    .Bottom_Menu_Item  ul{
        height: auto;
        overflow: hidden;
    }
    .Bottom_Menu_Item li{
        font-size: 16px;
        line-height: 20px;
        color: #FFF;
        margin-bottom: 13px;
        overflow: hidden;
    }
    .Bottom_Menu_Item li a{
        color: #FFF;        
    }

    .Bottom_Menu_Title{
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        color: #FFF;        
        height: 42px;
        overflow: hidden;
    }
    .Bottom_Menu_Title a{
        color: #FFF;               
    }

    .Bottom_Menu_Right{
        float: left;
        margin-left: 40px;
        height: auto;
        overflow: hidden;
    }
    /* Bottom_Menu_Box */
    .Bottom_Info_Box {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: auto;        
        overflow: hidden;
    }
    .Bottom_Info_Div{
        padding-top: 25px;
        height: auto;
        padding-bottom: 75px;
    }
    .Bottom_Info_Div h4{
        font-size: 14px;
        line-height: 22px;
        color: #272121;
    }
    .Bottom_Info_Div h5{
        font-family: "Arial";
        font-size: 14px;
        line-height: 22px;
        color: #272121;
    }

    .BackTop_Div {
        position: fixed;
        z-index: 10;
        right: 50px;
        bottom: 30px;
        width: 39px;
        height: 31px;
    }

    .BackTop_Div img {
        width: 39px;
        height: 31px;
    }
    .Top_Search_Pop_Box {
        display: none;
    }
}

/*  列表 部分 */
@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_All_Div{
        margin-top: 45px;
        height: auto;
        margin-bottom: 45px;
        overflow: hidden;
    }

    .List_Nav{
        float: left;
        padding: 15px 0;
        width: 313px;
        margin-right: 40px;
        height: auto;
        overflow: hidden;
        background: url(../images/ListNav_BK.jpg) left center repeat-y;
    }
    .List_Nav ul{
        width: 313px;
        height: auto;
        overflow: hidden;        
    }
    .List_Nav li{
        border-left:9px solid transparent;
        width: 244px;
        padding: 25px 25px 25px 35px;        
        font-size: 22px;
        line-height: 28px;
        color: #FFF;
        height: auto;
        overflow: hidden;        
    }
    .List_Nav li:hover{
        border-left:9px solid #B8D5F1;        
        background-color: #135BA7;
    }
    .List_Nav_Now{
        border-left:9px solid #B8D5F1!important;
        background-color: #135BA7!important;
    }
    .List_Nav li a{    
        color: #FFF;     
    }

    .List_Div {
        height: auto;   
        overflow: hidden;
    }

    .List_Div ul {
        width: 100%;
        list-style: none;
    }

    .List_Div li {
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #B8CFE6;
        overflow: hidden;
    }



    .List_Div li p {
        float: left;
        width: 260px;
        height: 170px;
        margin-right: 25px;
        overflow: hidden;
    }

   
    .List_Div li p img {
        width: 260px;
        height: 170px;        transition: all 0.5s;
    }

    .List_Div li:hover p img {
        scale: 1.2;
        transition: all 0.5s;
    }



    .List_Data_Div {
       
        /* width: 100%; */
        height: auto;        
        overflow: hidden;
    }

    .List_Div  h6 {
       
        height: 20px;        
        line-height: 20px;
        font-size: 14px;
        font-weight: bold;
        color: #272121;
    }

    .List_Text_Div {
       
        height: auto;
        overflow: hidden;
    }

    .List_Div li h4 {
       
        width: 100%;
        height: auto;
        line-height: 30px;
        font-size: 24px;
        color: #272121;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .List_Div li h4 a {
        color: #272121;
    }

    .List_Div li h5 {
       
        line-height: 22px;
        font-size: 16px;
        color: #5B636B;
        margin-bottom: 12px;
    }

    .List_Div li h5 a {
        color: #5B636B;
    }
}

/* 文章 部分 */
@media (min-width:600px) {
    .Artical_All_Div{
        margin: 0 auto;
        margin-top: 40px;
        width: 1400px;
        height: auto;
        overflow: hidden;
    }
    .Artical_Div {
        /* width: 100%; */
        height: auto;
        overflow: hidden;
    }

    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Artical_Content_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 20px;
        font-size: 48px;
        font-weight: bold;
        line-height: 55px;
        color: #000;
        text-align: center;
        
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {
        padding: 15px 0;
        height: 25px;        
        border-top: 3px solid #9C9C9C;
        border-bottom: 1px solid #9C9C9C;
    }

    .Artical_Content_Info {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 18px;
        padding-right: 55px;
        padding-left: 0px;
        line-height: 25px;
        /* border-right: 1px solid #656565; */
        color: #9C9C9C;
    }

    .Artical_Content_Info h4 a {
        color: #9C9C9C;
    }

    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 25px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 45px;
        /* 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: 20px;
        line-height: 28px;
        color: #000;
        margin-bottom: 25px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 20px;
        /*width: 680px;*/
    }

    .Artical_Content_Text span {
       
        margin: 0 auto;
        margin-top: 10px;
        width: 680px;
        font-size: 16px;
        color: #5B636B;
        line-height: 26px;
        /* text-align: center; */
        margin-bottom: 10px;
    }

    .Artical_Content_Text span img {

        width: 800px;
    }

    .Artical_Content_Text em {
       
        margin: 0 auto;
        width: 576px;
        font-size: 16px;
        line-height: 22px;
        color: #434343;
        margin-bottom: 40px;
    }
    .Artical_Div .PageControl_Div{
        margin-bottom: 60px!important;
    }
    .Artical_Link{
        width: 100%;
        height: auto;
        margin-bottom: 105px;
        overflow: hidden;
    }
    .Artical_Link ul{
        width: 100%;
        height: auto;        
        overflow: hidden;
    }
    .Artical_Link li{
        float: left;
        width: 45px;        
        height: 45px;
        margin-right: 15px;        
        overflow: hidden;
    }
    .Artical_Link li img{        
        width: 45px;        
        height: 45px;        
    }
    
}

/* 搜索 部分 */
@media (min-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        padding: 50px;
        width: 1300px;
        height: 67px;
        margin-bottom: 20px;
        background-color: #F7F7F7;
    }
    .Search_Input{
        margin: 0 auto;
        border: 1px solid #DFDFDF;
        background-color: #FFF;
        width: 780px;
        height: 65px;
    }
    .Search_Left {
        float: left;
        width: 700px;
        height: 65px;
        overflow: hidden;
    }
    .Search_Left input{        
        width: 700px;
        height: 65px;
        color: #9F9F9F;
        font-size: 19px;
        text-indent: 26px;
        overflow: hidden;
    }
    .Search_Right{
        float: right;
        width: 65px;
        height: 65px;
        border-left: 1px solid #DFDFDF;
        overflow: hidden;
    }

    .Search_Div {
        margin: 0 auto;
     
        width: 1400px;
        height: auto;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        width: 100%;
        padding: 20px 0;
        /* background-color: #f0f0f0; */
        border-top: 1px solid #B8CFE6;
        overflow: hidden;
      
    }

    .Search_Div li:hover {
        /* background-color: #e3e3e3; */
        /* cursor: pointer; */
    }
    .Search_Div li p{
        float: left;
        width: 260px;
        height: 170px;
        overflow: hidden;
        margin-right: 26px;

    }
    .Search_Div li p img{        
        width: 260px;
        height: 170px;
        transition: all 0.5s;
    }

    .Search_Div li:hover p img {
        scale: 1.2;
        transition: all 0.5s;
    }


    .Search_Div li h6 {       
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #272121;
    }

    .Search_Div li h4 {
       
        width: 100%;
        height: auto;
        line-height: 30px;
        font-size: 24px;
        color: #272121;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .Search_Div li h4 a {
        color: #272121;
    }

    .Search_Div li h5 {       
        line-height: 22px;
        font-size: 16px;
        color: #5B636B;
        margin-bottom: 10px;
    }

    .Search_Div li h5 a {
        color: #5B636B;
    }

    .Search_Txt{
        display: block;
        overflow: hidden;
    }
    .Search_Div li span {
        color: #E32339;
    }

    .Search_Result_Div {
        margin: 0 auto;     
        width: 1400px;
        height: 60px;
        font-family: "Arial";
        font-size: 14px;
        line-height: 20px;
        color:#363639;
        /* margin-bottom: 25px; */
    }
    .Search_Result_Div span{
        padding: 0 10px;
        color:#E32339;        
    }
}

/* 其他 部分 */
@media (min-width:600px) {
    .Home_Title_Div {
        font-size: 30px;
        line-height: 36px;
        color: #272121;
        font-weight: bold;
        height: 45px;
        border-bottom: 3px solid #0E5197;
    }

    .Home_Title_Div a {
        color: #272121;
    }

    .Home_Updates_Div {
        margin-top: 75px;
        height: auto;
        margin-bottom: 70px;
    }

    .Home_Updates {
        margin-top: 30px;
        height: auto;
        overflow: hidden;
    }

    .Home_Updates_Swiper {
        float: left;
        width: 684px;
        height: 450px;
        overflow: hidden;
    }

    .Home_Updates_Swiper p {
        width: 684px;
        height: 450px;
        z-index: 1;
        overflow: hidden;
    }

    .Home_Updates_Swiper p img {
        width: 684px;
        height: 450px;
    }

    .Home_Updates_Swiper h4 {
        position: absolute;
        bottom: 0;
        padding: 25px;
        width: 634px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.4);
        overflow: hidden;
        z-index: 2;
    }

    .Home_Updates_Swiper h4 a {
        width: 540px;
        height: 50px;

        font-family: "Arial";
        font-size: 18px;
        line-height: 25px;
        color: #FFF;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_Updates_pagination {
        font-size: 12px;
        left: auto !important;
        right: 20px !important;
        bottom: 45px !important;
        width: 100px !important;
        height: 10px !important;
    }

    .Home_Updates_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #0E5197;
        opacity: 1;
    }

    .Home_Updates_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important; */
    }

    .Home_Updates_Right{
        float: right;
        width: 655px;
        height: auto;
        overflow: hidden;
    }
    .Home_Updates_Right ul{        
        width: 655px;
        height: auto;
        margin-bottom: 32px;
        overflow: hidden;
    }
    .Home_Updates_Right li{        
        padding: 22px 0;
        width: 655px;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #B8CFE6;
    }
    .Home_Updates_Right li:first-child{
        padding-top: 10px;
    }
    .Home_Updates_Right li h6{
        font-size: 14px;
        line-height: 20px;
        color: #272121;
        font-weight: bold;
        margin-bottom: 7px;
    }
    .Home_Updates_Right li h4{
        font-size: 20px;
        line-height: 26px;
        height: 52px;
        color: #272121;        

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Home_Updates_Right li h4 a{
        color: #272121;        
    }
    .Home_ReadMore{
        padding: 11px;
        width: 148px;
        height: 22px;
        background-color: #0E5197;
        overflow: hidden;
        text-align: center
    }
    .Home_ReadMore a{
        display: inline-block;
        font-size: 16px;
        height: 22px;
        padding-right: 25px;
        line-height: 22px;
        color: #FFF;
        font-weight: bold;        
        text-align: center
    }
    .Home_ReadMore a::after{
        display: inline-block;
        position: absolute;
        content: "";
        margin-top: -2px;
        width: 25px;
        height: 22px;
        background: url(../images/Icon_More.png) center right no-repeat;
    }

    /* Home_Exchange_Box */
    .Home_Exchange_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: auto;
        background-color: #EBF3FB;
        overflow: hidden;
    }
    .Home_Exchange_Div{
        padding-top: 90px;
        height: auto;
        overflow: hidden;
        padding-bottom: 75px;
    }
    .Home_Exchange{
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .Home_Exchange ul{
        height: auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    .Home_Exchange li{
        padding: 55px 33px 33px 33px;
        width: 262px;
        height: 360px;
        background-color: #FFF;
        transition: all 0.5s;
        overflow: hidden;
    }
    .Home_Exchange li:hover{
        background-color: transparent;
        transition: all 0.5s;
        
    }
    .Home_Exchange li h4{
        font-size: 24px;
        font-weight: bold;
        color: #272121;
        line-height: 28px;
        max-height: 168px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
        margin-bottom: 10px;

    }
    .Home_Exchange li h4 a{
        color: #272121;        
    }
    .Home_Exchange li h4 a:hover{
        color: #0D5197;        
    }
    .Home_Exchange li h5{
        font-size: 16px;        
        color: #5B636B;
        line-height: 24px;
        max-height: 144px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;

    }
    .Home_Exchange li h5 a{
        color: #5B636B;        
    }
    .Home_Exchange li h6{
        position: absolute;
        padding-top: 10px;
        border-top: 1px solid #282222;
        bottom: 33px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        font-weight: bold;
        color: #272121;
    }
    .Home_Exchange_Box .Home_ReadMore{
        float: right;
    }

    .Home_Policies_Div{
        margin-top:80px;
        margin-bottom: 90px;
        height: auto;
        overflow: hidden;
    }
    .Home_Policies{
        margin-top: 30px;
        height: auto;
        overflow: hidden;
    }
    .Home_Policies_Left{
        float: left;
        width: 466px;
        height: auto;
        overflow: hidden;
    }
    .Home_Policies_Left p{
        width: 466px;
        height: 306px;
        margin-bottom: 16px;
        overflow: hidden;
    }
    .Home_Policies_Left p img{
        width: 466px;
        height: 306px;        
    }
    .Home_Policies_Left h4{
        font-size: 20px;
        line-height: 26px;
        color: #272121;
    }
    .Home_Policies_Left h4 a{
        color: #272121;
    }

    .Home_Policies_Mid{
        float: left;
        margin-left: 30px;
        width: 550px;
        height: auto;
        overflow: hidden;
    }
    .Home_Policies_Mid ul{
        width: 550px;
        height: auto;
        overflow: hidden;
    }
    .Home_Policies_Mid li{
        padding: 30px 0;
        font-size: 20px;
        line-height: 26px;
        color: #272121;
        height: 52px;
        border-top: 1px solid #B8CFE6;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;        
        overflow: hidden;
    }
    .Home_Policies_Mid li a{
        color: #272121;        
    }
    /* .Home_Policies_Mid li:last-child{
        border-bottom: 1px solid #B8CFE6;

    } */

    .Home_Policies_Right{
        float: right;
        width: 326px;
        height: auto;
        overflow: hidden;
    }

    .Home_Policies_Right p{
        width: 326px;
        height: 214px;   
        margin-bottom: 16px;
        overflow: hidden;
    }
    .Home_Policies_Right p img{
        width: 326px;
        height: 214px;        
    }
    .Home_Policies_Right h4{
        font-size: 20px;
        line-height: 26px;
        color: #272121;
    }
    .Home_Policies_Right h4 a{
        color: #272121;
    }

    /* Aboutus */
    .About_Intro_Div{
        padding-top: 40px;
        height: auto;
        overflow: hidden;
        margin-bottom: 80px;
    }
    .About_Intro{
        margin-top: 30px;
        padding: 50px 60px;
        width: 1280px;
        height: auto;
        background-color: #EBF3FB;
    }
    .About_Intro h4{
        font-size: 20px;
        line-height: 32px;
        color: #272121;
        margin-bottom: 16px;
    }

    .About_Leadership_Div{
        height: auto;
        overflow: hidden;
        margin-bottom: 90px;
    }
    .About_Leadership{
        padding: 90px 120px 50px 120px;
        width: 1160px;
        height: auto;
        background-color: #EBF3FB;
        overflow: hidden;
    }
    .About_Leadership_Item{
        padding: 65px 60px;
        width: 1020px;
        height: 130px;
        background-image: linear-gradient(to right,#0E5197,#28486B);
        margin-bottom: 130px;
    }
    .About_Leadership_Item h4{
        width: 100%;
        height: 55px;
        font-size: 22px;
        line-height: 30px;
        color: #FFF;
        font-weight: bold;
        text-align: center;
    }
    .About_Leadership_Item h4 a{
        color: #FFF;        
    }
    .About_Leadership_Item ul{
        width: 100%;
        height: 240px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;        
    }
     /* 20260706 */
    .About_Leadership_Item li{
        padding: 0 30px;
        width: 153px;
        height: auto;        
    }
    .About_Leadership_Item li p{
        width: 153px;
        height: 202px;
        margin-bottom: 15px;
    }
    .About_Leadership_Item li p img{
        width: 153px;
        height: 202px;
    }
    .About_Leadership_Item li h4{
        width: 153px;
        height: 24px;
        line-height: 24px;
        font-size: 18px;
        color: #272121;
        text-align: center;
    }
    .About_Leadership_Item li h4 a{
        color: #272121;        
    }
    .About_Departments_Div{
        height: auto;
        overflow: hidden;
        margin-bottom: 85px;
    }
    .About_Departments{
        margin-top: 30px;
        height: auto;
        overflow: hidden;
    }

    .About_Departments ul{        
        height: auto;
        overflow: hidden;
    }
    .About_Departments li{
        float: left;
        border: 1px solid #B8CFE6;
        border-bottom: 0px;
        padding: 0 30px;
        width: 628px;
        height: 84px;
        display: flex;
        align-items: center;   
        align-content: center;     

        font-size: 20px;
        line-height: 28px;
        color: #272121;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .About_Departments li a{
        color: #272121;
    }
    .About_Departments li:nth-child(2n){
        float: right;
    }
    .About_Departments li:nth-last-child(1){
        border-bottom: 1px solid #B8CFE6;
    }
    .About_Departments li:nth-last-child(2){
        border-bottom: 1px solid #B8CFE6;
    }
}
