.newscss {
  content: "20250701下午";
}

.newsIndexWrap .newsContent .newsLink {
  margin-bottom: 1rem;
}



.newsIndexSet .newsContent {
 display: flex;
 flex-wrap: wrap;
 position: relative;
 min-height: 1.5rem;
 justify-content: space-between;
 flex-direction: column;
 width: 100%;
 row-gap: 0.5rem;
 column-gap: 1rem;
 align-items: flex-start;
}

.newsIndexSet .newsContainer {
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 max-width: 1230px;
 padding: 1.5rem 0;
 display: flex;
 align-items: flex-start;
 flex-direction: column;
}



.newsIndexSet .newsContent .newsLink .state {
 display: flex;
 column-gap: 0.5rem;
}



.newsIndexSet a.newsLink {
 height: max-content;
 padding: 0 0 0.5rem 0;
 color: var(--G900);
 text-decoration: none;
  border-bottom: 1px var(--G300) solid;
  width: 100%;
    display: flex;
    flex-direction: column;    row-gap: 0.5rem;    min-width: 260px;
}

.newsIndexSet a.newsLink:active {
 color: var(--seaBlue);
 text-decoration: none;
}

.newsTxt{text-align:left;}
.newsIndexSet a.newsLink:active .newsTag {
 background: var(--seaBlue);
 color: #fff;
 text-decoration: none;
}

@media (any-hover: hover) {
.newsIndexSet a.newsLink:hover .newsTag {
 background: var(--seaBlue);
 color: #fff;
 text-decoration: none;
 }
 }
.newsIndexSet .newsContent .newsTag {
 background: var(--G300);
 color: var(--G900);
 font-size: 0.875rem;
 text-align: center;
 min-width: max-content;
 border-radius: 8px;
padding: 2px 1rem;
  height: 24px;
  line-height: 1.5;
}

.newsIndexSet .newsDate {
 color: var(--G700);
 font-size: 0.875rem;
 line-height: 1.5rem;
 text-align: right;
 width: 100%;
 display: inline-block;
 text-decoration: none;
 font-weight: 600;
 position: initial;
 width: fit-content;
}

.noNews{text-align: center;}
.newsIndexSet .newsPin .icon-pin:before {
    color: var(--G700);
    font-size: 1.5rem;
    text-align: center;
}
@media (any-hover: hover) {
.newsIndexSet a.newsLink:hover .newsPin .icon-pin:before {
 color: var(--seaBlue);
 text-decoration: none;
 }}
/*===▽▽最新消息 詳細*/

.newsOPContent .newsOPTitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}


.newsOPContent .newsDate {
  text-align: left;
  text-indent: 8px;
}

.newsOPContent {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.news .img {
  padding: 1.5rem 0;
  max-width: 840px;
}

.news .img img {
  width: 100%;
}

.news a,
.news a:link {
  padding: 0;
  margin: 0;
  width: fit-content;
  height: fit-content;
}

.newsOPContent > div + div {
  padding-top: 1.5rem;
}

.news > div {
  padding-top: 1.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.newsOPContent > div:nth-child(1) {
  display: flex;
}


.newsOPContent .newsTag {
  background: var(--seaBlue);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  min-width: max-content;
  border-radius: 8px;
    padding: 2px 1rem;
    height: 24px;
    line-height: 1.5;
}

.newsIndexWrap,.newsOPWrap {
  padding-bottom: 2rem;
}


.newsIndexWrap div[class*="Set"],
.newsOPWrap div[class*="Set"] {
  max-width: 1230px;
  margin: auto;
  padding: 0 1rem;
}

.newsIndexSet .tabMenu {
  position: relative;
  margin-bottom: 1rem;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.newsIndexSet .newsContainer {
  height: max-content;
}

.newsIndexSet .newsContent {
  display: flex;
  flex-direction: column;
  width: 100%;
}


@media (min-width: 768px) {
 .newsIndexSet .newsContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  flex-direction: row;
 }
.newsIndexSet a.newsLink {
	 height: max-content;
 padding: 0 0 0.5rem 0;
 color: var(--G900);
 text-decoration: none;
 display: flex;
 flex-direction: row;
 align-items: baseline;
 column-gap: 0.5rem;
    align-items: center;
     flex-wrap: nowrap;
    row-gap: 0.5rem;
    text-align: left;
}
 .newsIndexSet .newsContent .newsLink .newsDate {
  position: absolute;
  bottom: initial;
  right: 8px;
  width: fit-content;
 }

 .newsIndexSet .newsContent {
  flex-direction: row;
  align-items: center;
 }
.newsIndexSet .newsTag{margin-left:32px;}
.newsIndexSet .newsPin+.newsTag{margin-left:0px;}
}

@media (any-hover: hover) {
 .newsIndexSet a.newsLink:hover {
  color: var(--seaBlue);
  text-decoration: none;
 }
}

@media (min-width: 1260px) {
 .newsIndexSet .newsContent {
  margin-top: -4px;
 }

}

@media (min-width: 1260px) {
  .newsOPContent {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  

    .newsPin{min-width: 24px;}

}

/*===△△最新消息*/


