.newsArea_ir .newsBox td {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainArea {
  overflow: hidden;
}

.newsArea_ir {
  background-color: #f7f7f7;
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 90px 0;
}
@media (max-width: 768px) {
  .newsArea_ir {
    padding: 45px 0;
  }
}
.newsArea_ir .tableRWDWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: auto;
  width: 100%;
  position: relative;
}
.newsArea_ir .tableRWDWrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.newsArea_ir .tableRWDWrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.newsArea_ir .tableRWDWrap::-webkit-scrollbar-thumb {
  background: #00549d;
}
.newsArea_ir .tableRWDWrap table {
  width: 100%;
  min-width: 480px;
}
@media (max-width: 520px) {
  .newsArea_ir .tableRWDWrap::after {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    right: 0;
    top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: sticky;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(51, 51, 51, 0.1843137255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(51, 51, 51, 0.1843137255) 100%);
    margin-left: -28px;
  }
}
.newsArea_ir .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea_ir .head .title {
  color: #00549d;
  font-size: 30px;
  font-weight: 500;
  padding: 0 32px;
  padding-bottom: 24px;
  letter-spacing: 1.5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
@media (max-width: 768px) {
  .newsArea_ir .head .title {
    font-size: 22px;
    margin: auto;
    padding-bottom: 34px;
  }
}
.newsArea_ir .head .title::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #cccccc;
  left: 0;
  top: 10px;
}
.newsArea_ir .head .title::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #cccccc;
  right: 0;
  top: 10px;
}
.newsArea_ir .newsBox {
  width: 100%;
  table-layout: fixed;
  font-size: 17px;
  border-collapse: collapse;
}
.newsArea_ir .newsBox th {
  text-align: center;
  position: relative;
  padding: 26px 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .newsArea_ir .newsBox th {
    padding: 18px 6px;
  }
}
.newsArea_ir .newsBox th::before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 20px);
  background: #aaaaaa;
  bottom: 0;
  position: absolute;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsArea_ir .newsBox th::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: #dddddd;
  right: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsArea_ir .newsBox th:nth-of-type(1) {
  width: 140px;
}
@media (max-width: 768px) {
  .newsArea_ir .newsBox th:nth-of-type(1) {
    width: 84px;
  }
}
.newsArea_ir .newsBox th:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .newsArea_ir .newsBox th:nth-of-type(1)::before {
    width: calc(100% - 8px);
  }
}
.newsArea_ir .newsBox th:nth-of-type(2) {
  width: 150px;
}
@media (max-width: 768px) {
  .newsArea_ir .newsBox th:nth-of-type(2) {
    width: 94px;
  }
}
.newsArea_ir .newsBox th:nth-of-type(3) {
  width: 100%;
  text-align: left;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .newsArea_ir .newsBox th:nth-of-type(3) {
    padding-left: 12px;
  }
}
.newsArea_ir .newsBox th:nth-of-type(3)::after {
  display: none;
}
.newsArea_ir .newsBox th:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  right: 0;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .newsArea_ir .newsBox th:nth-of-type(3)::before {
    width: calc(100% - 8px);
  }
}
.newsArea_ir .newsBox td {
  text-align: center;
  padding: 26px 20px;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-all;
}
@media (max-width: 768px) {
  .newsArea_ir .newsBox td {
    padding: 14px 6px;
    font-size: 13px;
  }
}
.newsArea_ir .newsBox td:nth-of-type(3) {
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.newsArea_ir .newsBox td:nth-of-type(3) a {
  font-weight: 500;
}
.newsArea_ir .newsBox td.current {
  background: #fff;
}
.newsArea_ir .pageBox {
  padding-top: 75px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .newsArea_ir .pageBox {
    padding-top: 35px;
  }
}
.newsArea_ir .pageBox .pageList.number {
  padding-bottom: 0;
}
.newsArea_ir .pageBox .pageList.number li {
  margin-bottom: 0;
}

.linkArea_ir {
  padding: 100px 0 55px 0;
}
@media (max-width: 1200px) {
  .linkArea_ir {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 768px) {
  .linkArea_ir {
    padding: 40px 0 0px 0;
  }
}