* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.section-all {
  font-size: 16px;
  line-height: 1;
  padding-top: 20px;
  max-width: 1220px;
  margin: 0 auto;
}

.section-1 .section-1-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.section-1 .section-1-header .section-1-header-center {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  position: relative;
}
.section-1 .section-1-header .section-1-header-center img {
  width: 27px;
  height: 24px;
}
.section-1 .section-1-header .section-1-header-center div {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  flex-shrink: 0;
  color: #185688;
}
.section-1 .section-1-header .section-1-header-center::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #185688;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-1 .section-1-container {
  width: 100%;
  margin-bottom: 40px;
}
.section-1 .embla__container {
  display: flex;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.section-1 .embla__slide img {
  width: auto;
  min-width: 300px;
  height: 170px;
}

.section-2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.section-2-1 {
  flex: 1 1 calc(50% - 60px);
  min-width: 200px;
  margin: 0 20px;
}
.section-2-header {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fff;
  background: url(../images/1.jpg) no-repeat;
  background-size: cover;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  cursor: pointer;
}
.section-2-header .section-2-1-icon {
  display: block;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.6) url(../images/more3.png) no-repeat center;
  border-radius: 50%;
  transition: all 0.3s;
}
.section-2-container-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.section-2-container-item > span {
  margin-left: 15px;
}
.section-2-container .section-2-content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-2-container .section-2-content span {
  font-style: normal;
  font-family: "宋体";
  font-size: 14px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .section-2-1 {
    width: 100%;
    flex: unset;
  }
  .section-all-container-1-content {
    width: 100% !important;
  }
  .section-all-container video {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1220px) {
  .section-all-container-1 {
    width: auto !important;
  }
}
.section-all-container {
  width: 100%;
  padding: 60px 0px;
  font-size: 16px;
  line-height: 34px;
  color: #666;
  background: url(../images/section1.jpg) no-repeat center;
  background-size: cover;
}
.section-all-container-1 {
  width: 1220px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-all-container .section-all-container-1-content {
  overflow: hidden;
}
.section-all-container .section-all-container-2 {
  max-width: 400px;
  font-size: 24px;
  line-height: 38px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 50px;
  text-decoration: none;
}
.section-all-container video {
  width: 580px;
  height: 380px;
  border: 10px solid #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-left: 70px;
  float: right;
}
.section-all-container p {
  font-size: 16px;
  line-height: 34px;
  color: #666;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.section-all-container .section-all-container-3 {
  display: block;
  width: 130px;
  height: 40px;
  text-decoration: none;
  line-height: 40px;
  border: 1px solid #999;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
  margin-top: 50px;
}
.section-all-container .section-all-container-3:hover {
  background-color: #185688;
  color: #fff;
}

