.overviewDetail-mobile {
  display: none;
}

#cityTable thead,
#atmTable thead {
  line-height: 44px;
  height: 44px;
  background: #ebebf0;
  font-size: 16px;
  white-space: nowrap;
}

#cityTable table,
#atmTable table {
  border: 1px solid #ddd;
}

#cityTable thead td,
#atmTable thead td {
  border-right: 1px solid #ddd;
  text-align: center;
}

#cityTable table,
#atmTable table,
#cityTable thead #cityTable thead tr,
#atmTable thead #atmTable thead tr,
#cityTable tbody tr,
#atmTable tbody tr {
  width: 100%;
}

#cityTable tbody td,
#atmTable tbody td {
  height: 60px;
  line-height: 1.5;
  padding: 0 5px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

#cityTable thead td:nth-child(1),
#cityTable thead td:nth-child(2),
#cityTable tbody td:nth-child(1),
#cityTable tbody td:nth-child(2),
#atmTable thead td:nth-child(1),
#atmTable thead td:nth-child(2),
#atmTable tbody td:nth-child(1),
#atmTable tbody td:nth-child(2) {
  width: 15%;
}

#cityTable thead td:nth-child(3),
#cityTable thead td:nth-child(6),
#cityTable tbody td:nth-child(3),
#cityTable tbody td:nth-child(6),
#atmTable thead td:nth-child(3),
#atmTable tbody td:nth-child(3),
#atmTable tbody td:nth-child(6) {
  width: 10%;
}

#cityTable thead td:nth-child(4),
#cityTable thead td:nth-child(5),
#cityTable tbody td:nth-child(4),
#cityTable tbody td:nth-child(5),
#atmTable tbody td:nth-child(4) {
  width: 20%;
}

.overviewDetail-pc {
  background-color: #f6f6f8;
  padding-bottom: 40px;
}

.overviewDetail-pc .banner {
  width: 100%;
  min-width: 1200px;
  height: calc(100vw * (79 / 400));
  min-height: 280px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.overviewDetail-pc .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overviewDetail-pc .banner .banner-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  color: #fff;
}

.overviewDetail-pc .banner .banner-title .font-banner-title {
  color: #fff;
}

.overviewDetail-pc .banner .banner-title .font-banner-title a {
  color: #fff !important;
  text-decoration: none !important;
}

.overviewDetail-pc .breadcrumb {
  color: #666666;
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 8px;
}

.overviewDetail-pc .breadcrumb img {
  width: 1.5rem;
  margin-right: 6px;
}

.overviewDetail-pc .breadcrumb .breadcrumb-main span {
  display: inline-block;
  margin: 0 4px;
}

.overviewDetail-pc .breadcrumb .breadcrumb-main a {
  text-decoration: none !important;
  color: #666 !important;
}

.overviewDetail-pc .overviewDetail-main {
  background-color: #fff;
  padding: 40px;
}

.overviewDetail-pc .overviewDetail-main .article-head {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

.overviewDetail-pc .overviewDetail-main .article-head .overviewDetail-title {
  font-weight: bold;
  margin-bottom: 40px;
}

.overviewDetail-pc .overviewDetail-main .article-head .tools {
  color: #999999;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.overviewDetail-pc .overviewDetail-main .article-head .tools .right span {
  cursor: pointer;
}

.overviewDetail-pc .overviewDetail-main .article-main {
  line-height: 2;
  padding: 40px 0;
}

.overviewDetail-pc .overviewDetail-main .on {
  color: #b21e28;
  font-weight: bold;
}

.overviewDetail-pc .overviewDetail-main .file {
  display: none;
  margin-top: 10px;
}

.overviewDetail-pc .overviewDetail-main .file p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.overviewDetail-pc .overviewDetail-main .file ul li {
  margin-bottom: 10px;
}

.overviewDetail-pc .overviewDetail-main .file ul li a {
  font-size: 18px;
  color: #b21e28;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .overviewDetail-pc {
    display: none;
  }
  .overviewDetail-mobile {
    display: block;
    background: #fff;
    padding: 1.5rem 0;
  }
  .overviewDetail-mobile .article-head {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.125rem;
  }
  .overviewDetail-mobile .article-head .article-title {
    font-size: 1.35rem;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .overviewDetail-mobile .article-head .article-date {
    font-size: 0.875rem;
    line-height: 1.875rem;
    text-align: center;
    color: #ccc;
  }
  .overviewDetail-mobile .article-main {
    padding: 1.5625rem 0;
    border-bottom: 1px solid #eee;
    font-size: 1.125rem;
    color: #333;
    line-height: 2rem;
  }
  .overviewDetail-mobile .file {
    display: none;
    padding-top: 1.5625rem;
  }
  .overviewDetail-mobile .file p {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.625rem;
  }
  .overviewDetail-mobile .file ul li a {
    color: #b21e28;
    font-size: 1rem;
    line-height: 2rem;
  }
}
