li {
  list-style-type: none;
}

.subimage-box {
  width: 100%;
  height: 240px;
  background-image: url("/public/image/m_pic.jpg");
  background-size: cover;
  background-position: center;
}


.subheadimg {
  height: 100%;
  object-fit: cover;
  width: 80%;
  text-align: center;
  display: block;
  margin: 0 auto;
}


#subcontainer {
  width: 1000px;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}

#subcontainer:after {
  display: block;
  clear: both;
  content: ''
}

/* .ltable{float:left; width:200px; min-height: 600px; margin:0px 10% 30px 0px; text-align:left; vertical-align:top; padding:0px; } */
.rtable {
  text-align: left;
  vertical-align: top;
  padding: 0px;
}



#side-bar {
  float: left;
  color: white;
  width: 200px;
  min-height: 100px;
  margin-right: 100px;
  text-align: left;
  padding: 0px;
}

#side-bar p {
  font-size: 25px;
  font-weight: 500;
}

#side-bar span {
  font-size: 18px;
}

.sside-bar {
  display: block;
  background-color: #4B087E;
  /* background-color: #385DBB; */
  border-radius: 5px;
  padding: 50px 0 50px 0;
}

#side-bar > nav > ul > li {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  text-align: right;
}

#side-bar > nav > ul > li > a {
  text-align: right;
  margin-right: 10px;
  text-decoration-line: none;
}

#side-bar > nav > ul > li > a:hover {
  color: #4B087E;
}

#side-bar > ul > li > a::after {
  content: "";
  position: absolute;
  background-color: black;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2.5px;
  transition: width 0.3s;
}

#side-bar > ul > li > a:hover::after {
  width: 100%;
}


#side-bar > nav > ul > li {
  border: 1px solid #DADADC;
  display: block;
  width: 198px;
  padding: 10px 0 10px 0px;
}


.title {
  width: 100%;
  margin: 0px 0px 20px 0px;
  text-align: left;
  vertical-align: top;
  color: #1e1e1e;
  FONT-SIZE: 34px;
  line-height: 34px;
  overflow: hidden;
}

.title span {
  display: inline-block;
  color: #000;
  FONT-SIZE: 16px;
  line-height: 13px;
  margin-left: 20px;
  margin-top: 16px;
}

.stitle {
  width: 100%;
  margin: 0px 0px 20px 0px;
  text-align: left;
  vertical-align: top;
  color: #1e1e1e;
  FONT-SIZE: 24px;
  line-height: 34px;
  overflow: hidden;
}



.img {
  margin-bottom: 10px;
  float: left;
}


.map_table {
  margin-top: 30px;
  width: 100%;
}

/* map */
.maplist_table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border-bottom: 1px solid #A2A3A9;
  padding: 10px;
}


th {
  background-color: #FAFAFA;
}

td {
  color: #A2A3A9;
  font-weight: 700;
  font-size: 14px;
}

.fblue {
  border-top: 1px solid #385DBB;
}

.last_blue {
  border-bottom: 1px solid #385DBB;
}

.fgray {
  border-top: 1px solid #A2A3A9;
}