/* 简介模式一 */

.epo-index-about {
  padding: 52px 0;
  background: #f9f9f9 !important;
}

.epo-about-content {
  width: 100%;
  display: flex;
  padding: 52px 0;
  background: url(../images/about-bg1.jpg) no-repeat right center !important;
  position: relative;
}

.about-content-title {
  float: left;
  position: absolute;
  top: -52px;
}

.about-content-title-group {
  width: 200px;
  height: 265px;
  text-align: center;
  background: url(../images/about-bg2.jpg) no-repeat center center !important;
  background-size: cover !important;
  -moz-box-shadow: -3px 3px 4px rgba(22,22,22,0.1);
  -webkit-box-shadow: -3px 3px 4px rgba(22,22,22,0.1);
  box-shadow: -3px 3px 4px rgba(22,22,22,0.1);
}

.about-content-title-group p {
  margin: 0 0;
  text-align: center;
}

.about-content-title-group p:nth-child(1) {
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
  color: #dfdfdf;
  padding-top: 33px !important;
  font-family: 'Impact';
  text-transform: uppercase;
}

.about-content-title-group p:nth-child(2) {
  font-size: 30px;
  line-height: 30px;
  color: #008ad1;
  margin-top: 22px;
  margin-bottom: 13px;
  font-weight: bold;
}

.about-content-title-line {
  width: 47px;
  height: 3px;
  background: #008ad1;
  margin: 0 auto;
}

.about-content-title-group img {
  width: 84px;
  height: 42px;
  margin-top: 39px;
}

/* 左侧 */

.epo-about-content-left {
  width: 45%;
  float: left;
  margin-left: 200px;
}

.epo-about-content-group {
  width: 100%;
  padding-left: 40px;
}

.epo-about-content-group p {
  margin: 0 0;
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.epo-about-more {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 25px;
  padding-left: 40px;
}

.epo-about-more p {
  color: #fff;
  float: left;
  margin: 0 0;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
}

.epo-about-more img {
  width: 11px;
  height: 7px;
  float: left;
  margin-left: 6px;
  margin-top: 3px;
}

/* 右侧图片 */

.epo-about-content-right {
  width: 40%;
  float: left;
  padding: 0 24px;
}

.epo-about-content-right img {
  width: 100%;
}
@media(max-width:1199px){
  .epo-about-content {
      width: 100%;
      display: flex;
      padding: 52px 0;
      background: url(../images/about-bg1.jpg) no-repeat right center !important;
      position: relative;
      background-size: 100% !important;
  }
  .epo-about-content-group p {
      margin: 0 0;
      text-align: justify;
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      text-indent: 2em;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
}
@media(max-width:767px){
  .epo-index-about {
      padding: 30px 15px;
      background: #f9f9f9 !important;
  }
  .epo-about-content {
      width: 100%;
      display: block;
      padding: 0px 0;
      background: none !important;
      position: relative;
      background-size: 100% !important;
  }
  .about-content-title {
      float: left;
      position: unset;
      top: 0;
      width: 100%;
  }
  .about-content-title-group {
      width: 100%;
      height: auto;
      background: url(../images/about-bg2.jpg) no-repeat center center !important;
      background-size: cover !important;
      box-shadow: none;
  }
  .about-content-title-group img {
      width: 84px;
      height: 42px;
      margin-top: 20px;
  }
  .epo-about-content-left {
      width: 100%;
      float: left;
      margin-left: 0;
      background: #0071ab;
      padding: 15px 10px;
  }
  .epo-about-content-group {
      width: 100%;
      padding-left: 0;
  }
  .epo-about-more {
      float: left;
      width: 100%;
      text-align: left;
      margin-top: 25px;
      padding-left: 0;
  }
  .epo-about-content-right {
      width: 100%;
      float: left;
      padding: 0 0;
  }

}

/* 简介模式二 end */

/* 自定义新闻区块 */

.epo-index-news {
  padding: 52px 0;
  background: #fff !important;
}

.epo-news-content {
  width: 100%;
  float: left;
  display: flex;
}
.epo-news-title-group {
  width: 100%;
  float: left;
}

.epo-news-title-group-box {
  width: 329px;
  margin: 0 auto;
}

.epo-news-title-group-box p {
  margin: 0 0;
}

.epo-news-title-group-box p:nth-child(1) {
  float: left;
  color: #008ad1;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
}

.epo-news-title-group-box p:nth-child(2) {
  float: left;
  font-size: 20px;
  line-height: 28px;
  color: #b2b2b2;
  padding: 0 12px;
}

.epo-news-title-group-box p:nth-child(3) {
  float: left;
  color: rgba(51, 51, 51, 0.5);
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

.epo-news-content{
  width: 100%;
}
.epo-news-content-group-one img{
margin: 30px 0;
width: 100%;
}
.epo-news-content-one-group-list{
  width: 100%;
  display: flex;
}
.epo-news-content-one-group-time{
  float: left;
  width: 22%;
  border-right: 1px rgba(136, 136, 136, .4) solid;
}
.epo-news-content-one-group-time-year{
font-size: 18px;
line-height: 18px;
color: #008ad1;
text-align: left;
margin: 0 0;
margin-bottom: 20px;
}
.epo-news-content-one-group-time-date{
  width: 68px;
  font-size: 34px;
  line-height: 28px;
  color: #008ad1;
  text-align: center;
  font-weight: bold;
  margin: 0 0;
}
.epo-news-content-one-group{
  width: 78%;
  float: left;
  padding-left: 10px;
}
.epo-news-content-one-group-title{
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  text-align: left;
  margin: 0 0;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.epo-news-content-one-group-title:hover{
  color: #008ad1;
}
.epo-news-content-one-group-desc{
  width: 100%;
  font-size: 14px;
  color: #888;
  line-height: 22px;
  text-align: justify;
  margin: 0 0;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.epo-news-content-one-group-more{
  font-size: 12px;
  color: #dc2816;
  text-align: left;
  line-height: 16px;
  margin: 0 0;
}
.news-container .swiper-slide{
  width: 33%;
  height: auto;
}
@media(max-width:1199px){
  .epo-news-content-one-group-time {
      float: left;
      width: 29%;
      border-right: 1px rgba(136,136,136,.4) solid;
  }
  .epo-news-content-one-group {
      width: 71%;
      float: left;
      padding-left: 10px;
  }
}
@media(max-width:991px){
  .epo-news-content-one-group-time {
      float: left;
      width: 34%;
      border-right: 1px rgba(136,136,136,.4) solid;
  }
  .epo-news-content-one-group {
      width: 66%;
      float: left;
      padding-left: 10px;
  }
}
@media(max-width:767px){
  .epo-index-news {
      padding: 30px 15px;
      background: #fff !important;
  }
  .epo-news-content-group-one{
      margin-top: 0 !important;
  }
  .epo-news-content-one-group-time {
      float: left;
      width: 27%;
      border-right: 1px rgba(136,136,136,.4) solid;
  }
  .epo-news-content-one-group {
      width: 73%;
      float: left;
      padding-left: 10px;
  }
  .news-container .swiper-slide{
    width: 100%;
    height: auto;
  }
}

/* 自定义新闻区块 */