  /* reset */
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }

  body {
      max-width: 1920px;
      width: 100%;
      margin: 0 auto;
  }

  a {
      text-decoration: none;
      color: inherit;
  }

  li {
      list-style: none;
  }

  .clear_float::after {
      content: '';
      display: block;
      clear: both;
  }

  /* main */

  .mainlh {
      max-width: 1920px;
      margin: 0 auto;
  }

  /* mainlh_top */
  .mainlh_top {
      max-width: 1920px;
      height: 730px;
      background: url(2023lhtop_01.png) no-repeat center center;


  }

  /* mainlh_nav */
  .mainlh_nav {
      height: 70px;
      width: 100%;
      background: url(backbar.png) no-repeat center center;
  }

  .mainlh_nav_ul {
      max-width: 1200px;
      width: 1200%;
      height: 70px;
      display: flex;
      margin: 0 auto;
      justify-content: space-between;

  }

  .mainlh_nav_ul li {
      float: left;
      width: 240px;
      height: 100%;
      line-height: 70px;
      text-align: center;
      color: white;
      font-size: 30px;
  }

  .mainlh_nav_ul li.on {
      color: #d7512a;
      background: url(bar.png) no-repeat center center;
  }

  .mainlh_nav_ul li:hover {
      color: #d7512a;
      background: url(bar.png) no-repeat center center;
  }

  /* mainlh_mid */
  .mainlh_mid {
      background: url(2023bg.png) no-repeat center center;
  }

  .lhw1200 {
      max-width: 1200px;
      margin: 0 auto;
  }

  .mainlh_mid_box {
      height: 677px;

      background: url(redbg.png) no-repeat;
  }


  /* mainlh_mid_box */
  .mainlh_mid_title {
      height: 135px;

  }

  .mainlh_mid_title a {
      display: block;
      margin: 0 auto;
      max-width: 900px;
      height: 135px;
      box-sizing: border-box;
      padding-top: 30px;

  }

  .mainlh_mid_title h1 {
      text-align: center;
      font-size: 36px;
      color: #fdc365;
      max-width: 700px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0 auto;
  }

  .mainlh_mid_title p {
      text-align: center;
      color: #fdc365;
      max-width: 900px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0 auto;

  }

  /* 焦点图 */
  .mainlh_mid_boxfocus {
      margin: 0 20px 0 20px;
      box-sizing: border-box;
  }

  .focus {
      float: left;
      width: 572px;
      height: 500px;
      position: relative;
  }



  .focus img {
      width: 572px;
      height: 500px;
  }

  .focus li {
      width: 572px;
      height: 500px;
      position: relative;
  }

  .focus li b {
      position: absolute;
      height: 45px;
      background-color: rgba(39, 37, 32, 0.7);
      bottom: 0;
      left: 0;
      width: 572px;
      line-height: 45px;
      padding-left: 10px;
      box-sizing: border-box;
      color: #e5e1e1;

  }

  .circle {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 45px;
      line-height: 45px;
      margin-right: 15px;

  }



  .circle li {
      float: left;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: white;
      margin-right: 5px;
      margin-top: 18px;

  }

  .circle .on {
      background-color: red;
  }

  /* 两会聚焦 */
  .lhjj {
      float: right;
      width: 568px;
  }

  .lhjj_title {
      margin-top: 15px;
  }

  .lhjj_title h1 {
      font-size: 24px;
      height: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }

  .lhjj_title p {
      font-size: 18px;
      padding-top: 5px;
      height: 90px;
      border-bottom: 1px solid rgb(235, 165, 35);
      line-height: 33px;
      color: #f4d4d5;
      overflow: hidden;
  }

  .lhjj_title h1 {
      color: white;
  }

  .lhjj_title p a {
      color: #fdc365;
  }



  .lhjj_ul li {
      height: 62px;
      line-height: 62px;
      border-bottom: 1px solid rgb(235, 165, 35);
      color: #f4d4d5;
      position: relative;
  }

  .lhjj_ul li a {
      display: inline-block;
      width: 80%;
      float: left;
      font-size: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-left: 8px;

  }

  .lhjj_ul li span {
      float: right;
      font-size: 18px;
  }

  .lhjj_ul li::after {
      position: absolute;
      display: block;
      content: '';
      width: 6px;
      height: 6px;
      background-color: white;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
  }


  /* 会场会内 */
  .hclh {
      height: 437px;
  }


  .hchn_lhzi {
      width: 580px;
  }

  .hchn_lhzi_ul {
      margin-top: 20px;
  }

  .hchn_lhzi_ul ul li {
      height: 63px;
      border-top: 1px dashed #000;
      line-height: 63px;
  }

  .hchn_lhzi_ul ul li:last-child {
      border-bottom: 1px dashed #000;
  }

  .hchn_lhzi_ul ul li a {
      float: left;
      width: 80%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }

  .hchn_lhzi_ul ul li span {
      float: right;
  }

  .hcnw {
      float: left;
  }

  .lhzl {
      float: right;
  }

  .hchn_lhzi_1 {
      margin-top: 70px;
  }

  /* 代表委员会声音 */
  .dbwyh {
      margin-top: 80px;
  }

  .dbwyh_ul {
      margin-top: 15px;
      width: 1240px;

  }

  .dbwyh_ul li {
      float: left;
      width: 580px;
      margin-right: 38px;
      margin-bottom: 38px;
      position: relative;
  }

  .dbwyh_ul li::after {
      display: block;
      content: '';
      position: absolute;
      left: 196px;
      bottom: 20px;
      width: 0;
      height: 0;
      border-right: 30px solid #fae6cb;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;


  }

  .dbwyh_ul img {
      float: left;
      width: 225px;
      height: 155px;
  }

  .dbwyh_ul div {
      float: right;
      width: 355px;
  }

  .dbwyh_ul div h1 {
      font-size: 24px;
      height: 50px;
      line-height: 50px;
      color: red;
      padding-left: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }

  .dbwyh_ul div p {
      height: 105px;
      color: #000;
      font-size: 18px;
      text-indent: 0.5em;
      padding-left: 12px;
      line-height: 32px;
      overflow: hidden;
      background-color: #fae6cb;
  }