.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: #333;
}

.row-a1 .left ul li {
  margin-bottom: 20px;
}

.row-a1 .left ul li.on a {
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.row-a1 .right {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.row-a1 .right .text {
  border: solid 1px #333;
  padding: 15px 20px;
}

.row-a1 .right .text .txt {
  line-height: 25px;
}

.row-a1 .right .cons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.row-a1 .right .cons .con {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 50px;
}

.row-a1 .right .cons .con .tit {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.row-a1 .right .cons .con .txt {
  margin-bottom: 10px;
}

.row-a1 .right .cons .con .txtlist {
  display: flex;
  flex-direction: column;
}

.row-a1 .right .cons .con .txtlist li {
  line-height: 25px;
}

.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: #888888;
  font-size: 14px;
}

.awards .menus_aa .menus_li>ul li .selct {
  color: #333;
  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;
}

@media screen and (max-width: 768px) {
  .row-a1 .right .cons{
    flex-direction: column;
    align-items: center;
  }
  .row-a1 .right .cons .con {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 50px;
  }
}