@charset "utf-8";
/* 新版首页样式 */
body {
    background: url(../../../images/2023/common.files/index-bg.png) top center no-repeat
      #fff;
  }
  
  /* logo */
  .g-logo2023 {
    padding: 1px;
  }
  .m-logo2023 {
    text-align: center;
    padding: 10px 0;
  }
  
  .m-serach2023 {
    text-align: center;
    overflow: hidden;
    height: 56px;
    margin: 0 auto;
    width: 45%;
    float: none;
    padding: 0;
  }
  .m-serach2023 .sc-text {
    text-align: left;
    overflow: hidden;
    height: 56px;
    line-height: 56px;
    width: 92%;
    border: none;
    text-indent: 2em;
    border-radius: 15px;
    float: left;
  }
  
  .m-serach2023 .sc-sub {
    text-align: center;
    overflow: hidden;
    height: 56px;
    width: 9%;
    border: none;
    margin-left: -15px;
  
    float: right;
  }
  
  /* nav */
  .g-nav2023 {
    background: url(../../../images/2023/common.files/index-nav-bg.png) top center
      no-repeat;
  }
  
  /* ipad */
  @media (min-width: 768px) and (max-width: 979px) {
    /* 搜索 */
    .m-serach2023 {
      width: 65%;
    }
    /* 导航 */
    .m-nav2023 a {
      width: 13%;
    }
    /* 头条 */
    .g-tt2023 h3 {
      text-indent: 3em;
    }
  }
  
  /* wap */
  @media (max-width: 767px) {
    /* 搜索 */
    .m-serach2023 {
      width: 70%;
    }
    .m-serach2023 .sc-text {
      width: 80%;
      border-radius: 10px 0 0 10px;
    }
    .m-serach2023 .sc-sub {
      width: 20%;
      border-radius: none;
    }
  
    /* 轮播图 */
    #newspic img{height: auto; min-height: 270px;}


    .item-list #waptdia article{padding: 1em;}
  }
  