/* 简介模式一 */

.epo-index-about {
  padding: 0 0;
  padding-top: 38px;
  background: transparent !important;
}

.epo-about-content {
  width: 100%;
  float: left;
  display: flex;
}

/* 左边 */

.epo-about-content-left {
  width: 66%;
  float: left;
  display: flex;
}
.epo-about-content-left-img {
  float: left;
  width: 266px;
}

.epo-about-content-left-img img {
  width: 100%;
}

.epo-about-content-group {
  float: left;
  width: calc(100% - 266px);
  padding-left: 18px;
  padding-right: 10px;
  border: 1px #ccc solid;
  border-left: 0;
}

.epo-about-content-group-title{
  width: 100%;
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #096bc6;
  font-weight: bold;
  text-align: left;
  margin-top: 18px;
  margin-bottom: 10px;
}
.epo-about-content-group-text{
  float: left;
}
.epo-about-content-group-text p {
  float: left;
  width: 100%;
  margin: 0 0;
  text-align: justify;
  text-indent: 2rem;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.epo-about-more {
  float: left;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  padding: 9px 13px;
  margin: 0 0;
  color: #fff;
  margin-top: 8px;
  background: #f39c0e;
}



/* 右边 */

.epo-about-content-right {
  width: 34%;
  float: left;
  padding-left: 28px;
}

.epo-about-content-right-group {
  width: 100%;
}
.epo-about-content-right-group img{
  width: 100%;
}
.epo-about-content-right-group-title{
  width: 100%;
  
}
.epo-about-content-right-group-title p{
  margin: 0 0;
  text-align: left;
  font-size: 24px;
  color: #096bc6;
  font-weight: bold;
  line-height: 24px;
  float: left;
  margin: 15px 0;
}
.epo-about-content-right-group-title p:nth-child(2){
  font-size: 18px;
  color: #f39c0e;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  padding-left: 4px;
}
.epo-about-content-right-group-text p{
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 27px;
  color: #333;
  text-align: left;
  margin: 0 0;
}
.epo-about-content-right-group-text p a{
  color: #333;
}

@media(max-width:1199px){
  .epo-about-more {
      margin-top: 5px;
  }
  .epo-about-content-right-group-title p{
      margin: 10px 0;
  }
  .epo-about-content-group-text p{
    -webkit-line-clamp: 7;
  }
  .epo-about-content-right-group-text p{
    line-height: 24px;
  }
}
@media(max-width:991px){
  .epo-about-content-group-title{
    font-size: 20px;
  }
}
@media(max-width:767px){
  .epo-index-about {
      padding: 0 15px;
      padding-top: 38px;
      background: transparent !important;
  }
  .epo-about-content {
      width: 100%;
      float: left;
      display: block;
  }
  .epo-about-content-left {
      width: 100%;
      float: left;
      display: block;
  }
  .epo-about-more {
      margin-bottom: 15px;
  }
  .epo-about-content-right {
      width: 100%;
      float: left;
      padding-left: 0;
  }
  .epo-about-content-left-img{
    display: none;
  }
  .epo-about-content-group {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding: 0px 10px;
    border: 1px #ccc solid;
    border-left: 1px #ccc solid;
}
}

/* 简介模式二 end */

/* 优势模式一*/

.epo-index-good {
  padding: 0px 0;
  margin-top: 48px;
  background: #ffffff !important;
}
.epo-good-img{
  width: 100%;
}
.epo-good-img img{
  width: 100%;
}

@media(max-width:767px){
  .epo-index-good {
      display: none;
  }
}

/* 优势模式一 end */