html {
  font-size: 1vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 15.21px;
  }
}
#main-con {
  width: 100%;
  display: flex;
  margin-top: 5vw;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
}

#aside-title {
  font-size: 1.2491781723rem;
  color: brown;
}

#aside-con {
  width: 25%;
  position: static;
  margin-left: 5%;
  top: 0.6574621959rem;
}

#aside {
  width: 17.094017094rem;
  border-radius: 0.2629848784rem;
  background-color: rgba(183, 183, 183, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding: 0.6574621959rem;
  padding-right: 0;
  overflow: hidden;
  height: fit-content;
  padding-bottom: 0.9861932939rem;
}

.sub-bar {
  display: block;
}

.aside-item {
  position: relative;
  /*border-bottom: 1px solid #999;*/
  font-size: 1.0519395135rem;
  width: 100%;
  text-align: center;
  /*background: white;*/
  color: black;
}

.select-aside {
  color: white;
  position: relative;
}

.aside-item-text {
  width: 100%;
  height: 100%;
  display: block;
  color: black;
  padding-bottom: 0.6574621959rem;
  padding-top: 0.6574621959rem;
  font-size: 1.0519395135rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.aside-item-text:hover {
  color: white;
  background: #c10000;
}

.select-aside .aside-item-text {
  color: white;
  background: #c10000;
}

.aside-item:hover {
  color: white;
  cursor: pointer;
}

.aside-item-sub {
  color: black;
  width: 70%;
  position: relative;
  padding-left: 30%;
  padding-top: 0.3944773176rem;
  padding-bottom: 0.3944773176rem;
  background: rgba(183, 183, 183, 0.2);
  display: flex;
  align-items: center;
  justify-content: start;
}

.aside-item-sub-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.7889546351rem;
  float: right;
  padding-bottom: 0.3944773176rem;
  padding-top: 0.3944773176rem;
}

.unfold-icon {
  width: 1.3149243918rem;
  height: 1.3149243918rem;
  position: absolute;
  right: 0.6574621959rem;
}

.circle-svg {
  width: 0.7889546351rem;
  height: 0.7889546351rem;
  margin-right: 0.5259697567rem;
}

.aside-item-sub:hover {
  background: #c10000 !important;
  cursor: pointer !important;
  color: white !important;
}

#position-con {
  width: 100%;
  display: flex;
}

#position-title {
  font-size: 1.0519395135rem;
  line-height: 1.6436554898rem;
  text-indent: 0.6574621959rem;
  font-family: PMingLiU, sans-serif;
}
@media screen and (max-width: 768px) {
  #position-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #position-title {
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  #position-title {
    text-indent: 10px;
  }
}

#position-info {
  margin-left: 1.9723865878rem;
  display: flex;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #position-info {
    margin-left: 30px;
  }
}

.positon-item {
  font-size: 0.9861932939rem;
  color: #999;
}
@media screen and (max-width: 768px) {
  .positon-item {
    font-size: 15px;
  }
}

.positon-item:hover {
  cursor: pointer;
}

