/* Mobile */
/* 菜单部分 */
@media (max-width:600px) {
    .Main_Body {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Menu_Box {
        width: 100%;
        height: 26.6vw;
        background-color: #073E6E;
    }

    .Menu_Div {
        width: 100%;
        height: auto;
    }

    .Menu_List_Div {
        display: none;
    }

    .TopMenu_Logo {
        height: 14.8vw;
        padding-left: 10vw;
        padding-top: 6.4vw;
        padding-bottom: 5.4vw
    }

    .TopMenu_Logo img {
        height: 14.8vw;
    }


    .MobileMenu_List_Div {
        /* float: right; */
        /* margin-right: 10px; */
        margin: 0 auto;
        margin-top: 13px;
        margin-bottom: 30px;
        width: 88vw;
        height: auto;
    }

    .MobileMenu_List_Div ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .MobileMenu_List_Div li {
        width: 60px;
        height: auto;        
        font-size: 18px;        
        line-height: 26px;
        font-weight: bold;
        color: #FFF;
    }

    .MobileMenu_List_Div li p{
        margin: 0 auto;
        display: block;
        width: 50px;
        height: 50px;        
    }
    .MobileMenu_List_Div li p img{
        width: 50px;
        height: 50px;        
    }

    .MobileMenu_List_Div li h4{
        
        line-height: 18px;
        font-size: 14px;
        text-align: center;
        color: #333;
        margin-top: 5px;
    }
    .MobileMenu_List_Div li h4 a{
        color: #333;
    }
    .TopMenu_Div {
        margin: 0 auto;
        width: 92%;
        margin-top: 3.8vw;
        height: 9.8vw;
        overflow: hidden;
    }

    .TopMenu_Left {
        float: left;
        width: 49vw;
    }

    .TopMenu_Left a img {
        width: 49vw;
    }

    .TopMenu_Mid {
        float: left;
        width: calc(100vw*0.6);
        height: 100px;
    }

    .TopMenu_Mid a {
        margin: 0 auto;
        margin-top: 20px;
        display: block;
        width: 181px;
        height: 59px;
    }

    .TopMenu_Mid a img {
        width: 181px;
        height: 59px;
    }

    .TopMenu_Right {
        float: right;
        width: 15vw;
        height: 5vw;
    }

    .Top_Search {
        float: left;
        width: 5vw;
        height: 5vw;
    }

    .Top_Search img {
        width: 5vw;
        height: 5vw;
    }

    .Top_Menu {
        float: right;
        width: 5vw;
        height: 5vw;
    }

    .Top_Menu img {
        width: 5vw;
        height: 5vw;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(216, 137, 114, 0.9);
    }

    .Top_Menu_Control {
        padding: 4vw;
        height: 20px;

    }

    .Top_Search_BTClose,
    .Top_Menu_BTClose {
        float: right;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose img,
    .Top_Menu_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose {
        float: right;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Menu_Pop_Menu {
        margin: 0 auto;
        width: 92vw;

    }

    .Top_PopMenu_Line {
        height: auto;
        border-top: 1px solid #000;
        padding: 10px 0;
    }

    .Top_PopMenu_Line ul {
        width: calc(100% - 35px);
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .Top_PopMenu_Line li {
        font-size: 20px;
        color: #9191BF;
        line-height: 35px;

    }

    .Top_PopMenu_Line li a {
        color: #9191BF;
    }

    .Top_PopMenu_Title {
        width: 100%;
        height: 36px;
    }

    .Top_PopMenu_Title a {
        position: absolute;
        left: 0;
        width: calc(100% - 35px);
        height: 22px;
        font-size: 18px;
        font-family: "Times New Roman";
        font-weight: bold;
        color: #000;
        line-height: 36px;
    }

    .Top_PopMenu_Title em {
        position: absolute;
        right: 5px;
        top: 8px;
        width: 20px;
        height: 20px;
        background: url(../images/Mobile/Icon_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_PopMenu_L2 {
        overflow: hidden;
    }

    .Top_PopMenu_L2 ul {
        width: 100%;
        /* margin-top: 15px;
        margin-bottom: 15px; */
        height: auto;

    }

    .Top_PopMenu_L2 li {
        font-size: 14px;
        color: #FFF;
        line-height: 22px;
        padding: 5px;
        overflow: hidden;
    }

    .Top_PopMenu_L2 li:hover {
        background-color: #C1755F;
    }

    .Top_PopMenu_L2 li a {
        color: #FFF;
    }

    .Top_Search_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(226, 226, 226, 0.9);

    }

    .Top_Search_Pop_Div {
        margin-top: 30px;
        height: 40px;
        border-radius: 20px;
        background-color: #D88972;
    }

    .Top_Search_Input {
        float: left;
        width: calc(100% - 40px);
    }

    .Top_Search_Input input {
        margin-left: 20px;
        height: 40px;
        background-color: #D88972;
        font-size: 16px;
        color: #FFF;
        line-height: 40px;
    }

    .Top_Search_Input input::input-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        color: #FFF;
    }

    .Top_Search_BT {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BT img {
        width: 20px;
        height: 20px;
    }
}

/* 翻页控制部分 */
@media (max-width:600px) {

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 42px;
        min-width: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 42px;
    }

    .PageControl_Num .NumOn {
        background-color: #84A7D8;
    }

    .PageControl_Num .NumOn a {
        color: #FFF;
    }

    .PageControl_Num a {
        width: 36px;
        height: 32px;
        margin-right: 10px;
        text-align: center;
        font-size: 18px;
        color: #272727;
        border: 1px solid #DDDAD2;
    }

    .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: 50px;
    }
}

/* 导航栏面包屑部分 */
@media (max-width:600px) {
    /* Nav_Div */

    .Nav_Box {
        bottom: 0;
        position: absolute;
        height: 30px;
        width: 100%;
    }

    .Nav_Div {
        display: none;
        margin: 0 auto;
        width: 92vw;
        height: 30px;
        font-size: 14px;
        font-family: "Times New Roman";
        color: #000;
    }

    .Nav_Div a {
        color: #000;
    }
}

/* 文章部分 */
@media (max-width:600px) {

    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Artical_Content_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #E7EFFB;
    }

    .Artical_Content_Title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 10px;
        font-size: 20px;   
        line-height: 28px;
        color: #333;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #333;
    }

    .Artical_Content_Info_Div {
        padding: 14px 5px;
        height: 20px;
        background-color: #F3F3F3;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        border-right: 1px solid #656565;
        color: #656565;
    }

    .Artical_Content_Info h4 a {
        color: #656565;
    }

    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 30px;
        overflow: hidden;
        border-bottom: 1px solid #CCC;
        margin-bottom: 50px;
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        /* height: 1420px; */
        padding-bottom: 10px;
    }

    .Artical_Content_Text p {
        /* padding: 0 5px; */
        font-size: 18px;
        line-height: 35px;
        color: #000;
        margin-bottom: 35px;
    }

    

    .Artical_Div {
        margin: 0 auto;
        width: 88vw;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }

    .Artical_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #ccc;
    }

    .Artical_Title {    
    
        width: 100%;
        font-size: 20px;
        line-height:28px;
        color: #333;
        font-weight: bold;
        /* text-transform: uppercase; */
    }
    .Artical_Title a {
        color: #000;
    }
    .Artical_Info{
        width: 100%;    
        margin-top: 14px;
        font-size: 14px;
        text-align: right;
        line-height: 24px;
        color: #333;
        margin-bottom: 10px;
    }
    .Artical_End_Title{
        text-align: right;  
        font-size: 20px;
        line-height: 28px;
        color: #333;
        margin-bottom: 10px;      
    }
    .Artical_End_Date{
        text-align: right;
        font-size: 12px;
        line-height: 22px;
        color: #333;
        margin-bottom: 10px;          
    }
    .Artical_Download{
        text-align: center;  
        float: right;
        width: 140px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        border-radius: 20px;
        border: 1px solid #CECECE;
        background-color: #EEEEEE;        
        color: #333;
        margin-bottom: 40px;        
    }
    .Artical_Download a{        
        color: #333;      
    }
}

