* {
  margin: 0;
  padding: 0;
  font-family: AlibabaPuHuiTi-Regular;
  list-style: none;
}

body {
  overflow-y: auto !important;
}

.news-column {
  width: 100%;
  height: 330px;
}

.news-column .swiper {
  height: 100% !important;
}

.news-column-header {
  position: relative;
  width: 100%;
  height: 100%;
  color: #ff9e00;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.news-column-header-content {
  position: relative;
  width: var(--hualu-content-width);
  margin: 0 auto;
}

.news-column-header-title {
  position: absolute;
  top: 160px;
  height: 61px;
  font-size: 30px;
  font-family: AlibabaPuHuiTi-Regular;
  line-height: 61px;
}

.news-column-header-subTitle {
  position: absolute;
  top: 210px;
  height: 35px;
  font-size: 17px;
  font-family: AlibabaPuHuiTi-Regular;
  line-height: 35px;
}

.news-column-header-subTitle::after {
  position: absolute;
  top: 40px;
  left: 0;
  width: 29px;
  height: 3px;
  background: #ff9e00;
  border-radius: 2px;
  content: '';
}
.content-bot-bg {
  position: relative;
  width: 100%;
  height: auto;
  /*background: url("../image/content-bottom-background.png") bottom no-repeat;*/
}

.content-background {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 700px;
  background: url('../image/content-bottom-background.png') bottom no-repeat;
  background-size: cover;
}

.news-column-content {
  display: flex;
  gap: 40px;
  width: var(--hualu-content-width);
  height: auto;
  margin: 50px auto 0;
}

.news-column-content-left {
  display: flex;
  flex-direction: column;
  width: 140px;
  height: auto;
  overflow: hidden;
}

.news-column-content-left-title {
  width: 100%;
  height: 49px;
  color: white;
  font-size: 18px;
  font-family: AlibabaPuHuiTi-Regular;
  line-height: 49px;
  text-align: center;
  background: #ff9e00 url('../image/news-detail-title-background.png') no-repeat center left;
}

.news-column-content-left-columns {
  display: flex;
  flex-direction: column;
  color: #666666;
  font-size: 14px;
  background: #f7f7f7;
}

.news-column-content-left-columns .second-menu {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /*min-height: 58px;*/
  height: auto;
  cursor: pointer;
  transition: 0.5s;
  /*border-bottom: 3px solid #F7F7F7;*/
}

.news-column-content-left-columns .second-menu a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.news-column-content-left-columns .second-menu > a {
  text-align: center;
}

.third-menu {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 0;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s;
}

.third-menu > li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.third-menu > li > a {
  box-sizing: border-box;
  padding-left: 45px;
  text-align: left;
}

.forth-menu > li {
  width: 100%;
  height: 36px;
  padding-left: 5px;
  line-height: 36px;
  text-align: center;
}

.forth-menu > li > a {
  box-sizing: border-box;
  padding-left: 48px;
  text-align: left;
}

.left-columns-active {
  color: #ff9e00;
  background: white;
}
.left-columns-active > ul {
  height: auto;
  color: #666666 !important;
  opacity: 1;
}

.third-menu > .left-columns-active > a {
  background: #fff5e4;
  /*border-bottom: 2px solid #FF9E00 !important;*/
}

.forth-menu > .left-columns-active > a {
  background: #fff5e4;
  /*border-bottom: 2px solid #FF9E00 !important;*/
}

.news-column-content-right {
  flex: 1;
  margin-bottom: 50px;
  overflow: hidden;
}

@media screen and (min-height: 650px) {
  .news-column-content-right {
    flex: 1;
    min-height: calc(100vh - 410px);
  }
}

@media screen and (min-height: 1200px) {
  .news-column-content-right {
    flex: 1;
    min-height: calc(100vh - 490px);
  }
}

.news-column-content-right-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbd4cd;
}

.news-column-content-right-header-title {
  position: relative;
  margin-left: 10px;
  color: #333333;
  font-size: 20px;
}

.news-column-content-right-header-title::after {
  position: absolute;
  top: 4px;
  left: -11px;
  width: 3px;
  height: 21px;
  background: #ff9e00;
  border-radius: 2px;
  content: '';
}

.news-column-content-right-header-crumbs {
  display: flex;
  gap: 12px;
  color: #999999;
  font-size: 14px;
}

.news-column-content-right-header-crumbs li:first-child {
  width: 12px;
  height: 20px;
  background: url('../image/news-detail-home-icon (2).png') no-repeat center center;
}

.news-column-content-right-header-crumbs li:last-child {
  color: #333333;
}

.news-column-content-right-top-news {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 270px;
  margin-top: 30px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 2px;
}

.news-column-content-right-top-news-image {
  width: 346px;
  height: 100%;
  background: url('../image/news-detail-topnews-img.png') no-repeat;
  background-size: cover;
}

.news-column-content-right-top-news-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
}

.news-column-content-right-top-news-content .title {
  color: #333333;
  font-size: 21px;
}

