/* 1200區塊 */
  .column_wrapper_1200 {
	width: 1200px;
	margin: 0 auto;
  }
  
  .col_w_235 {
	width: 235px;
  }
  
  .col_w_935 {
	width: 935px;
  }
  
  a {
	color: unset;
  }
  
  .col_w_520 {
	width: 520px;
	float: left;
  }
  
  .col_w_395 {
	width: 395px;
	float: right;
  }
  
  /* 默認隱藏移動端塊 */
  .sideBarBtn {
	display: none;
  }
  
  .paginationM {
	display: none;
  }
  
  /* 麵包屑導航 */
  .gangaoban_zwhd01 {
	font-family: "Microsoft YaHei", sans-serif;
	width: 100%;
  }
  
  .gangaoban_zwhd01 .topLine {
	height: 72px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
  }
  
  .gangaoban_zwhd01 .topLine .level {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
  }
  
  .gangaoban_zwhd01 .topLine img {
	width: 32px;
	height: 33px;
	margin-right: 12px;
  }
  
  .gangaoban_zwhd01 .topLine a {
	color: #1d1d1d;
	display: flex;
	align-items: center;
  }
  
  .gangaoban_zwhd01 .topLine .textBox {
	font-size: 20px;
	color: #1d1d1d;
  }
  
  .gangaoban_zwhd01 .topLine .concat {
	font-size: 20px;
	color: #1d1d1d;
	margin: 0 12px;
  }
  
  /* 主要內容 */
  .gangaoban_zwhd02 {
	font-family: "Microsoft YaHei", sans-serif;
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	min-height: 1000px;
  }
  
  /* 主要內容 - 左側導航 */
  
  .gangaoban_zwhd02 .sideBar {
	min-height: 1000px;
	background: #f2f2f2;
  }
  
  /* sideBar 標題欄 */
  .gangaoban_zwhd02 .sideBar .title {
	color: #fff;
	font-size: 20px;
	background: #cc0000;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  /* sidebar 塊級 */
  .gangaoban_zwhd02 .sideBar .branch {
	border-bottom: 1px solid #fff;
  }
  
  .gangaoban_zwhd02 .sideBar .branch .level1 {
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
  }
  
  /* 一級標籤 - 文字行 - 文本 */
  .gangaoban_zwhd02 .sideBar .branch .level1 .name1 {
	font-size: 20px;
	line-height: 27px;
	color: #000;
	margin-left: 30px;
	cursor: pointer;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
  }
  
  /* 一級標籤 - 文字行 - 文本 - 懸浮 */
  .gangaoban_zwhd02 .sideBar .branch .level1 .name1:hover {
	color: #cc0000;
  }
  
  /* 一級標籤 - 文字行 - 加減號 */
  .gangaoban_zwhd02 .sideBar .branch .level1.hasChild .name1::after {
	content: "+";
	font-size: 20px;
	font-weight: bold;
	color: #d1d1d1;
	position: absolute;
	right: 12px;
  }
  
  /* 一級標籤 - 文字行 - 加減號 - 展開 */
  .gangaoban_zwhd02 .sideBar .branch .level1.hasChild.active .name1::after {
	content: "-";
	font-size: 26px;
  }
  
  /* 一級標籤 - 子模塊 */
  .gangaoban_zwhd02 .sideBar .branch .level1 .childList1 {
	display: none;
  }
  
  /* 一級標籤 active 狀態 */
  .gangaoban_zwhd02 .sideBar .branch .level1.active {
	background: #fff;
	border: 1px solid #e7e7e7;
  }
  
  /* 一級標籤 active 狀態 - 子模塊 */
  .gangaoban_zwhd02 .sideBar .branch .level1.active .childList1 {
	display: block;
  }
  
  /* 二級標籤 - 文字 */
  .gangaoban_zwhd02 .sideBar .branch .level1 .childList1 .name2 {
	display: block;
	font-size: 18px;
	color: #000;
	padding-left: 15px;
	padding-right: 8px;
	margin-left: 30px;
	position: relative;
	cursor: pointer;
  }
  
  
  /* 二級標籤選中 */
  .gangaoban_zwhd02 .sideBar .branch .level1 .childList1 .name2.active {
	color: #cc0000;
  }
  
  /* 二級標籤icon */
  .gangaoban_zwhd02 .sideBar .branch .level1 .childList1 .name2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #cc0000;
  }
  
  /* 特殊樣式 */
  .gangaoban_zwhd02 .sideBar .branch .level1.hasChild1.active {
	padding-bottom: 6px;
  }
  
  .gangaoban_zwhd02 .sideBar .branch .level1.hasChild1.active .name1 {
	/* 標題是多行，打開時，要加高一些 */
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .gangaoban_zwhd02 .sideBar .branch .level1.hasChild1 .childList1 .name2 {
	margin-bottom: 10px;
  }
  
  .gangaoban_zwhd02 .sideBar .branch .level1.hasChild2.active {
	padding-bottom: 6px;
  }
  
  .gangaoban_zwhd02 .sideBar .branch .level1.hasChild2.active .name1 {
	/* 標題是單行，打開時，要壓低一些 */
	padding-top: 0;
	padding-bottom: 0;
	height: 55px;
  }
  
  .gangaoban_zwhd02 .sideBar .branch .level1.hasChild2 .childList1 .name2 {
	margin-bottom: 6px;
  }
  
  .gangaoban_zwhd02 .sideBar .branch .level1.hasChild2 .childList1 .name2:last-child {
	margin-bottom: 0;
  }
  
  /* 主要內容 - 右側版心 */
  .gangaoban_zwhd02 .contentInner {
	position: relative;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner.toogle {
	display: none;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner.toogle.active {
	display: block;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .subTitleBox {
	border-bottom: 2px solid #e3e3e3;
	margin-bottom: 14px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .subTitleBox .title {
	letter-spacing: 0.14em;
	padding: 2px 8px 12px 8px;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	position: relative;
	display: inline-block;
  }
  
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .subTitleBox .title::before {
	content: "";
	position: absolute;
	background: #cc0000;
	width: 100%;
	height: 8px;
	left: 0;
	bottom: -2px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .subTitleBox .title::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
  }
  
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox {
	border-bottom: 1px dashed #d5d5d5;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent.noBorder .newsList .newsBox {
	border-bottom: none;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew {
	width: 100%;
	font-size: 18px;
	line-height: 44px;
	letter-spacing: 0.4px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
  }
  
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew:nth-child(7n+1) {
	padding-top: 20px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew:nth-child(7n) {
	border-bottom: 1px dashed #d5d5d5;
	padding-bottom: 22px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew:first-child {
	padding-top: 0;
  }
  
/*  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew:last-child {
	padding-bottom: 22px;
	border-bottom: none;
  } */
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew a {
	color: #000;
	overflow: hidden;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew .textBox {
	max-width: calc(100% - 140px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew .timeBox {
	width: 140px;
	text-align: left;
	white-space: nowrap;
	/* 換行間距 */
	margin-left: -2px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 40px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner {
	border: 1px solid #dddddd;
	height: 27px;
	line-height: 25px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner a {
	font-size: 14px;
	color: #767676;
	display: block;
	width: 100%;
	height: 100%;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner:hover {
	background: #cc0000;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner:hover a {
	color: #fff;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner.active {
	background: #cc0000;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner.active a {
	color: #fff;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner.home {
	margin-right: 7px;
	width: 52px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner.prev {
	margin-right: 6px;
	width: 61px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner.num {
	margin-right: 5px;
	width: 27px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner.next {
	margin-right: 6px;
	width: 61px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner.end {
	margin-right: 6px;
	width: 52px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .pageInner.jump {
	width: 52px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .text {
	font-size: 14px;
	color: #767676;
	margin-right: 6px;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .input {
	font-size: 14px;
	color: #000;
	margin-right: 6px;
  
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .input input {
	width: 52px;
	height: 27px;
	line-height: 25px;
	border: 1px solid #dddddd;
	text-align: center;
	box-sizing: border-box;
  }
  
  .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination .input input:focus {
	outline: none;
  }
  
  .vspace {
	height: 40px;
  }
  
  /* 移動端 */
  @media screen and (max-width: 1024px) {
	.column_wrapper_1200 {
	  width: 7rem;
	  margin: 0 auto;
	}
  
	.gangaoban_zwhd01 .topLine {
	  height: 0.92rem;
	}
  
	.gangaoban_zwhd01 .topLine img {
	  width: 0.26rem;
	  height: 0.26rem;
	  margin-right: 0.1rem;
	}
  
	.gangaoban_zwhd01 .topLine .textBox {
	  font-size: 0.22rem;
	}
  
	.gangaoban_zwhd01 .topLine .concat {
	  font-size: 0.22rem;
	  margin: 0 0.12rem;
	}
  
  
	.gangaoban_zwhd02 {
	  position: relative;
	}
  
	.gangaoban_zwhd02 .sideBar {
	  position: absolute;
	  left: -0.25rem;
	  top: 0.03rem;
	}
  
	.gangaoban_zwhd02 .sideBar.hide {
	  display: none;
	}
  
	/* 開啟下拉彈窗的按鈕 */
	.sideBarBtn {
	  display: block;
	  width: 1.89rem;
	  height: 0.42rem;
	  border-radius: 0.05rem;
	  background: #ffffff;
	  border: 0.01rem solid #dedede;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
  
	.sideBarBtn .label {
	  font-size: 0.26rem;
	  color: #000;
	  margin-right: 0.13rem;
	  user-select: none;
	}
  
	.sideBarBtn img {
	  display: block;
	  width: 0.3rem;
	  height: 0.22rem;
  
	}
  
	.gangaoban_zwhd02 .sideBar {
	  min-height: unset;
	  width: 4rem;
	  background: #fff;
	  padding: 0.04rem 0.04rem 0.04rem 0;
	  border: 0.01rem solid #dedede;
	  box-shadow: 0.14rem 0.04rem 0.18rem rgba(203, 203, 203, 0.75);
	  border-radius: 0 0.05rem 0.05rem 0;
	  box-sizing: border-box;
	  z-index: 10;
	}
  
	.gangaoban_zwhd02 .sideBar .title {
	  display: none;
	}
  
	/* sidebar 塊級 */
	.gangaoban_zwhd02 .sideBar .branch {
	  border-bottom: none;
	  margin-bottom: 0.02rem;
	}
  
	.gangaoban_zwhd02 .sideBar .branch:last-child {
	  margin-bottom: 0;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1 {
	  border: none;
	  background: #ededed;
	}
  
	/* 一級標籤 - 文字行 - 文本 */
	.gangaoban_zwhd02 .sideBar .branch .level1 .name1 {
	  margin-left: 0;
	  font-size: 0.26rem;
	  padding-left: 0.45rem;
	  height: 0.75rem;
	}
  
	/* 一級標籤 - 文字行 - 加減號 */
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild .name1::after {
	  font-size: 0.36rem;
	  color: #cccccc;
	  right: 0.11rem;
	}
  
	/* 一級標籤 - 文字行 - 加減號 - 展開 */
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild.active .name1::after {
	  font-size: 0.4rem;
	  color: #fff;
	}
  
	/* 一級標籤 - 子模塊 */
	.gangaoban_zwhd02 .sideBar .branch .level1 .childList1 {
	  display: none;
	}
  
	/* 一級標籤 active 狀態 */
	.gangaoban_zwhd02 .sideBar .branch .level1.active {
	  background: #cc0000;
	  border: none;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1.active .name1 {
	  color: #fefefe;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1.active .name1:hover {
	  color: #fefefe;
	}
  
	/* 一級標籤 active 狀態 - 子模塊 */
	.gangaoban_zwhd02 .sideBar .branch .level1.active .childList1 {
	  display: block;
	  background: #fff;
	}
  
	/* 二級標籤 - 文字 */
	.gangaoban_zwhd02 .sideBar .branch .level1 .childList1 .name2 {
	  font-size: 0.24rem;
	  padding-left: 0.2rem;
	  margin-left: 0.45rem;
	}
  
	/* 二級標籤選中 */
	.gangaoban_zwhd02 .sideBar .branch .level1 .childList1 .name2.active {
	  color: #cc0000;
	}
  
	/* 二級標籤icon */
	.gangaoban_zwhd02 .sideBar .branch .level1 .childList1 .name2::before {
	  width: 0.1rem;
	  height: 0.1rem;
	}
  
	/* 特殊樣式 */
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild1.active {
	  padding-bottom: 0;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild1.active .name1 {
	  padding-top: 0;
	  padding-bottom: 0;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild1 .childList1 {
	  padding-top: 0.24rem;
	  padding-bottom: 0.32rem;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild1 .childList1 .name2 {
	  margin-bottom: 0.22rem;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild1 .childList1 .name2:last-child {
	  margin-bottom: 0;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild2.active {
	  padding-bottom: 0;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild2.active .name1 {
	  height: 0.75rem;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild2 .childList1 .name2 {
	  margin-bottom: 0.3rem;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild2 .childList1 .name2:last-child {
	  margin-bottom: 0;
	}
  
	.gangaoban_zwhd02 .sideBar .branch .level1.hasChild2 .childList1 {
	  padding-top: 0.3rem;
	  padding-bottom: 0.26rem;
	}
  
	/* 主要內容 - 右側版心 */
	.gangaoban_zwhd02 .contentInner {
	  width: 100%;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner {
	  padding-top: 0;
	  font-size: 0;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner::before {
	  display: none;
	}
  
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .subTitleBox {
	  border-bottom: 0.02rem solid #e3e3e3;
	  margin-bottom: 0.24rem;
	  margin-top: 0.24rem;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .subTitleBox .title {
	  letter-spacing: 0;
	  padding: 0 0.2rem 0.08rem 0.2rem;
	  font-size: 0.3rem;
	  color: #cc0000;
	}
  
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .subTitleBox .title::before {
	  height: 0.05rem;
	  bottom: -0.02rem;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .subTitleBox .title::after {
	  display: none;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox {
	  background: #fff;
	  border-radius: 0.1rem;
	  padding: 0 0.1rem;
	  border-bottom: 0.02rem dashed #e9e9e9;
	}
  
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew {
	  padding: 0.22rem 0;
	  font-size: 0.32rem;
	  line-height: 0.42rem;
	  letter-spacing: unset;
	  border-bottom: 0.02rem dashed #e9e9e9;
	  box-sizing: border-box;
	  display: block;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent.noBorder .newsList .newsBox {
	  padding-bottom: 0.22rem;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew:nth-child(7n+1) {
	  padding: 0.22rem 0;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew:nth-child(7n) {
	  padding: 0.22rem 0;
	  border-bottom: 0.02rem dashed #e9e9e9;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew:first-child {
	  padding: 0.22rem 0;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew:last-child {
	  padding: 0.22rem 0;
	  border-bottom: none;
	}
  
	/* .gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew:last-child {
	  padding: 0.22rem 0;
	  border-bottom: 0.02rem dashed #e9e9e9;
	} */
  
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew .textBox {
	  width: 100%;
	  max-width: unset;
	  white-space: unset;
	  overflow: unset;
	  text-overflow: unset;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew .textBox a {
	  color: #151515;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
  
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew .timeBox {
	  width: unset;
	  font-size: 0.26rem;
	  margin-top: 0.05rem;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .newsList .newsBox .sinNew .timeBox a {
	  color: #9c9c9c;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .pagination {
	  display: none;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM {
	  width: 100%;
	  height: 1.14rem;
	  background: #fff;
	  border-radius: 0 0 0.1rem 0.1rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .text {
	  font-size: 0.2rem;
	  color: #767676;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .total {
	  font-size: 0.2rem;
	  color: #767676;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .input {
	  font-size: 0.2rem;
	  color: #000;
	  margin-right: 0.05rem;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .input input {
	  width: 0.47rem;
	  height: 0.4rem;
	  border: 0.02rem solid #dddddd;
	  text-align: center;
	  box-sizing: border-box;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .input input:focus {
	  outline: none;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .jump {
	  font-size: 0.2rem;
	  color: #767676;
	  margin-left: 0.15rem;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .pageInnerM {
	  height: 0.4rem;
	  font-size: 0.2rem;
	  padding: 0 0.06rem;
	  background: #ededed;
	  border-radius: 0.02rem;
	  box-sizing: border-box;
	  display: flex;
	  align-items: center;
	  margin-right: 0.1rem;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .pageInnerM.num {
	  padding: 0 0.08rem;
	  border: 0.01rem solid #ddd;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .pageInnerM.num.active {
	  background: #cc0000;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .pageInnerM a {
	  color: #afafaf;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .pageInnerM.num.active a {
	  color: #fefefe;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .pageInnerM.home {
	  margin-left: 0.15rem;
	}
  
	.gangaoban_zwhd02 .contentInner .gangaoban_zwhd_inner .newsContent .paginationM .pageInnerM.end {
	  margin-right: 0.3rem;
	}
  
	.vspace {
	  height: 0.35rem;
	}
  }
  
  
  /* 政務活動模塊 */
  img {
	border: none;
  }
  
  a {
	text-decoration: none;
	color: #333333;
  }
  
  a:hover {
	text-decoration: none;
	color: #c10000;
  }
  
  li {
	list-style: none;
  }
  
  body .l, body .left {
	float: left;
	clear: none;
  }
  
  body .r, body .right {
	float: right;
	clear: none;
  }
  
  table {
	border-spacing: 0;
	border-collapse: collapse;
  }
  
  .last {
	margin-right: 0
  }
  
  .conDivide {
	display: block;
	overflow: hidden;
  }
  
  * {
	-webkit-text-size-adjust: none;
  }
  
  
  .paginationM {
	display: none;
  }
  
  img.gangaoban_coverImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
  }
  
  
  /* 移動端隱藏 */
  .gangaoban_h5title_ind01, .gangaoban_h5_szyw_lunbo_ind02, .gangaoban_h5_szyw_news_ind03 {
	display: none;
  }
  
  /* 輪播圖 */
  .lunbo_ind01 {
	width: 100%;
	height: 330px;
	margin: 0 auto;
  }
  
  .lunbo_ind01 .swiper {
	width: 100%;
	height: 100%;
  }
  
  .lunbo_ind01 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .lunbo_ind01 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .lunbo_ind01 .swiper-pagination {
	left: auto !important;
	right: 0 !important;
	width: auto !important;
	padding-right: 15px !important;
	bottom: 10px !important;
  }
  
  .lunbo_ind01 .swiper-pagination-bullet {
	background-color: #ffffff !important;
	opacity: 1;
	width: 10px;
	height: 10px;
	vertical-align: middle !important;
  }
  
  .lunbo_ind01 .swiper-pagination-bullet-active {
	background-color: #cc0000 !important;
	width: 10px;
	height: 10px;
	vertical-align: middle !important;
  }
  
  .lunbo_ind01 .swiper-slide .slide-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 47px;
	line-height: 52px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0px, rgba(0, 0, 0, 0.7) 30px, rgba(0, 0, 0, 0) 47px);
	color: #ffffff;
	font-size: 18px;
	padding-left: 30px;
	padding-right: 150px;
	box-sizing: border-box;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
  .lunbo_ind01 .swiper .swiper-button-next::after {
	display: none;
  }
  
  .lunbo_ind01 .swiper .swiper-button-prev::after {
	display: none;
  }
  
  .lunbo_ind01 .swiper .swiper-button-next {
	background-image: url("//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1787282384367987/button_next.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 49px;
	height: 49px;
	right: 12px;
	transform: translateY(calc(-50% + 22px)) !important;
  }
  
  .lunbo_ind01 .swiper .swiper-button-prev {
	background-image: url("//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1787282384367987/button_prev.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 49px;
	height: 49px;
	left: 12px;
	transform: translateY(calc(-50% + 22px)) !important;
  }
  
  
  
  .model {
	width: 100%;
	height: auto;
  }
  
  .model .mhd {
	position: relative;
	width: 100%;
	height: 30px;
	/* margin-top: 5px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .model .mhd .title {
	width: auto;
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #cc0000;
	font-weight: 800;
  }
  
  .model .mhd .title.zwhd {
	background: url("//www.hmo.gov.cn/photoAlbum/resource/templet/common/DEPA1787282384367987/box06_icon_title.png") no-repeat left;
	;
	padding-left: 36px;
  }
  
  .model .mhd .option {
	position: absolute;
	right: -10px;
	text-align: center;
	margin-top: 7px;
	width: 63px;
	height: 23px;
  }
  
  .model .mhd .option span {
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #838383;
	font-weight: normal;
	display: inline-block;
  }
  
  
  
  /* 時政要聞 */
  .szyw_con02 {
	width: 100%;
	height: auto;
	/* margin-top: 25px; */
	overflow: hidden;
  }
  
  .news-list {
	width: 100%;
	margin: 0 auto;
  }
  
  .news-item {
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #e8e8e8;
	display: block;
	height: 96px;
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	transition: color 0.2s ease;
	overflow: hidden;
  }
  
  .news-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
  }

  .news-title {
	display: block;
	text-decoration: none;
	font-size: 20px;
	line-height: 24px;
	
	max-height: 72px;
	margin-bottom: 8px;
	color: #000000;
	transition: color 0.2s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
  }
  
  .news-title:hover {
	color: #cc0000;
  }
  
  .news-date {
	font-size: 14px;
	line-height: 14px;
	color: #a6a6a6;
	width: 90px;
	flex-shrink: 0;
  }
  
  /* swiper 模塊 ---------- end */
  /* 時政新聞分頁模塊 ---------- start */
  .gangaoban_detail02 {
	/* width: 1200px; */
	/* margin: 0 auto; */
	width: 100%;
	background: #fff;
	margin-top: 30px;
  }
  
  .gangaoban_detail02.only-list {
	margin-top: 15px;
  }
  
  .gangaoban_detail02 .titleLine {
	position: relative;
  }
  
  .gangaoban_detail02 .titleLine .textBox {
	font-size: 22px;
	letter-spacing: 0.14em;
	font-weight: bold;
	/* line-height: 24px; */
	color: #575757;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	border-bottom: 8px solid #e3e3e3;
	display: inline-block;
	position: relative;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
  }
  
  .gangaoban_detail02 .titleLine .textBox.active {
	color: #000;
	border-bottom: 8px solid #cc0000;
	cursor: unset;
  }
  
  .gangaoban_detail02 .titleLine .textBox.active::after{
	  content: "";
	  position: absolute;
	  bottom: -8px;
	  left: 50%;
	  transform: translateX(-50%);
	  border-top: 5px solid transparent;
	  border-right: 5px solid transparent;
	  border-bottom: 5px solid #fff;
	  border-left: 5px solid transparent;
  }
  
  .gangaoban_detail02 .titleLine .textLine {
	width: 100%;
	height: 2px;
	background: #e3e3e3;
	position: absolute;
	bottom: 0;
  }
  
  /*
  .gangaoban_detail02 .titleLine .textLine .active {
	width: 51px;
	height: 8px;
	background: #cc0000;
	position: absolute;
	left: 0;
	top: 0;
  } */
  
  .gangaoban_detail02 .contentInner {
	padding-top: 2px;
  }
  
  .gangaoban_detail02 .contentInner .newsBox {
	border-bottom: 1px dashed #d5d5d5;
	/* padding-top: 20px; */
	padding-bottom: 22px;
  }
  
  /* .gangaoban_detail02 .contentInner .newsBox:last-child {
	border-bottom: none;
  } */
  
  .gangaoban_detail02 .contentInner .newsBox .sinNew {
	width: 100%;
	font-size: 18px;
	line-height: 42px;
	letter-spacing: 0.4px;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
  }
  
  .gangaoban_detail02 .contentInner .newsBox .sinNew:nth-child(7n) {
	border-bottom: 1px dashed #d5d5d5;
	padding-bottom: 22px;
  }
  
  .gangaoban_detail02 .contentInner .newsBox .sinNew.last-child {
	border-bottom: none;
	padding-bottom: 0;
  }
  
  .gangaoban_detail02 .contentInner .newsBox .sinNew:nth-child(7n+1) {
	padding-top: 20px;
  }
  
  .gangaoban_detail02 .contentInner .newsBox .sinNew a {
	color: #000;
	overflow: hidden;
  }
  
  .gangaoban_detail02 .contentInner .newsBox .sinNew .textBox {
	
	max-width: calc(100% - 140px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
  .gangaoban_detail02 .contentInner .newsBox .sinNew .timeBox {
	width: 140px;
	text-align: left;
	white-space: nowrap;
	margin-left: -2px;
  }
  
  .gangaoban_detail02 .pagination {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 36px;
	margin-bottom: 40px;
  }
  
  .gangaoban_detail02 .pagination .pageInner {
	border: 1px solid #dddddd;
	height: 27px;
	line-height: 25px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
  }
  
  .gangaoban_detail02 .pagination .pageInner a {
	font-size: 14px;
	color: #767676;
	display: block;
	width: 100%;
	height: 100%;
  }
  
  .gangaoban_detail02 .pagination .pageInner.active, .gangaoban_detail02 .pagination .pageInner:hover {
	background: #cc0000;
  }
  
  .gangaoban_detail02 .pagination .pageInner.active a, .gangaoban_detail02 .pagination .pageInner:hover a {
	color: #fff;
  }
  
  .gangaoban_detail02 .pagination .pageInner.home {
	margin-right: 7px;
	width: 52px;
  }
  
  .gangaoban_detail02 .pagination .pageInner.prev {
	margin-right: 6px;
	width: 61px;
  }
  
  .gangaoban_detail02 .pagination .pageInner.num {
	margin-right: 5px;
	width: 27px;
  }
  
  .gangaoban_detail02 .pagination .pageInner.next {
	margin-right: 6px;
	width: 61px;
  }
  
  .gangaoban_detail02 .pagination .pageInner.end {
	margin-right: 6px;
	width: 52px;
  }
  
  .gangaoban_detail02 .pagination .pageInner.jump {
	width: 52px;
  }
  
  .gangaoban_detail02 .pagination .text {
	font-size: 14px;
	color: #767676;
	margin-right: 6px;
  }
  
  .gangaoban_detail02 .pagination .input {
	font-size: 14px;
	color: #000;
	margin-right: 6px;
  
  }
  
  .gangaoban_detail02 .pagination .input input {
	/* margin-right: 6px; */
	width: 52px;
	height: 27px;
	line-height: 25px;
	border: 1px solid #dddddd;
	text-align: center;
	box-sizing: border-box;
  }
  
  .gangaoban_detail02 .pagination .input input:focus {
	outline: none;
  }
  
  /* 時政新聞分頁模塊 ---------- end */
  
  /* 移動端 */
  @media screen and (max-width: 1024px) {
	body {
	  background: #f5f5f5 none;
	}
  
	.lunbo_ind01, .model {
	  display: none;
	}
  
	.gangaoban_h5_szyw_lunbo_ind02, .gangaoban_h5_szyw_news_ind03 {
	  display: block;
	  margin: 0
	}
  
  
  
	.column_wrapper_1200 {
	  width: 7rem;
	  margin: 0 auto;
	}
  
	.gangaoban_h5_szyw_lunbo_ind02 {
	  height: auto;
	  margin: 0 .25rem;
	  background-color: #fff;
	  border-radius: .1rem;
	}
  
	.gangaoban_h5_szyw_lunbo_ind02 .con {
	  width: 100%;
	}
  
	.gangaoban_h5_szyw_lunbo_ind02 .con .mySwiper {
	  height: 100%;
	  padding: .1rem 0 .3rem 0;
	}
  
	.gangaoban_h5_szyw_lunbo_ind02 .con .mySwiper .swiper-slide {
	  width: 100%;
	  text-align: center;
	  font-size: .35rem;
	  background: #fff;
	  display: flex;
	  justify-content: center;
	}
  
	.gangaoban_h5_szyw_lunbo_ind02 .con .mySwiper .swiper-slide img {
	  display: block;
	  width: calc(100% - 0.16rem);
	  height: auto;
	  object-fit: cover;
	  margin: 0 auto;
	}
  
	.gangaoban_h5_szyw_lunbo_ind02 .con .mySwiper .swiper-pagination {
	  bottom: -.35rem !important;
	}
  
	.gangaoban_h5_szyw_lunbo_ind02 .con .mySwiper .swiper-pagination-bullet {
	  background-color: #eac5c5 !important;
	  opacity: 1;
	  width: .1rem;
	  height: .1rem;
	  vertical-align: middle !important;
	}
  
	.gangaoban_h5_szyw_lunbo_ind02 .con .mySwiper .swiper-pagination-bullet-active {
	  background-color: #cc0000 !important;
	  width: .4rem;
	  height: .1rem;
	  vertical-align: middle !important;
	  border-radius: .05rem !important;
	}
  
	.gangaoban_h5_szyw_lunbo_ind02 .con .mySwiper .swiper-slide .slide-title {
	  left: 0;
	  width: 100%;
	  height: 1.2rem;
	  line-height: .45rem;
	  color: #151515;
	  font-size: .35rem;
	  padding: .16rem;
	  box-sizing: border-box;
	  text-align: center;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
  
  
	.gangaoban_h5_szyw_news_ind03 {
	  height: auto;
	  /* margin: 0 .25rem; */
	}
  
	.gangaoban_h5_szyw_news_ind03 .con {
	  width: 100%;
	}
  
	.gangaoban_h5_szyw_news_ind03 .con ul li {
	  background-color: #fff;
	  border-radius: .1rem;
	  padding: .35rem .1rem;
	  margin-top: .12rem;
	}
  
	.gangaoban_h5_szyw_news_ind03 .con ul li .title {
	  font-size: .32rem;
	  font-weight: 500;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
  
	.gangaoban_h5_szyw_news_ind03 .con ul li .title a {
	  color: #151515;
	}
  
	.gangaoban_h5_szyw_news_ind03 .con ul li .date {
	  font-size: .2rem;
	  margin-top: .1rem;
	}
  
	.gangaoban_h5_szyw_news_ind03 .con ul li .date a {
	  color: #a6a6a6 !important;
	}
  
  
	.column_wrapper_700 {
	  margin: 0 0.25rem;
	}
  
	/* 政務活動 ---------- start */
	.gangaoban06_h5 {
	  width: 100%;
	  box-sizing: border-box;
	}
  
	.gangaoban06_h5 .mhd .gangaoban_iconTitle_h5 {
	  display: flex;
	  align-items: center;
	  justify-content: flex-start;
	}
  
	.gangaoban06_h5 .mhd .imgBox {
	  margin-right: 0.08rem;
	}
  
	.gangaoban06_h5 .mhd .imgBox img {
	  display: block;
	  width: 0.32rem;
	  height: auto;
	}
  
	.gangaoban06_h5 .mhd .textBox {
	  font-size: 0.34rem;
	  color: #cc0000;
	  font-weight: bold;
	}
  
	.gangaoban06_h5 .news {
	  width: 100%;
	}
  
	.gangaoban06_h5 .mbd .news {
	  width: 100%;
	  background: #fff;
	  padding: 0.35rem 0.08rem 0.23rem 0.08rem;
	  box-sizing: border-box;
	  border-radius: 0.1rem;
	}
  
	.gangaoban06_h5 .mbd .news .topNews {
	  padding-bottom: 0.37rem;
	}
  
	.gangaoban06_h5 .mbd .news .topNews .swiper-pagination {
	  bottom: 0;
	  width: unset;
	  font-size: 0;
	  left: 50%;
	  transform: translateX(-50%);
	}
  
	.gangaoban06_h5 .mbd .news .topNews .swiper-pagination .swiper-pagination-bullet {
	  width: 0.1rem;
	  height: 0.1rem;
	  background: #eac5c5;
	  margin: unset;
	  margin-right: 0.1rem;
	  opacity: 1;
	  border-radius: 0.05rem;
	}
  
	.gangaoban06_h5 .mbd .news .topNews .swiper-pagination .swiper-pagination-bullet:last-child {
	  margin-right: 0;
	}
  
	.gangaoban06_h5 .mbd .news .topNews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	  width: 0.4rem;
	  background: #cc0000;
  
	}
  
	.gangaoban06_h5 .mbd .news .topNews {}
  
	.gangaoban06_h5 .mbd .news .topNews .swiper-slide {
	  display: flex;
	  align-items: stretch;
	  justify-content: space-between;
	}
  
	.gangaoban06_h5 .mbd .news .topNews .swiper-slide .imgBox {
	  width: 3.4rem;
	  height: 2.1rem;
	  margin-right: 0.24rem;
	}
  
	.gangaoban06_h5 .mbd .news .topNews .swiper-slide .textBox {
	  width: 3.17rem;
	  flex-grow: 1;
	}
  
	.gangaoban06_h5 .mbd .news .topNews .swiper-slide .textBox .title {
	  font-size: 0.32rem;
	  line-height: 0.4rem;
	  margin-bottom: 0.1rem;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
	}
  
	.gangaoban06_h5 .mbd .news .topNews .swiper-slide .textBox .title a {
	  color: #000;
	}
  
	.gangaoban06_h5 .mbd .news .topNews .swiper-slide .textBox .desc {
	  font-size: 0.22rem;
	  line-height: 0.32rem;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	  overflow: hidden;
	}
  
	.gangaoban06_h5 .mbd .news .topNews .swiper-slide .textBox .desc a {
	  color: #666;
	}
  
  
	.gangaoban06_h5 .mbd .govNewsList {
	  margin-top: 0.13rem;
	  background: #fff;
	  border-radius: 0.1rem;
	}
  
	.gangaoban06_h5 .mbd .govNewsList .sinNew {
	  padding: 0.26rem 0.08rem 0.26rem 0.08rem;
	  position: relative;
	  font-size: 0.32rem;
	  line-height: 0.42rem;
	  border-bottom: 0.02rem dashed #e9e9e9;
	}
  
	.gangaoban06_h5 .mbd .govNewsList .sinNew a {
	  color: #000;
	}
  
	.gangaoban06_h5 .mbd .govNewsList .moreBtn {
	  height: 0.84rem;
	  font-size: 0.24rem;
	}
  
	.gangaoban06_h5 .mbd .govNewsList .moreBtn a {
	  color: #cc0000;
	  display: flex;
	  width: 100%;
	  height: 100%;
	  align-items: center;
	  justify-content: center;
	}
  
  
  
  
  
	/* 政務活動 ---------- end */
  
	.gangaoban_policy01 .topLine {
	  height: 0.92rem;
	}
  
	.gangaoban_policy01 .topLine img {
	  width: 0.26rem;
	  height: 0.26rem;
	  margin-right: 0.1rem;
	}
  
	.gangaoban_policy01 .topLine .textBox {
	  font-size: 0.22rem;
	}
  
	.gangaoban_policy01 .topLine .concat {
	  font-size: 0.22rem;
	  margin: 0 0.12rem;
	}
  
	.gangaoban_policy01 .topLine .level2 {
	  display: none;
	}
  
	.gangaoban_policy01 .topLine .level3 {
	  display: none;
	}
  
	.gangaoban_policy01 .topLine .level4 {
	  display: none;
	}
  
	.gangaoban_detail02 {
	  position: relative;
	  background-color: transparent;
	  margin-bottom: .35rem;
	  margin-top: .3rem;
	}
  
	.gangaoban_detail02 .titleLine {
	  background: #f5f5f5 none;
	  font-size: .3rem;
	}
  
	.gangaoban_detail02.only-list {
	  margin-top: 0;
	}
  
	.gangaoban_detail02 .titleLine .textBox {
	  font-size: .3rem;
	  font-weight: bold;
	  letter-spacing: 0;
	  padding: 0 0.2rem 0.08rem 0.2rem;
	  font-size: 0.3rem;
	  color: #cc0000;
	}
  
	.gangaoban_detail02 .titleLine .textLine {
	  height: .02rem;
	}
  
	.gangaoban_detail02 .titleLine .textBox.active {
	  border-bottom: .05rem solid #cc0000;
	  color: #cc0000;
	}
  
	.gangaoban_detail02 .titleLine .textBox.active::after{
	  display: none;
	}
  
  
	/* 主要內容 - 右側版心 */
	.gangaoban_detail02 .contentInner {
	  width: 100%;
	  padding-top: 0;
	  font-size: 0;
	  margin-top: .23rem;
	}
  
	.gangaoban_detail02 .contentInner .newsBox {
	  padding-bottom: 0;
	  border-bottom: none;
	  background: #fff;
	  border-radius: 0.1rem 0.1rem 0 0;
	  padding: 0 0.1rem;
	}
  
  
	.gangaoban_detail02 .contentInner .newsBox .sinNew {
	  padding: 0.22rem 0;
	  font-size: 0.32rem;
	  line-height: 0.42rem;
	  letter-spacing: unset;
	  border-bottom: 0.02rem dashed #e9e9e9;
	  box-sizing: border-box;
	  display: block;
	}
  
	.gangaoban_detail02 .contentInner .newsBox .sinNew:nth-child(7n) {
	  border-bottom: 0.02rem dashed #e9e9e9;
	}
  
	.gangaoban_detail02 .contentInner .newsBox .sinNew .textBox {
	  width: 100%;
	  max-width: unset;
	  white-space: unset;
	  overflow: unset;
	  text-overflow: unset;
	}
  
	.gangaoban_detail02 .contentInner .newsBox .sinNew .textBox a {
	  color: #151515;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
  
	}
  
	.gangaoban_detail02 .contentInner .newsBox .sinNew .timeBox {
	  width: unset;
	  font-size: 0.26rem;
	  margin-top: 0.05rem;
	  margin-left: 0;
	  display: block;
	}
  
	.gangaoban_detail02 .contentInner .newsBox .sinNew .timeBox a {
	  color: #9c9c9c;
	}
  
	.gangaoban_detail02 .pagination {
	  display: none;
	}
  
	.gangaoban_detail02 .paginationM {
	  width: 100%;
	  height: 1.14rem;
	  background: #fff;
	  border-radius: 0 0 0.1rem 0.1rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
  
	.gangaoban_detail02 .paginationM .text {
	  font-size: 0.2rem;
	  color: #767676;
	}
  
	.gangaoban_detail02 .paginationM .total {
	  font-size: 0.2rem;
	  color: #767676;
	}
  
	.gangaoban_detail02 .paginationM .input {
	  font-size: 0.2rem;
	  color: #000;
	  margin-right: 0.05rem;
	}
  
	.gangaoban_detail02 .paginationM .input input {
	  width: 0.47rem;
	  height: 0.4rem;
	  border: 0.02rem solid #dddddd;
	  text-align: center;
	  box-sizing: border-box;
	}
  
	.gangaoban_detail02 .paginationM .input input:focus {
	  outline: none;
	}
  
	.gangaoban_detail02 .paginationM .jump {
	  font-size: 0.2rem;
	  color: #767676;
	  margin-left: 0.15rem;
	}
  
	.gangaoban_detail02 .paginationM .pageInnerM {
	  height: 0.4rem;
	  font-size: 0.2rem;
	  padding: 0 0.06rem;
	  background: #ededed;
	  border-radius: 0.02rem;
	  box-sizing: border-box;
	  display: flex;
	  align-items: center;
	  margin-right: 0.1rem;
	}
  
	.gangaoban_detail02 .paginationM .pageInnerM.num {
	  padding: 0 0.08rem;
	  border: 0.01rem solid #ddd;
	}
  
	.gangaoban_detail02 .paginationM .pageInnerM.num.active {
	  background: #bc0000;
	}
  
	.gangaoban_detail02 .paginationM .pageInnerM a {
	  color: #afafaf;
	}
  
	.gangaoban_detail02 .paginationM .pageInnerM.num.active a {
	  color: #fefefe;
	}
  
	.gangaoban_detail02 .paginationM .pageInnerM.home {
	  margin-left: 0.15rem;
	}
  
	.gangaoban_detail02 .paginationM .pageInnerM.end {
	  margin-right: 0.3rem;
	}
  }