* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
  font-size: 16px;
}
.wb {
  background: #fff;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
a:hover {
  color: #0b74d1 !important;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select,
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before,
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.topbar {
  background: #f5f5f5;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar .topbar-left,
.topbar .topbar-right {
  display: inline-block;
}
.topbar .topbar-left {
  float: left;
}
.topbar .topbar-right {
  float: right;
}
.topbar .topbar-right a {
  margin-left: 16px;
  color: #364153;
}
.topbar .topbar-right a:hover {
  color: #2a6fe2;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-logo img {
  display: block;
  height: 84px;
}
.brand-name {
  font-size: 28px;
  color: #0b77d2;
  font-weight: bold;
  letter-spacing: 2px;
}
.brand-sub {
  font-size: 12px;
  color: #777;
  margin-top: 2px;
}
.header-right {
  display: flex;
  align-items: flex-end;
  color: #0b74d1;
  font-size: 13px;
}
.header-right .code {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 102px;
  height: 92px;
  border: 1px solid #dedfe0;
  padding: 6px;
}
.header-right .code img {
  display: block;
  width: 100%;
  height: 100%;
}
.header-right .det_txt {
  padding-right: 10px;
}
.header-right .det_txt div + div {
  margin-top: 4px;
}
.site-nav {
  background: #0b74d1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.site-nav ul {
  list-style: none;
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.site-nav li {
  flex: 1;
}
.site-nav a {
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.site-nav a.active,
.site-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}
.focus-list {
  margin-top: 12px;
  padding-left: 18px;
}
.focus-list li {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}
.index_case_1 {
  display: flex;
  padding: 42px 0;
  column-gap: 20px;
}
.index_baner_cont {
  width: 520px;
  height: 333px;
  position: relative;
  overflow: hidden;
}
.index_baner_cont .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_baner_cont .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 24px;
  background: rgba(0, 0, 0, 0.48);
  font-size: 20px;
  color: #fff;
}
.index_baner_cont .swiper-pagination {
  text-align: right;
  padding: 0 25px;
  height: 54px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index_baner_cont .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
}
.case1_today_cont {
  width: calc(100% - 520px);
}
.case1_today_cont .today_tis_cont .tle {
  font-size: 24px;
  color: #ea1525;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
.case1_today_cont .today_tis_cont .txt {
  font-size: 14px;
  color: #585454;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case1_today_cont .today_tis_cont .txt:hover {
  text-decoration: underline;
  cursor: pointer;
}
.case1_today_cont .today_tis_cont .txt .more {
  color: #2190dd;
}
.case1_today_cont .today_last .li {
  display: flex;
  font-size: 14px;
  color: #333333;
  padding: 6px 0;
}
.case1_today_cont .today_last .li:hover {
  color: #2190dd;
}
.content-area {
  display: flex;
  gap: 18px;
}
.index_pulic_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  margin-bottom: 12px;
}
.index_pulic_title .tle {
  padding: 8px 0;
  font-size: 22px;
  color: #1677cd;
  position: relative;
}
.index_pulic_title .tle::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #1677cd;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.index_pulic_title .more {
  font-size: 15px;
  color: #838587;
  text-transform: uppercase;
}
.news-block {
  width: calc(100% - 356px);
  background: #fff;
  border: 1px solid #e6effe;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.news-block .news_list .index_pulic_title {
  border-bottom: 4px solid #1677cd;
  margin-bottom: 0;
}
.news-block .news_list .index_pulic_title .tle {
  padding-left: 10px;
}
.news-block .news_list .index_pulic_title .tle::before {
  content: "";
  display: block;
  width: 4px;
  height: 24px;
  background: #1677cd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-block .news_list .index_pulic_title .tle::after {
  display: none;
}
.news-block .news_list .news_dl {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.news-block .news_list .news_dl .dd {
  width: 50%;
  position: relative;
  padding: 5px 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.news-block .news_list .news_dl .dd::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #99a1af;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}
.news-block .news_list .news_dl .zt {
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
}
.news-block .news_list .news_dl .zt.zt_1 {
  background: #fb2c36;
}
.news-block .news_list .news_dl .zt.zt_2 {
  background: #ff6900;
}
.news-block .news_list:not(:last-child) {
  margin-bottom: 10px;
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 2px solid #0b74d1;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.section-title span {
  color: #0b74d1;
  font-size: 18px;
  font-weight: 700;
}
.section-title a {
  color: #7e7f83;
  font-size: 12px;
}
.card_pulic_title {
  border-bottom: 1px solid #d6d5d5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.card_pulic_title .title {
  font-size: 22px;
  font-weight: bold;
  color: #1269b5;
  position: relative;
  padding: 9px 0;
}
.card_pulic_title .title::after {
  content: "";
  display: block;
  width: 120%;
  height: 5px;
  background: #1677cd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card_pulic_title .title::before {
  content: "";
  display: block;
  width: 40%;
  height: 5px;
  background: #9ac82d;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.card_pulic_title .more {
  font-size: 15px;
  color: #1269b5;
}
.sidebar {
  width: 356px;
  background: #eeeded;
  padding: 12px 22px;
}
.recommend-card .recom_last {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
}
.recommend-card .recom_last .list {
  width: 100%;
}
.recommend-card .recom_last .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.recommend-card .recom_last .list .tis_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.recommend-card .recom_last .list .tle {
  font-size: 16px;
  color: #393b3e;
  padding: 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
}
.recommend-card .recom_last .list:hover .tle {
  color: #1269b5;
}
.recommend-list .li {
  display: block;
  font-size: 14px;
  color: #5a5e61;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_adver {
  margin: 20px auto;
}
.index_adver img {
  display: block;
  width: 100%;
}
.bottom-info {
  display: flex;
  gap: 18px;
  margin-top: 12px;
}
.bottom-info .info-col {
  width: 50%;
  background: #fff;
  border: 1px solid #e6effe;
  border-radius: 6px;
  padding: 8px 16px;
}
.bottom-info ul {
  list-style: disc;
  padding-left: 20px;
}
.bottom-info li {
  padding: 6px 0;
}
.bottom-info li a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.units {
  padding: 20px 0;
}
.unit-col {
  flex: 1;
  background: #f9f9f9;
  border: 1px solid #e6effe;
  border-radius: 6px;
  padding: 8px  16px;
  margin-bottom: 20px;
}
.unit-col .det_dl {
  height: 160px;
  overflow: hidden;
  position: relative;
}
.unit-col .det_dl .scroll-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.unit-col .det_dl .scroll-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
  padding: 6px 0;
}
.unit-col .det_dl .scroll-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 15px;
  /* 行间距，根据需要调整 */
}
.unit-col .det_dl .dd {
  display: block;
  font-size: 14px;
  color: #444547;
  padding: 8px 0;
  text-align: center;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-col .det_dl .dd:hover {
  color: #0b74d1;
}
.foot_link_cont {
  padding: 45px 0;
  background: #f1f1f1;
}
.foot_link_cont .link_title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 26px;
}
.foot_link_cont .link_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #8cc0ee;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.foot_link_cont .link_title .title {
  padding: 0 15px;
  background: #f1f1f1;
  font-size: 22px;
  font-weight: bold;
  color: #1677cd;
  position: relative;
  z-index: 2;
}
.foot_link_cont .link_title .title::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(10deg) translateY(-50%);
  background: #1677cd;
}
.foot_link_cont .link_title .title::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(10deg) translateY(-50%);
  background: #1677cd;
}
.foot_link_cont .link_last {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
}
.foot_link_cont .link_last .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 67px;
}
.foot_link_cont .link_last .list img {
  display: block;
  width: 100%;
  height: 100%;
}
.pulic_foot_copy {
  padding: 22px 0;
  background: #195aa8;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 50px;
}
.pulic_maps_cont {
  padding: 25px 0;
  font-size: 16px;
  color: #6a7282;
}
.news_pulic_main .l_main {
  width: 100%;
  border: 1px solid #e5e7eb;
}
.news_pulic_main .r_main {
  width: 300px;
  border: 1px solid #e5e7eb;
}
.news_pulic_main .r_main .title_head {
  padding: 14px;
  background: #1677cd;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.pulic_main_title {
  padding: 20px 24px;
  border-bottom: 2px solid #1677cd;
  font-size: 25px;
  font-weight: bold;
  color: #1677cd;
}
/* 区县探索 */
.news_last_cont .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e7eb;
}
.news_last_cont .list .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #1e2939;
  max-width: 85%;
}
.news_last_cont .list .time {
  text-align: center;
  width: 10%;
  font-size: 16px;
  color: #99a1af;
}
.news_last_cont .list:hover .title {
  color: #1269b5;
}
.today_hot_last {
  padding: 14px;
}
.today_hot_last .list {
  display: block;
  font-size: 14px;
  color: #364153;
  margin-bottom: 6px;
}
.today_hot_last .list .zt {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
}
.today_hot_last .list .zt.zt_1 {
  background: #fb2c36;
}
.today_hot_last .list .zt.zt_2 {
  background: #ff6900;
}
.focus_last_cont .focus_list {
  display: block;
  padding: 24px 20px;
  border-bottom: 1px solid #e5e7eb;
}
.focus_last_cont .focus_list .title_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.focus_last_cont .focus_list .title_head .tle {
  font-size: 18px;
  font-weight: bold;
  color: #152741;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.focus_last_cont .focus_list .title_head .time {
  width: 10%;
  font-size: 16px;
  color: #99a1af;
}
.focus_last_cont .focus_list .txt {
  width: 85%;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.focus_last_cont .focus_list:hover .tle {
  color: #0b74d1;
}
.focus_last_cont .focus_list:hover .txt {
  color: #5d5d5d;
}
.pulic_page_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  gap: 8px;
}
.pulic_page_cont a {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #d1d5dc;
  border-radius: 6px;
  font-size: 13px;
  color: #0a0a0a;
}
.pulic_page_cont a:hover,
.pulic_page_cont a.active {
  background: #1677cd;
  border: 1px solid #1677cd;
  color: #fff;
}
.pulic_page_cont a.dslabe {
  background: #fff !important;
  color: #848484 !important;
  cursor: no-drop;
}
.news_detail_cont {
  padding: 30px 28px;
}
.news_detail_cont .title_head {
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 20px;
}
.news_detail_cont .title_head .tle {
  font-size: 22px;
  font-weight: bold;
  color: #101828;
  margin-bottom: 22px;
  text-align: center;
}
.news_detail_cont .title_head .txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_detail_cont .title_head .txt .dd {
  margin-right: 20px;
  font-size: 14px;
  color: #6a7282;
}
.news_detail_cont .det_txt_cont {
  padding: 10px 0;
}
.news_detail_cont .det_txt_cont p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.news_detail_cont .det_txt_cont img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.news_detail_cont .deta_bit_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 0;
  border-top: 1px solid #e5e7eb;
}
.news_detail_cont .deta_bit_page .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 48px;
  background: #1677cd;
  font-size: 14px;
  color: #fff !important;
  border-radius: 5px;
}
.news_detail_cont .deta_bit_page .btn.disabled {
  background: #e5e7eb;
  color: #99a1af;
}
@media (max-width: 1200px) {
  html,
  body {
    min-width: 1000px;
  }
}
@media (max-width: 920px) {
  body,
  html {
    min-width: auto;
  }
  .topbar .topbar-left,
  .topbar .topbar-right {
    width: auto;
    margin: 0 8px;
  }
  .site-nav ul,
  .container {
    width: auto;
    margin: 0 8px;
  }
}
/*# sourceMappingURL=app.css.map */