/* PC */
/* Top菜单部分 */
@media (min-width:600px) {
    .Main_Body {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: auto;
        background: url(../images/Home_Main_BK.jpg) top center no-repeat;
        overflow: hidden;
    }

    .Menu_Box {
        /* margin-top: 48px; */
        width: 100%;
        height: 80px;
        background-color: #073E6E;
    }

    .Menu_Div {
        margin: 0 auto;
        margin-left: calc(50% - 600px);
        height: 50px;
        padding-top: 16px;
        /* overflow: hidden; */
    }

    .TopMenu_Logo {
        float: left;
        margin-left: 10px;
        width: 262px;
        height: 50px;
    }

    .TopMenu_Logo img {
        width: 262px;
        height: 50px;
    }

    .TopMenu_Control_Div {
        float: right;
        width: 870px;
        height: 70px;
    }

    .Top_Menu_Top {
        float: right;
        width: 60px;
        height: 26px;
        overflow: hidden;
    }

    .TopMenu_Language {
        float: left;
        margin-right: 10px;
        width: 30px;
        height: 26px;
        font-size: 16px;
        font-family: "微软雅黑";
        line-height: 26px;
        color: #000;
        background: url(../images/Menu_Lang_BK.png) center right no-repeat;
    }

    .TopMenu_Language a {
        color: #000;
    }

    .TopMenu_Search {
        float: left;
        width: 20px;
        cursor: pointer;
    }

    .TopMenu_Search img {
        margin-top: 2px;
        width: 18px;
        height: 17px;
    }

    .Menu_List_Div {
        float: right;
        margin-right: 10px;
        margin-top: 13px;
        width: 610px;
        height: 26px;
    }

    .Menu_List_Div ul {
        width: 100%;
        height: 26px;
    }

    .Menu_List_Div li {
        float: left;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 26px;
        padding: 0 16px;
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        color: #FFF;
    }



    .Menu_List_Div li a {
        display: block;
        color: #FFF;
        line-height: 26px;
        /* text-decoration: none; */
        text-underline-offset: 4px;
    }

    .Menu_List_Div li:hover a {
        color: #FFF;

    }



    .Main_Menu_Li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 55px;
        padding-bottom: 15px;
    }

    .Menu_List_Div li:hover .Main_Menu_L2 {
        display: block;
    }

    .Menu_List_Div .Main_Menu_L2 {
        display: none;
        position: absolute;
        left: 0;
        min-width: 200px;
        /* transform: translateX(-50%); */
        top: 44px;
        padding: 15px 0 40px 0;
        width: auto;
        background-color: rgba(216, 137, 114, 0.95);
        z-index: 2;
    }

    .Menu_List_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 24px;
        height: 24px;
        padding: 12px;
        width: auto;
        /* min-width: 92px; */
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 4px;
        cursor: pointer;
        white-space: nowrap;
    }

    .Menu_List_Div .Main_Menu_L2 h4 a {
        color: #FFF;
    }


    .Menu_List_Div .Main_Menu_L2 h4:hover {
        background-color: #C1755F;
    }

    .TopMenu_Search_Pop {
        display: none;
        position: absolute;
        width: 1920px;
        height: 300px;
        top: 90px;
        left: -260px;
        background-color: #F0F0F0;
        z-index: 2;
    }

    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 120px;
        width: 528px;
        height: 58px;
        border-radius: 29px;
        background-color: #D88972;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: 430px;
        height: 58px;
        margin-left: 25px;
        line-height: 58px;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: 430px;
        height: 58px;
        line-height: 58px;
        background-color: transparent;
        font-size: 16px;
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::input-placeholder {

        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Right {
        float: right;
        width: 56px;
        height: 58px;
        line-height: 58px;
    }

    .TopMenu_Search_Pop_Right img {
        margin-top: 15px;
        width: 32px;
        height: 28px;

    }
}

/* 翻页控制部分 */
@media (min-width:600px) {

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        /* margin-bottom: 45px; */
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 32px;
        min-width: 100px;
        margin-bottom: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
    }

    .PageControl_Num ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 32px;
        height: 32px;
        line-height: 32px;

        font-size: 16px;
        text-align: center;
        margin-right: 30px;
        border: 1px solid #DDDAD2;
        background-color: #F7F6F3;
    }

    .PageControl_Num .NumOn {
        background-color: #D88972;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        color: #FFF !important;
    }

    .PageControl_Num a {
        display: inline-block;
        position: relative;
        margin: 0 4px;
        padding: 0;
        border-radius: 16px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        color: #272727;
        background-color: #EEEEEE;
        font-size: 16px;
        text-align: center;
    }
}

