.list_ej {
  position: relative;
  z-index: 1;
  background: #f7f8fb;
  border-left: #993300 3px solid;
}

.list_ej li > a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #222222;
  padding: 0 32px;
  position: relative;
  z-index: 1;
  border-bottom: #f0f1f3 1px solid;
  transition: 0.5s;
  line-height: 30px;
  padding: 20px 32px;
}

.list_ej li > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  background: #993300;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}

.list_ej li {
  position: relative;
}

.list_ej li.on > a::before,
.list_ej li:hover > a::before {
  width: 105%;
  opacity: 1;
  box-shadow: 0px 6px 21px 0px rgba(116, 9, 44, 0.2);
}

.list_ej li.on > a::after,
.list_ej li:hover > a::after {
  transform: translateX(12px);
}

.list_ej li.on > a,
.list_ej li:hover > a {
  color: #fff;
  padding-left: 42px;
}

/*inner*/
.inner li a {
  height: 156px;
  padding-right: 55px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner li time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 149px;
  height: 109px;
  position: relative;
  color: #993300;
  margin-right: 47px;
  transition: 0.5s;
}
.inner li time span {
  display: block;
  font-size: 40px;
  line-height: 1;
}
.inner li time em {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
  transition: 0.5s;
}
.inner li time:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e8f4;
  transition: 0.5s;
}
.inner li .txt {
  flex: 1;
  overflow: hidden;
}
.inner li h3 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  transition: 0.5s;
}
.inner li p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  opacity: 0.6;
  transition: 0.5s;
}
.inner li h6 {
  margin-left: 47px;
  display: block;
  height: 9px;
  width: 39px;
  flex-shrink: 0;
  transition: 0.5s;
}
.inner li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0.78px solid #e6edf8;
}
.inner li:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0.78px solid #e6edf8;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.inner li {
  position: relative;
}
.inner li + li {
  margin-top: 32px;
}

.position > div {
  position: relative;
  text-align: right;
  font-size: 14px;
  line-height: 40px;
  padding-bottom: 20px;
}

.position a {
  display: inline;
}

.position h3 {
  position: absolute;
  width: 235px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-align: left;
  top: 0;
  left: 0;
}

.position h3::after {
  position: absolute;
  right: -37px;
  bottom: -30px;
  width: 74px;
  height: 74px;
  background-size: 100% 100%;
  z-index: 9;
}

.position span {
  font-size: 16px;
  vertical-align: middle;
}

.position img {
  vertical-align: middle;
  margin-right: 10px;
}

.position a {
  font-size: 16px;
  margin: 0 5px;
  vertical-align: middle;
}

.position a:hover {
  color: #8c1515;
}
@media (max-width: 1025px) {
  .list_right {
    padding: 0 0px;
  }
  .inner li time {
    width: 1rem;
    height: 72px;
    margin-right: 18px;
  }
  .inner li time span {
    font-size: 29px;
  }
  .inner li time em {
    font-size: 12px;
  }
  .inner li h6 {
    height: 7.2px;
    width: 27px;
    margin-left: 18px;
  }
  .inner li p {
    margin-top: 4.5px;
  }
  .inner li h3 {
    font-size: 18px;
  }
  .inner li a {
    height: 99px;
    padding-right: 18px;
  }
  .inner li + li {
    margin-top: 23.4px;
  }
  .inner {
    margin-top: 0;
  }
}
@media (max-width: 481px) {
  .inner li h6 {
    display: none;
  }
  .inner li time {
    width: 72px;
    height: 60px;
    margin-right: 12px;
  }
  .inner li + li {
    margin-top: 16px;
  }
}

.title h1 {
  font-size: 23px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.title .cont p {
  font-size: 14px;
  line-height: 26px;
  color: #9e9e9e;
  margin: 0 24px;
}
.title .cont {
  margin-top: 24px;
  padding: 4px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #f7f7f7;
}
.txt p {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-indent: 2em;
}
.txt p img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 32px auto 16px;
}
.txt {
  margin-top: 24px;
}
.page p {
  font-size: 12.8px;
  line-height: 28px;
  color: #333333;
  transition: 0.5s;
}
.page p:hover {
  color: #8c1515;
}
.page {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px dashed #d8d8d8;
}

 {
  margin-top: 0;
}

@media (max-width: 1025px) {
  .title h1 {
    font-size: 18px;
  }
  .title .cont p {
    margin: 0;
  }
  .title .cont {
    margin-top: 13.5px;
    gap: 0 18px;
  }
  .txt {
    margin-top: 18px;
  }
  .txt p img {
    margin: 18px auto;
  }
  .page {
    margin-top: 27px;
    padding-top: 18px;
  }
  .page p {
    font-size: 16.2px;
  }
   {
    margin-top: 0;
  }
}