.index {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background-color: #f2f2f2;
}

.header-box {
  -moz-flex: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: #ffffff;
}

.header {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 140px;
  gap: 64px;
  color: #000;
  outline: none;
}
.header .logo {
  -moz-flex: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .logo img {
  -moz-flex: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 80px;
}
.header .logo .title {
  -moz-flex: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 380px;
  font-size: 39px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .logo .p-name {
  display: none;
}
.header .menu {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-flex: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  gap: 42px;
}
.header .menu li {
  text-align: center;
}
.header .menu li .cn-title {
  line-height: 1.5;
  font-size: 26px;
  color: #000;
  font-weight: 500;
}
.header .menu li .en-title {
  color: #666666;
  font-size: 18px;
}

.index-detail {
  -moz-flex: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 1200px;
  margin: 30px auto;
  padding: 30px;
  min-height: 320px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-detail .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.index-detail .time {
  line-height: 1.5;
  font-size: 14px;
  color: #999999;
  text-align: right;
}
.index-detail .content {
  padding: 20px 0;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}

@media only screen and (max-width: 768px) {
  .index {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.96rem;
    min-height: 100vh;
    background-color: #f2f2f2;
  }
  .index .header-box {
    -moz-flex: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    position: relative;
    background-color: transparent;
  }
  .index .header {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    height: auto;
    gap: 0;
  }
  .index .header .logo {
    -moz-flex: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.96rem;
    width: 100%;
  }
  .index .header .logo img {
    -moz-flex: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
    width: 5.12rem;
  }
  .index .header .logo .title {
    display: none;
    -moz-flex: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0;
    max-width: calc(100% - 6.08rem);
    font-size: 1.152rem;
    font-weight: 500;
    line-height: 1.5;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index .header .logo .p-name {
    display: block;
  }
  .index .header .menu {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-flex: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 42px;
    display: none;
  }
  .index .header .menu li {
    text-align: center;
  }
  .index .header .menu li .cn-title {
    line-height: 1.5;
    font-size: 26px;
    color: #000;
    font-weight: 500;
  }
  .index .header .menu li .en-title {
    color: #666666;
    font-size: 18px;
  }
  .index .index-detail {
    -moz-flex: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin: 1.28rem auto;
    padding: 0.96rem;
    min-height: 320px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
  }
  .index .index-detail .title {
    font-size: 1.024rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }
  .index .index-detail .time {
    line-height: 1.5;
    font-size: 0.896rem;
    color: #999999;
  }
}