body {
  background: #fff;
}
a {
  text-decoration: none!important;
}
.article-list {
  width: 83.3vw;
  margin: 0 auto;
}
.articel-item {
  padding-top: 1.04vw;
}
.articel-item .title {
  padding-left: 7.8vw;
  font-size: 24px;
  line-height: 48px;
  color: #333;
  font-weight: bold;
}
.articel-item .title .time {
  padding-left: 24px;
  font-size: 14px;
  color: #333;;
  font-weight: normal;
  display: inline-block;
}
.author-info {
  display: flex;
  padding-left: 7.8vw;
}
.author-info .cn-name {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.author-info .py-name {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-left: 24px;
  padding-top: 9px;
}
.author-info .line {
  color: #d8d8d8;
  padding-left: 12px;
}
.author-info .en-name {
  padding-left: 12px;
}
.author-info .position {
  padding-left: 40px;
}
.article-concent {
  margin-top: 17px;
  border-top: 4px solid #1BAF96;
  background: #F7F7F7;
  /* width: 100%; */
  padding: 1.25vw 7.81vw;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.article-concent .more {
  padding-top: 14px;
  text-align: right;
  font-size: 14px;
  line-height: 28px;
  color: #1BAF96;
  display: block;
  text-decoration: none;
}
.more-point {
  padding-top: 2.08vw;
  width: 83.3vw;
  margin: 0 auto;
}
.more-point .point-header {
  display: flex;
  justify-content: space-between;
}
.more-point .point-header .title {
  width: 144px;
  height: 48px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  line-height: 48px;
  font-style: normal;
  text-transform: none;
}
.more-point .point-header .all {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #1BAF96;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: block;
  text-decoration: none;
}
.point-list {
  padding-top: 20px;
  display: flex;
}
.point-item {
  width: 20.1vw;
  padding-right: 1.04vw;
  display: block;
}
.point-item:last-child {
  padding-right: 0;
}
.point-item img {
  width: 100%;
  height: 13vw;
}
.point-item .title {
  padding-top: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 48px;
}

.scgd-point-list {
  width: 83.4vw;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
  padding-top: 18px;
}
.scgd-point-list .scgd-point-item {
  width: 20vw;
  margin-right: 1.04vw;
  flex: 0 0 24%;
  padding-top: 24px;
  display: block;
}
.scgd-point-list .scgd-point-item:nth-child(4n),
.scgd-point-list .scgd-point-item:last-child{
  margin-right: 0;
}
.scgd-point-list .scgd-point-item img {
  width: 20vw;
}
.scgd-point-list .scgd-point-item .title {
  padding: 24px 20px 0 20px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.scgd-point-list .scgd-point-item  .subtitle {
  margin: 20px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scgd-point-list .scgd-point-item .bottom {
  padding: 0 20px 24px 20px;
  display: flex;
  justify-content: space-between;
}
.scgd-point-list .scgd-point-item .bottom .author {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #17A890;
  line-height: 21px;
  font-style: normal;
}
.scgd-point-list .content {
  background: #fff;
}
.scgd-point-list .scgd-point-item .bottom .time {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  font-style: normal;
  text-transform: none;
}
.scgd-point-detail {
  width: 83vw;
  margin: 0 auto;
  padding-top: 32px;
}
.scgd-point-detail .head-info {
  display: flex;
  padding-left: 52px;
  width: calc(100% - 52px);
  position: relative;
}
.scgd-point-detail .head-info .detail-title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 36px;
  color: #000;
  line-height: 72px;
}
.scgd-point-detail .head-info .detail-time {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 72px;
  padding-left: 30px;
  position: relative;
  top: 10px;
}
.scgd-point-detail .head-info .back {
  padding-top: 9px;
  margin-right: auto;
  display: flex;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  position: absolute;
  top: 9px;
  right: 0;
  cursor: pointer;
}
.scgd-point-detail .head-info .back .icon {
  width: 22px;
  height: 22px;
  background: url(../../images2/zcglxg/back.png) no-repeat;
  background-size: 100% 100%;
} 
.scgd-point-detail .author-info {
  display: flex;
  padding-left: 52px;
  width: calc(100% - 52px);
}
.scgd-point-detail .author-info .download {
  margin-left: auto;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: 400;
  font-size: 16px;
  color: #1BAF96;
  line-height: 40px;
  text-decoration: none;
}
.scgd-point-detail  .scgd-point-detail__content {
  margin-top: 16px;
  border-top: 4px solid #1BAF96;
  padding: 24px 150px 165px 150px;
  background: #fff;
}