/* 底部 部分 */
@media (max-width:600px) {

        /* Bottom_Box */
        .Bottom_Box {
            
            width: 100%;
            height: auto;
            background-color: #073E6E;
            overflow: hidden;
        }
    
        .Bottom_Div {
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 20px;
            width: 72vw;
            height: auto;
            line-height: 35px;
            text-align: center;
        }
    
        .Bottom_Div h4{
            font-size: 16px;
            color: #073E6E;
            line-height: 35px;
        }
        .Bottom_Div h4 span{
            display: inline-block;
            padding:0 3px;
            width: calc(35vw - 6px);               
        }
        .Bottom_Div h4 a{
            color: #FFF;        
        }
        .Bottom_Line{
            display: none!important;
        }
        .Bottom_Div h5{
            font-size: 16px;
            color: #FFF;
            line-height: 35px;
        }
}

/* 列表 部分 */
@media (max-width:600px) {
    .List_Type_Box {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .List_Type_Div {
        display: none;
        top: 96px;
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #F0F0F0;
        z-index: 4;
    }

    .List_Type_Div ul {
        margin: 0 auto;
        width: 92vw;
        margin-bottom: 72px;
        height: auto;
    }

    .List_Type_Div li {
        width: 100%;
        height: 72px;
        border-bottom: 1px solid #FFF;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .List_Type_Div li a {
        display: block;
        color: #000;
    }

    .List_Type_Now {
        border-bottom: 1px solid #Fff !important;
    }

    .List_Type_Now a {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Now {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Show {
        width: 100%;
        height: 96px;
        border-top: 12px solid #D78971;
    }

    .List_Type_Show h4 {
        margin-left: 4vw;
        width: calc(92vw - 20px);
        height: 95px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        align-content: center;
        color: #D78971;
        font-weight: bold;

    }

    .List_Type_Show h4::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 20px;
        height: 20px;
        right: -20px;
        height: 95px;
        background: url(../images/Mobile/List_Down.png) center center no-repeat;
    }

    .List_Div {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .List_Div ul {
        margin: 0 auto;
        width: 92vw;
        list-style: none;
    }

    .List_Div li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
    }

    .List_Pic_Div {
        float: left;
        width: 40vw;
        height: 28vw;
        margin-right: 10px;
        cursor: pointer;
    }

    .List_Pic_Div p {
        width: 40vw;
        height: 28vw;
        overflow: hidden;
    }

    .List_Pic_Div p img {
        width: 40vw;
        height: 28vw;
        transition: all 0.5s;
    }

    .List_Data_Div {
        display: block;
        width: 100%;
        height: 22px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .List_Div li h6 {
        position: absolute;
        display: block;
        width: 82px;
        height: 22px;
        background-color: #00A0E9;
        line-height: 22px;
        font-size: 12px;
        text-align: center;
        color: #FFF;
        transition: all 0.5s;
        z-index: 2;
    }

    .List_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 22px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        /* margin-bottom: 10px; */
    }

    .List_Div li h4 a {
        color: #000;
    }

    .List_Div li h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #000;
    }

    .List_Div li h5 a {
        color: #000;
    }
}

/* 搜索 部分 */
@media (max-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 40px !important;
    }

    .Search_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        padding: 15px;
        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: 12px;
        color: #656565;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 18px;
        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: 14px;
        color: #D78971;
        text-align: center;
    }


    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 120px;
        width: 100%;
        height: 40px;
        border-radius: 20px;
        background-color: #D88972;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        margin-left: 15px;
        line-height: 40px;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        line-height: 40px;
        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;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
        overflow: hidden;
    }

    .TopMenu_Search_Pop_Right img {
        width: 20px;
        height: 20px;
    }
}

