/* 1200區塊 */
.column_wrapper_1200 {
  width: 1200px; 
  margin: 0 auto;
}
.col_w_235 {
  width: 235px;
}

.col_w_935 {
  width: 935px;
}
/* 麵包屑導航 */
.gangaoban_trend01 {
  font-family: "Microsoft YaHei", sans-serif;
  width: 1200px;
  margin: 0 auto;
}

.gangaoban_trend01 .topLine {
  height: 72px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gangaoban_trend01 .topLine .level {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


.gangaoban_trend01 .topLine img {
  width: 32px;
  height: 33px;
  margin-right: 12px;
}

.gangaoban_trend01 .topLine a {
  font-size: 20px;
  color: #1d1d1d;
  display: flex;
  align-items: center;
}

.gangaoban_trend01 .topLine .textBox {
  font-size: 20px;
  color: #1d1d1d;
}

.gangaoban_trend01 .topLine .textBox a {
  font-size: 20px;
  color: #1d1d1d;
}

.gangaoban_trend01 .topLine .concat {
  font-size: 20px;
  color: #1d1d1d;
  margin: 0 12px;
}

/* 主要內容 */
.gangaoban_trend02 {
  font-family: "Microsoft YaHei", sans-serif;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

/* 主要內容 - 左側導航 */
.gangaoban_trend02 .sideBar {
  /* width: 235px; */
  min-height: 1340px;
  background: #f2f2f2;
}

.gangaoban_trend02 .sideBar .title {
  color: #fff;
  font-size: 20px;
  background: #cc0000;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gangaoban_trend02 .sideBar .branch {
  color: #000;
  font-size: 20px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  position: relative;
}

.gangaoban_trend02 .sideBar .branch.active {
  background: #fff;
}

.gangaoban_trend02 .sideBar .branch:hover {
  background: #fff;
  color: #cc0000;
}
.gangaoban_trend02 .sideBar .branch:hover a {
  color: #cc0000;
}
.branch span {
  position: relative;
  display: inline-block;
}

.branch span::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 0 6px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #c9c9c9;
  display: none;
}

.branch.active span::before,
.branch:hover span::before {
  display: block;
}

.branch.active,
.branch:hover {
  background-color: #ffffff;
}


.gangaoban_trend02 .sideBar .branch img {
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  left: 57px;
}



/* 主要內容 - 右側版心 */
.gangaoban_trend02 .contentInner {
  /* width: calc(100% - 235px - 28px); */
  position: relative;
}

.gangaoban_trend02 .contentInner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  height: 8px;
  background: #e3e3e3;

}
/* 港澳研究右側內容 - 標籤為切換方式，不需要頭部灰色條 */
.gangaoban_trend02 .contentInner.noBorder::before {
  display: none;
}
.gangaoban_trend02 .contentInner .gangaoban_trend_inner {
  display: none;
  padding: 0;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner.active {
  display: block;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-bottom: 2px solid #e3e3e3;
  margin-top: -2px;
  margin-bottom: 12px;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox .sinTitle {
  padding: 0 8px 10px 8px;
  font-size: 22px;
  color: #929292;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  letter-spacing: .14em;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox .sinTitle::before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #d2d2d2;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox .sinTitle.active {
  color: #000;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox .sinTitle.active::before {
  background: #cc0000;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox .sinTitle.active::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_trend02 .contentInner .gangaoban_trend_inner .subTitle {
  color: #000;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 500;
}

/* ul 有自帶的padding-top，屬於統一樣式，不做修改，這裡父盒子頭部縮進距離，達到效果 */
.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent {
  margin-top: -12px;
}
.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent.toogle {
  display: none;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent.toogle.active {
  display: block;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew {
	width: 100%;
	font-size: 18px;
	line-height: 42px;
	letter-spacing: 0.4px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew:nth-child(7n+1) {
  padding-top: 20px;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew:nth-child(7n) {
  border-bottom: 1px dashed #d5d5d5;
  padding-bottom: 22px;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew a {
  color: #000;
  overflow: hidden;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew .textBox {
  /* display: inline; */
      max-width: calc(100% - 140px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew .timeBox {
 /* display: inline; */
	    width: 140px;
	    text-align: left;
	    white-space: nowrap;
	    margin-left: -2px;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner {
  border: 1px solid #dddddd;
  height: 27px;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner a {
  font-size: 14px;
  color: #767676;
  display: block;
  width: 100%;
  height: 100%;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner:hover {
  background: #cc0000;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner:hover a {
  color: #fff;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner.active {
  background: #cc0000;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner.active a {
  color: #fff;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner.home {
  margin-right: 7px;
  width: 52px;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner.prev {
  margin-right: 6px;
  width: 61px;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner.num {
  margin-right: 5px;
  width: 27px;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner.next {
  margin-right: 6px;
  width: 61px;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner.end {
  margin-right: 6px;
  width: 52px;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .pageInner.jump {
  width: 52px;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .text {
  font-size: 14px;
  color: #767676;
  margin-right: 6px;
}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .input {
  font-size: 14px;
  color: #000;
  margin-right: 6px;

}

.gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .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_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination .input input:focus {
  outline: none;
}
.vspace{
  height:40px;
}
/* 默認隱藏移動端塊 */
.sideBarBtn_h5 {
  display: none;
}

.pagination_h5 {
  display: none;
}

@media screen and (max-width: 1024px) {
  /*移動端樣式 設計稿750 1rem=100px*/
  .column_wrapper_1200 {
    width: 7rem;
    margin: 0 auto;
  }

  .gangaoban_trend01 {
    width: 100%;
  }

  .gangaoban_trend01 .topLine {
    height: 0.92rem;
  }

  .gangaoban_trend01 .topLine img {
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.1rem;
  }

  .gangaoban_trend01 .topLine .textBox {
    font-size: 0.22rem;
  }

  .gangaoban_trend01 .topLine a {
    font-size: 0.22rem;
  }

  .gangaoban_trend01 .topLine .textBox a {
    font-size: 0.22rem;
  }

  .gangaoban_trend01 .topLine .concat {
    font-size: 0.22rem;
    margin: 0 0.12rem;
  }

  .gangaoban_trend01 .topLine .level2 {
    display: none;
  }

  .gangaoban_trend02 {
    width: 100%;
    position: relative;
  }

  .gangaoban_trend02 .sideBar {
    position: absolute;
    left: -0.25rem;
    top: 0.03rem;
    min-height: unset;
    width: 2.39rem;
    background: #fff;
    padding: 0.04rem 0.04rem 0.04rem 0;
    border: 0.01rem solid #dedede;
    /* box-shadow: 0.14rem 0.04rem 0.18rem #cbcbcb; */
    box-shadow: 0.1rem 0.05rem 0.18rem 0.01rem #cbcbcb;
    border-radius: 0 0.05rem 0.05rem 0;
    box-sizing: border-box;
    z-index: 10;
  }

  .gangaoban_trend02 .sideBar.hide {
    display: none;
  }

  /* 開啟下拉彈窗的按鈕 */
  .sideBarBtn_h5 {
    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_h5 .label {
    font-size: 0.26rem;
    color: #000;
    margin-right: 0.13rem;
    user-select: none;
  }

  .sideBarBtn_h5 img {
    display: block;
    width: 0.3rem;
    height: 0.22rem;
  }


  .gangaoban_trend02 .sideBar .title {
    display: none;
  }

  /* sidebar 塊級 */
  .gangaoban_trend02 .sideBar .branch {
    border-bottom: none;
    margin-bottom: 0.02rem;
    height: 0.75rem;
    background: #ededed;
    justify-content: flex-start;
    /* 43px三角左邊距 + 7px三角寬 + 10px與文字間距 */
    padding-left: 0.6rem;
    font-size: 0.26rem;
    box-sizing: border-box;
  }

  .gangaoban_trend02 .sideBar .branch:last-child {
    margin-bottom: 0;
  }

  .gangaoban_trend02 .sideBar .branch:hover {
    background: #ededed;
    color: #000;
  }

  .gangaoban_trend02 .sideBar .branch.active,
  .gangaoban_trend02 .sideBar .branch.active:hover {
    background: #bc0000;
    color: #fefefe;
  }

    .gangaoban_trend02 .sideBar .branch.active a {
    color: #fefefe;
  }

  /* 移動端：每條默認顯示小三角，選中變白 */
  .gangaoban_trend02 .sideBar .branch span::before {
    display: block !important;
    left: -0.17rem;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0.06rem 0 0.06rem 0.07rem;
    border-style: solid;
    border-color: transparent transparent transparent #c9c9c9;
  }

  .gangaoban_trend02 .sideBar .branch.active span::before,
  .gangaoban_trend02 .sideBar .branch.active:hover span::before {
    border-color: transparent transparent transparent #ffffff;
  }

  .gangaoban_trend02 .sideBar .branch:hover span::before {
    display: block !important;
  }

  /* 主要內容 - 右側版心 */
  .gangaoban_trend02 .contentInner {
    width: 100%;
  }

  .gangaoban_trend02 .contentInner::before {
    display: none;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner {
    padding-top: 0;
    font-size: 0;
  }


  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox {
    margin-top: 0.22rem;
    margin-bottom: 0.22rem;
    border-bottom: 0.02rem solid #e3e3e3;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox .sinTitle {
    padding: 0 0.08rem 0.08rem 0;
    font-size: 0.3rem;
    color: #c5c5c5;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox .sinTitle::before {
    height: 0.05rem;
    bottom: -0.02rem;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox .sinTitle.active {
    color: #cc0000;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox .sinTitle.active::before {
    background: #cc0000;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitleBox .sinTitle.active::after {
    display: none;
  }


  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitle {
    color: #bc0000;
    font-size: 0.3rem;
    margin-top: 0.24rem;
    padding-bottom: 0.08rem;
    padding-right: 0.1rem;
    margin-bottom: 0.24rem;
    position: relative;
    display: inline-block;
    font-weight: 500;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7rem;
    height: 0.02rem;
    background: #cfcfcf;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .subTitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.05rem;
    background: #bc0000;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent {
    margin-top: 0;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent > .vspace {
    display: none;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox {
    padding-bottom: 0;
    border-bottom: none;
    background: #fff;
    border-radius: 0.1rem 0.1rem 0 0;
    padding: 0 0.1rem;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_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_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew:nth-child(7n+1) {
    padding-top: 0.2rem;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew:nth-child(7n) {
    border-bottom: 0.02rem dashed #e9e9e9;
    padding-bottom: 0.22rem;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew .textBox {
    width: 100%;
    max-width: unset;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew .textBox a {
	color: #151515;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew .timeBox {
    width: unset;
    font-size: 0.26rem;
    margin-top: 0.05rem;
    margin-left: 0;
	display: block;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .newsList .newsBox .sinNew .timeBox a {
    color: #9c9c9c;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination {
    display: none;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 {
    width: 100%;
    height: 1.14rem;
    background: #fff;
    border-radius: 0 0 0.1rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .text {
    font-size: 0.2rem;
    color: #767676;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .total {
    font-size: 0.2rem;
    color: #767676;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .input {
    font-size: 0.2rem;
    color: #000;
    margin-right: 0.05rem;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .input input {
    width: 0.47rem;
    height: 0.4rem;
    border: 0.02rem solid #dddddd;
    text-align: center;
    box-sizing: border-box;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .input input:focus {
    outline: none;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .jump {
    font-size: 0.2rem;
    color: #767676;
    margin-left: 0.15rem;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .pageInner_h5 {
    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_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .pageInner_h5.num {
    padding: 0 0.08rem;
    border: 0.01rem solid #ddd;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .pageInner_h5.num.active {
    background: #bc0000;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .pageInner_h5 a {
    color: #afafaf;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .pageInner_h5.num.active a {
    color: #fefefe;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .pageInner_h5.home {
    margin-left: 0.15rem;
  }

  .gangaoban_trend02 .contentInner .gangaoban_trend_inner .newsContent .pagination_h5 .pageInner_h5.end {
    margin-right: 0.3rem;
  }

  .vspace{
    height:0.35rem;
  }
}