.exhibition_intro {
  position: relative;
  height: 8463px;
  background: url(../../images/exhibition/professional/bg_1.png);
  background-size: cover;
  text-align: center;
}

.works_content {
  padding-top: 121px;
  color: rgba(235, 97, 0, 1);
  text-align: center;
}

.main_title {
  font-size: 25px;
  font-family: HelveticaNeueLTPro-Blk;
  font-weight: bold;
}

.sub_title {
  padding: 69px 0 23px;
  font-size: 20px;
  font-family: HelveticaNeueLTPro-Bd;
  font-weight: bold;
}

.work_table {
  width: 844px;
  margin: 0 auto;
  height: 231px;
  border: 2px solid rgba(241, 145, 73, 1);
  border-radius: 5px;
  overflow: hidden;
}

.work_table.second {
  width: 844px;
  height: 411px;
}

.work_table.third {
  width: 844px;
  height: 542px;
}

.work_table.fouth,
.work_table.fifth {
  width: 967px;
  height: 502px;
}

.work_list {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border-collapse: collapse;
}

.work_list thead {
  height: 50px;
  font-size: 18px;
  font-family: HelveticaNeueLTPro-Bd;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-bottom: 3px solid rgba(241, 145, 73, 1);
}

.work_list thead tr,
.work_list tbody tr {
  color: rgba(241, 145, 73, 1);
  font-size: 18px;
  font-family: HelveticaNeueLTPro-Md;
  font-weight: Regular;
}

.work_list tbody tr {
  font-size: 16px;
}

.work_list tbody tr td {
  padding: 0 20px;
}

.work_images {
  margin-top: 53px;
  margin-bottom: 59px;
}

.icon_flag {
  display: block;
  height: 23px;
  background: url(../../images/exhibition/delete.png) no-repeat;
  background-position: center;
}