/**
展会介绍
 */
.exhibition {
  padding: 0px;
}


/**
详情
 */


.exhibition-title {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  height: 80px;
  line-height: 80px;
}

.exhibition-title p {
  cursor: pointer;
  color: #333;
  margin-right: 150px;
  padding: 0px 10px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.exhibition-title p.active {
  color: #B41111;
  /*border-bottom: 5px solid #B41111;*/
}

.exhibition-title p.active > span{
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 149px;
  height: 5px;
  background: radial-gradient( 0% 0% at 0% 0%, #E07A62 0%, #D54848 0%), #D34F4F;
}

.exhibition-title p.active:last-child > span{
    width: 100px;
}
.exhibition-content {
  padding: 20px 0;
}

.exhibition-content > div.exhibition-content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 0px;
  width: 1000px;
}
.exhibition-content > div.exhibition-content-item:nth-child(2) {
  display: none;
}

.exhibition-content p {
  font-size: 20px;
  color: #666666;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 50px;
  text-indent: 50px;

}

.exhibition-content p.center {
  display: flex;
  align-content: center;
  justify-content: center;
}

