.row-a1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.row-a1 .left {
  display: flex;
  flex-direction: column;
}

.row-a1 .left ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
}

.row-a1 .left ul li a {
  color: #fff;
}

.row-a1 .left ul li {
  margin-bottom: 20px;
}

.row-a1 .left ul li.on a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.awards {
  position: relative;
}

.awards .menus_aa {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  height: 160px;
}

.awards .menus_aa .logo {
  display: block;
}

.awards .menus_aa .menus_li {
  width: 589px;
  position: relative;
}

.awards .menus_aa .menus_li>ul {
  padding-top: 17px;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.awards .menus_aa .menus_li>ul li {
  height: 100%;
}

.awards .menus_aa .menus_li>ul li a {
  color: #fff;
  font-size: 16px;
}

.awards .menus_aa .menus_li>ul li .selct {
  color: #00cdd5;
  font-weight: 700;
}

.awards .menus_aa .menus_li>ul li:last-child {
  display: flex;
}

.awards .menus_aa .menus_li>ul li:last-child .on a {
  color: #a1130a;
}

.essay {
  padding-bottom: 100px;
}

.essay .news_xq {
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.essay .time {
  text-align: center;
  margin-top: 15px;
  color: #fff;
  height: 30px;
  border-bottom: 1px dashed #e5e5e5;
}

.essay .article {
  padding-top: 20px;
  color: #fff;
  padding-bottom: 60px;
  border-bottom: 1px dashed #e5e5e5;
}

.essay .article p {
  margin-bottom: 20px;
}

.essay .article div {
  text-align: center;
  margin-bottom: 20px;
}


@media screen and (max-width: 768px) {

  .essay {
    padding-top: 0 !important;
  }

  .essay .news_xq {
    font-size: .32rem;
  }
}