 * {
      margin: 0;
      padding: 0;
      font-family: Microsoft YaHei, Simsun, SimHei, Arial;
    }

    html {
      color: #333;
    }

    div,
    dl,
    dt,
    dd,
    ul,
    li,
    h1,
    h2,
    h3,
    form,
    legend,
    input,
    button,
    textarea,
    select,
    p,
    th,
    td {
      margin: 0;
      padding: 0;
    }

    table {
      border-collapse: collapse;
      border-spacing: 0;
    }

    img {
      border: none;
    }

    button,
    em,
    input,
    option,
    select,
    textarea,
    th {
      font: inherit;
    }

    li {
      list-style: none;
    }

    h1,
    h2,
    h3,
    h4 {
      font-weight: normal;
      font-size: 100%;
    }

    body {
      margin: 0;
      padding: 0;
      font-size: 12px;
      color: #333;
      font-family: Microsoft YaHei, Simsun, SimHei, Arial;
      background: url(../images/bg.jpg) #fff no-repeat center top;
    }

    a {
      color: #333;
      text-decoration: none;
      cursor: pointer;
      font-family: microsoft yahei;
    }

    a:hover {
      text-decoration: none;
      color: #333;
    }

    .w1200 {
      width: 1200px;
      margin: 0 auto;
    }

    .content {
      background-color: #fff;
      margin-top: 543px;
      padding: 1px 25px 25px;
      border-radius: 10px;
      box-shadow: 0px 2px 5px #dddddd;
      -moz-box-shadow: 0px 2px 5px #dddddd;
      -webkit-box-shadow: 0px 2px 5px #dddddd;
      /* For IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#dddddd')";
      /* For IE 5.5 - 7 */

      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#dddddd');
    }

    .title {
      display: flex;
      justify-content: space-between;
      margin-top: 50px;
    }

    .lmmc {
      font-size: 32px;
      text-align: center;
      font-weight: bold;
      color: rgb(11 11 11);
      margin-top: -5px;
    }

    .lmmc1 {
      font-size: 32px;
      text-align: center;
      font-weight: bold;
      color: rgb(61 127 215);
      margin-top: -5px;
      margin-left: -20px;
    }

    .imgbq1 {
      width: 44%;
      height: 30px;
      float: left;
    }

    .imgbq2 {
      width: 44%;
      height: 30px;
      float: right;
    }

    .content .list {
      margin-top: 30px;
    }

    .content .list ul {
      overflow: hidden;
    }

    .content .list ul li {
      float: left;
      width: 279px;
      height: 62px;
      margin-top: 15px;
      margin-right: 28px;
      background-size: 279px 62px;
      background-color: rgb(243 247 253);
      border-radius: 5px;
    }

    .content .list ul li:hover {
      background-color: rgb(92 148 221);
      background-size: 279px 62px;
      -webkit-border-radius: 5px;
    }

    .content .list ul li:nth-child(4n) {
      margin-right: 0;
    }

    .content .list ul li a {
      line-height: 62px;
      font-size: 18px;
      color: #333333;
      display: block;
      box-sizing: border-box;
      padding: 0 20px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
    }

    .content .list ul li:hover a {
      color: #ffffff;
      font-weight: bold;
    }