/* 其他 部分 */
@media (max-width:600px) {
    .Home_Search_Div {
        margin: 0 auto;
        width: 84vw;
        height: 10vw ;
        margin-top: 5vw;
        margin-bottom: 5vw;

        border-radius: 5vw;        
        background: url(../images/Home_Search_BK.png) left top no-repeat;
        background-position: left 4vw top 3vw;
        background-size:4vw 4vw;
        background-color: #EEE;
        overflow: hidden;
    }

    .Home_Search_Input {
        float: left;
        margin-left: 8vw;
        width: 60vw;        
        padding-right: 2vw;
        margin-top:2vw;
        height: 6vw;       
        border-right: 1px solid #B2B2B2;
        
        overflow: hidden;
    }

    .Home_Search_Input input {   
        width: 60vw;
        height: 6vw;
        line-height: 6vw;
  
        text-indent: 2vw;
        font-size: 16px;
        color: #333;
        background-color: #eee;
    }

    .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 {
        /* display: none; */
        float: right;   
        width: 12vw;
        height: 10vw;
        line-height: 10vw;
        font-size: 16px;
        color: #187BC5;
        font-weight: bold;
    }

    .Banner_Words {
        display: none;
        margin: 0 auto;
        width: 700px;
        height: 63px;
        margin-bottom: 100px;
    }

    .Banner_Words img {
        width: 700px;
        height: 63px;
    }

    .Home_Title {
        margin: 0 auto;
        width: 88vw;    
        margin-bottom: 20px;
    }

    .Home_Title img {
        width: 88vw;
   
    }

    .Home_List_Block {
        margin: 0 auto;
        width: 88vw;
        height: auto;
        /* height: 537px; */
        background-color: rgba(255, 255, 255, 0.6);        
        margin-bottom:4vw;
    }

    .Home_List_Type {
        width: 100%;
        height: auto;
        
    }

    .Home_List_Type ul {
        width: 100%;
        height: 34px;        
        /* margin-bottom: 25px; */
        display: flex;
        justify-content: space-between;

    }

    .Home_List_Type li {
        padding: 0 10px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        font-weight: bold;
        color: #4d4d4d;
        overflow: hidden;
        margin-bottom: 25px;
        text-decoration: none;
    }

    .Home_List_Type li a {
        color: #4d4d4d;
        text-decoration: none;
    }

    .Home_List_TypeNow {
        border-bottom: 2px solid #E1261B;
    }

    .Home_List_Type span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #7F7F7F;
    }

    .Home_List {
        width: 92vw;
        height: auto;        
        overflow: hidden;
        /* margin-bottom: 20px; */
    }

    .Home_List p {
        margin: 0 auto;
        width: 200px;
        height: 40px;
        border: 1px solid #C0C0C0;
        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_Swiper{
        width: 92vw;
        height: auto;
        overflow: hidden;
    }
    .Home_List_Swiper .swiper-slide{
        width: 92vw;
        height: auto;
        overflow: hidden;
    }
    .Home_List_info {
        width: 92vw;
        margin-top: 20px;
        height: auto;
        overflow: hidden;
        color: #333;
        border-bottom: 1px solid #CCC;
    }
    .Home_List_info:last-child{
        border-bottom: 0;
    }
    .Home_List_info h3 {
        margin: 0 auto;
        width: 84vw;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        text-align: left;
        margin-bottom: 6px;
    }

    .Home_List_info h4 {
        margin: 0 auto;
        width: 84vw;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 6px;
    }

    .Home_List_info h5 {
        margin: 0 auto;
        width: 84vw;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        color: #B2B2B2;
        margin-bottom: 6px;
    }

    .Home_List_info h6 {
        margin-left: 2vw;
        width: 120px;
        height: 38px;
        line-height: 38px;
        font-size: 14px; 
        background-color: #EEEEEE;
        border: 1px solid #CECECE;
        text-align: center;
        border-radius: 19px;
        margin-bottom: 20px;
    }

    .Home_List_info h6 a {
        color: #4C4C4C; 
    }

    .Execute_Body {        
        width: 100%; 
        height: auto;        
        overflow: hidden;
    }

    .Execute_Search_Div {
        padding: 4vw;
        width: 92vw;
        height: auto;
        /* height: 537px; */
        background-color:#EEEEEE;        
        overflow: hidden;

    }

    .Execute_Search {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Execute_Search_BT {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 150px;
        height: 40px;
        border-radius: 20px;
        background-color: #0D5CA0;

        text-align: center;
        font-size: 18px;
        line-height: 40px;
        color: #FFF;

        cursor: pointer;
    }

    .Execute_Search_Block {
        width: calc(92vw - 2px);
        height: 40px;
        border-radius: 6px;
        border: 1px solid #B3B3B3;
        background-color: #FFF;
        margin-bottom: 2vw;
        overflow: hidden;
    }

    .Execute_Search_Name {
        float: left;
        width: 24vw;
        border-right: 1px solid #B3B3B3;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #333;
        text-align: center;
    }

    .Execute_Search_Info {
        float: right;
        width: 67vw;
        height: 28px;
        padding-top: 6px;  
    }

    .Execute_Search_Info input {
        width: 67vw;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        color: #333;
        text-indent: 2vw;
    }

    .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: 67vw;
        height: 28px;
        font-size: 14px;
        color: #333;
        border: 0;
        text-indent: 2vw;
    }


    .Execute_List_info {
        margin-top: 20px;
        height: auto;
        border-bottom: 1px solid #CCC;
    }
    .Execute_List_info:last-child{
        border-bottom: 0;
    }
    .Execute_List_info h3 {
        margin: 0 auto;
        width: 84vw;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        text-align: left;
        margin-bottom: 6px;
    }
    
    .Execute_List_info h4 {
        margin: 0 auto;
        width: 84vw;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .Execute_List_info h5 {
        margin: 0 auto;
        width: 84vw;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        color: #B2B2B2;
        margin-bottom: 6px;
    }
    
    .Execute_List_info h6 {
        margin-left: 2vw;
        width: 120px;
        height: 38px;
        line-height: 38px;
        font-size: 14px; 
        background-color: #EEEEEE;
        border: 1px solid #CECECE;
        text-align: center;
        border-radius: 19px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .Execute_List_info h6 a {
        color: #4C4C4C; 
    }
    
    .Execute_List_Block {
        padding:4vw;
        width: 92vw;
        height: auto;
        margin-bottom: 55px;
    }
    .Execute_List {
        width: 100%;
        height: auto;
        overflow: hidden;
    }


    

    
    .Execute_PageControl{
        display: none;
        margin: 0 auto;
        width: 92vw;
        text-align: left;
        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;        
    }
}