.title {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-size: 18px;
  color: #52443c;
  font-weight: 600;
}
.title img {
  vertical-align: middle;
  margin-right: 10px;
}
.ea_mainBg {
  position: relative;
  width: 100%;
  float: left;
  min-width: 1200px;
  padding: 0 0 300px 0;
}
.ea_mainBg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/so_eaBg.png) center bottom repeat-x;
  z-index: -1;
}
.ea_main {
  width: 1200px;
  margin: 0 auto;
}
.ea_main .ctn {
  width: 100%;
  float: left;
}
.ea_main .ea_content {
  width: 1150px;
  float: left;
  padding: 0 0 0 50px;
}
.ea_main .text {
  width: 800px;
  float: left;
  padding: 0 50px 0 0;
}
.ea_main .text p {
  margin: 10px 0;
}
.ea_main .img {
  width: 300px;
  float: left;
  text-align: center;
  padding: 0;
}
.ea_main .left {
  /* width: 530px; */
  float: left;
  /* padding: 0 20px 0 0; */
}
.ea_main .right {
  /* width: 570px; */
  float: left;
  background: url(../images/so_ea_bg_1.png) left top no-repeat;
  padding: 30px 0 0 30px;
  margin-top: 1rem;
}
ul.list {
  width: 100%;
  float: left;
}
ul.list li {
  float: left;
  padding: 0 5px 0 35px;
  margin: 5px 20px 5px 0;
  background: url(../images/so_tit_img_2.png) left bottom no-repeat,
    url(../images/so_ea_bg_2.png) left bottom repeat-x;
}
.slider {
  width: 488px;
  float: left;
  position: relative;
  /* margin-top: 20px; */
  padding: 0 90px 0 0;
}
.slider .cover {
  width: 565px;
  height: 358px;
  position: absolute;
  left: -39px;
  top: -5px;
  /* background: url(../images/so_ea_navBg.png) center top no-repeat; */
  z-index: 99;
}
.slider li p {
  position: absolute;
  bottom: 0;
  width: 90%;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  z-index: 2;
}
.slider li::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  border-radius: 0.5em;
  z-index: 1;
}
.tab .tit {
  background: url(../images/so_borBg_2.png) repeat;
  color: #ffffff;
  text-align: center;
}
.tab table {
  border-left: 1px dashed #a06700;
  background: #fff;
}
.tab td,
.tab th {
  padding: 8px 10px;
  border-bottom: 1px solid #a06700;
  border-right: 1px dashed #a06700;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 28px;
}
.tab tr.bg {
  background: #fffaec;
}
.tab tr.bg2 {
  background: #f3ece0;
}
.table_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table_block table {
  width: calc(100% / 3 - 1rem);
  height: fit-content;
}
.table_block table td ul {
  padding-left: 20px;
}
.table_block table td ul li {
  list-style: square;
}
.table_block table td ul li::marker {
  color: #a06700;
}
.award {
  width: 500px;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.award .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ea_mainBg {
    min-width: 1000px;
  }
  .ea_main {
    width: 970px;
    padding: 0 15px;
  }
  .ea_main .ea_content {
    width: 100%;
    padding: 0;
  }
  .ea_main .text {
    width: 650px;
    padding: 0 20px 0 0;
  }
  .ea_main .left {
    width: 100%;
    padding: 0;
  }
  .ea_main .right {
    width: 95%;
    margin: 15px 0;
    padding: 30px 0 0 5%;
  }
  ul.list li {
    margin: 5px 0;
    background: url(../images/so_tit_img_2.png) left 4px no-repeat;
    border-bottom: 3px dashed #e0cdbe;
  }
}
@media screen and (max-width: 768px) {
  .ea_mainBg {
    min-width: 320px;
    background: url(../images/so_eaBg_bg.png) center bottom repeat-x;
    padding: 0 0 20px 0;
  }
  .ea_main {
    width: 90%;
    padding: 0 5%;
  }
  .ea_main .ea_content {
    width: 100%;
    padding: 0;
  }
  .ea_main .text,
  .ea_main .img,
  .ea_main .left {
    width: 100%;
    padding: 0;
  }
  ul.list li {
    margin: 5px 0;
    background: url(../images/so_tit_img_2.png) left 4px no-repeat;
    border-bottom: 3px dashed #e0cdbe;
  }
  .tab table {
    margin: 0 auto;
  }
  .ea_main .right {
    width: 100%;
    padding: 15px 0;
    background: none;
  }
  .slider {
    width: 100%;
    padding: 0;
  }
  .slider .cover {
    display: none;
  }
  .table_block table {
    width: 100%;
  }
  .award {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .award .item {
    width: 70%;
  }
}