/* 导航栏面包屑部分 */
@media (min-width:600px) {
    .Nav_Box {
        width: 100%;
        height: auto;
        width: 100%;
    }

    .Nav_Div {
        margin-top: 40px;
        margin-bottom: 20px;
        height: 50px;
        border-top: 1px solid #333;
        line-height: 50px;        
        font-size: 16px;
        color: #333;
    }

    .Nav_Div a {
        color: #333;
    }
}

/*  底部 部分 */
@media (min-width:600px) {

    /* Bottom_Box */
    .Bottom_Box {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: 260px;
        background-color: #073E6E;
        overflow: hidden;
    }

    .Bottom_Div {
        margin: 0 auto;
        margin-top: 40px;
        width: 1200px;
        height: auto;
        line-height: 55px;
        text-align: center;
    }

    .Bottom_Div h4 {
        font-size: 16px;
        color: #FFF;
        line-height: 55px;
    }

    .Bottom_Div h4 span {
        padding: 0 5px;
    }

    .Bottom_Div h4 a {
        color: #FFF;
    }

    .Bottom_Div h5 {
        font-size: 16px;
        color: #FFF;
        line-height: 55px;
    }

    .Bottom_Logo_Div {
        height: 100px;
    }

    .Bottom_Item_Title {
        width: 100%;
        height: 40px;
        line-height: 28px;
        font-size: 20px;
        font-family: "Times New Roman";
        color: #FFF;
        margin-bottom: 20px;
        background: url(../images/Bottom_Line.jpg) left bottom no-repeat;
    }

    .Bottom_Item_Title a {
        color: #FFF;
    }

    .Bottom_QR_Div {
        width: 100%;
        height: 264px;
    }

    .Bottom_QR {
        float: left;
        width: 109px;
        margin-right: 43px;
    }

    .Bottom_QR p {
        width: 109px;
        height: 109px;
    }

    .Bottom_QR p img {
        width: 109px;
        height: 109px;
    }

    .Bottom_QR h4 {
        width: 109px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        text-align: center;
        color: #FFF;
    }

    .Bottom_QR h4 a {
        color: #FFF;
    }

    .Bottom_Contact_Div h4 {
        font-size: 16px;
        line-height: 30px;
        color: #FFF;
    }

    .Bottom_Block2 {
        float: left;
        width: 458px;
        height: 686px;
        background-color: #2A65AD;
        /* cursor: pointer; */
    }

    .Bottom_Block2_Pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 458px;
        height: 686px;
        z-index: 1;
        opacity: 1;
        transition: all 0.5s;
    }

    .Bottom_Block2_Pic img {
        width: 458px;
        height: 686px;
    }

    .Bottom_Block2_Cover {
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 210px;
        width: 458px;
        height: 476px;
        z-index: 2;
    }

    .Bottom_Block2_Title {
        width: 100%;
        height: auto;
    }

    .Bottom_Block2_Title h4 {
        margin-left: 75px;
        height: 40px;
        line-height: 28px;
        font-size: 20px;
        color: #FFF;
        font-family: "Times New Roman";
        transition: all 0.5s;
    }

    .Bottom_Block2_Title h4 a {
        color: #FFF;
    }

    .Bottom_Block2_Title h5 {
        display: block;
        margin-left: 75px;
        height: 3px;
        width: 28px;
        transition: all 0.5s;
        background-color: #FFF;
    }

    .Bottom_Block2:hover .Bottom_Block2_Pic {
        opacity: 0.6;
        transition: all 0.5s;

    }

    .Bottom_Block2:hover .Bottom_Block2_Title h4 {
        margin-left: 178px;
        transition: all 0.5s;
    }

    .Bottom_Block2:hover .Bottom_Block2_Title h5 {
        margin-left: 214px;
        transition: all 0.5s;
    }

    .Bottom_Block3 {
        padding-left: 81px;
        width: 390px !important;
        height: 580px;
    }

    .Bottom_List_Div h4 {
        padding-top: 5px;
        font-size: 16px;
        line-height: 22px;
        color: #FFF;
        margin-bottom: 30px;
    }

    .Bottom_List_Div h4 a {
        color: #FFF;
    }

    .BackTop_Div {
        position: fixed;
        z-index: 10;
        right: 50px;
        bottom: 30px;
        width: 39px;
        height: 31px;
    }

    .BackTop_Div img {
        width: 39px;
        height: 31px;
    }
}

