.exhibition_intro {
  position: relative;
  height: 2768px;
  background: url(../../images/exhibition/latest/bg_2.png);
  text-align: center;
}

.works_content {
  padding-top: 121px;
  color: rgba(235, 97, 0, 1);
}

.main_title {
  font-size: 25px;
  font-family: HelveticaNeueLTPro-Blk;
  font-weight: bold;
}

.sub_title {
  padding: 30px 0 22px;
  font-size: 20px;
  font-family: HelveticaNeueLTPro-Bd;
  font-weight: bold;
}

.work_list span {
  display: block;
  font-size: 18px;
  font-family: HelveticaNeueLTPro-Md;
  font-weight: Regular;
  line-height: 20px;
}

.images_content {
  padding-top: 55px;
  color: rgba(235, 97, 0, 1);
}

.icon_flag {
  display: inline-block;
  width: 23px;
  height: 23px;
  padding: 23px 0 15px;
  background: url(../../images/exhibition/delete.png) no-repeat;
  background-position: center;
}

#professional_image_list,
#public_image_list {
  margin: 0 auto;
  /* background-color: #ffffff; */
}

#public_image_list img {
  max-height: 520px;
}

.layui-carousel {
  background-color: rgba(255, 255, 255, 0);
}

.layui-carousel img {
  margin: 0 auto;
}

.layui-carousel img.short_img {
  margin-top: 100px;
}

.description {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-family: HelveticaNeueLTPro-Md;
  font-weight: Regular;
}

.description span {
  font-size: 20px;
  font-family: HelveticaNeueLTPro-Bd;
  font-weight: bold;
}

.image_item.layui-this {
  background-color: rgba(255, 255, 255, 0);
}

.layui-carousel>[carousel-item]>* {
  background-color: rgba(255, 255, 255, 0);
}

.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
  color: #EB6100;
  background: #ffffff;
  right: -37px;
  font-size: 42px;
}

.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub] {
  color: #EB6100;
  background: #ffffff;
  left: -41px;
  font-size: 42px;
}

.layui-carousel-ind {
  opacity: 0;
}

.works_content.second {
  padding-top: 82px;
}