@charset "utf-8";

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; color: #333; background: #fff; line-height: 1.6; }
a { color: #333; text-decoration: none; transition: color .2s; }
a:hover { color: #9f2323; }
img { max-width: 100%; height: auto; vertical-align: middle; border: 0; }
.clearfix::after, .clear::after { content: ""; display: table; clear: both; }
.fl { float: left; }
.fr { float: right; }
.pg_margins { min-width: 320px; }

/* ========== Header ========== */
.header { position: absolute; left: 0; top: 0; width: 100%; z-index: 9; margin-bottom: 0; overflow: visible; background: transparent; }
.header-inner { position: relative; width: 1440px; max-width: 100%; margin: 19px auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; }
.logo { flex-shrink: 0; }
.logo img { height: 70px; width: auto; display: block; }

.header #topNav.fr { min-height: 85px; margin-right: 60px; background: none; line-height: 85px; flex: 1; display: flex; justify-content: flex-end; }
.header #topNav.fr .nav { width: auto; height: auto !important; margin: 0; }
.header #topNav.fr .nav > ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; flex-wrap: nowrap; }
.header #topNav.fr .nav > ul::after { display: none; }
.header #topNav.fr .nav > ul > li { position: relative; float: none; width: auto !important; height: auto !important; line-height: 85px; flex-shrink: 0; }
.header #topNav.fr .nav > ul > li.line { width: 2px !important; height: 14px; margin: 0 2px; background: rgba(255,255,255,.35); overflow: hidden; align-self: center; line-height: 1; }
.header #topNav.fr .nav > ul > li > a { display: block; padding: 0 18px; color: #fff; font-size: 15px; white-space: nowrap; line-height: 85px; text-shadow: 0 1px 3px rgba(0,0,0,.25); transition: opacity .2s; }
.header #topNav.fr .nav > ul > li > a.current,
.header #topNav.fr .nav > ul > li > a:hover { background: none; color: #fff; opacity: .92; }
.header #topNav.fr .nav > ul > li > a.nav-nolink,
.nav > ul > li > a.nav-nolink { cursor: default; }
.header #topNav.fr .nav > ul > li .shownav { display: none; position: absolute; top: 80px; left: 50%; width: 140px; margin-left: -70px; background: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.12); padding: 8px 0; z-index: 200; }
.header #topNav.fr .nav > ul > li:hover .shownav { display: block; }
.header #topNav.fr .nav > ul > li .shownav a { display: block; padding: 8px 14px; line-height: 1.5; color: #333; font-size: 14px; text-align: center; }
.header #topNav.fr .nav > ul > li .shownav a:hover { color: #9f2323; background: #fafafa; }

.header #topNav.nav_fixed { position: fixed; top: 0; left: 0; right: 0; min-height: 52px; margin-right: 0; box-shadow: 0 3px 8px rgba(0,0,0,.1); background: #fff; line-height: 52px; z-index: 99999; }
.header #topNav.nav_fixed .nav > ul { justify-content: center; width: 100%; }
.header #topNav.nav_fixed .nav > ul > li { line-height: 52px; }
.header #topNav.nav_fixed .nav > ul > li.line { background: #ddd; }
.header #topNav.nav_fixed .nav > ul > li > a { line-height: 52px; color: #2d2d2d; padding: 0 16px; }
.header #topNav.nav_fixed .nav > ul > li > a.current { color: #9f2323; }
.header #topNav.nav_fixed .nav > ul > li .shownav { top: 52px; }

/* ========== Banner ========== */
.banner { position: relative; overflow: hidden; z-index: 1; width: 100%; }
.banner-bd { position: relative; width: 100%; overflow: hidden; }
.banner-bd::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 120px;
  background: linear-gradient(transparent, rgba(0,0,0,.35));
  pointer-events: none;
  z-index: 2;
}
.banner-swiper { width: 100%; height: 520px; }
.banner-swiper .swiper-slide { overflow: hidden; }
.banner-swiper .swiper-slide img {
  width: 100%; height: 520px; object-fit: cover; display: block;
  transition: transform 6s ease;
}
.banner-swiper .swiper-slide-active img { transform: scale(1.04); }
.banner-swiper .swiper-pagination { bottom: 28px !important; left: 0 !important; right: 0 !important; width: 100% !important; text-align: center; z-index: 3; }
.banner-swiper .swiper-pagination-bullet {
  width: 32px; height: 4px; border-radius: 2px;
  background: rgba(255,255,255,.45); opacity: 1;
  margin: 0 4px !important; transition: all .3s;
}
.banner-swiper .swiper-pagination-bullet-active { width: 48px; background: #9f2323; }
.banner .left-shadow,
.banner .right-shadow { display: none; }
.banner .blank-area { height: 0; }

/* ========== Home main ========== */
.main-home { position: relative; background: #fff; }
.main-home .home_prev,
.main-home .home_next { display: none; }
.main-top {
  height: 6px;
  background: linear-gradient(90deg, #9f2323 0%, #c44a4a 50%, #9f2323 100%);
}
.main-btm { height: 1px; background: #f0f0f0; }
.main.home { width: 1440px; max-width: 100%; margin: 0 auto; padding: 0; }

.col_e { width: 100%; padding: 80px 0 0; overflow: hidden; }
.col_e .inner-wrap { width: 1440px; max-width: 100%; margin: 0 auto; padding: 0 20px; overflow: hidden; }

.col_e1 { width: 700px; float: left; padding-right: 40px; }
.col_f1 { width: calc(100% - 700px); float: right; }

.title { margin-bottom: 20px; position: relative; min-height: 40px; }
.title .more { float: right; font-size: 14px; line-height: 28px; }
.title .more a { color: #666; transition: color .2s; }
.title .more a:hover { color: #901b22; }

/* About */
.col_e1 .title { margin-bottom: 32px !important; }
.col_e1 .title .title_more {
  color: #222; font-size: 40px; line-height: 1; font-weight: bold;
  display: flex; flex-direction: column; letter-spacing: 2px;
}
.col_e1 .title .title_more .title_more2 {
  display: flex; align-items: center; gap: 18px;
  color: #323232; font-size: 30px; line-height: 1.2; font-weight: normal;
  margin-top: 12px; letter-spacing: 0;
}
.col_e1 .title .title_more .title_cn { flex-shrink: 0; }
.col_e1 .title .title_more .title_line {
  display: block; width: 50px; height: 3px; background: #901b22; flex-shrink: 0;
}
.col_e1 .ibw_intro-text {
  font-size: 14px; color: #666; line-height: 1.9; text-align: justify;
}
.col_e1 .ibw_intro-text p { margin: 0 0 0.85em; }
.col_e1 .ibw_intro-text p:last-child { margin-bottom: 0; }
.ibw_intro input,
.ibw_intro script,
.ibw_intro style { display: none !important; }
.col_e1 .more_a { margin-top: 28px; }
.col_e1 .more_a a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 177px; height: 48px; padding: 0 56px 0 24px;
  border-radius: 24px; border: 1px solid #dadada;
  color: #898989; font-size: 16px; background: #fff;
  background-image: url(../img/hongqi/nxz10.png);
  background-repeat: no-repeat; background-position: right 20px center;
  transition: color .25s, border-color .25s;
}
.col_e1 .more_a a span { line-height: 1; }
.col_e1 .more_a a:hover { color: #901b22; border-color: #901b22; }

/* News block */
.col_f1 .title .title_more {
  font-weight: normal; color: #333; display: flex; align-items: baseline;
  font-size: 28px; line-height: 1.2;
}
.col_f1 .title .title_more .title_more2 {
  display: inline; font-size: 22px; color: rgba(159,35,35,.49);
  font-weight: normal; margin-left: 10px; letter-spacing: 0;
}

.col_f1 .news-panel { display: flex; align-items: stretch; gap: 20px; }
.col_f1 .news-featured {
  flex: 0 0 280px; max-width: 280px; min-width: 0;
}
.col_f1 .news-featured-card {
  display: flex; flex-direction: column; height: 100%;
  border-radius: 4px; overflow: hidden; position: relative;
  background: #fff; color: #222;
  box-shadow: 0 2px 14px rgba(0,0,0,.08);
  transition: box-shadow .3s, transform .3s;
}
.col_f1 .news-featured-card:hover {
  box-shadow: 0 6px 22px rgba(159,35,35,.16);
  transform: translateY(-2px);
}
.col_f1 .news-featured-card .pic {
  flex: 0 0 168px; height: 168px; overflow: hidden; background: #f3f3f3;
}
.col_f1 .news-featured-card .pic img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .4s;
}
.col_f1 .news-featured-card:hover .pic img { transform: scale(1.04); }
.col_f1 .news-featured-card .pic--empty {
  background: linear-gradient(145deg, #a5232b 0%, #701219 100%);
}
.col_f1 .news-featured-card .cap {
  flex: 1; padding: 12px 14px 14px;
}
.col_f1 .news-featured-card .cap .t1 {
  font-size: 14px; font-weight: bold; line-height: 1.5; color: #222;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
  overflow: hidden;
}
.col_f1 .news-featured-card:hover .cap .t1 { color: #9f2323; }

.col_f1 .news-scroll {
  flex: 1; min-width: 0; max-height: 280px; overflow: hidden; position: relative;
}
.col_f1 .news-scroll > ul { list-style: none; margin: 0; padding: 0; transition: transform .05s linear; }
.col_f1 .TTXW_LIST ul li { padding: 0 5px; }
.col_f1 .TTXW_LIST ul li::before { display: none; }
.col_f1 .TTXW_LIST ul li a { padding-left: 0; padding-right: 96px; }
.col_f1 .TTXW_LIST ul li:hover { background: none; }
.col_f1 .TTXW_LIST ul li:hover .u-date { color: #999; }

/* TTXW list */
.TTXW_LIST { overflow: hidden; }
.TTXW_LIST ul { list-style: none; margin: 0; padding: 0; }
.TTXW_LIST ul::after { display: block; content: ""; clear: both; }
.TTXW_LIST ul li {
  position: relative; padding: 0 5px 0 12px;
  border-bottom: 1px solid #ebebeb; color: #999;
  font-size: 14px; line-height: 46px; transition: all .25s;
}
.TTXW_LIST ul li::before {
  content: ""; position: absolute; left: 0; top: 50%;
  width: 3px; height: 0; background: #9f2323;
  transform: translateY(-50%); transition: height .25s;
}
.TTXW_LIST ul li a {
  position: relative; display: block; padding-left: 8px; padding-right: 100px;
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  line-height: 46px; font-size: 14px; color: #333; transition: color .2s;
}
.TTXW_LIST ul li .u-date {
  float: right; width: 90px; text-align: right; color: #aaa;
  font-size: 13px; line-height: 46px; white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.TTXW_LIST ul li:hover { border-bottom-color: #9f2323; background: rgba(159,35,35,.02); }
.TTXW_LIST ul li:hover::before { height: 16px; }
.TTXW_LIST ul li:hover a { color: #9f2323; }
.TTXW_LIST ul li:hover .u-date { color: #9f2323; }

/* Four columns */
.col_c {
  width: 100%; background: #f8f9fa url(../img/hongqi/nxz3.png) no-repeat right top;
  padding: 70px 0 60px; margin-top: 10px; clear: both; overflow: hidden;
}
.col_c .inner-wrap { width: 1440px; max-width: 100%; margin: 0 auto; padding: 0 20px; }
.columns-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.col_c1 {
  background: #fff; border-radius: 6px; padding: 0 20px 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
  transition: box-shadow .3s, transform .3s;
  display: flex; flex-direction: column; min-width: 0;
}
.col_c1:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.col_c1 .title { padding: 22px 72px 16px 28px; background: url(../img/hongqi/nxz4.png) no-repeat left top 3px; margin-bottom: 0; position: relative; border-bottom: 1px solid #f0f0f0; }
.col_c1 .title .title_more { color: #000; font-size: 20px; line-height: 28px; font-weight: 600; }
.col_c1 .title .more { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.col_c1 .title .more a { color: #666; font-size: 13px; line-height: 24px; position: relative; padding-left: 40px; white-space: nowrap; }
.col_c1 .title .more a::before { content: ""; position: absolute; left: 0; top: 50%; width: 28px; height: 2px; background: #901b22; transform: translateY(-50%); }
.col_c1 .title .more a:hover { color: #901b22; }
.col_c1 .content { padding-top: 14px; flex: 1; min-width: 0; }
.col_c1 .new_first { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #f0f0f0; min-height: 72px; }
.col_c1 .new_first a { display: block; min-width: 0; }
.col_c1 .new_first .t1 {
  color: #222; font-size: 15px; line-height: 1.45; font-weight: bold;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden; transition: color .2s;
}
.col_c1 .new_first .t3 {
  color: #888; font-size: 13px; line-height: 1.5; margin-top: 8px;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.col_c1 .new_first:hover .t1 { color: #901b22; }
.col_c1 .new_box .item { padding: 9px 0; border-bottom: 1px dashed #eee; }
.col_c1 .new_box .item:last-child { border-bottom: none; }
.col_c1 .new_box .item a { display: block; min-width: 0; }
.col_c1 .new_box .item a .t1 {
  color: #444; line-height: 1.45; font-size: 14px;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden; transition: color .2s;
}
.col_c1 .new_box .item a:hover .t1 { color: #901b22; }

/* Scroll reveal */
.home-reveal { opacity: 1; transform: none; }
.js-ready .home-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.js-ready .home-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ========== Inner pages ========== */
.pg_inside .main-home { padding-bottom: 40px; background: #fff; }
.pg_inside .banner--inner .banner-swiper,
.pg_inside .banner--inner .banner-swiper .swiper-slide img { height: 400px; }

.pg_inside .mainbg {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 20px 30px;
  background: #fff;
}

.pg_inside .location {
  display: none;
  padding: 0;
  margin: 0 0 35px;
  border: 1px solid #faf5f0;
  background: #f9f8f8;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
.pg_inside .main-home.inner2 .location { display: block; }
.pg_inside .location .ico { display: block; padding-left: 20px; }
.pg_inside .location .ico a:hover,
.pg_inside .location .ico a:last-child { color: #9f2323; }
.pg_inside .location .ico span { padding: 0 5px; }

.pg_inside .inside_left { clear: both; margin-bottom: 0; }
.pg_inside .pro_sort_box { margin-bottom: 40px; text-align: center; }
.pg_inside .pro_sort_box .title { display: none; }

.pg_inside .inner2 .pro_sort {
  min-height: 70px;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
.pg_inside .inner2 .pro_sort > div { height: auto !important; }
.pg_inside .inner2 .each_li {
  display: inline-block;
  height: 70px;
  margin: 0 10px;
  vertical-align: top;
}
.pg_inside .inner2 .each_li > .name {
  border: 0;
  background: none;
  line-height: 69px;
  margin-bottom: 0;
}
.pg_inside .inner2 .each_li > .name > div > a {
  display: block;
  padding: 0 14px;
  color: #333;
  font-size: 16px;
  text-indent: 0;
}
.pg_inside .inner2 .each_li:hover > .name,
.pg_inside .inner2 .each_li.current > .name {
  border-bottom: 2px solid #9f2323;
  background: none;
}
.pg_inside .inner2 .each_li:hover > .name > div > a,
.pg_inside .inner2 .each_li.current > .name > div > a { color: #9f2323; }

.pg_inside #rightObj {
  display: block;
  overflow: hidden;
  min-height: 300px;
  padding: 0 0 5px;
}
.pg_inside #rightObj h2.title { display: none; }
.pg_inside #rightObj h2.title.show-page-title {
  display: block;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.pg_inside #rightObj h2.title.show-page-title b { font-weight: normal; }
.pg_inside #rightObj h2.title.show-page-title span { color: #9f2323; }

.pg_inside .TTXW_LIST ul li .u-date {
  float: right;
  width: 90px;
  text-align: right;
  color: #999;
  font-size: 13px;
  line-height: 46px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.pg_inside .TTXW_LIST ul li a { padding-right: 96px; }

.pg_inside .paging {
  padding: 50px 10px 30px;
  text-align: center;
}
.pg_inside .paging a,
.pg_inside .paging span {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  line-height: 20px;
  vertical-align: top;
  color: #333;
}
.pg_inside .paging span.current,
.pg_inside .paging a.disabled {
  background: #41414e;
  border-color: #41414e;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.pg_inside .paging a:hover:not(.disabled) { color: #9f2323; border-color: #9f2323; }

/* ========== Gallery channel (律所荣誉等) ========== */
.pg_inside .gallery-channel--honors { padding-bottom: 20px; }
.pg_inside .gallery-channel--trademark { padding-bottom: 20px; }

.pg_inside .honors-gallery-head {
  margin: -8px 0 36px;
  padding: 28px 32px;
  background: linear-gradient(135deg, #faf8f6 0%, #fff 100%);
  border-left: 4px solid #9f2323;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .04);
}
.pg_inside .honors-gallery-lead {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #555;
  text-align: justify;
  letter-spacing: .02em;
}

.pg_inside .honors-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 24px;
  margin-bottom: 20px;
}
.pg_inside .honors-gallery-grid--honors {
  grid-template-columns: repeat(3, 1fr);
}
.pg_inside .honors-gallery-grid--trademark {
  grid-template-columns: repeat(3, 1fr);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.pg_inside .honors-gallery-grid--trademark .honors-card-frame {
  min-height: 420px;
  padding: 16px;
}
.pg_inside .honors-gallery-grid--trademark .honors-card-frame img {
  max-height: 480px;
}
.pg_inside .honors-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
  border: 1px solid rgba(0, 0, 0, .04);
  transition: transform .35s ease, box-shadow .35s ease;
}
.pg_inside .honors-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(159, 35, 35, .12);
}
.pg_inside .honors-card-media {
  position: relative;
  display: block;
  padding: 20px 20px 12px;
  background: linear-gradient(180deg, #f9f7f5 0%, #fff 100%);
  text-decoration: none;
}
.pg_inside .honors-card-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8);
}
.pg_inside .honors-card-frame img {
  display: block;
  max-width: 100%;
  max-height: 320px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .4s ease;
}
.pg_inside .honors-card:hover .honors-card-frame img {
  transform: scale(1.02);
}
.pg_inside .honors-card-zoom {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(159, 35, 35, .92);
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(.85);
  transition: opacity .3s, transform .3s;
  box-shadow: 0 4px 12px rgba(159, 35, 35, .35);
}
.pg_inside .honors-card:hover .honors-card-zoom {
  opacity: 1;
  transform: scale(1);
}
.pg_inside .honors-card-caption {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px 20px;
  border-top: 1px solid #f0f0f0;
}
.pg_inside .honors-card-index {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9f2323;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50%;
  letter-spacing: .05em;
}
.pg_inside .honors-card-title {
  font-size: 15px;
  color: #333;
  letter-spacing: .04em;
}

/* 荣誉大图预览 */
.honors-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
  background: rgba(10, 10, 12, .88);
  backdrop-filter: blur(6px);
}
.honors-lightbox[hidden] { display: none !important; }
.honors-lightbox-body {
  margin: 0;
  max-width: min(920px, 92vw);
  max-height: 88vh;
  text-align: center;
}
.honors-lightbox-body img {
  display: block;
  max-width: 100%;
  max-height: calc(88vh - 48px);
  margin: 0 auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}
.honors-lightbox-body figcaption {
  margin-top: 16px;
  color: rgba(255, 255, 255, .85);
  font-size: 15px;
  letter-spacing: .06em;
}
.honors-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s;
}
.honors-lightbox-close:hover { background: rgba(159, 35, 35, .85); }
.honors-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s;
}
.honors-lightbox-nav:hover { background: rgba(159, 35, 35, .85); }
.honors-lightbox-prev { left: 20px; }
.honors-lightbox-next { right: 20px; }

@media (max-width: 992px) {
  .pg_inside .honors-gallery-grid,
  .pg_inside .honors-gallery-grid--honors,
  .pg_inside .honors-gallery-grid--trademark { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .pg_inside .honors-card-frame { min-height: 220px; }
  .pg_inside .honors-gallery-grid--trademark .honors-card-frame { min-height: 320px; }
}
@media (max-width: 576px) {
  .pg_inside .honors-gallery-head { padding: 20px; margin-bottom: 24px; }
  .pg_inside .honors-gallery-grid,
  .pg_inside .honors-gallery-grid--honors,
  .pg_inside .honors-gallery-grid--trademark { grid-template-columns: 1fr; gap: 20px; }
  .pg_inside .honors-card-frame { min-height: 200px; }
  .honors-lightbox { padding: 60px 16px 24px; }
  .honors-lightbox-nav { width: 40px; height: 40px; font-size: 26px; }
  .honors-lightbox-prev { left: 8px; }
  .honors-lightbox-next { right: 8px; }
}

.pg_inside .MC-TPLB {
  overflow: hidden;
  margin: 0 -12px;
  padding-bottom: 10px;
}
.pg_inside .MC-TPLB::after {
  content: "";
  display: table;
  clear: both;
}
.pg_inside .MC-TPLB .MC-PRO-3 {
  float: left;
  width: 33.333%;
  padding: 0 12px 36px;
  box-sizing: border-box;
}
.pg_inside .MC-TPLB .MC-ITEM { text-align: center; }
.pg_inside .MC-TPLB .MC-IMG a {
  display: block;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  transition: border-color .25s, box-shadow .25s;
}
.pg_inside .MC-TPLB .MC-IMG a:hover {
  border-color: #9f2323;
  box-shadow: 0 4px 16px rgba(159, 35, 35, .12);
}
.pg_inside .MC-TPLB .MC-IMG img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 250px;
  margin: 0 auto;
  object-fit: cover;
  vertical-align: top;
  transition: transform .35s ease;
}
.pg_inside .MC-TPLB .MC-IMG a:hover img { transform: scale(1.03); }
.pg_inside .MC-TPLB .gallery-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  color: #999;
  font-size: 14px;
}
.pg_inside .MC-TPLB .MC-INTRO { padding-top: 14px; }
.pg_inside .MC-TPLB .MC-INTRO-TITLE {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
.pg_inside .MC-TPLB .MC-INTRO-TITLE a:hover { color: #9f2323; }

@media (max-width: 992px) {
  .pg_inside .MC-TPLB .MC-PRO-3 { width: 50%; }
}
@media (max-width: 576px) {
  .pg_inside .MC-TPLB { margin: 0; }
  .pg_inside .MC-TPLB .MC-PRO-3 {
    float: none;
    width: 100%;
    padding: 0 0 24px;
  }
}

.pg_inside .page-detail .TW_CONTENT { padding: 10px 0 30px; }
.pg_inside .page-detail .page-body {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  word-wrap: break-word;
}
.pg_inside .page-detail .page-body p { margin: 0 0 1em; }
.pg_inside .page-detail .page-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1em;
}
.pg_inside .page-detail .page-body table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.pg_inside .page-detail .page-body table img { width: 100%; max-width: 100%; }

/* 文章详情（对齐原站 display：顶图 Banner + 栏目标题 + 正文） */
.pg_inside .article-detail.noleft { width: 100%; float: none; }
.pg_inside .article-detail .display_title {
  margin: 8px 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.pg_inside .article-detail .display_title h1 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.45;
  color: #222;
}
.pg_inside .article-detail .display_title .info {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
}
.pg_inside .article-detail .display_title .info .PublishedDate { margin-right: 18px; }
.pg_inside .article-detail .display_title .info .Hits .red { color: #9f2323; font-weight: normal; }
.pg_inside .article-detail .display_content {
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-align: justify;
  padding-bottom: 30px;
}
.pg_inside .article-detail .display_content p { margin: 0 0 1em; }
/* display/*.html 正文图片统一限宽 */
.pg_inside .page-detail .display_content img {
  max-width: min(500px, 100%);
  width: auto;
  height: auto;
  display: block;
  margin: 12px auto;
}
.pg_inside .article-detail .related-box {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.pg_inside .article-detail .related-box h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #222;
}
.pg_inside .article-detail .related-box ul { margin: 0; padding-left: 1.2em; }
.pg_inside .article-detail .related-box li { margin: 6px 0; }
.pg_inside .article-detail .related-box a:hover { color: #9f2323; }

@media (max-width: 640px) {
  .pg_inside .article-detail .display_title h1 { font-size: 20px; }
}

/* 律师团队详情 /display/573220.html 等 */
.pg_inside .team-member-detail {
  max-width: 960px;
  margin: 0 auto;
  padding: 8px 0 24px;
}
.pg_inside .team-member-detail .display_title {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
.pg_inside .team-member-detail .display_title h1 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 600;
  color: #222;
  letter-spacing: .04em;
}
.pg_inside .team-member-detail .display_title .info {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
}
.pg_inside .team-member-detail .display_title .info .PublishedDate { margin-right: 18px; }
.pg_inside .team-member-detail .display_title .info .Hits .red {
  color: #9f2323;
  font-weight: normal;
}
.pg_inside .team-member-detail .display_content .team-portrait {
  text-align: center;
  margin: 0 0 28px;
}
.pg_inside .team-member-detail .display_content {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  word-wrap: break-word;
}
.pg_inside .team-member-detail .display_content p,
.pg_inside .team-member-detail .display_content span,
.pg_inside .team-member-detail .display_content li {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  color: #444 !important;
  background-color: transparent !important;
  white-space: normal !important;
}
.pg_inside .team-member-detail .display_content p {
  margin: 0 0 .65em;
}
.pg_inside .team-member-detail .display_content p:empty,
.pg_inside .team-member-detail .display_content p:has(> br:only-child) {
  display: none;
}
.pg_inside .team-member-detail .display_content h1 {
  display: none;
}
.pg_inside .team-member-detail .display_content h2 {
  margin: 2em 0 .8em;
  padding: 10px 0 10px 14px;
  border-left: 4px solid #9f2323;
  background: linear-gradient(90deg, #faf8f6 0%, #fff 100%);
  font-size: 17px;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
}
.pg_inside .team-member-detail .display_content h2:first-of-type {
  margin-top: 0;
}
.pg_inside .team-member-detail .display_content h3 {
  margin: 1.4em 0 .6em;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.pg_inside .team-member-detail .display_content > p:first-of-type img,
.pg_inside .team-member-detail .display_content img:first-of-type,
.pg_inside .team-member-detail .display_content .team-portrait img {
  display: block;
  max-width: min(260px, 100%);
  margin: 0 auto 28px;
  border-radius: 4px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
}
.pg_inside .team-member-detail .display_content table {
  width: 100%;
  max-width: 100%;
  margin: .5em 0 1em;
  border-collapse: collapse;
}
.pg_inside .team-member-detail .display_content td,
.pg_inside .team-member-detail .display_content th {
  padding: 8px 12px;
  border: 1px solid #eee;
  vertical-align: top;
}
.pg_inside .team-member-detail .display_content a {
  color: #333;
  text-decoration: none;
  transition: color .2s;
}
.pg_inside .team-member-detail .display_content a:hover {
  color: #9f2323;
}
.pg_inside .team-member-detail .display_content a em,
.pg_inside .team-member-detail .display_content a strong {
  font-style: normal;
  font-weight: 600;
  color: inherit;
}
.pg_inside .team-member-detail .display_content p > a:only-child {
  display: block;
  padding: 10px 14px;
  margin-bottom: 6px;
  border-left: 3px solid #e7e7e7;
  background: #fafafa;
  line-height: 1.6;
  transition: border-color .2s, background .2s;
}
.pg_inside .team-member-detail .display_content p > a:only-child:hover {
  border-left-color: #9f2323;
  background: #faf8f6;
}
.pg_inside .team-member-detail .page_up_dn {
  list-style: none;
  margin: 40px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #eee;
}
.pg_inside .team-member-detail .page_up_dn li {
  margin: 10px 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
.pg_inside .team-member-detail .page_up_dn a { color: #333; }
.pg_inside .team-member-detail .page_up_dn a:hover { color: #9f2323; }

@media (max-width: 768px) {
  .pg_inside .team-member-detail .display_title h1 { font-size: 22px; }
  .pg_inside .team-member-detail .display_content > p:first-of-type img,
  .pg_inside .team-member-detail .display_content img:first-of-type {
    max-width: 200px;
  }
}

/* 关于弘启富文本单页（党建简介等） */
.pg_inside .page-body.about-rich-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 8px 0 24px;
}
.pg_inside .page-body.about-rich-page .about-hero-image {
  margin: 0 0 32px;
  text-align: center;
}
.pg_inside .page-body.about-rich-page .about-hero-image img {
  display: block;
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .08);
}
.pg_inside .page-body.about-rich-page .about-rich-text {
  margin: 0 0 1.5em;
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-align: justify;
  text-indent: 0;
  letter-spacing: .02em;
}

/* 文章页：横幅顶到页顶，给绝对定位顶栏留出叠层区域，避免白底白字 */
.inner-page { padding-top: 0; min-height: 60vh; }
.inner-banner {
  background: linear-gradient(135deg, #7a1a1f 0%, #901b22 45%, #5c1216 100%);
  color: #fff;
  padding: 130px 20px 48px;
  text-align: center;
}
.inner-banner h1 { margin: 0; font-size: 28px; font-weight: 500; color: #fff; }
.inner-banner .article-meta { color: rgba(255,255,255,.88); }
.inner-body { padding: 40px 20px 60px; max-width: 960px; margin: 0 auto; }
.article-content { font-size: 15px; line-height: 1.9; }
.article-content p { margin: 0 0 1em; }
.article-meta { opacity: .85; font-size: 14px; margin-top: 10px; }
.channel-desc { color: #666; margin-bottom: 24px; }
.related-box { margin-top: 40px; padding-top: 24px; border-top: 1px solid #eee; }
.related-box ul { padding-left: 20px; }

.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; }
.team-card { border: 1px solid #eee; padding: 16px; text-align: center; transition: box-shadow .2s; }
.team-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.team-card img { width: 120px; height: 150px; object-fit: cover; border-radius: 4px; }

/* 律师团队列表（/info/99787.html） */
.pg_inside .team-list-page.noleft { width: 100%; float: none; }
.inner2 .pg_inside .team-list-page.noleft h2.title { display: none; }
.pg_inside .team-lawyer-list .ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.pg_inside .team-lawyer-list .ul .li {
  margin-top: 2%;
  width: 49%;
  margin-right: 2%;
  list-style: none;
}
.pg_inside .team-lawyer-list .ul .li:nth-child(2n) { margin-right: 0; }
.pg_inside .team-lawyer-list .ul .li:nth-child(-n+2) { margin-top: 0; }
.pg_inside .team-lawyer-list .ul .li a {
  display: flex;
  color: inherit;
  text-decoration: none;
}
.pg_inside .team-lawyer-list .ul .li a:hover .desc .t2 { color: #9f2323; }
.pg_inside .team-lawyer-list .ul .li a .pic {
  width: 200px;
  flex-shrink: 0;
}
.pg_inside .team-lawyer-list .ul .li a .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.pg_inside .team-lawyer-list .ul .li a .desc {
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 20px;
}
.pg_inside .team-lawyer-list .ul .li a .desc .t2 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
}
.pg_inside .team-lawyer-list .ul .li a .desc .t1 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  color: #242424;
}
@media (max-width: 992px) {
  .pg_inside .team-lawyer-list .ul .li {
    width: 100%;
    margin-right: 0;
  }
  .pg_inside .team-lawyer-list .ul .li:nth-child(-n+2) { margin-top: 2%; }
  .pg_inside .team-lawyer-list .ul .li:first-child { margin-top: 0; }
}
@media (max-width: 640px) {
  .pg_inside .team-lawyer-list .ul .li a { flex-direction: column; }
  .pg_inside .team-lawyer-list .ul .li a .pic { width: 100%; max-width: 220px; }
  .pg_inside .team-lawyer-list .ul .li a .desc {
    width: 100%;
    padding-left: 0;
    padding-top: 16px;
  }
}

.business-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.business-item { border: 1px solid #eee; padding: 20px; }
.business-item:hover { border-color: #9f2323; }

.search-page-form { display: flex; gap: 10px; margin-bottom: 24px; }
.search-page-form input { flex: 1; padding: 10px 14px; border: 1px solid #ddd; }
.search-page-form button { padding: 10px 24px; background: #003f6a; color: #fff; border: none; cursor: pointer; }
.search-result-tip { color: #666; margin-bottom: 16px; }

/* ========== Footer ========== */
.footer { background: #2a2a2a url(../img/hongqi/nxz14.png) no-repeat bottom center; background-size: cover; overflow: hidden; padding: 0 0 70px !important; color: rgba(255,255,255,.75); position: relative; margin-top: 0; }
.footer_wp { position: relative; width: 1440px; max-width: 100%; margin: 0 auto; padding: 0 20px; }

.footer-top-bar { display: flex; justify-content: space-between; align-items: flex-start; padding: 15px 0 0; position: relative; z-index: 2; }
.footer-brand img { display: block; max-width: 361px; }

.footer .navbox_foot { padding: 80px 0 30px; }
.footer .navbox_foot .nav { width: 100% !important; max-width: 1200px; margin: 0 auto !important; padding: 0; }
.footer .navbox_foot .nav > ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 10px; }
.footer .navbox_foot .nav > ul > li { width: auto !important; min-width: 110px; flex: 1; }
.footer .navbox_foot .nav > ul > li.line { display: none !important; width: 0 !important; }
.footer .navbox_foot .nav > ul > li > a { display: block; color: #fff; font-size: 18px; line-height: 32px; font-weight: bold; margin-bottom: 8px; padding: 0; }
.footer .navbox_foot .nav > ul > li > a:hover { opacity: .85; color: #fff; }
.footer .navbox_foot .nav > ul > li .shownav { position: static; display: block; background: none; box-shadow: none; padding: 0; visibility: visible; }
.footer .navbox_foot .nav > ul > li .shownav a { display: block; padding: 4px 0; color: #fff; font-size: 14px; line-height: 1.6; opacity: .62; text-align: left; }
.footer .navbox_foot .nav > ul > li .shownav a:hover { opacity: 1; color: #fff; }

.footer .ft-wrap { padding: 0 0 20px; }
.footer .copyright { position: relative; }
.foot-hotline { margin: 0 0 6px; padding-bottom: 6px; color: rgba(255,255,255,.85); font-size: 14px; }
.foot-contact-line { margin: 0 0 6px; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.8; }
.foot-contact-line a { color: #fff; }

.dcecece { margin: 30px 0 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.2); text-align: center; color: #797977; font-size: 13px; line-height: 1.8; }
.dcecece a { color: rgba(255,255,255,.65); }

.searchformBox1 form { display: flex; }
.searchformBox1 .serach_input { width: 315px; height: 46px; border-radius: 8px 0 0 8px; border: 0; padding: 0 15px; font-size: 14px; background: #fff; color: #666; outline: none; }
.searchformBox1 .btn_serach { width: 66px; height: 46px; margin: 0; padding: 0; border: 0; border-radius: 0 8px 8px 0; cursor: pointer; background: url(../img/hongqi/sbtn.png) no-repeat #A22223 center; }

.pageTop { position: fixed; right: 20px; bottom: 30px; z-index: 999; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.pageTop.is-show { opacity: 1; visibility: visible; }
.pageTop a {
  display: block; width: 44px; height: 44px; text-indent: -9999px;
  background: url(../img/hongqi/backtop_icon.png) no-repeat center #9f2323;
  border-radius: 50%; overflow: hidden;
  box-shadow: 0 4px 12px rgba(159,35,35,.3);
  transition: transform .2s, box-shadow .2s;
}
.pageTop a:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(159,35,35,.4); }

/* ========== Responsive ========== */
@media (max-width: 1440px) {
  .header-inner,
  .col_e .inner-wrap,
  .col_c .inner-wrap,
  .main.home,
  .footer_wp { width: 100%; }
}

@media (max-width: 1200px) {
  .col_e1, .col_f1 { width: 100%; float: none; padding: 0; }
  .col_f1 .news-panel { flex-direction: column; }
  .col_f1 .news-featured { flex: none; max-width: none; width: 100%; margin-bottom: 16px; }
  .col_f1 .news-featured-card { min-height: 0; }
  .col_f1 .news-featured-card .pic { height: 200px; }
  .col_f1 .news-scroll { max-height: 320px; width: 100%; }
}

@media (max-width: 1024px) {
  .columns-4 { grid-template-columns: repeat(2, 1fr); }
  .header #topNav.fr { margin-right: 0; }
  .header #topNav.fr .nav > ul > li > a { padding: 0 10px; font-size: 13px; }
  .logo img { height: 50px; }
  .footer .navbox_foot .nav > ul > li { min-width: 90px; }
  .banner-swiper, .banner-swiper .swiper-slide img { height: 360px; }
  .col_e1, .col_f1 { width: 100%; float: none; padding: 0; margin-bottom: 30px; }
}

@media (max-width: 640px) {
  .columns-4 { grid-template-columns: 1fr; }
  .header-inner { flex-direction: column; align-items: flex-start; }
  .header #topNav.fr { width: 100%; overflow-x: auto; min-height: 52px; }
  .header #topNav.fr .nav > ul > li > a { line-height: 52px; padding: 0 12px; }
  .banner-swiper, .banner-swiper .swiper-slide img { height: 240px; }
  .col_e { padding-top: 60px; }
  .footer-top-bar { flex-direction: column; gap: 16px; }
  .searchformBox1 .serach_input { width: 100%; max-width: 280px; }
  .col_c1 { padding: 0 16px 16px; }
}

/* 联系信息页（/info/99267.html） */
.pg_inside .page-body.contact-page .hq-contact-wrapper {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  width: 100%;
  padding: 50px 20px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.pg_inside .page-body.contact-page .hq-contact-card {
  background: #fff;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(159, 35, 35, 0.15);
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 5px solid #9f2323;
  display: flex;
  flex-direction: column;
}
.pg_inside .page-body.contact-page .hq-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(159, 35, 35, 0.25);
}
.pg_inside .page-body.contact-page .hq-header {
  padding: 30px 40px;
  background: linear-gradient(135deg, #9f2323 0%, #b93232 100%);
  color: #fff;
  text-align: center;
}
.pg_inside .page-body.contact-page .hq-header h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}
.pg_inside .page-body.contact-page .hq-header p {
  margin: 10px 0 0;
  font-size: 16px;
  opacity: 0.9;
  font-weight: 300;
}
.pg_inside .page-body.contact-page .hq-body {
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.pg_inside .page-body.contact-page .hq-item {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  border-radius: 8px;
  transition: background 0.2s;
  border: 1px solid transparent;
}
.pg_inside .page-body.contact-page .hq-item:hover {
  background-color: #fff5f5;
  border-color: #ffe0e0;
}
.pg_inside .page-body.contact-page .hq-icon {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background-color: #fff0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #9f2323;
}
.pg_inside .page-body.contact-page .hq-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.pg_inside .page-body.contact-page .hq-icon .hq-glyph {
  font-size: 22px;
  line-height: 45px;
  display: block;
  text-align: center;
}
.pg_inside .page-body.contact-page .hq-info { flex-grow: 1; }
.pg_inside .page-body.contact-page .hq-label {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pg_inside .page-body.contact-page .hq-content {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
  word-break: break-all;
}
.pg_inside .page-body.contact-page .hq-content:hover { color: #9f2323; }
.pg_inside .page-body.contact-page #mapDiv {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.pg_inside .page-body.contact-page #mapDiv .tdt-infowindow-content > h2 {
  font-size: 20px;
  margin: 5px 0 10px;
}
.pg_inside .page-body.contact-page #mapDiv .tdt-infowindow-content > p {
  font-size: 14px;
  margin: 0 0 5px;
}
.pg_inside .page-body.contact-page .tdt-control-copyright { opacity: 0.4; }

@media (max-width: 768px) {
  .pg_inside .page-body.contact-page .hq-header { padding: 25px 20px; }
  .pg_inside .page-body.contact-page .hq-header h2 { font-size: 22px; }
  .pg_inside .page-body.contact-page .hq-body {
    padding: 30px 20px;
    grid-template-columns: 1fr;
  }
  .pg_inside .page-body.contact-page .hq-item { padding: 10px; }
  .pg_inside .page-body.contact-page .hq-icon { width: 40px; height: 40px; }
}
