.compansurvey{
  padding-bottom: 20px;
}
.yardtitle{
  display: flex;
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 0 10px 15px;
}
.titles{
  font-size: 18px;
  flex: 2;
  text-align: center;
}
.yardtitle img{
  position: relative;
  top: 4px;
}
.newstitle{
  border-bottom: none;
}
.newsnav{
  display: flex;
  border-bottom: 1px solid #E3E3E3;
  font-size: 14px;
  margin-top: 5px;
}
.newsnav li{
  text-align: center;
  line-height: 35px;
  width: 25%;
}
.newsnav .newsesp{
  color: #4CC32C;
  border-bottom: 2px solid #4CC32C;
}
.company-p1{
  text-align: center;
  padding-top: 14px;
  font-size: 15px;
  padding-bottom: 6px;
}
.company-p2{
  font-size: 14px;
  text-indent: 2em;
  line-height: 25px;
}
.companyimg{
  height: 260px;
  padding: 15px 0;
}
.companyimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.company-p3{
  font-size: 15px;
  border-left: 3px solid #4CC32C;
  padding-left: 10px;
  line-height: 15px;
  margin-top: 15px;
}
.company-p4{
  font-size: 14px;
  padding: 14px 8px 0;
}
.years {
  display: flex;
}
.yearsp {
  font-size: 16px;
  color: #4CC32C;
  font-weight: 600;
  display: inline-block;
  padding-top: 15px;
}
.yearsp span {
  border-right: 3px solid #4CC32C;
  padding-right: 20px;
}
.yearbox {
  display: inline-block;
  border-left: 1px solid #E3E3E3;
  padding-top: 15px;
  padding-left: 14px;
}
.years-p1 {
  position: relative;
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 10px;
}
.years-p1 span{
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.honerbox{
  display: flex;
  margin-top: 15px;
}
.year-p1{
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #979797;
  color: #4CC32C;
  padding: 0 5px 5px;
}
.borrder{
  border-right: 1px dashed #979797;
  height: 75%;
  position: relative;
  left: 5px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
}
.honerycont{
  border-bottom: 1px dashed #979797;
  margin-left: 10px;
}
.honeruul{
  overflow: hidden;
}
.honeruul li{
  float: left;
  width: 28.5%;
  margin-left: 10px;
  margin-bottom: 10px;
}
.honeryimg{
  height: 80px;
}
.honeryimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.honery-p1{
  font-size: 12px;
  text-align: center;
  padding-top: 5px;
}