#list-con {
  margin-top: 0.9861932939rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #list-con {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  #list-con {
    zoom: 0.88;
  }
}
.list-item {
  padding-left: 0.6574621959rem;
  padding-right: 0.328731098rem;
  padding-bottom: 0.9861932939rem;
  border-bottom: 1px solid #e6e6e6;
  margin: 0.6574621959rem;
  max-height: 6.9033530572rem;
  display: flex;
  align-content: center;
  padding-top: 0.9861932939rem;
}
@media screen and (max-width: 768px) {
  .list-item {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .list-item {
    max-height: 105px;
  }
}
@media screen and (max-width: 768px) {
  .list-item {
    padding-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .list-item {
    padding-left: 10px;
    padding-bottom: 15px;
    padding-right: 5px;
  }
}
.list-item:hover .list-item-title {
  cursor: pointer;
  color: #c10000;
}

.list-item:hover {
  transform: scale(1.02);
}

.list-item-title {
  display: block;
  width: 100%;
  max-height: 4.6022353715rem;
  font-size: 1.1834319527rem;
  color: #333333;
  line-height: 2.3011176857rem;
  line-height: 2.3011176857rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .list-item-title {
    max-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .list-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .list-item-title {
    line-height: 35px;
  }
}

.list-item-date {
  display: flex;
  line-height: 0.9204470743rem;
  align-content: center;
  align-items: center;
  margin-left: 1%;
  white-space: nowrap;
  font-size: 0.9204470743rem;
  color: #666666;
  float: right;
}
@media screen and (max-width: 768px) {
  .list-item-date {
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .list-item-date {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .list-item {
    display: block;
    height: auto;
    max-height: none;
    padding-bottom: 30px;
  }

  .list-item-date {
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}

.bread-crumbs {
  font-size: 24px;
  color: #383838;
  line-height: 36px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detailWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#office .detailWrapper .switchBar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-bottom: 0;
  overflow: unset;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-left: -15px;
  padding-top: 10px;
}

#office .detailWrapper .switchBar .active {
  border-bottom: 0;
  color: #c51a49;
}

#office .detailWrapper .switchBar .item {
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
  border-right: 1px solid rgba(0,0,0,0.2);
  white-space: normal;
  margin-top: 8px;
  list-style: none;
  box-sizing: content-box;
  cursor: pointer;
}

#office .p0 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#office .detailWrapper .body {
  margin-top: 40px;
  padding-bottom: 0;
}

#office .detailWrapper .body .contentBox.active {
  display: block;
}

#office .detailWrapper .body .contentBox .officeInfo {
  padding: 30px 30px;
  background-color: #f7f7f7;
  margin-bottom: 16px;
}

#office .detailWrapper .body .overview {
  padding: 20px;
  background-color: #f7f7f7;
  margin-bottom: 18px;
}

div {
  display: block;
}

#office .detailWrapper .body .contentBox {
  display: none;
}

#office .bold {
  font-weight: 500;
  opacity: 1;
}

#office .p1 {
  font-size: 24px;
  color: #000;
  letter-spacing: 0;
  line-height: 26px;
}

#office .detailWrapper .body .contentBox .officeInfo .contactInfo {
  margin-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  display: flex;
}

#office .p2 {
  font-size: 16px;
  color: #000;
  line-height: 27px;
}

#office .detailWrapper .body .contentBox .officeInfo .contactInfo .tel {
  margin-bottom: 0;
  margin-right: 51px;
  flex-shrink: 0;
  font-family: 'open Sans';
}

#office .detailWrapper .body .contentBox .officeInfo .contactInfo .address {
  overflow: hidden;
  overflow-wrap: break-word;
  font-family: 'open Sans';
}

#office .detailWrapper .body .overview .infoWrapper {
  margin-bottom: 0;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-direction: normal;
}

#office .detailWrapper .body .overview .subtext {
  margin-bottom: 5px;
  word-break: break-word;
}

#office .p5 {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  opacity: 0.6;
}

.is-mobile {
  display: none !important;
}

.layout-content-wrapper {
  display: flex;
}

#office .detailWrapper .body .overview .infoWrapper .officerImg {
  width: 20%;
  height: 20%;
  max-width: 180px;
  max-height: 180px;
  margin-right: 30px;
  flex-shrink: 0;
  object-fit: cover;
}

img {
  border: 0;
}

#office .detailWrapper .body .overview .infoWrapper .subInfo {
  margin-top: 0;
}

#office .detailWrapper .body .overview .infoWrapper .subInfo .name {
  margin-top: 13px;
  margin-bottom: 8px;
  font-family: Staatliches;
}

#office .p3 {
  font-size: 150%;
  line-height: 100%;
  color: #000;
}

#office .bold {
  font-weight: 500;
  opacity: 1;
}

#office .detailWrapper .body .overview .infoWrapper .subInfo .position {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 13px;
  color: #111;
  line-height: 16px;
  padding: 4px 8px;
  background: #e8e8e8;
}

