/* PC端 */
@media (min-width: 600px) {
  .Menu_List_Div .Main_Menu_L2 {
    padding: 10px 0;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .dropMenuBx {
    letter-spacing: -3em;
    font-size: 0;
    padding: 0 20px;
  }
  .Menu_List_Div li .dropMenuBx dd {
    display: inline-block;
    vertical-align: top;
    font-size: initial;
    letter-spacing: normal;
    min-width: 182px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    background: #b4b4b4;
    margin: 0 10px 0 0;
  }
  .Menu_List_Div li:hover .dropMenuBx a {
    color: #fff;
  }
  .Menu_List_Div li:hover .dropMenuBx dd:hover {
    background: #476eba;
  }
  .TopMenu_Level2_Left {
    overflow: hidden;
    width: 235px;
    margin-right: 30px;
  }
  .Menu_List_Div .Main_Menu_L2 h4 {
    margin: 0;
    width: 192px;
    margin-bottom: 2px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    background: #b4b4b4;
    border: none;
    float: left;
    position: relative;
    overflow: visible;
  }
  .Menu_List_Div .Main_Menu_L2 h4.TopMenu_Level2_Now {
    background: #476eba;
  }
  .Menu_List_Div .Main_Menu_L2 h4.TopMenu_Level2_Now::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 47px;
    right: -13px;
    z-index: 0;
    top: 0;
    background: url(../images/arr.png) no-repeat 0 50%;
  }
  .Menu_List_Div .Main_Menu_L2 h4 a {
    color: #fff !important;
  }
  .TopMenu_Level2_Right {
    float: none;
    width: auto;
  }
  .TopMenu_Level2_Content p img {
    margin: 0;
  }
  .TopMenu_Level2_Content_List h5 {
    width: auto;
    margin-left: 0;
    border: none;
    padding: 10px 30px 0 15px;
    background: url(../images/Menu_Dot.png) no-repeat left 0 top 13px !important;
  }
  .TopMenu_Level2_Content_List h5 a:hover {
    text-decoration: underline;
  }
  .TopMenu_Level2_Content_List {
    float: none;
    overflow: hidden;
    width: auto;
  }

  .TopMenu_Level2_Content p img {
    width: 239px;
    height: 167px;
  }
  .TopMenu_Level2_Right {
    height: 167px;
  }
  .TopMenu_Level2_Content {
    width: auto;
    height: 167px;
  }
  .TopMenu_Level2_Content p {
    margin-right: 30px;
    width: auto;
  }
  .TopMenu_Level2_Left02 {
    width: 420px;
  }
  .Menu_List_Div .Main_Menu_L2 .TopMenu_Level2_Left02 h4 {
    width: 376px;
  }
  .TopMenu_Level2_Right02 {
    margin-top: 35px;
  }
  .TopMenu_Search_Pop_Div {
    margin-top: 20px;
  }
  .TopMenu_Search_Pop {
    height: auto;
    padding-bottom: 20px;
  }
}

/* 手机端 */
@media (max-width: 600px) {
  .Artical_Content_Info_Div {
    height: auto;
  }
}
