* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;
}

.breadcrumb {
  padding-left: 0 !important;
  margin-bottom: 5px;
  padding-bottom: 0;
}

footer {
  position: relative;
}

.content {
  width: 100%;
  padding: 17px 0 0 !important;
}

/* header {
  background-image: url(../images/index2025/indextopbg.png);
} */

.header-top span,
.header-top a {
  color: #fff !important;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

nav {
  background-color: #0e4ca2 !important;
}

.news-page-title {
  width: 100%;
  min-height: 100px;
  text-align: center;
  padding: 0 min(8.33vw, 160px);
  margin-bottom: 20px;
}

.news-page-title h1 {
  font-family: Microsoft YaHei UI;
  font-weight: bold;
  font-size: 30px;
  color: #0e4ca2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  /* line-height: 20px; */
}

.news-title-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 20px;
  color: #3f3f3f;
  margin: 0 auto;
  margin-top: 28px;
  display: flex;
  align-items: center;
}

.news-title-content p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
  margin: 0;
}

.news-title-content span {
  display: inline;
  color: #d70808;
  font-size: 16px;
  font-family: NotoSansHans-Regular;
  font-weight: 400;
  cursor: pointer;
}

.news-title-content span a {
  display: inline;
  color: #d70808;
  font-size: 16px;
  font-family: NotoSansHans-Regular;
  font-weight: 400;
  cursor: pointer;
}

.news-title-content span:hover {
  text-decoration: underline;
}

.news-details-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  padding: 0 min(8.33vw, 160px);
  /* 160px/1920px ≈ 8.33vw */
}

.news-details-container-left {
  width: calc(50% - 10px);
  max-height: 400px;
  position: relative;
}

.custom-swiper-btn::before {
  content: "";
  display: none;
}

.custom-swiper-btn::after {
  color: #fff;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-lock {
  display: flex !important;
}

/* 热点推荐侧边栏 */
.news-details-container-left .hot-img {
  position: absolute;
  top: 0;
  left: -29px;
  background-image: url(../images/index2025/hotclone.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 29px;
  height: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hot-recommend-text {
  width: 100%;
  height: 100%;
  position: relative;
}

.hot-recommend-text p {
  color: #fff;
  font-size: 20px;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}

.hot-recommend-text .iconfont {
  position: absolute;
  bottom: 12%;
  font-size: 26px;
  color: #fff;
  left: 50%;
  text-align: right;
  transform: translate(-40%, -80%);
}

/* 热点推荐 */
.news-details-container-left .swiper-slide {
  position: relative;
}

.news-details-container-left .swiper-slide img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: contain;
}

.swiper-slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 60px;
  padding-left: 22px;
  z-index: 10;
}

