.cb-jcss-green-low-carbon-page .news_banner {
  overflow: hidden;
  background: url("../images-v2/cb-jcss-green-low-carbon-header-bg.png") center center no-repeat;
  background-size: auto 100%;
  width: 100%;
  max-width: 1920px;
  height: 320px;
  margin: 0 auto
}

.cb-jcss-green-low-carbon-page .model-title {
  font-size: 30px;
  color: #333c42;
  width: fit-content;
  line-height: 35px;
  height: 45px;
  border-bottom: 2px solid #cc1f1d;
  text-align: center;
  font-family: PingFangSC-Regular;
  box-sizing: content-box;
  margin: 90px auto 40px;
}

.cb-jcss-green-low-carbon-page .module-file{
  display: flex;
  align-items: center;
  justify-content: center;
}

.cb-jcss-green-low-carbon-page .module-file .file,
.cb-jcss-green-low-carbon-page  .module-foot-file .file {
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 22px; /* 157.143% */
  position: relative;
  word-break: break-all;
  cursor: pointer;
  margin-bottom: 16px;
}

.cb-jcss-green-low-carbon-page .module-file .file:hover,
.cb-jcss-green-low-carbon-page  .module-foot-file .file:hover{
  color: #4170ff;
}



.cb-jcss-green-low-carbon-page .model-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto 40px;
}
.cb-jcss-green-low-carbon-page .model-content_foot{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto 40px;
}
.cb-jcss-green-low-carbon-page .model-content_foot .model-content-item{
  display: flex;
  flex-direction: column;
  width: 387px;
  background: #FFF;
}
.cb-jcss-green-low-carbon-page .model-content_foot .model-content-item .module-foot{
  color: #4170ff;
  font-size: 24px;
  font-family: PingFangSC-Regular;
}
.cb-jcss-green-low-carbon-page  .module-foot-file{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 500px;
  margin: 0 auto 40px;
  align-items: center;
  border: 1px solid var(---4, #E4E9F2);
  background: #FFF;
  padding: 88px 37px 83px;
}
.cb-jcss-green-low-carbon-page .model-content .model-content-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 387px;
  border: 1px solid var(---4, #E4E9F2);
  background: #FFF;
  padding: 88px 37px 83px;
  height: 650px;
  margin-right: 16px;
}

.cb-jcss-green-low-carbon-page .model-content .model-content-item:last-child{
  margin-right: 0;
}

.cb-jcss-green-low-carbon-page .model-content .model-content-item img{
  width: 120px;
  height: 120px;
  margin-bottom: 53px;
}

.cb-jcss-green-low-carbon-page .model-content .model-content-item .img-title{
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  margin-bottom: 40px;
}

.cb-jcss-green-low-carbon-page .model-content .model-content-item .img-desc
{
  width: 100%;
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 22px; /* 157.143% */
  padding-left: 16px;
  position: relative;
  word-break: break-all;
}
.module-foot-file .model-content-item .img-desc {
  width: 100%;
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 22px; /* 157.143% */
  padding-left: 16px;
  position: relative;
  word-break: break-all;
}
.cb-jcss-green-low-carbon-page .model-content .model-content-item .img-desc::before,
.module-foot-file .model-content-item .img-desc::before
{
  line-height: 22px;
  height: 22px;
  font-size: 46px;
  content: '.';
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
}

.cb-jcss-green-low-carbon-modal-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.cb-jcss-green-low-carbon-modal-content{
  width: 1000px;
  height: 80vh;
  color: #000;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
}

.cb-jcss-green-low-carbon-modal-close{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 72px;
  z-index: 999;
  background-color: #ffffff;
  font-size: 24px;
  text-align: right;
  padding-right: 24px;
  padding-top: 16px;
  color: #000;
}

#toolbar{
  display: none !important;
}