.visitPageTop {
  background: url("/static/img/newsBg.jpg") no-repeat center;
  background-size: cover;
}
.newsDetailPage.bgcommon {
  margin-top: 104px;
}
.newsCon {
  display: flex;
  padding-top: 168px;
}
.newConL {
  margin-right: 96px;
  border-radius: 24px;
  padding: 48px;
  background: var(--light-gray-80, rgba(244, 244, 244, 0.8));
  border: 1px solid var(--gray, rgba(234, 232, 231, 1));
}
.newConR {
  flex: 1;
  border-top: 1px solid var(--gray, rgba(234, 232, 231, 1));
}
.newConLT {
  width: 182px;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 8px;
  backdrop-filter: blur(24px);
}
.newConLTD {
  font-family: "noto600";
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 32px;
}
.newConLNavs {
  font-family: "noto600";
  font-size: 20px;
  line-height: 180%;
}
.newConLNav {
  margin-bottom: 10px;
  cursor: pointer;
}
.newConLNav:last-child {
  margin-bottom: 0;
}
.newConLNav .newsNavImg {
  opacity: 0;
  vertical-align: sub;
  margin-right: 4px;
}
.newConLNav.active .newsNavImg {
  opacity: 1;
}
.newsNavImg {
  width: 24px;
  height: 24px;
}
.newConLNav.red {
  color: var(--pink, rgba(213, 32, 87, 1));
}
.newConLNav.blue {
  color: rgba(67, 141, 204, 1);
}
.newConLNav.green {
  color: rgba(123, 178, 59, 1);
}
.newsItem {
  cursor: pointer;
  padding: 24px 0;
  padding-right: 56px;
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--gray, rgba(234, 232, 231, 1));
  align-items: center;
}
.newsImg {
  width: 256px;
  border-radius: 8px;
  margin-right: 48px;
}
.goDetail {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newsTitle {
  display: flex;
  margin-bottom: 16px;
}
.newsTitleTime {
  font-family: "noto600";
  font-size: 16px;
  line-height: 180%;
  color: var(--black, rgba(48, 26, 19, 1));
  margin-left: 16px;
  vertical-align: middle;
}
.newsTitleTag {
  border-radius: 4px;
  padding: 4px 8px;
  font-family: "noto600";
  font-size: 12px;
  line-height: 180%;
  color: #fff;
}
.newsTitleTag.greenBg {
  background: var(--green, rgba(162, 220, 95, 1));
}
.newsTitleTag.blueBg {
  background: #5fa2dc;
}

.newsDesc {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "noto600";
  font-size: 16px;
  line-height: 180%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDetailTopDiv {
  padding-top: 120px;
}
.newsDetailTop {
  position: relative;
  border-radius: 24px;
  border-width: 1px;
  padding: 48px;
  backdrop-filter: blur(24px);
  background: var(--light-gray-80, #f4f4f4cc);
  border: 1px solid var(--gray, #eae8e7);
}
.newsDetailTopTitle {
  font-family: "noto600";
  font-size: 32px;
  line-height: 180%;
  margin-bottom: 8px;
}
.newsDetailTopDivImg {
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 24px;
  width: 400px;
  height: 400px;
  transform: translateY(-50%);
}
.newsDetailCon {
  width: calc(1200px - 140px);
  margin: 0 auto;
  margin-top: 100px;
}
.maxw400 {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.goNewsList {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 120px;
  width: fit-content;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-radius: 48px;
  border-width: 1px;
  color: #fff;
  margin-bottom: 240px;
  background: var(--black, #301a13);
  border: 1px solid var(--gray, #eae8e7);
}
.goNewsList:hover {
  color: #fff;
}
.icon_note {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.newsDetailCon a{
  color: var(--pink, rgba(213, 32, 87, 1));
  text-decoration: underline;
}
.newsDetailCon ul,ul li{
  list-style: disc;
  margin: auto;
  padding: revert;
}
@media screen and (max-width: 1280px) {
  .newsDetailCon {
    width: calc(100% - 216px);
  }
}
@media screen and (max-width: 650px) {
  .visitPageTop {
    background: url("/static/img/newsBg375.jpg") no-repeat center;
    background-size: cover;
  }
  .newsCon {
    display: flex;
    flex-direction: column;
    padding-top: 104px;
  }
  .newConL {
    margin-right: 0;
    border-radius: 0;
    padding: 0;
    background: #fff;
    border: none;
    margin-bottom: 56px;
  }
  .newConLT {
    font-size: 24px;
    line-height: 100%;
  }
  .newConLTD {
    font-size: 16px;
    line-height: 180%;
  }
  .newConLNavs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .newConLNav {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    gap: 4px;
    border-radius: 40px;
    border-width: 1px;
    background: var(--light-gray-80, #f4f4f4cc);
    border: 1px solid var(--gray, #eae8e7);
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 0px;
  }
  .newsNavImg {
    width: 16px;
    height: 16px;
  }
  .newConLNav.active.red {
    background-color: var(--pink, rgba(213, 32, 87, 1));
  }
  .newConLNav.active.green {
    background-color: rgba(123, 178, 59, 1);
  }
  .newConLNav.active.blue {
    background-color: rgba(67, 141, 204, 1);
  }
  .newConLNav .newsNavImg {
    display: none !important;
  }
  .newConLNav.active .newsNavImg.show375 {
    display: block !important;
  }
  .newConLNav.active {
    color: #fff;
  }
  .newsItem {
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .newsImg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .newsRCon {
    padding-right: 46px;
    position: relative;
  }
  .goDetail {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: unset;
    bottom: 29px;
    transform: translateY(0);
  }
  .newsDetailTopDivImg {
    position: relative;
    right: unset;
    top: unset;
    border-radius: 24px;
    width: calc(100% - 40px);
    display: block;
    margin:  0 auto;
    height: auto;
    margin-top: -32px;
    transform: translateY(0);
  }
  .newsDetailTop {
    background:none;
    border-radius: 0px;
    padding: 0;
    border: none;
  }
  .newsDetailTopDiv {
  }
  .w1200.newsDetailTopDiv {
    width: 100%;
  }
  .newsDetailTopDiv .otherNavs {
    flex-wrap: wrap;
    line-height: 26px;
  }
  .newsTitle {
    margin-bottom: 32px;
  }
  .newsDetailPage.bgcommon {
    margin-top: 0;
    background-image: none;
  }
  .newsDetailTopDiv {
    margin-top: 128px;
    margin-bottom: 56px;
  }
  .bg375 {
  background: var(--light-gray-80, #f4f4f4cc);
  border: 1px solid var(--gray, #eae8e7);
    
    border-radius: 0px;
    padding: 20px;
  }
  .newsDetailTopTitle {
    font-size: 24px;
    line-height: 160%;
  }
  .goNewsList {
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-radius: 48px;
    border-width: 1px;
    width: calc(100% - 40px);
    text-align: center;
    color: #fff;
    margin-bottom: 120px;
    background: var(--black, #301a13);
    border: 1px solid var(--gray, #eae8e7);
  }
}