/*  列表 部分 */
@media (min-width:600px) {

    /* List_Banner_Box */
    .List_Banner_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 400px;
        overflow: hidden;
    }

    .List_Banner_Div {
        width: 1920px;
        height: 400px;
    }

    .List_Banner_Div img {
        width: 1920px;
        height: 400px;
    }

    .List_Type_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 140px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 72px;
    }

    .List_Type_Div {
        margin: 0 auto;
        width: 1400px;
        height: 140px;
        border-right: 1px solid #f0f0f0;
    }

    .List_Type_Div ul {
        width: 1400px;
        height: auto;
    }

    .List_Type_Div li {
        float: left;
        width: 269px;
        padding: 0 40px;
        border-top: 18px solid #fff;
        height: 122px;
        border-left: 1px solid #F0f0f0;
        border-bottom: 1px solid #F0f0f0;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        justify-content: center;
        font-size: 20px;
        line-height: 26px;
        color: #000;
    }

    .List_Type_Div li a {
        color: #000;
    }

    .List_Type_Now {
        border-top: 18px solid #D88972 !important;
        border-bottom: 1px solid #Fff !important;
    }

    .List_Type_Now a {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Now {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Div {
        margin: 0 auto;
        margin-left: calc(50% - 700px);
        width: 1400px;
        height: auto;
        margin-bottom: 65px;
        overflow: hidden;
    }

    .List_Div ul {
        width: 100%;
        list-style: none;
    }

    .List_Div li {
        float: left;
        width: 680px;
        min-height: 212px;
        margin-right: 40px;
        padding: 35px 0;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
    }

    .List_Div li:nth-child(2n) {
        margin-right: 0px;
    }

    .List_Pic_Div {
        float: left;
        width: 305px;
        height: 212px;
        margin-right: 15px;
        cursor: pointer;
    }

    .List_Pic_Div p {
        width: 305px;
        height: 212px;
        overflow: hidden;
    }

    .List_Pic_Div em {
        position: absolute;
        left: 0;
        top: 0;
        width: 305px;
        height: 212px;
        background: url(../images/List_Arrow.png) center center no-repeat;
        background-color: rgba(0, 160, 233, 0.7);
        opacity: 0;
        transition: all 0.5s;
        z-index: 3;
    }

    .List_Pic_Div p img {
        width: 305px;
        height: 212px;
        transition: all 0.5s;
    }

    .List_Pic_Div:hover img {
        scale: 1.2;
        transition: all 0.5s;
    }

    .List_Pic_Div:hover h6 {
        transition: all 0.5s;
        opacity: 0;
    }

    .List_Pic_Div:hover em {
        transition: all 0.5s;
        opacity: 1;
    }

    .List_Data_Div {
        display: block;
        width: 100%;
        height: 34px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .List_Div li h6 {
        position: absolute;
        display: block;
        width: 125px;
        height: 34px;
        background-color: #00A0E9;
        line-height: 34px;
        font-size: 16px;
        text-align: center;
        color: #FFF;
        transition: all 0.5s;
        z-index: 2;
    }

    .List_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 28px;
        font-size: 22px;
        color: #000;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .List_Div li h4 a {
        color: #000;
    }

    .List_Div li h5 {
        display: block;
        line-height: 24px;
        font-size: 16px;
        color: #000;
    }

    .List_Div li h5 a {
        color: #000;
    }
}

/* 文章 部分 */
@media (min-width:600px) {
    .Artical_Div {
        margin: 0 auto;
        margin-top: 20px;
        width: 1110px;
        margin-left: calc(50% - 600px);
        background-color: rgba(255, 255, 255, 0.6);
        padding: 35px 45px 80px 45px;
        height: auto;
        box-shadow: 0 0 5px #ddd;
        overflow: hidden;
    }


    .Artical_Title_Div {
        width: 100%;
        height: 62px;
        overflow: hidden;
        border-bottom: 1px solid #ccc;
    }

    .Artical_Title {

        float: left;
        margin-left: 45px;
        width: 780px;
        font-size: 34px;
        line-height: 43px;
        color: #333;
        /* text-transform: uppercase; */
    }

    .Artical_Title a {
        color: #000;
    }
    .Artical_Info{
        float: right;
        width: 230px;
        margin-right: 40px;
        margin-top: 24px;
        font-size: 16px;
        line-height: 24px;
        color: #333;
    }
    .Artical_Content_Info_Div {
        padding: 14px;
        height: 25px;
        background-color: #F3F3F3;
        /* border-bottom: 2px solid #E7EFFB; */
    }
    .Artical_Content_Title{
        /* margin-left: 45px; */
        font-size: 22px;
        line-height: 22px;
        margin-top: 22px;
        margin-bottom: 14px;
    }
    .Artical_Content_Info {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 25px;
        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: 16px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 25px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .Artical_Content_Text_Div {
        padding-left: 45px;
        padding-right: 45px;
        height: auto;
        /* padding-top: 50px; */
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        /* height: 1420px; */
        padding-bottom: 30px;
    }

    .Artical_Content_Text p {
        /* padding: 0 5px; */
        font-size: 18px;
        line-height: 35px;
        color: #000;
        margin-bottom: 35px;
    }

    .Artical_End_Title{
        text-align: right;  
        font-size: 26px;
        line-height: 34px;
        color: #333;
        margin-bottom: 10px;      
    }
    .Artical_End_Date{
        text-align: right;
        font-size: 16px;
        line-height: 23px;
        color: #333;
        margin-bottom: 10px;          
    }
    .Artical_Download{
        text-align: right;  
        text-align: right;
        font-size: 18px;
        line-height: 23px;
        color: #CF3339;        
    }
    .Artical_Download a{        
        color: #CF3339; 
        text-underline-offset: 6px;       
    }



    
}

/* 搜索 部分 */
@media (min-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        width: 1200px;
        margin-left: calc(50% - 600px);
        height: 150px;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 90px !important;
    }

    .Search_Div {
        margin: 0 auto;
        margin-left: calc(50% - 375px);
        width: 750px;
        height: 60px;
        margin-top: 100px;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        width: 100%;
        padding: 25px;
        background-color: #f0f0f0;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Search_Div li:hover {
        background-color: #e3e3e3;
        cursor: pointer;
    }

    .Search_Div li h6 {
        display: block;
        height: 34px;
        line-height: 24px;
        font-size: 16px;
        color: #656565;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 28px;
        font-size: 22px;
        color: #000;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .Search_Div li h4 a {
        color: #000;
    }

    .Search_Div li h5 {
        display: block;
        line-height: 24px;
        font-size: 16px;
        color: #000;
        margin-bottom: 20px;
    }

    .Search_Div li h5 a {
        color: #000;
    }

    .Search_Div li span {
        color: #D78971;
    }

    .Search_Result_Div {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        color: #D78971;
        text-align: center;
    }

}

/* 其他 部分 */
@media (min-width:600px) {
    .Home_Search_Div {
        margin: 0 auto;
        margin-left: calc(50% - 375px);
        width: 750px;
        height: 65px;
        margin-top: 100px;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .Home_Search_Input {
        float: left;
        width: 660px;
        height: 60px;
        margin-top: 5px;
        margin-left: 5px;
        border-radius: 6px;
        box-shadow: -5px -5px 0px #0E61AA;
        background: url(../images/Home_Search_BK.png) left top no-repeat;
        background-position: left 22px top 20px;
        background-color: #FFF;
        overflow: hidden;
    }

    .Home_Search_Input input {
        margin-left: 50px;
        margin-top: 18px;
        width: 610px;
        height: 24px;
        line-height: 24px;
        font-size: 18px;
        color: #B2B2B2;
    }

    .Home_Search_Input input::input-placeholder {
        color: #B2B2B2;
    }

    .Home_Search_Input input::-webkit-input-placeholder {
        color: #B2B2B2;
    }

    .Home_Search_Input input::-moz-placeholder {
        color: #B2B2B2;
    }

    .Home_Search_Input input::-ms-input-placeholder {
        color: #B2B2B2;
    }

    .Home_Search_BT {
        float: right;
        margin-top: 8px;
        width: 70px;
        height: 42px;
        line-height: 42px;
        font-size: 32px;
        color: #56A5E1;
        font-weight: bold;
        cursor: pointer;
    }

    .Banner_Words {
        margin: 0 auto;
        width: 700px;
        height: 63px;
        margin-bottom: 100px;
    }

    .Banner_Words img {
        width: 700px;
        height: 63px;
    }

    .Home_Title {
        margin: 0 auto;
        width: 1200px;
        height: 30px;
        margin-bottom: 20px;
    }

    .Home_Title img {
        width: 1200px;
        height: 30px;
    }

    .Home_List_Block {
        margin: 0 auto;
        width: 1110px;
        height: auto;
        /* height: 537px; */
        background-color: rgba(255, 255, 255, 0.6);
        padding: 35px 45px 50px 45px;
        margin-bottom: 135px;
    }

    .Home_List_Type {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .Home_List_Type ul {
        width: 100%;
        height: 34px;
        overflow: hidden;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;

    }

    .Home_List_Type li {
        padding: 0 50px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 34px;
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #E1261B;
        overflow: hidden;
        margin-bottom: 25px;

        text-underline-offset: 8px;
    }

    .Home_List_Type li a {
        color: #E1261B;
    }

    .Home_List_TypeNow {
        text-decoration: underline;
    }

    .Home_List_Type span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #7F7F7F;
    }

    .Home_List {
        width: 100%;
        height: auto;

        overflow: hidden;
    }

    .Home_List p {
        margin: 0 auto;
        width: 200px;
        height: 40px;
        border: 1px solid #C0C0C0;
        border-radius: 6px;
        background-color: #FFF;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #4C4C4C;
        margin-top: 70px;
        overflow: hidden;
    }

    .Home_List p a {
        color: #4C4C4C;
    }

    .Home_List_Head {
        display: flex;
        justify-content: space-between;
        height: 35px;
        line-height: 25px;
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        text-align: center;
        border-bottom: 1px solid #CCCCCC;
    }

    .Home_List_Head h3 {
        width: 220px;
        font-weight: bold;
        line-height: 25px;
        font-size: 18px;
        padding: 0 50px;
    }

    .Home_List_Head h4 {
        width: 220px;
        font-weight: bold;
        line-height: 25px;
        font-size: 18px;
        padding: 0 50px;
    }

    .Home_List_Head h5 {
        width: 220px;
        font-weight: bold;
        line-height: 25px;
        font-size: 18px;
        padding: 0 50px;
    }

    .Home_List_Head h6 {
        width: 90px;
        font-weight: bold;
        line-height: 25px;
        font-size: 18px;
        padding: 0 30px;
    }

    .Home_List_info {
        margin-top: 8px;
        display: flex;
        justify-content: space-between;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        color: #333333;
        text-align: center;
    }

    .Home_List_info h3 {
        width: 220px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        padding: 0 50px;
        text-align: left;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_List_info h4 {
        width: 220px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        padding: 0 50px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_List_info h5 {
        width: 220px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        padding: 0 50px;
    }
    .Home_List_info_h3 {
        width: 220px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        padding: 0 50px;
        text-align: left;

        /* Text overflow */
        text-overflow: ellipsis;
        /* display: -webkit-box; */
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Home_List_info_h4 {
        width: 220px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        padding: 0 50px;

        /* Text overflow */
        text-overflow: ellipsis;
        /* display: -webkit-box; */
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Home_List_info_h5 {
        width: 220px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        padding: 0 50px;
    }
    .Home_List_info_h6 {
        width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        padding: 0 30px;
    }
    .Home_List_info_h6 a {
        color: #E1261B;
        text-underline-offset: 5px;
    }
    .Home_List_info h6 {
        width: 90px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        padding: 0 30px;
    }

    .Home_List_info h6 a {
        color: #E1261B;
        text-underline-offset: 5px;
    }

    .Execute_Body {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: auto;
        min-height: 1300px;
        background: url(../images/Execute_BK.jpg) top center no-repeat;
        overflow: hidden;
    }

    .Execute_Search_Div {
        margin: 0 auto;
        width: 1110px;
        height: auto;
        /* height: 537px; */
        background-color: rgba(255, 255, 255, 0.6);
        padding: 35px 45px 50px 45px;
        margin-bottom: 30px;
        margin-top: 50px;

        overflow: hidden;

    }

    .Execute_Search {
        float: left;
        width: 942px;
        height: 133px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
    }

    .Execute_Search_BT {
        float: right;
        padding: 25px 31px;
        width: 78px;
        height: 83px;
        border-radius: 6px;
        background-color: #0D5CA0;

        text-align: center;
        font-size: 34px;
        line-height: 41px;
        color: #FFF;

        cursor: pointer;
    }

    .Execute_Search_Block {
        width: 460px;
        height: 60px;
        border-radius: 6px;
        background-color: #FFF;
    }

    .Execute_Search_Name {
        float: left;
        width: 120px;
        border-right: 1px solid #B3B3B3;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        color: #333;
        text-align: center;
    }

    .Execute_Search_Info {
        float: right;
        width: 319px;
        height: 28px;
        padding-top: 16px;
        padding-left: 20px;
    }

    .Execute_Search_Info input {
        width: 319px;
        height: 28px;
        font-size: 20px;
        color: #333;
    }

    .Execute_Search_Info input::input-placeholder {
        color: #999;
    }

    .Execute_Search_Info input::-webkit-input-placeholder {
        color: #999;
    }

    .Execute_Search_Info input::-moz-placeholder {
        color: #999;
    }

    .Execute_Search_Info input::-ms-input-placeholder {
        color: #999;
    }

    .Execute_Search_Info select {
        width: 300px;
        height: 28px;
        font-size: 20px;
        color: #333;
        border: 0;
    }
    .Execute_List_Block {
        margin: 0 auto;
        width: 1110px;
        height: auto;
        /* height: 537px; */
        background-color: rgba(255, 255, 255, 0.6);
        padding: 35px 45px 50px 45px;
        margin-bottom: 55px;
    }
    .Execute_List {
        width: 100%;
        height: auto;

        overflow: hidden;
    }

    .Execute_List p {
        margin: 0 auto;
        width: 200px;
        height: 40px;
        border: 1px solid #C0C0C0;
        border-radius: 6px;
        background-color: #FFF;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #4C4C4C;
        margin-top: 70px;
        overflow: hidden;
    }

    .Execute_List p a {
        color: #4C4C4C;
    }

    .Execute_List_Head {
        display: flex;
        justify-content: space-between;
        height: 35px;
        line-height: 25px;
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        text-align: center;
        border-bottom: 1px solid #CCCCCC;
    }

    .Execute_List_Head h3 {
        width: 230px;
        font-weight: bold;
        line-height: 25px;
        font-size: 18px;
        padding: 0 35px;
        margin-top: 0;
    }

    .Execute_List_Head h4 {
        width: 230px;
        font-weight: bold;
        line-height: 25px;
        font-size: 18px;
        padding: 0 10px;
        margin-top: 0;
    }

    .Execute_List_Head h5 {
        width: 230px;
        font-weight: bold;
        line-height: 25px;
        font-size: 18px;
        padding: 0 25px;
        margin-top: 0;
    }

    .Execute_List_Head h6 {
        width: 110px;
        font-weight: bold;
        line-height: 25px;
        font-size: 18px;
        padding: 0 15px;
        margin-top: 0;
    }

    .Execute_List_info {
        margin-top: 8px;
        display: flex;
        justify-content: space-between;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        color: #333333;
        text-align: center;
    }

    .Execute_List_info h3 {
        width: 230px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        padding: 0 35px;
        text-align: left;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Execute_List_info h4 {
        width: 230px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        padding: 0 10px;
        margin-top: 0;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Execute_List_info h5 {
        width: 230px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        padding: 0 25px;
        margin-top: 0;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Execute_List_info h6 {
        width: 110px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        padding: 0 15px;
        margin-top: 0;
    }

    .Execute_List_info h6 a {
        color: #E1261B;
        text-underline-offset: 5px;
    }
    .Execute_PageControl{
        margin: 0 auto;
        width: 1200px;
        text-align: center;
        color: #333;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 70px;        
    }
    .Execute_PageControl span{
        padding:0 4px;
        color: #333;        
    }
    .Execute_PageControl span a{
        color: #333;        
    }
}