.w {
  width: 1137px;
}

.top-card {
  padding: 30px 0 50px;
  box-sizing: border-box;
}
.top-card .title {
  font-size: 52px;
  color: #3eaef4;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.evaluation {
  padding-bottom: 50px;
  min-height: 200px;
}
.evaluation .evaluation-list .evaluation-item {
  border-top: 2px solid #ebeaea;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.evaluation .evaluation-list .evaluation-item .name {
  color: #3eaef4;
  font-size: 20px;
  width: 90%;
}
.evaluation .evaluation-list .evaluation-item .timer {
  color: #2c2c2c;
  font-size: 16px;
  width: 10%;
  text-align: right;
}
.evaluation .title {
  color: #3eaef4;
  font-size: 24px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  white-space: pre-line;
}
.evaluation .info {
  display: flex;
  justify-content: center;
}
.evaluation .info .item {
  font-size: 14px;
  color: #666;
  margin: 40px 10px;
}
.evaluation .annex {
  display: flex;
  margin-top: 40px;
}
.evaluation .annex .annex-name {
  padding: 10px 10px 0 0;
}
.evaluation .annex .annex-item {
  display: flex;
  flex-direction: column;
  color: #3eaef4;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  transition: all 0.3s;
  font-size: 14px;
}
.evaluation .annex .annex-item:last-child {
  border-width: 0;
}
.evaluation .annex .annex-item:hover {
  font-size: 14.1px;
}
.evaluation .back {
  font-size: 16px;
  border: 1px solid #000;
  width: 80px;
  text-align: center;
  padding: 5px 0;
  display: block;
  float: right;
  margin: 40px 0;
}
.evaluation .back:hover {
  color: #3eaef4;
}
