.awards {
  position: relative;
}

.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 .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%;
}

.right .classify_tt li a div .classify_title {
    color: #fff;
}
.right .classify_tt li a div .crticle {
    color: #fff;
}
a{
    color: #fff;
}



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

.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 .classify_tt li a {
  display: flex;
  margin-bottom: 40px;
}

.essay .classify_tt li a>div:nth-child(1) {
  width: 300px;
  margin-right: 20px;
  overflow: hidden;
}
.essay .classify_tt li a>div:nth-child(1) img{
  width: 100%;
}
.essay .classify_tt li a>div:nth-child(2) {
  width: 710px;
}

.essay .classify_tt li a>div:nth-child(2) .classify_title {
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f4a29d;
  font-size: 16px;
}
.essay .classify_tt li a>div:nth-child(2) .classify_title .tt{
  min-width: 120px;
  text-align: right;
}
.essay .classify_tt li a>div:nth-child(2) .crticle {
  width: 100%;
  padding-top: 20px;
  line-height: 25px;
}

.essay .classify_tt li a>div:nth-child(2) .crticle div {
  font-size: 14px;
  width: 100%;
  letter-spacing: 1px;
  line-height: 24px;
}

.essay .classify_tt li a>div:nth-child(2) .crticle div:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.paging {
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
}

.paging .prev {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 12px;
  cursor: pointer;
}

.paging .next {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 12px;
  cursor: pointer;
}

.paging ul {
  display: flex;
  justify-content: center;
}

.paging ul li {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 12px;
  cursor: pointer;
}

.paging ul .no {
  background-color: #e9463c;
  color: #fff;
  border: 1px solid #e9463c;
}


@media screen and (max-width: 768px) {
  .essay .classify_tt li {
    display: flex;
    margin-bottom: 0 !important;
    flex-direction: column;
  }
}