/* Mobile */
/* 菜单部分 */
@media (max-width:600px) {
    .TopMenu_Box {
        width: 100%;
        height: 30vw;
        background-color: #FFF;
        overflow: hidden;
        background: url(../images/Mobile/Top_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
        border-bottom: 4px solid #093F34;
    }

    .TopMenu_Div {
        margin: 0 auto;
        width: 92%;
        margin-top: 8.4vw;
        overflow: hidden;
    }

    .TopMenu_Left {
        float: left;
        width: 56.6vw;
    }

    .TopMenu_Left a img {
        width: 56.6vw;
    }

    .TopMenu_Mid {
        float: left;
        width: calc(100vw*0.6);
        height: 100px;
    }

    .TopMenu_Mid a {
        margin: 0 auto;
        margin-top: 20px;
        display: block;
        width: 181px;
        height: 59px;
    }

    .TopMenu_Mid a img {
        width: 181px;
        height: 59px;
    }

    .TopMenu_Right {
        float: right;
        margin-top: 1vw;
        width: 24vw;
        overflow: hidden;
    }

    .Top_Search {
        float: left;
        width: 10vw;
        height: 10vw;
    }

    .Top_Search img {
        width: 10vw;
        height: 10vw;
    }

    .Top_Menu {
        float: right;
        width: 10vw;
        height: 10vw;
    }

    .Top_Menu img {
        width: 10vw;
        height: 10vw;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: #C8D8C3;
    }

    .Top_Menu_Control {
        padding: 7.8vw 8vw;
        height: 20px;

    }

    .Top_Search_BTClose,
    .Top_Menu_BTClose {
        float: right;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose img,
    .Top_Menu_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose {
        float: right;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Menu_Pop_Menu {
        margin: 0 auto;
        width: 100vw;

    }

    .Top_PopMenu_Line {
        height: auto;
        /* border-top: 1px solid #000; */
        padding: 10px 0 20px 0;
    }

    .Top_PopMenu_Line ul {
        width: calc(100% - 35px);
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .Top_PopMenu_Line li {
        font-size: 20px;
        color: #9191BF;
        line-height: 35px;

    }

    .Top_PopMenu_Line li a {
        color: #9191BF;
    }

    .Top_PopMenu_Title {
        margin: 0 auto;
        width: 84vw;
        height: 36px;
    }

    .Top_PopMenu_Title a {
        position: absolute;
        left: 30px;
        width: calc(100% - 35px);
        height: 36px;
        font-size: 22px;
        /* font-family: "Times New Roman"; */
        font-weight: bold;
        color: #000;
        line-height: 36px;
    }

    .Top_PopMenu_Title em {
        position: absolute;
        left: 0px;
        top: 8px;
        width: 18px;
        height: 18px;
        background: url(../images/Mobile/Icon_plus.png) center center no-repeat;
        background-size: 18px 18px;
    }

    .Top_PopMenu_Chinese {
        margin-top: 30px;
        width: calc(100% - 2px);
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid #FFF;
        font-size: 22px;
        font-family: "黑体";
        color: #FFF;
    }

    .Top_PopMenu_Chinese a {
        color: #FFF;
    }

    .Top_PopMenu_L2 {
        overflow: hidden;
        background-color: #093F34;
        padding: 18px 0 20px 0;
    }

    .Top_PopMenu_L2 ul {
        margin: 0 auto;
        width: 84vw;
        /* margin-top: 15px;
        margin-bottom: 15px; */
        height: auto;

    }

    .Top_PopMenu_L2 li {
        font-size: 16px;
        color: #FFF;
        line-height: 24px;
        padding: 5px 30px;
        overflow: hidden;
    }

    .Top_PopMenu_L2 li:hover {
        /* background-color: #C1755F; */
    }

    .Top_PopMenu_L2 li a {
        color: #C7D7C3;
    }

    .Top_PopMenu_Lang {
        border: 1px solid #093F33;
        text-align: center;
        font-family: "Arial" !important;
    }

    .Top_Search_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: #567B62;

    }

    .Top_Search_Pop_Div {
        margin: 0 auto;
        width: 84vw;
        margin-top: 30px;
        height: 40px;
        border-radius: 20px;
        background-color: #C8D8C3;
    }

    .Top_Search_Input {
        float: left;
        width: calc(100% - 40px);
    }

    .Top_Search_Input input {
        margin-left: 20px;
        height: 40px;
        background-color: #C8D8C3;
        font-size: 16px;
        color: #000;
        line-height: 40px;
    }

    .Top_Search_Input input::input-placeholder {
        color: #000;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        color: #000;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #000;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #000;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        color: #000;
    }

    .Top_Search_BT {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BT img {
        width: 20px;
        height: 20px;
    }
}

/* 翻页控制部分 */
@media (max-width:600px) {

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 42px;
        min-width: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 42px;
    }

    .PageControl_Num .NumOn {
        background-color: #0E5244;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        color: #FFF !important;
    }

    .PageControl_Num span {
        display: inline-block;
        position: relative;
        margin: 0 4px;
        padding: 0;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #DDD;
    }

    .PageControl_Num a {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        color: #333;
        background-color: #fff;
        font-size: 16px;
        text-align: center;
    }

    .NewsControl_Div {
        padding-top: 50px;
        padding-bottom: 70px;
    }

}

/* 导航栏面包屑部分 */
@media (max-width:600px) {
    /* Nav_Div */

    .Nav_Box {
        width: 100%;
        height: 60px;
        width: 100%;
        background-color: #F3F3F1;
    }
    .Nav_White_Box{
        background-color: #FFF!important;
    }
    .Nav_Div {
        margin: 0 auto;
        width: 92vw;
        height: 60px;
        font-size: 16px;
        line-height: 60px;
        color: #007B35;
    }

    .Nav_Div a {
        color: #000;
    }
}

/* 文章部分 */
@media (max-width:600px) {

    /* 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: 28px;
        font-weight: bold;
        line-height: 36px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {
        padding: 14px 0px;
        height: 20px;

        /* background-color: #F3F3F3; */
        border-bottom: 1px solid #DDD4C6;
    }

    .Artical_Content_Info {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 14px;
        padding-right: 15px;
        padding-left: 5px;
        line-height: 20px;
        border-right: 1px solid #656565;
        color: #656565;
    }

    .Artical_Content_Info h4 a {
        color: #656565;
    }

    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 10px;
        line-height: 20px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 30px;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        /* height: 1420px; */
        padding-bottom: 30px;

    }

    .Artical_Content_Text p {
        /*text-indent: 32px;*/
        font-size: 16px;
        line-height: 26px;
        color: #000;
        /*margin-bottom: 26px;*/
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        width: 88vw;
		padding-top: 2vw;
		padding-bottom: 2vw;
    }

    .Artical_Content_Text span {
        display: block;
        width: 100%;
        font-size: 16px;
        color: #000;
        line-height: 32px;
        text-align: center;
        margin-bottom: 1px;
    }

    .Artical_Content_Text span img {
        width: 100%;
    }

    .Artical_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }
    .Artical_Content_Links_Div{
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        border-bottom: 1px solid #DDD4C6;
        overflow: hidden;
    }
    .Artical_Content_Links{
        margin: 0 auto;
        width: 142px;
        height: 31px;
        display: flex;
        justify-content: space-between;
       
    }
    .Artical_Content_Links span{
        width: 31px;
        height: 31px;        
    }
    .Artical_Content_Links img{
        width: 31px;
        height: 31px;        
    }
    .Artical_Control_Div{
        /* margin-top: 40px; */
        padding-bottom:40px;

    }
    /* Artical_Related_Div */
    .Artical_Related_Div {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }

    .Artical_Related_Title {
        margin-top: 40px;
        font-size: 22px;
        font-weight: bold;
        line-height: 28px;
        color: #0D5143;
        height: 55px;
    }
    .Artical_Related_Title a{
        color: #0D5143;        
    }

    .Artical_Related_List {
        width: 100%;
        height: auto;
    }

    .Artical_Related_List ul {
        width: 100%;
        height: auto;
    }

    .Artical_Related_List li {

        /* width:434px; */
        font-size: 18px;
        line-height: 24px;
        color: #323232;
        margin-left: 0px;
        padding-right: 20px;
        padding-bottom: 15px;
        /* border-right: 1px solid #DDD4C6; */
        height: 24px;
        text-indent: 15px;
       background: url(../images/Artical_Dot.jpg) left top no-repeat;
        background-position: top 12px left 0px;

    }
    .Artical_Related_List li a{
        color: #323232; 
        height: 24px; 
                /* Text overflow */
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                white-space: nowarp;
                overflow: hidden;      
    }
}