.swiper-slide-title p {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-pagination-custom {
  width: 20% !important;
  position: absolute;
  right: 17px !important;
  left: inherit !important;
  bottom: 12px !important;

}

.swiper-pagination-custom .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-pagination-custom span {
  background-color: #9ca1a6;
}

.news-details-container-right {
  width: 50%;
  height: 100%;
  padding: 0 20px;
  min-height: 400px;
  box-sizing: border-box;
}

.news-details-container-right .tabs {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-details-container-right .tabs-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.news-details-container-right .tabs-nav {
  display: flex;
  height: 100%;
}

.news-details-container-right .tabs-nav .tabs-item {
  height: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 21px;
  color: #333;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 26px;
}

.news-details-container-right .tabs-nav .tabs-item.tabs-item-active {
  color: #1a56a8;
}

.news-details-container-right .tabs-nav .tabs-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 2px;
  width: 1px;
  transform: translateY(-55%);
  height: 40%;
  background: #dcdcdc;
}

.news-details-container-right .tabs-nav .tabs-item.tabs-item-active::after {
  background-color: #1a56a8;
  width: 3px;
}

.news-details-container-right .tabs-header .more {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.news-details-container-right .tabs-content {
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news-details-container-right .tabs-pane {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: opacity 0.3s ease;
}

.news-details-container-right .tabs-pane.tabs-pane-active {
  /* opacity: 1; */
  display: block;
  /* visibility: visible; */
}

.news-details-container-right .news-item {
  display: flex;
  align-items: center;
  padding: 6px 0;
  transition: all 0.3s ease;
  height: 32px;
  margin-top: 20px;
}

.news-details-container-right .news-item:first-child {
  margin-top: 10px;
}

.news-details-container-right .news-item .news-title {
  flex: 1;
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  height: 20px;
  padding: 0px !important;
  text-align: left;
}

.news-details-container-right .news-item .news-title a {
  color: inherit;
  text-decoration: none;
}

.news-details-container-right .news-item:hover .news-title {
  color: #1a56a8;
}

.news-details-container-right .news-item:hover a {
  font-family: NotoSansHans;
  color: #df1212;
}

.news-details-container-right .news-item:hover .iconfont {
  transform: rotate(90deg);
  color: #df1212;
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.news-details-container-right .news-item .news-time {
  font-size: 17px;
  color: #999;
  margin-left: 8px;
  line-height: 1;
}

/* 2026 纪委监委首页内容 */
body {
  background: #ffffff;
}

.content {
  padding: 33px 0 120px;
  background: #ffffff;
}

.news-page-title {
  display: none;
}

.news-details-container {
  gap: 24px;
  padding: 0 min(8.33vw, 160px);
  overflow: visible;
}

.news-details-container-left,
.news-details-container-right {
  width: calc(50% - 12px);
  max-height: none;
}

.news-details-container-left {
  height: 435px;
}

.news-details-container-left .hot-img,
.news-details-container-left .custom-swiper-btn {
  display: none;
}

#swiper-container-overview {
  width: 100%;
  height: 100%;
}

.news-details-container-left .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 51px;
  padding: 0 17px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: center;
}

.swiper-slide-title p {
  width: 100%;
  height: 100%;
  padding-right: 95px;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#swiper-container-overview .swiper-pagination {
  right: 17px;
  bottom: 19px;
  left: auto;
  width: auto;
  text-align: right;
  line-height: 1;
}

#swiper-container-overview .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transform: scale(1);
  transition: width 0.25s ease, background-color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

#swiper-container-overview .swiper-pagination-bullet-active {
  width: 18px;
  height: 6px;
  border-radius: 6px;
  background: #ffffff;
  transform: scale(1.08);
}

.news-details-container-right {
  min-height: 435px;
  height: 435px !important;
  padding: 0;
}

.news-details-container-right .tabs {
  height: 100%;
}

.news-details-container-right .tabs-header {
  border-bottom: 2px solid #0E4CA2;
}

.news-details-container-right .tabs-nav {
  align-items: flex-start;
}

.news-details-container-right .tabs-nav .tabs-item {
  width: 159px;
  height: 58px;
  padding: 0;
  align-items: center;
  background: url(../images/index2026/titlebg.png) left top / 159px 58px no-repeat;
  color: #ffffff;
  padding-left: 29px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 26px;
}

.news-details-container-right .tabs-nav .tabs-item.tabs-item-active {
  color: #ffffff;
}

.news-details-container-right .tabs-nav .tabs-item::after {
  display: none;
}

.news-details-container-right .tabs-header .more {
  margin-right: 14px;
  color: #a8a8a8;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
}

.news-details-container-right .tabs-content {
  height: calc(100% - 66px);
  overflow: visible;
}

.news-details-container-right .tabs-pane {
  position: static;
  height: 100%;
}

.news-details-container-right .news-item {
  height: 63px;
  margin: 0;
  padding: 0 14px;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease;
}

.news-details-container-right .news-item:nth-child(even) {
  background: #ffffff;
}

.news-details-container-right .news-item .news-title {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: auto;
  line-height: 63px;
  font-size: 20px;
  color: #595959;
  transition: color 0.2s ease, font-weight 0.2s ease;
}

.news-details-container-right .news-item .news-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #1f66c0;
  opacity: 0;
  transform: translate(-6px, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.news-details-container-right .news-item .news-title a {
  display: block;
  min-width: 0;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  transition: padding-left 0.2s ease;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}

.news-details-container-right .news-item:hover {
  background: linear-gradient(90deg, #EEF5FF 0%, #ffffff 100%);
}

.news-details-container-right .news-item:hover .news-title,
.news-details-container-right .news-item:hover a {
  font-weight: 700;
  color: #1f66c0;
}

.news-details-container-right .news-item:hover .news-title::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.news-details-container-right .news-item:hover .news-title a {
  padding-left: 17px;
}

.news-details-container-right .news-item .news-time {
  flex: 0 0 112px;
  min-width: 112px;
  margin-left: 18px;
  font-size: 18px;
  line-height: 63px;
  color: #a6a6a6;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .news-details-container {
    flex-direction: column;
  }

  .news-details-container-left,
  .news-details-container-right {
    width: 100%;
    height: auto !important;
    min-height: 0;
  }

  #swiper-container-overview {
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .content {
    padding-top: 20px;
  }

  .news-details-container {
    padding: 0 16px;
  }

  .news-details-container-right .tabs-nav .tabs-item {
    width: 118px;
    height: 44px;
    background-size: 118px 44px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .news-details-container-right .tabs-header .more {
    margin-top: 14px;
    margin-right: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .news-details-container-right .tabs-content {
    height: calc(100% - 50px);
  }

  .news-details-container-right .news-item {
    height: 50px;
    padding: 0 10px;
  }

  .news-details-container-right .news-item .news-title {
    line-height: 50px;
  }

  .news-details-container-right .news-item .news-title a {
    font-size: 16px;
    line-height: 22px;
  }

  .news-details-container-right .news-item .news-time {
    flex-basis: 84px;
    min-width: 84px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .news-details-container-right .tabs-nav .tabs-item {
    width: 108px;
    height: 40px;
    background-size: 108px 40px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 20px;
  }

  .news-details-container-right .tabs-header .more {
    margin-top: 11px;
    margin-right: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .news-details-container-right .tabs-content {
    height: calc(100% - 44px);
  }

  .news-details-container-right .news-item {
    height: 46px;
    padding: 0 8px;
  }

  .news-details-container-right .news-item .news-title {
    line-height: 46px;
  }

  .news-details-container-right .news-item .news-title a {
    font-size: 15px;
    line-height: 20px;
  }

  .news-details-container-right .news-item .news-time {
    flex-basis: 76px;
    min-width: 76px;
    margin-left: 8px;
    font-size: 12px;
    line-height: 46px;
  }
}

.inspection-home-modules {
  padding: 62px min(8.33vw, 160px) 0;
}

.inspection-module-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 320px;
  column-gap: 24px;
  row-gap: 48px;
  align-items: start;
}

.inspection-panel {
  min-width: 0;
}

.inspection-panel-head {
  border-bottom: 1px solid #0E4CA2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.inspection-panel-head h2 {
  width: 159px;
  height: 58px;
  margin: 0;
  padding: 0;
  background: url(../images/index2026/titlebg.png) left top / 159px 58px no-repeat;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 26px;
  padding-left: 29px;
}

.inspection-side-panel .inspection-panel-head h2,
.inspection-org-panel .inspection-panel-head h2 {
  background-image: url(../images/index2026/titlebgright.png);
  padding-left: 17px;
}

.inspection-side-panel .inspection-panel-head,
.inspection-org-panel .inspection-panel-head {
  border-bottom: 0;
}

.inspection-more {
  margin-top: 26px;
  color: #a8a8a8;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.inspection-news-list {
  margin: 18px 0 0;
  padding: 0;
}

.inspection-news-list li {
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dddddd;
  color: #595959;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.inspection-news-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  margin: 0 12px 0 12px;
  border-radius: 50%;
  background: #1f66c0;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.inspection-news-list li a {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  font-size: 20px;
  line-height: 51px;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}

.inspection-news-list li span {
  flex: 0 0 112px;
  min-width: 112px;
  margin-right: 11px;
  color: #a6a6a6;
  text-align: right;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
}

.inspection-news-list li:hover a {
  color: #1f66c0;
}

.inspection-news-list li:hover {
  background: #f2f7ff;
}

.inspection-news-list li:hover::before {
  transform: scale(1.35);
}

.inspection-leader-swiper {
  height: 246px;
  background: #EEF5FF;
  border: 1px solid #C9DFFF;
}

.inspection-leader-card {
  height: 100%;
  padding: 36px 24px 28px;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  column-gap: 21px;
  position: relative;
}

.inspection-leader-card img {
  width: 110px;
  height: 154px;
  object-fit: contain;
  background: #ffffff;
  transition: transform 0.25s ease;
}

.inspection-leader-info {
  min-width: 0;
}

.inspection-leader-info h3 {
  margin: 13px 0 8px;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 26px;
}

.inspection-leader-info h3 span {
  width: 22px;
  height: 1px;
  background: #1f66c0;
}

.inspection-leader-info p {
  margin: 0;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  max-height: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  border-top: 1px dashed #ccc;
  padding-top: 3px;
}

.inspection-leader-card:hover img {
  transform: scale(1.03);
}

.inspection-leader-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.inspection-leader-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  border-radius: 50%;
  background: #a8a8a8;
  opacity: 1;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.inspection-leader-swiper .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 10px;
  background: #1f66c0;
}

.inspection-org-links {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.inspection-org-link {
  position: relative;
  width: 100% !important;
  height: 60px;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.inspection-org-link span {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #305EED;
  line-height: 26px;
}

.inspection-org-link-zhishu span {
  color: #4343F1;
}

.inspection-org-link-paizhu span {
  color: #2C97E8;
}

.inspection-org-link-tuancan span {
  color: #32AFD9;
}

.inspection-org-link::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 27px;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.inspection-org-link-zhineng {
  background-image: url(../images/index2026/zhineng.png);
}

.inspection-org-link-zhineng::after {
  background-image: url(../images/index2026/zhinengright.png);
}

.inspection-org-link-zhishu {
  width: 285px;
  height: 61px;
  background-image: url(../images/index2026/zhishu.png);
}

.inspection-org-link-zhishu::after {
  background-image: url(../images/index2026/zhishuright.png);
}

.inspection-org-link-paizhu {
  background-image: url(../images/index2026/paizhu.png);
}

.inspection-org-link-paizhu::after {
  background-image: url(../images/index2026/paizhuright.png);
}

.inspection-org-link-tuancan {
  width: 285px;
  background-image: url(../images/index2026/tuancan.png);
}

.inspection-org-link-tuancan::after {
  background-image: url(../images/index2026/tuancanright.png);
}

.inspection-org-link:hover {
  transform: translateX(4px);
  filter: brightness(1.03);
}

.inspection-org-link:hover::after {
  transform: translate(4px, -50%);
}

.inspection-report-entry {
  min-height: 132px;
  margin-top: 47px;
  border: 1px solid #cfe3ff;
  background: #EEF5FF;
  display: flex;
}

.inspection-report-title {
  flex: 0 0 80px;
  background: #0E4CA2;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.inspection-report-title::after {
  content: "";
  position: absolute;
  right: -13px;
  top: -2px;
  width: 14px;
  height: calc(100% + 2px);
  background: #0E4CA2;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.inspection-report-list {
  flex: 1 1 auto;
  padding: 20px 28px 20px 30px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 38px;
  row-gap: 10px;
}

.inspection-report-list p:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.inspection-report-list p:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.inspection-report-list p:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.inspection-report-list p:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.inspection-report-list p {
  margin: 0;
  display: flex;
  align-items: flex-start;
  min-width: 0;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  white-space: normal;
}

.inspection-report-list p span {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  margin-top: 7px;
  margin-right: 18px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #1559a8;
}

.inspection-report-list p:nth-child(1),
.inspection-report-list p:nth-child(3) {
  white-space: nowrap;
}

.inspection-friend-links {
  margin-top: 47px;
  height: 58px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #0E4CA2;
}

.inspection-friend-links .inspection-panel-head {
  height: 58px;
  width: auto;
  flex: 0 0 auto;
  border-bottom: 0;
  justify-content: flex-start;
  gap: 0;
}

.inspection-link-list {
  height: 58px;
  margin-left: 38px;
  display: flex;
  align-items: center;
  gap: 70px;
  padding-top: 0;
}

.inspection-link-list a {
  position: relative;
  color: #1f66c0;
  font-size: 20px;
  line-height: 58px;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.inspection-link-list a::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1f66c0;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.inspection-link-list a:hover {
  color: #1559a8;
  transform: translateX(4px);
}

.inspection-link-list a:hover::before {
  transform: translateY(-50%) scale(1.35);
}

.inspection-more {
  transition: color 0.2s ease, transform 0.2s ease;
}

.inspection-more:hover {
  color: #1559a8;
  transform: translateX(3px);
}

@media screen and (max-width: 1500px) {
  .inspection-report-entry {
    min-height: 126px;
  }

  .inspection-report-list {
    padding: 20px 24px 20px 48px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    column-gap: 28px;
  }

  .inspection-report-list p {
    font-size: 16px;
    line-height: 26px;
  }

  .inspection-report-list p span {
    margin-right: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .inspection-module-grid {
    grid-template-columns: 1fr 1fr;
  }

  .inspection-report-list {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 12px;
  }

  .inspection-report-list p,
  .inspection-report-list p:nth-child(1),
  .inspection-report-list p:nth-child(2),
  .inspection-report-list p:nth-child(3),
  .inspection-report-list p:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .inspection-side-panel,
  .inspection-org-panel {
    grid-column: auto;
  }
}

@media screen and (max-width: 768px) {
  .inspection-home-modules {
    padding: 34px 16px 0;
  }

  .inspection-module-grid,
  .inspection-report-list {
    grid-template-columns: 1fr;
  }

  .inspection-report-list p,
  .inspection-report-list p:nth-child(1),
  .inspection-report-list p:nth-child(2),
  .inspection-report-list p:nth-child(3),
  .inspection-report-list p:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    white-space: normal;
  }

  .inspection-report-entry {
    height: auto;
    flex-direction: column;
    margin-top: 32px;
  }

  .inspection-report-title {
    flex: 0 0 68px;
    min-height: 68px;
    font-size: 22px;
    line-height: 1;
  }

  .inspection-report-title br {
    display: none;
  }

  .inspection-report-title::after {
    display: none;
  }

  .inspection-report-list {
    padding: 18px 18px 16px;
    gap: 12px;
    grid-auto-flow: row;
    grid-template-rows: none;
  }

  .inspection-report-list p {
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.55;
  }

  .inspection-report-list p span {
    margin-top: 6px;
    margin-right: 14px;
  }

  .inspection-panel-head h2 {
    width: 132px;
    height: 50px;
    background-size: 132px 50px;
    font-size: 18px;
    line-height: 22px;
    padding-left: 22px;
  }

  .inspection-side-panel .inspection-panel-head h2,
  .inspection-org-panel .inspection-panel-head h2 {
    padding-left: 14px;
  }

  .inspection-more {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .inspection-friend-links {
    height: auto;
    margin-top: 32px;
    align-items: stretch;
    padding: 0 0 12px;
  }

  .inspection-friend-links .inspection-panel-head {
    flex: 0 0 120px;
    width: 120px;
    height: 52px;
  }

  .inspection-friend-links .inspection-panel-head h2 {
    width: 120px;
    height: 52px;
    background-size: 120px 52px;
    font-size: 18px;
    justify-content: flex-start;
    padding-left: 18px;
  }

  .inspection-link-list {
    flex: 1 1 auto;
    height: 52px;
    margin-left: 12px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    min-width: 0;
  }

  .inspection-link-list a {
    display: inline-flex;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .inspection-link-list a::before {
    left: -9px;
  }
}

@media screen and (max-width: 480px) {
  .inspection-report-entry {
    margin-top: 28px;
  }

  .inspection-report-title {
    flex-basis: 70px;
    min-height: 70px;
    font-size: 21px;
    line-height: 1;
  }

  .inspection-report-list {
    padding: 16px 16px 14px;
    gap: 10px;
  }

  .inspection-report-list p {
    font-size: 15px;
    line-height: 1.5;
    word-break: break-all;
  }

  .inspection-report-list p span {
    margin-top: 5px;
    margin-right: 12px;
  }

  .inspection-panel-head h2 {
    width: 118px;
    height: 46px;
    background-size: 118px 46px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 18px;
  }

  .inspection-side-panel .inspection-panel-head h2,
  .inspection-org-panel .inspection-panel-head h2 {
    padding-left: 12px;
  }

  .inspection-more {
    margin-top: 17px;
    font-size: 12px;
    line-height: 16px;
  }

  .inspection-friend-links {
    margin-top: 28px;
    padding-bottom: 10px;
  }

  .inspection-friend-links .inspection-panel-head {
    flex-basis: 108px;
    width: 108px;
    height: 48px;
  }

  .inspection-friend-links .inspection-panel-head h2 {
    width: 108px;
    height: 48px;
    background-size: 108px 48px;
    font-size: 16px;
    justify-content: flex-start;
    padding-left: 16px;
  }

  .inspection-link-list {
    height: 48px;
    margin-left: 10px;
    gap: 8px;
  }

  .inspection-link-list a {
    font-size: 14px;
  }

  .inspection-link-list a::before {
    left: -8px;
  }
}

