.l_a,
.l_b {
  width: 100%;
  margin-bottom: calc(10px + 0.5rem);
}

.list {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-top: none;
}

.list>li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.list li>a,
.list li>p,
.list li>span {
  display: flex;
  font-size: calc(10px + 0.3rem);
  line-height: calc(10px + 0.6rem);
  color: #2e2e2e;
  padding: 15px 18px;
  transition: all 0.3s;
}

.list>li>span {
  font-size: calc(10px + 0.3rem);
  color: #000000;
}

.list>li>p {
  font-size: calc(10px + 0.2rem);
}

.list>li>.first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: url(../images/icon_a.png) 0 -240px no-repeat;
}

.list>li.active>a {
  color: #0069b8;
}

.list>li:nth-last-of-type(1) {
  border-bottom: none;
}

.list>li:hover>a {
  color: #0069b8;
}

.p1 {
  padding: 10px 0;
  background: #0069b8;
  position: relative;
  overflow: hidden;
}

.p1>p {
  font-size: calc(10px + 0.5rem);
  color: #ffffff;
  line-height: calc(10px + 1rem);
  font-weight: bold;
  z-index: 9;
  margin-left: calc(10px + 0.5rem);
}

.p1>p>span {
  font-weight: normal;
  font-size: calc(10px + 0.3rem);
  color: #fff;
  opacity: 0.6;
  margin-left: 10px;
  text-transform: capitalize;
}

.p1>p>span::before {
  content: '/';
  padding-right: 5px;
}

.p1>span {
  position: absolute;
  top: -5px;
  left: 0;
  font-style: normal;
  font-size: calc(17px + 2.5rem);
  font-weight: bold;
  opacity: 0.1;
  color: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
}

.ly {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.ly>img {
  width: 100%;
}