/*  底部 部分 */
@media (max-width:600px) {

    .BackTop_Box {
        display: none;
        width: 100%;
        height: 45px;
        background-color: #DDD4C6;
        overflow: hidden;
    }

    .BackTop {
        margin: 0 auto;
        margin-top: 14px;
        width: 35px;
        height: 19px;
        cursor: pointer;
    }

    .BackTop img {
        width: 35px;
        height: 19px;
    }

    .Bottom_Box {
        width: 100%;
        height: auto;
        background-color: #093F34;
        overflow: hidden;
    }

    .Bottom_Div {
        margin: 0 auto;
        width: 92vw;
        margin-top: 63px;
    }

    .Bottom_Link_Div {
        width: 92vw;
        height: auto;
        border-bottom: 1px solid #60796C;
    }

    .Bottom_Contact_Div {
        width: 92vw;
        height: auto;
        border-bottom: 1px solid #60796C;
    }

    .Bottom_Title {
        width: 100%;
        height: 40px;
        line-height: 26px;
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        color: #B7B3A5;
    }

    .Bottom_Title a {
        color: #B7B3A5;
    }

    .Bottom_List {
        width: 100%;
    }

    .Bottom_List ul {
        width: 100%;
        list-style: none;
        margin-bottom: 40px;
    }

    .Bottom_List li {
        width: 100%;
        height: 22px;
        font-size: 17px;
        color: #B6B2A4;
        text-align: center;
        margin-bottom: 10px;
    }

    .Bottom_List li a {
        color: #B6B2A4;
    }

    .Bottom_QR_Div {
        padding: 40px 0;
        width: 92vw;
        height: auto;

    }

    .Bottom_QR_Div p {
        margin: 0 auto;
        width: 168px;
        height: 168px;
    }

    .Bottom_QR_Div p img {
        width: 168px;
        height: 168px;
    }

    .Bottom_QR_Div h4 {
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #FFF;
    }

    .Bottom_QR_Div h4 a {
        color: #FFF;
    }

    .Bottom_Box2 {
        width: 100%;
        padding: 20px 0;
        background-color: #0A0A0A;
        overflow: hidden;
    }

    .Bottom_Box2 h4 {
        margin: 0 auto;
        width: 92vw;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        color: #5E5E5E;

    }

}