#office .p4 {
  opacity: 0.6;
}

#office .detailWrapper .body .overview .infoWrapper .subInfo .subtext.is-pc {
  display: -webkit-box !important;
}

#office .detailWrapper .body .overview .infoWrapper .subInfo .subtext {
  height: 46px;
  min-height: 46px;
  margin-bottom: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

#page-con {
  margin-top: 1.3149243918rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-be {
  float: left;
  display: inline-block;
  margin: 0 3px 0 0;
  line-height: 2.103879027rem;
  list-style: none;
  color: #333;
  border: 1px solid #dddddd;
  text-decoration: none;
  cursor: pointer;
  padding: 0px 0.7232084155rem;
}

.hover-page:hover {
  text-decoration: underline;
  transition: all 0s ease 0s;
  outline: 0;
  border: 1px solid darkgrey;
  background: rgba(42, 114, 187, 0.2);
}

@media screen and (min-width: 768px) {
  #page-con span {
    font-size: 0.9861932939rem;
  }
}
.page-item {
  display: inline-block;
  line-height: 2.103879027rem;
  padding: 0px 0.7232084155rem;
  color: #333;
  border: 1px solid #dddddd;
  text-decoration: none;
  margin: 0.328731098rem;
}

@media screen and (max-width: 768px) {
  #page-con {
    margin-top: 20px;
  }

  .page-be {
    line-height: 32px;
    padding: 0px 11px;
  }

  .page-item {
    line-height: 32px;
    padding: 0px 11px;
    margin: 5px;
  }
}
#pull-down {
  display: none;
}

#main-body {
  max-width: 78.8954635108rem;
  width: 58%;
  margin-left: 4%;
  position: relative;
  min-height: 50vh;
}

@media screen and (min-width: 768px) {
  #article-con {
    width: 45vw;
    max-width: 65.7462195924rem;
  }
}
#column-title-mobile-con {
  display: none;
}

.select-page {
  font-weight: bold;
}

.test-xxxxxx {
  font-size: 1.0519395135rem;
}
@media screen and (max-width: 768px) {
  .test-xxxxxx {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #carousel-borad {
    display: none;
  }

  .aside-item {
    font-size: 16px;
  }

  #aside-con {
    display: none;
    width: 90%;
    height: auto;
    margin: auto;
    position: static;
  }

  #aside {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
    position: static;
    min-height: 0;
    padding: 10px;
    padding-bottom: 15px;
  }

  #pull-down {
    display: block;
    font-size: 14px;
    color: #999;
    right: 5px;
    position: absolute;
  }

  #pull-down-icon {
    width: 28px;
    height: 28px;
  }

  #pull-down:hover {
    color: #c10000;
    cursor: pointer;
  }

  #main-con {
    display: block;
    margin-top: 0px;
  }

  #column-title-mobile-con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .per_page {
    display: none;
  }

  #column-title-mobile {
    width: 95%;
    font-size: 28px;
    padding-bottom: 11px;
    color: #d05a46;
    border-bottom: 5px solid #d05a46;
  }

  #main-body {
    max-width: none;
    min-height: auto;
    width: 90%;
    padding: 5%;
    margin: 0;
  }

  #list-con {
    margin-top: 0;
  }

  .list-item {
    margin-left: 0;
  }

  .page-be {
    padding: 0px 7px;
  }

  .page-item {
    padding: 0px 7px;
  }

  #position-title {
    text-indent: 4px;
    width: 100px;
    white-space: nowrap;
  }

  #position-info {
    margin-left: 10px;
    display: flex;
    margin-top: 2px;
    flex-wrap: nowrap;
  }

  .positon-item {
    font-size: 14px;
    white-space: nowrap;
    max-width: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #article-content p {
    font-size: 1.1834319527rem !important;
    line-height: 2.9585798817rem !important;
  }

  #article-content span {
    font-size: 1.1834319527rem !important;
    line-height: 2.9585798817rem !important;
  }
}

/*# sourceMappingURL=list.css.map */