.news-column-content-right-top-news-content .detail {
  color: #999999;
  font-size: 18px;
}

.news-column-content-right-top-news-content .read_more {
  margin-top: auto;
  color: #999999;
  font-size: 20px;
}

.news-column-list-item {
  display: flex;
  gap: 24px;
  width: 100%;
  height: 126px;
  margin: 30px 0 24px;
  border-bottom: 1px dashed #999999;
  cursor: pointer;
}

.news-column-list-date {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  /*justify-content: space-around;*/
  text-align: center;
  background: url('../image/news-date-background.png') no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.news-column-list-day {
  color: #666666;
  font-size: 34px;
  line-height: 56px;
  border-bottom: 1px solid #d9d3d3;
}

.news-column-list-month {
  flex: 1;
  color: #999999;
  font-size: 18px;
  line-height: 40px;
}

.news-column-list-content {
  display: flex;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  transition: 0.3s;
}

.news-column-list-content-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 90%;
  color: #333333;
}
.news-column-list-content-left .title {
  font-size: 21px;
  /*transition: .3s;*/
}

.news-column-list-content-left .detail {
  display: -webkit-box;
  overflow: hidden;
  color: #999999;
  font-size: 18px;
  line-height: 32px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-column-list-content-right {
  width: 40px;
  height: 40px;
  margin-top: 25px;
  background: url('../image/news-detail-jump.png') no-repeat;
}

.news-column-list-item:hover .news-column-list-date {
  color: white;
  background: url('../image/news-date-background-active.png') no-repeat;
}

.news-column-list-item:hover .news-column-list-day {
  color: white;
  border-bottom: 1px solid white;
}

.news-column-list-item:hover .news-column-list-month {
  color: white;
  line-height: 40px;
}

.news-column-list-item:hover .news-column-list-content .news-column-list-content-left .title {
  color: #ff9e00;
}

.news-column-list-item:hover .news-column-list-content {
  /*border-bottom: 1px dashed #FF9E00;*/
}

.news-column-list-item:hover .news-column-list-content .news-column-list-content-right {
  background: url('../image/news-detail-jump-active.png') no-repeat;
}

.news-column-content-right .news-column-empty {
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}

.team-manage {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.team-item {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 220px;
  padding: 20px;
  background: #fafafa;
}

.person-avatar {
  box-sizing: border-box;
  width: 150px;
  height: 180px;
}

.person-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  box-sizing: border-box;
  height: 180px;
}

.person-name {
  box-sizing: border-box;
  height: 24px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.person-line {
  width: 769px;
  height: 2px;
  background: linear-gradient(270deg, rgba(255, 205, 0, 0) 0%, #ff9e00 100%);
  opacity: 0.42;
}
.person-desc {
  display: -webkit-box;
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  margin-top: auto;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 鏄剧ず涓よ */
}

/* .esg-report-content{
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.esg-report-item{
    width: 23%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 410px;
} */
.esg-report-content {
  /* 改为 Grid 布局 */
  display: grid;
  /* 自动换行（替代 flex-wrap: wrap） */
  grid-auto-flow: row;
  /* 核心：一行4列，每列宽度均分（1fr） */
  grid-template-columns: repeat(4, 1fr);
  /* 防止容器宽度不足时列挤压，可选：最小列宽兜底 */
  grid-template-columns: repeat(auto-fill, minmax(calc(25% - 7.5px), 1fr));
  /* 兼容旧版浏览器的 gap 写法（可选） */
  gap: 10px;
  width: 100%;
  /* 列间距（对应原gap:10px） */
  column-gap: 10px;
  /* 行间距（如果有多行，补充行间距，保持和列间距一致） */
  row-gap: 10px;
}

.esg-report-item {
  /* 无需设置 width:23%（Grid 已自动均分） */
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  /* 可选：强制占满网格单元格，避免内容撑破 */
  width: 100%;
  height: 410px;
}

.esg-cover {
  height: 321px;
}

.esg-tools {
  display: flex;
  justify-content: space-between;
}
.esg-title {
  max-width: 80%;
  height: 40px;
  color: #333333;
  font-size: 15px;
  line-height: 22px;
}
.esg-tools .esg-report-download {
  width: 18px;
  height: 16px;
  background: url('../image/esg-download.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}

/*@media screen  and (min-width: 1430px){*/
/*    .esg-cover{*/
/*        height: 310px;*/
/*    }*/

/*}*/

/*@media screen  and (min-width: 1650px){*/
/*    .esg-cover{*/
/*        height: 410px;*/
/*    }*/
/*}*/

/*@media screen  and (min-width: 1900px){*/
/*    .esg-cover{*/
/*        height: 420px;*/
/*    }*/
/*    .esg-title{*/
/*        font-size: 17px;*/
/*    }*/
/*}*/

/*@media screen  and (min-width: 2500px){*/
/*    .esg-cover{*/
/*        height: 500px;*/
/*    }*/
/*    .esg-title{*/
/*        font-size: 20px;*/
/*    }*/
/*}*/