/* 列表 部分 */
@media (max-width:600px) {
    .List_Type_Box {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .List_Type_Div {
        display: none;
        top: 96px;
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #F0F0F0;
        z-index: 4;
    }

    .List_Type_Div ul {
        margin: 0 auto;
        width: 92vw;
        margin-bottom: 72px;
        height: auto;
    }

    .List_Type_Div li {
        width: 100%;
        height: 72px;
        border-bottom: 1px solid #FFF;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .List_Type_Div li a {
        display: block;
        color: #000;
    }

    .List_Type_Now {
        border-bottom: 1px solid #Fff !important;
    }

    .List_Type_Now a {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Now {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Show {
        width: 100%;
        height: 96px;
        border-top: 12px solid #D78971;
    }

    .List_Type_Show h4 {
        margin-left: 4vw;
        width: calc(92vw - 20px);
        height: 95px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        align-content: center;
        color: #D78971;
        font-weight: bold;

    }

    .List_Type_Show h4::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 20px;
        height: 20px;
        right: -20px;
        height: 95px;
        background: url(../images/Mobile/List_Down.png) center center no-repeat;
    }

    .List_Div {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .List_Div ul {
        margin: 0 auto;
        width: 92vw;
        list-style: none;
    }

    .List_Div li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
    }

    .List_Pic_Div {
        float: left;
        width: 40vw;
        height: 28vw;
        margin-right: 10px;
        cursor: pointer;
    }

    .List_Pic_Div p {
        width: 40vw;
        height: 28vw;
        overflow: hidden;
    }

    .List_Pic_Div p img {
        width: 40vw;
        height: 28vw;
        transition: all 0.5s;
    }

    .List_Data_Div {
        display: block;
        width: 100%;
        height: 22px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .List_Div li h6 {
        position: absolute;
        display: block;
        width: 82px;
        height: 22px;
        background-color: #00A0E9;
        line-height: 22px;
        font-size: 12px;
        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: 22px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        /* margin-bottom: 10px; */
    }

    .List_Div li h4 a {
        color: #000;
    }

    .List_Div li h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #000;
    }

    .List_Div li h5 a {
        color: #000;
    }
}

/* 搜索 部分 */
@media (max-width:600px) {

    .Search_Box{
        width: 100%;
        height: auto;
        background-color: #F3F3F1;
        overflow: hidden;
    }

    .Search_Div {
        margin: 0 auto;
        padding:4vw;
        width: 92vw;
        height: auto;
        /* margin-bottom: 25px; */
        overflow: hidden;
        background-color: #FFF;
    }
    /* Search_Input_Div */
    .Search_Input_Div {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 12px;        
    }
    .Search_Input_Line_Div {
        width: calc(100% - 2px);
        height: 53px;
        border: 1px solid #0E5244;

    }
    .Search_Input_Line_Left {
        float: left;
        width: calc(100% - 73px);
        height: 53px;
        margin-left: 20px;
        line-height: 53px;
    }

    .Search_Input_Line_Left input {
        float: left;
        width: calc(100% - 73px);
        height: 53px;
        line-height: 53px;
        background-color: transparent;
        font-size: 16px;
        color: #000;
    }

    .Search_Input_Line_Left input::input-placeholder {

        color: #000;
    }

    .Search_Input_Line_Left input::-webkit-input-placeholder {
        color: #000;
    }

    .Search_Input_Line_Left input::-moz-placeholder {
        color: #000;
    }

    .Search_Input_Line_Left input::-moz-placeholder {
        color: #000;
    }

    .Search_Input_Line_Left input::-ms-input-placeholder {
        color: #000;
    }
    .Search_Input_Line_Right {
        float: right;
        width: 19px;
        height: 19px;
        margin-right: 20px;
        margin-top: 19px;
    }

    .Search_Input_Line_Right img {        
        width: 19px;
        height: 19px;

    }
    .Search_List_Div{
        width: 100%;
        height: auto;
    }
    .Search_List_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_List_Div li {
        border-top: 1px solid #C4CFCB;
        overflow: hidden;
     
    }
    .Search_List_Div li:last-child {
        border-bottom: 1px solid #C4CFCB;        
    }


    .Search_List_Div li h6 {
        display: block;
        height: 36px;
        line-height: 24px;
        font-size: 16px;
        color: #656565;
        margin-bottom: 10px;
    }

    .Search_List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        padding-top:22px;
        line-height: 24px;
        font-size: 18px;
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 10px;
    }

    .Search_List_Div li h4 a {
        color: #000;
    }

    .Search_List_Div li h5 {
        display: none;
        line-height: 26px;
        font-size: 18px;
        color: #000;
        margin-bottom: 20px;
    }

    .Search_List_Div li h5 a {
        color: #000;
    }

    .Search_List_Div li span {
        color: #D20000;
    }

    .Search_Result_Div {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #000;
        
    }
    .Search_Result_Div span{
        color: #D20000;        
    }

}

/* 其他 部分 */
@media (max-width:600px) {

    /* Home_Focus_Box */
    .Home_Focus_Box {
        width: 100%;
        background-color: #F3F3F1;
        height: auto;
    }

    .Home_Focus_Div {
        width: 100%;
        height: auto;
    }

    .mHome_Focus_Swiper {
        width: 100vw;
        height: 136vw;
        overflow: hidden;
    }

    .mHome_Focus_Swiper p {
        width: 100vw;
        height: 61vw;
    }

    .mHome_Focus_Swiper p img {
        width: 100vw;
        height: 61vw;
    }

    .Home_Focus_Text {
        padding: 6vw 2vw;
        width: 96vw;
        height: 75vw;
        overflow: hidden;
        background: url(../images/Mobile/Home_Swiper_Txt_BK.jpg) center bottom no-repeat;
    }

    .Home_Focus_Text h4 {
        font-size: 26px;
        font-weight: bold;
        line-height: 35px;
        color: #434343;
        margin-bottom: 22px;
    }

    .Home_Focus_Text h4 a {
        color: #434343;
    }

    .Home_Focus_Text h5 {
        font-size: 16px;
        line-height: 26px;
        color: #555;
    }

    .Home_Focus_Text h5 a {
        color: #555;
    }

    .mHome_Focus_pagination {
        font-size: 12px;
        left: auto !important;
        top: 51vw !important;
        height: 16px !important;
        z-index: 2;
    }

    .mHome_Focus_pagination .swiper-pagination-bullet {
        border-radius: 7px;
        width: 13px;
        height: 13px;
        border: 1px solid #FFF;
        background-color: transparent;
        opacity: 1;
    }

    .mHome_Focus_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        border: 1px solid #FFF;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
    }

    .mHome_Focus_BTPrev {
        position: absolute;
        left: 2vw;
        top: 27vw;
        width: 17px;
        height: 32px;
        background: url(../images/Mobile/Swiper_Prev.png);
        background-size: 17px 32px;
        z-index: 2;
        cursor: pointer;
    }

    .mHome_Focus_BTNext {
        position: absolute;
        right: 2vw;
        top: 27vw;
        width: 17px;
        height: 32px;
        background: url(../images/Mobile/Swiper_Next.png);
        background-size: 17px 32px;
        z-index: 2;
        cursor: pointer;
    }


    .Home_Items_Div {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        background-color: #F3F3F1;
        overflow: hidden;
    }

    .Home_Title {
        width: 100%;
        height: 34px;
        background: url(../images/Title_BK.png) center right no-repeat;
        margin-bottom: 15px;
    }

    .Home_Title a {
        display: block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding-right: 20px;
        height: 34px;
        font-size: 26px;
        line-height: 34px;
        color: #093F33;
        font-weight: bold;
        background-color: #F3F3F1;
    }

    .Home_Title_White a {
        background-color: #FFF !important;
    }

    .Home_News_Div {
        padding-top: 40px;
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_News_List {
        width: 100%;
        height: auto;
    }

    .Home_News_List ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .Home_News_List li {
        padding: 14px 0 0 0;
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #C4CFCB;
    }

    .Home_News_List li:first-child {
        padding: 0;
    }

    .Home_News_List li:last-child {
        border-bottom: 0px;
    }

    .Home_News_List li p {
        float: left;
        width: 36vw;
        height: 23vw;
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .Home_News_List li p img {
        width: 36vw;
        height: 23vw;
    }

    .Home_News_List_Text {
        margin-bottom: 12px;
        height: auto;
        overflow: hidden;
    }

    .Home_News_List li h4 {
        font-size: 16px;
        color: #323232;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .Home_News_List li h4 a {
        color: #323232;
    }

    .Home_News_List li h5 {
        font-size: 12px;
        color: #333;
        line-height: 16px;
        margin-bottom: 6px;
    }

    .Home_News_List li h5 a {
        color: #333;
    }

    .Home_EnterAttention {
        padding-top: 30px;
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Enter_List {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Home_Enter_List ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .Home_Enter_List li {
        float: left;
        width: 44vw;
        height: 24vw;
        background-color: #DDD4C6;
        margin-right: 4vw;
        margin-bottom: 4vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        line-height: 24px;
        color: #443C38;
    }

    .Home_Enter_List li:nth-child(2n) {
        margin-right: 0px;
    }

    .Home_Enter_List li a {
        color: #443C38;
    }

    .Home_Enter_List li:hover {
        background: url(../images/Home_Enter_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .Home_Enter_List li:hover a {
        color: #FFF;
    }

    .Home_Attention_Content p {
        float: left;
        width: 36vw;
        height: 23vw;
        margin-right: 12px;
    }

    .Home_Attention_Content p img {
        width: 36vw;
        height: 23vw;
    }

    .Home_Attention_Content h4 {
        float: left;
        width: calc(56vw - 12px);
        font-size: 16px;
        line-height: 22px;
        color: #323232;
    }

    .Home_Attention_Content h4 a {
        color: #323232;
    }

    .Home_Ad_Div {
        width: 100%;
        height: auto;
        padding-bottom: 55px;
        overflow: hidden;
        background-color: #F3F3F1;
    }

    .Home_Ad_Div img {
        margin: 0 auto;
        width: 92vw;
    }

    /* Home_CultrueExchange_Div */
    .Home_CultrueExchange_Div {
        margin: 0 auto;
        padding-top: 40px;
        width: 92vw;
        height: auto;
        overflow: hidden;
        /* padding-bottom: 70px; */
    }

    .Home_CultrueExchange_Div .Home_Title {
        margin-bottom: 30px !important;
    }

    .Home_CultrueExchange_All {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_CultrueExchange {
        width: 360px;
        height: auto;
    }

    .Home_CultrueExchange_Title {
        width: 100%;
        height: 18vw;
        line-height: 18vw;
        text-align: center;
        font-size: 24px;
        color: #FFF;
        background: url(../images/Home_Culture1.jpg) center center no-repeat;
        background-size: 100% 100%;
        margin-bottom: 20px;
    }

    .Home_CultrueExchange_Title a {
        color: #FFF;
    }

    .Home_CultrueExchange_Main {
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 23px;
        overflow: hidden;
    }

    .Home_CultrueExchange_Main p {
        float: left;
        width: 36vw;
        height: 23vw;
        margin-right: 12px;
    }

    .Home_CultrueExchange_Main p img {
        width: 36vw;
        height: 23vw;
    }

    .Home_CultrueExchange_Main h4 {
        font-size: 16px;
        line-height: 22px;
        color: #323232;
        overflow: hidden;
    }

    .Home_CultrueExchange_Main h4 a {
        color: #323232;
    }

    .Home_CultrueExchange_List {
        width: 100%;
    }

    .Home_CultrueExchange_List ul {
        width: 100%;
        list-style: none;
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .Home_CultrueExchange_List li {
        width: 100%;
        padding-left: 20px;
        background: url(../images/Home_Culture_Dot1.jpg) left top no-repeat;
        background-position: 0 10px;
        margin-bottom: 20px;
    }

    .Home_CultrueExchange_List li h4 {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        color: #333;
        margin-bottom: 5px;
    }

    .Home_CultrueExchange_List li h4 a {
        color: #333;
    }

    .Home_CultrueExchange_List li h5 {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }

    .Home_CultrueExchange_List li h5 a {
        color: #333;
    }

    .Home_CultrueExchange2 .Home_CultrueExchange_Title {
        background: url(../images/Home_Culture2.jpg) center center no-repeat;
    }

    .Home_CultrueExchange2 .Home_CultrueExchange_List li {
        background: url(../images/Home_Culture_Dot2.jpg) left top no-repeat;
        background-position: 0 10px;
    }

    .Home_CultrueExchange3 .Home_CultrueExchange_Title {
        background: url(../images/Home_Culture3.jpg) center center no-repeat;
    }

    .Home_CultrueExchange3 .Home_CultrueExchange_List li {
        background: url(../images/Home_Culture_Dot3.jpg) left top no-repeat;
        background-position: 0 10px;
    }

    /* Home_Research_Box */
    .Home_Research_Box {
        width: 100%;
        background-color: #F3F3F1;
        height: auto;
        padding: 45px 0 0 0;
    }

    .Home_Research_Div {
        width: calc(90vw + 3px);
        height: auto;
        overflow: hidden;
    }

    .Home_Research_Div .Home_Title {
        margin-bottom: 20px;
    }

    .Home_Research_Type_Div {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .mHome_Research_Type {
        width: calc(90vw + 3px);
        height: 11vw;
        overflow: hidden;
        background-color: #DDD4C6;
    }

    .mHome_Research_Type ul {
        width: calc(90vw + 3px);
        height: 11vw;
    }

    .mHome_Research_Type li {
        float: left;
        width: 30vw;
        height: 11vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #433B37;
        cursor: pointer;
        border-right: 1px solid #FFF;
    }

    .mHome_Research_Type li a {
        color: #433B37;
    }

    .Home_Research_Now {
        background: url(../images/Mobile/Home_AcademicResearch_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .Home_Research_Now {
        color: #FFF !important;
    }

    .Home_Research_List_Div {
        width: 100%;
        background-color: #FFF;
        height: auto;
        overflow: hidden;
    }

    .mHome_Research_List {
        display: none;
        padding: 6vw 4vw 2vw 4vw;
        width: 82vw;
        height: auto;
    }

    .mHome_Research_List ul {
        width: 82vw;
        height: auto;
        overflow: hidden;
    }

    .mHome_Research_List li {
        float: left;
        width: 38vw;
        height: 52vw;
        margin-right: 4vw;
        margin-bottom: 4vw;
    }

    .mHome_Research_List li:nth-child(2n) {
        margin-right: 0px;
    }

    .mHome_Research_List li img {
        width: 38vw;
        height: 52vw;
    }

    .Home_Research_News {
        width: 100%;
        height: auto;
    }

    .Home_Research_NewsItem {
        margin: 0 auto;
        width: 88vw;
        height: auto;
        margin-bottom: 60px;
    }
    /* 20240607 */
    .Home_Research_NewsItem_Title {
        margin: 0 auto;
        width: 100%;
        height: 61px;
        background: url(../images/Home_Acadmic_BK.png) center center no-repeat;
        background-size: 100% 61px;
        margin-bottom: 41px;
        font-size: 26px;
        line-height: 61px;
        text-align: center;
        font-weight: bold;
        color: #093F33;
    }

    .Home_Research_NewsItem_Title a {
        color: #093F33;
    }

    .Home_Research_NewsItem_List {
        width: 100%;
        height: auto;
    }

    .Home_Research_NewsItem_List ul {
        width: 100%;
        height: auto;
    }

    .Home_Research_NewsItem_List li {
        width: 100%;
        line-height: 22px;
        font-size: 17px;
        color: #333;
        margin-bottom: 20px;
    }

    .Home_Research_NewsItem_List li a {
        color: #333;
    }

    .Home_Research_NewsItem_Pic {
        margin: 0 auto;
        width: 221px;
        height: 136px;
        margin-bottom: 29px;
    }

    .Home_Research_NewsItem_Pic img {
        width: 221px;
        height: 136px;
    }

    /* Banner_box */
    .Banner_box {
        width: 100%;
        height: auto;
        background-color: #F3F3F1;
        overflow: hidden;
    }

    .Banner_Div {
        width: 100%;
        ;
        height: auto;
    }

    .Banner_Div img {
        width: 100%;
        ;
    }

    .Enter_Box {
        width: 100%;
        height: auto;
        background-color: #F3F3F1;
        overflow: hidden;
        padding-bottom: 68px;
    }

    .Enter_div {
        width: 100%;
        height: auto;

    }

    .Enter_Left {

        padding: 30px 23px;
        width: 350px;
        /* height: 283px; */
        background-color: #FFF;
        overflow: hidden;
    }

    .Enter_Left h4 {
        width: 100%;
        height: 234px;
        font-size: 16px;
        line-height: 28px;
        color: #555;
        margin-bottom: 10px;
    }

    .Enter_Left ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Enter_Left li {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
        line-height: 40px;
        color: #007B35;
        height: 40px;
        border: 1px solid #007C36;
        overflow: hidden;
        background: url(../images/Enter_Arrow.png) center right no-repeat;
        background-position: right 5px center;
        margin-bottom: 15px;
    }

    .Enter_Left li a {
        color: #007B35;
    }

    .Enter_Right {

        width: 100%;
        height: auto;
    }

    .Enter_Right img {
        width: 100%;

    }
    .Enter_Right video{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Leader_div {
        padding-top: 30px;
        height: auto;
        /* margin-bottom: 50px; */
    }

    .Leader_Type {
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 77px;
    }

    .Leader_Type ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .Leader_Type li {
        width: 100%;
        height: 77px;
        line-height: 77px;
        font-size: 22px;
        color: #FFF;
        text-align: center;
        border-right: 1px solid #FFF;
        background-color: #093F34;
        overflow: hidden;
        cursor: pointer;
    }

    .Leader_TypeNow {
        background-color: #F2F2F1 !important;
        color: #093F33 !important;
        font-weight: bold;
    }

    .Leader_Content {
        background-color: #F2F2F1;
        padding: 40px 88px;
        height: auto;
        overflow: hidden;
        /* margin-bottom: 67px; */
    }

    .Leader_Item_Line_Part1 {
        width: 100%;
        /* height: 200px; */
        overflow: hidden;
    }

    .Leader_Item {
        display: none;
        width: 100%;
        height: auto;
        background-color: #F2F2F1;
        overflow: hidden;
    }

    .Leader_Item_Line {
        width: 100%;
        line-height: 26px;
        overflow: hidden;
        margin-bottom: 22px;
    }

    .Leader_Item_Title {
        float: left;
        margin-left: 6vw;
        width: 26vw;
        text-align: left;
        line-height: 26px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .Leader_Item_Leng {
        float: left;
        text-align: left;
        width: calc(60vw);
        line-height: 26px;
        font-size: 18px;
        color: #333;
    }

    .Leader_Item_Leng span {
        margin-left: 0;
        margin-right: 50px;
    }

    .Leader_Item_Leng h4 {
        display: inline-block;
        line-height: 26px;
    }

    .Leader_border {
        border: 1px solid #333;
        padding: 0 3px;
    }

    .Leader_Item_More {
        margin-left: 32vw;
        width: calc(60vw);
        height: 26px;
        padding-bottom: 30px;
    }

    .Leader_Item_More h4 {
        width: 100%;
        text-align: left;
        height: 26px;
        font-size: 18px;
        line-height: 26px;
        color: #333;
    }

    .Leader_Item_More h4 a {
        color: #333;
    }

    .Leader_Item_Line_Part2 {
        width: 100%;
        height: auto;
        background-color: #F2F2F1;
        overflow: hidden;
    }

    .Leader_Item_Line_Part2 ul {
        width: 100%;
        height: auto;
        background-color: #F2F2F1;
        list-style: none;
        padding-bottom: 30px;
    }

    .Leader_Item_Line_Part2 li {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        color: #333;
        background-color: #F2F2F1;
        list-style: none;
    }

    .Leader_Item_Line_Part2 li a {
        color: #333;
    }

    .Leader_Item_Line_Part3 {
        width: 100%;
        height: auto;
        background-color: #F2F2F1;
        overflow: hidden;
    }

    .Leader_Item_Line_Part3 ul {
        width: 100%;
        height: auto;
        background-color: #F2F2F1;
        list-style: none;
        padding-bottom: 30px;
    }

    .Leader_Item_Line_Part3 li {

        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #333;
        background-color: #F2F2F1;
        list-style: none;
    }

    .Leader_Item_Line_Part3 li a {
        color: #333;
    }

    /* Structure_div */
    .Structure_div {
        padding-top: 40px;
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Structure_Title_White a {
        background-color: #FFF !important;

    }

    .Structure_Title_White {
        margin-bottom: 30px;
    }

    .Structure_div ul {
        width: 100%;
        height: auto;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .Structure_div li {
        flex: 0 0 44vw;

        height: 50px;
        line-height: 50px;
        background-color: #F3F3F1;
        margin-bottom: 4vw;
        text-align: center;
        color: #333;
    }

    .Structure_div li a {
        color: #333;
    }

    .ResearchBase_Box {
        width: 100%;
        height: auto;
        background-color: #F3F3F1;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .ResearchBase_Div {
        padding-top: 40px;
        height: auto;
    }


    .ResearchBase_Div .Home_Title {
        margin-bottom: 30px;
    }

    .ResearchBase_Swiper_Div {
        width: 100%;
        height: auto;
    }

    .ResearchBase_Swiper .swiper-wrapper {
        display: block !important;
    }

    .ResearchBase_Swiper {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ResearchBase_Swiper .swiper-slide {
        width: 100%;
        height: auto;
        margin-bottom: 4vw;

    }

    .ResearchBase_Swiper p {
        width: 100%;
        overflow: hidden;
    }

    .ResearchBase_Swiper p img {
        width: 100%;
    }

    .ResearchBase_Text {
        padding: 17px 13px;
        height: auto;
        background-color: #FFF;
    }

    .ResearchBase_Text h4 {
        width: 334px;
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        margin-bottom: 4px;
    }

    .ResearchBase_Text h4 a {
        color: #323232;
    }

    .ResearchBase_Text h5 {
        font-size: 16px;
        line-height: 22px;
        color: #333;
    }

    .ResearchBase_BTPrev {
        display: none;
        position: absolute;
        left: -50px;
        top: 36%;
        width: 26px;
        height: 52px;
        background: url(../images/Enter_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .ResearchBase_BTNext {
        display: none;
        position: absolute;
        left: auto;
        right: -50px;
        top: 36%;
        width: 26px;
        height: 52px;
        background: url(../images/Enter_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .Structure_div2 ul {
        display: block;

    }

    /* News_List_Box */
    .News_List_Box {
        width: 100%;
        height: auto;
        background-color: #F3F3F1;
    }

    .News_List_Div {
        width: 100%;
        height: auto;
    }

    .News_Type {
        width: 100%;
        height: 48px;
        overflow: hidden;
    }

    .News_Type ul {
        width: 100%;
        height: 48px;
        list-style: none;
    }

    .News_Type li {
        float: left;
        width: 50vw;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background-color: #DDD4C6;
        color: #433B37;
        font-size: 22px;
    }

    .News_Type li a {
        color: #433B37;
    }

    .News_Type_Now {
        background-color: #FFF !important;
        font-weight: bold;
    }

    .News_List {
        padding: 2vw 4vw;
        background-color: #FFF;
    }

    .News_List ul {
        list-style: none;
        /* padding:10px 0; */
    }

    .News_List li {
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #C4CFCB;
        overflow: hidden;
    }

    .News_List li p {
        float: left;
        width: 38vw;
        margin-right: 15px;

    }

    .News_List li p img {
        width: 38vw;
    }

    .News_List_Text {
        display: block;

    }

    .News_List_Text h4 {
        font-size: 18px;
        line-height: 24px;
        color: #323232;
        margin-bottom: 10px;
    }

    .News_List_Text h4 a {
        color: #323232;
    }

    .News_List_Text h5 {
        font-size: 14px;
        line-height: 20px;
        color: #333;
        /* margin-bottom: 10px; */
    }

    .News_List_Text h5 a {
        color: #333;
    }

    .News_List_Text h6 {
        display: none;
        font-size: 18px;
        line-height: 26px;
        color: #333;
        margin-bottom: 10px;
    }

    .News_List_Text h6 a {
        color: #333;
    }

    /* Exchange_Focus_Box */
    .Exchange_Focus_Box {
        width: 100%;
        /* background-color: #F3F3F1; */
        height: auto;
    }

    .Exchange_Focus_Div {
        height: auto;

    }

    .Exchange_Focus_Title {
        font-size: 22px;
        font-weight: bold;
        color: #953329;
        line-height: 48px;
        height: 48px;
        padding-top: 10px;
        padding-bottom: 10px;


    }

    .Exchange_Focus_Title a {
        color: #953329;
    }

    .mExchange_Focus_Swiper {
        width: 92vw;
        min-height: calc(56vw + 190px);
        overflow: hidden;
        margin-bottom: 50px;
    }

    .mExchange_Focus_Swiper p {
        width: 92vw;
        height: 56vw;
    }

    .mExchange_Focus_Swiper p img {
        width: 92vw;
        height: 56vw;
    }

    .Exchange_Focus_Text {
        padding: 26px 17px;
        background-color: #96342A;
        overflow: hidden;

    }

    .Exchange_Focus_Text h4 {
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        color: #FFF;
    }

    .Exchange_Focus_Text h4 a {
        color: #FFF;
    }

    .Exchange_Focus_Text h5 {
        font-size: 18px;
        line-height: 28px;
        color: #FFF;
    }

    .Exchange_Focus_Text h5 a {
        color: #FFF;
    }

    .Exchange_Focus_Text h6 {
        margin-top: 14px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #FFF;
    }

    .mExchange_Focus_pagination {
        font-size: 12px;
        top: calc(56vw - 30px) !important;
        height: 20px !important;
    }

    .mExchange_Focus_pagination .swiper-pagination-bullet {
        border-radius: 8px;
        width: 7px;
        height: 7px;
        background-color: transparent;
        border: 1px solid #FFF;
        opacity: 1;
    }

    .mExchange_Focus_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .mExchange_Focus_BTPrev {
        position: absolute;
        left: 10px;
        top: 26vw;
        width: 17px;
        height: 32px;
        background: url(../images/Exchange_Prev.png);
        background-size: 17px 32px;
        z-index: 2;
        cursor: pointer;
    }

    .mExchange_Focus_BTNext {
        position: absolute;
        left: auto;
        right: 10px;
        top: 26vw;
        width: 17px;
        height: 32px;
        background: url(../images/Exchange_Next.png);
        background-size: 17px 32px;
        z-index: 2;
        cursor: pointer;
    }



    .Exchange_Related_Div {
        height: auto;
    }

    .Exchange_Related_Div .Home_Title {
        margin-bottom: 32px;
    }

    .Exchange_Related_List {
        width: 100%;
        height: auto;
    }

    .Exchange_Related_List ul {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .Exchange_Related_List li {
        width: 100%;
        height: auto;
        margin-bottom: 4vw;
    }

    .Exchange_Related_List li p {
        width: 100%;
    }

    .Exchange_Related_List li p img {
        width: 100%;
    }

    .Exchange_Related_Txt {
        background-color: #F3F3F1;
        padding: 16px 8px 16px 8px;
    }

    .Exchange_Related_Txt h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
        color: #323232;
    }

    .Exchange_Related_Txt h4 a {
        color: #323232;
    }

    .Exchange_Related_Txt h5 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
        color: #323232;
    }

    .Exchange_Related_Txt h5 a {
        color: #323232;
    }

    .Exchange_Related_Txt h6 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 13px;
        color: #333;
    }

    .Exchange_Related_Txt h6 a {
        color: #333;
    }

    .Exchange_Control_Div {
        padding-bottom: 75px;
    }

    .Exchange_His_Box {
        width: 100%;
        height: auto;
        background-color: #F3F3F1;
    }

    .Exchange_His_Div {
        padding-top: 35px;
    }

    .Exchange_His_Title {
        margin-bottom: 35px;
    }

    .mExchange_His_Swiper {
        width: 100%;
        min-height: 314px;
        overflow: hidden;
        padding-bottom: 75px;
    }

    .mExchange_His_Swiper p {
        width: 92vw;
        height: 63vw;
    }

    .mExchange_His_Swiper p img {
        width: 92vw;
        height: 63vw;
    }



    .mExchange_His_Swiper h4 {
        padding: 22px 13px;
        width: calc(92vw - 26px);
        font-size: 18px;
        line-height: 23px;
        color: #323232;
        background-color: #FFF;
    }

    .mExchange_His_Swiper h4 a {
        color: #323232;
    }

    .mExchange_His_BTPrev {
        position: absolute;
        left: 15px;
        top: 31vw;
        width: 17px;
        height: 32px;
        background: url(../images/Exchange_Prev.png);
        background-size: 17px 32px;
        z-index: 2;
        cursor: pointer;
    }

    .mExchange_His_BTNext {
        position: absolute;
        left: auto;
        right: 15px;
        top: 31vw;
        width: 17px;
        height: 32px;
        background: url(../images/Exchange_Next.png);
        background-size: 17px 32px;
        z-index: 2;
        cursor: pointer;
    }

    .mExchange_His_pagination {
        position: absolute;
        text-align: center;
        font-size: 12px;
        /* top: calc(63vw - 30px) !important; */
        bottom: 40px !important;;
        height: 20px !important;
        z-index: 2;
    }

    .mExchange_His_pagination .swiper-pagination-bullet {
        border-radius: 8px;
        width: 7px;
        height: 7px;
        background-color: transparent;
        border: 1px solid #093F34;
        opacity: 1;
    }

    .mExchange_His_pagination .swiper-pagination-bullet-active {
        background-color: #093F34;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }
    .Lecture_Focus_Div .Exchange_Focus_Title {
        color: #796A25;  /* 20240607 */
    }

    .Lecture_Focus_Div .Exchange_Focus_Title a {
        color: #796A25;  /* 20240607 */
    }

    .Lecture_Focus_Div .Exchange_Focus_Text {
        background-color: #796A25;  /* 20240607 */
    }
    .Lecture_Focus_Div2 .Exchange_Focus_Title {
        color: #193968;  /* 20240607 */
    }

    .Lecture_Focus_Div2 .Exchange_Focus_Title a {
        color: #193968;  /* 20240607 */
    }

    .Lecture_Focus_Div2 .Exchange_Focus_Text {
        background-color: #193968;  /* 20240607 */
    }

    /* Academic_Box */
    .Academic_Box{
        width: 100%;
        background-color: #F3F3F1;
        height: auto;
    }
    .Academic_Div{
        width: 90vw;
        height: auto;       
    }
    .Academic_Type{
        width: 100%;
        height: 60px;

    }
    .Academic_Type ul{
        width: 100%;
        height: 60px;
        list-style: none;
    }
    .Academic_Type li{
        float: left;
        width: calc(30vw - 1px);
        height: 60px;
        line-height: 60px;
        background-color: #DDD4C6;
        text-align: center;
        border-right: 1px solid #FFF;        
        color: #433B37;
        font-size: 24px;
        cursor: pointer;
    }
    .Academic_Type li a{
        color: #433B37;
    }
    .Academic_Type_Now{
        background-color: #fff!important;
        font-weight: bold;
    }
    .Academic_List_All{
        padding:10vw 9vw 5vw 9vw;
        background-color: #FFF;
        height: auto;
        overflow: hidden;
    }
    .Academic_List{
        display: none;
        width: 72vw;
        height: auto;     
        overflow: hidden;
    }
    .Academic_List ul{        
        width: 72vw;
        height: auto;        
    }

    .Academic_List li{
        width: 72vw;
        height: 51vw;
        margin-bottom: 9vw;

    }
    .Academic_List li:nth-child(2n){        
        margin-right: 0px;
    }

    .Academic_List li p{
        float: left;        
        width: 37vw;
        height: 51vw;
        margin-right: 6vw;
    }
    .Academic_List li p img{         
        width: 37vw;
        height: 51vw;
    }
    .Academic_Txt{
        float: left;
        width: 29vw;
        height: auto;
        overflow: hidden;
    }
    .Academic_Txt h4{                
        width: 100%;
        height: 38px;
        line-height: 28px;
        font-size: 22px;
        font-weight: bold;
        color: #323232;
    }
    .Academic_Txt h4 a{
        color: #323232;
    }
    .Academic_Txt h5{                
        width: 100%;
        height: 44px;
        line-height: 24px;
        font-size: 16px;
        color: #333;
    }
    .Academic_Txt h5 a{
        color: #333;
    }
    .Academic_Txt h6{
        border: 1px solid #007B35;                
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        color: #007B35;

       background: url(../images/Academic_Arrow.png) center right no-repeat;
       background-position: right 5px center;
       overflow: hidden;
    }
    .Academic_Txt h6 a{
        color: #007B35;
    }
        /* Voice_Div */
        .Voice_Div{
            height: auto;
            overflow: hidden;
        }
        .Voice_List{
            width: 100%;
            height: auto;        
        }
        .Voice_List ul{
            width: 92vw;
            height: auto;       
        }
        .Voice_List li{
            padding:15vw 5vw 5vw 5vw;
            width: 82vw;
            height: auto;
            margin-bottom: 5vw;
            background-color: #F2F2F0;
        }
        .Voice_List li h3{
            position: absolute;
            top:0;
            left: 0;
            width: 112px;
            height: 36px;
            background-color: #0E5244;
            line-height: 36px;
            text-align: center;
            font-size: 16px;
            color: #FFF;
        }
        .Voice_List li h4{        
            width: 100%;
            height: auto;               
            line-height: 28px;        
            font-size: 22px;
            font-weight: bold;
            color: #323232;
            margin-bottom: 12px;
        }
        .Voice_List li h4 a{
            color: #323232;
        }
        .Voice_List li h5{        
            width: 100%;
            height: auto;               
            line-height: 22px;        
            font-size: 16px;
            color: #333;
        }
        .Voice_List li h5 a{
            color: #333;
        }
        .Voice_List li h6{        
            width: 100%;
            height: auto;               
            line-height: 25px;        
            font-size: 18px;
            color: #0D5143;
            margin-bottom: 16px;
        }
        /* 20240607 */
        .Voice_List li p{        
            width: 82vw;             
            margin-bottom: 15px;
        }
        /* 20240607 */
        .Voice_List li p img{
            width: 82vw;
        }
        .Voice_Control_Div{
            margin-top: 40px;
            margin-bottom: 60px;
        }
			.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
	margin:10px 10px 15px;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #ebebeb;
    color: #363738;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #f3f3ed;
    color: #a0a3a5;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.m-style a:hover {
    color: #fff;
    background: #636566;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 12px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.jump-ipt {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 10px;
}
.Search_Div li h4 b{ color:#004995;}
}