.header {
  position: relative;
}
.banner_content .text {
  font-family: Light;
}
.max_375 {
  display: none;
}
.main {
  background-color: #fff;
}
.main .tab-list-content {
  display: none;
  margin: 60px auto;
}
.main .tab-list-content.active {
  display: block;
}
.main .tab-list-content .content-ul {
  width: 100%;
  padding-bottom: 14px;
  overflow: hidden;
}
.main .tab-list-content .content-ul li.item {
  background: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 217px;
  margin-top: 20px;
  margin-bottom: 56px;
  cursor: pointer;
  transition: all 0.5s;
}
.main .tab-list-content .content-ul li.item .item-left {
  width: 387px;
  height: 217px;
  overflow: hidden;
}
.main .tab-list-content .content-ul li.item .item-left img {
  transition: all 0.5s;
  object-fit: cover;
  width: 387px;
  height: 217px;
}
.main .tab-list-content .content-ul li.item .item-right {
  width: calc(100% - 387px);
  height: 100%;
  display: flex;
}
.main .tab-list-content .content-ul li.item .item-right .squal {
  width: 16px;
  height: 16px;
  background: #6B8CFF;
  margin-left: 20px;
  margin-right: 16px;
  margin-top: 3px;
  position: relative;
}
.main .tab-list-content .content-ul li.item .item-right .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main .tab-list-content .content-ul li.item .item-right .content .content-title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  padding-bottom: 3px;
  transition: all 0.5s;
  width: fit-content;
  position: relative;
  font-family: Light;
  font-weight: 300;
  z-index: 1;
}
.main .tab-list-content .content-ul li.item .item-right .content .content-title a {
  background-image: linear-gradient(180deg, transparent 50%, #6B8CFF 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: all 0.1s cubic-bezier(0.24, -0.08, 0.45, 0.94);
  padding-bottom: 4px;
}
.main .tab-list-content .content-ul li.item .item-right .content .content-info {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  height: 130px;
  width: 747px;
  font-weight: 300px;
  margin-top: 16px;
  font-family: Light;
  display: -webkit-box;
  /* 寮规€х洅瀛愬厓绱犲瀭鐩存帓鍒 */
  -webkit-box-orient: vertical;
  /* 鎺у埗瑕佹樉绀虹殑琛屾暟 */
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-indent: 2em;
}
.main .tab-list-content .content-ul li.item .item-right .content .content-date {
  line-height: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  font-family: LightItalic;
  margin-top: 28px;
}
.el-page .el-pager li.active,
.el-page-small .el-pager li.active {
  color: #6b8cff;
}
.el-page-small {
  display: none;
}
.el-page-small .el-pager li {
  font-size: 14px;
  font-family: Normal;
  color: rgba(0, 0, 0, 0.6);
}
.el-page {
  display: block;
  margin-bottom: -84px;
}
.el-page .el-pager li {
  font-size: 14px;
  display: inline;
  font-family: Normal;
  margin-right: 32px;
  color: rgba(0, 0, 0, 0.6);
}
.el-page .el-pager li:first-child {
  margin-left: 20px;
}
.el-page .el-pager li:last-child {
  margin-right: 20px;
}
