.jggg:before,.gkwj:before,.certificateData:before,.legalData:before{
  display: none;
  content:'';
  width: 50px;
  border-bottom: 5px solid #FF704C;
  position: absolute;
  top:130%;
  left: 37%;
  border-radius: 30px;
}

.jggg.show:before,.gkwj.show:before,.certificateData.show:before,.legalData.show:before{display: block}

.show{
  color: #FF704C;
}

.certificationData{
  background-color: #FAF5F3;
  height: 80px;
}

.dataName{
  display: flex;
   border-bottom: 1px solid #E5DCDA;
   height: 80px;
   align-items: center;
   color: #212529;
   transition: color 0.2s;
   -webkit-transition: color 0.2s; /* Safari */
}
.dataName a{
	text-decoration: none;
	color: #212529;
}
.certificationData:hover .dataName{
	color: #BEBEBE;
}
.dataDownload{
  display: flex; 
  border-bottom: 1px solid #E5DCDA;
  height: 80px;
  align-items: center;
  justify-content: flex-end;
}

.loadMoreTitle{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #FFF7F5;
}

.loadMore{
  height: 45px;
  width: 120px;
  background-color: #FFF7F5;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #95908F;
  border: 2px solid #F0E6E4;
}
