.edution-container {
  width: 100%;
  min-height: 0;
  height: auto;
  overflow: hidden;
  position: relative;
}

.banner-container img {
  width: 100%;
}

.box1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.title-main {
  height: 152px;
  position: relative;
  padding-top: 63px;
}

.title-main h1 {
  font-size: 36px;
  color: #e6a722;
  text-align: center;
  position: relative;
  line-height: 48px;
}

.title-main h2 {
  color: #e4e4e4;
  font-size: 24px;
  text-align: center;
  position: relative;
  line-height: 36px;
}

.title-main .line {
  width: 60px;
  height: 4px;
  margin: 6px auto;
  background-color: #d3d3d3;
}

.edution-news-main {
  height: 380px;
  position: relative;
}

.edution-news-main .img-wrap {
  width: 585px;
  height: 360px;
  position: absolute;
  left: 10px;
  top: 10px;
  box-shadow: 1px 1px 5px 1px #d0d0d0, 1px -1px 5px 1px #d0d0d0,
    -1px 1px 5px 1px #d0d0d0, -1px -1px 5px 1px #d0d0d0;
  -webkit-box-shadow: 1px 1px 5px 1px #d0d0d0, 1px -1px 5px 1px #d0d0d0,
    -1px 1px 5px 1px #d0d0d0, -1px -1px 5px 1px #d0d0d0;
}

.edution-news-main .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edution-news-main .txt {
  width: 555px;
  padding-left: 40px;
  padding-right: 15px;
  float: right;
  height: 358px;
  margin-top: 10px;
  border: 1px solid #e0dfdf;
}

.edution-news-main .txt h4 {
  font-size: 24px;
  color: #727171;
  text-align: left;
  line-height: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.edution-news-main .txt p {
  font-size: 14px;
  color: #727171;
  text-indent: 24px;
  line-height: 36px;
}

.edution-news-list {
  margin-top: 115px;
  min-height: 0;
  max-height: 710px;
  height: auto;
  overflow: hidden;
}

.edution-news-list ul {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  overflow: hidden;
}
.edution-news-list ul li {
  width: 33.333%;
  float: left;
  margin-bottom: 65px;
}
.edution-news-list ul li a {
  display: block;
  width: 370px;
  height: 100%;
}

.edution-news-list ul li a .move-line {
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #e8ab30;
  transition: all 0.3s ease-out;
}

.edution-news-list ul li a:hover .move-line {
  width: 370px;
}

.edution-news-list ul li .img-wrap {
  width: 100%;
  height: 240px;
  position: relative;
}

.edution-news-list ul li a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edution-news-list ul li a h4 {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #727171;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #e6e6e6;
  padding: 0 15px;
}

.page-container {
  padding: 30px 0px;
  text-align: center;
}

.page-container a .active {
  color: #e6a722;
}
