.newcenter {
  width: 100%;
  margin-top: 89px;
  height: 756px;
  background: url(../img/newcenter/header.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 336px;
}
.newcenter h1 {
  width: 400px;
  height: 65px;
  font-size: 70px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 65px;
  opacity: 0.9;
  margin: 0 auto;
  letter-spacing: 10px;
}
.newcenter_content {
  width: 750px;
  height: 658px;
  margin: 0 auto;
  margin-top: 140px;
  margin-bottom: 153px;
  margin-bottom: 60px;
  overflow: hidden;
}
.newcenter_content_text {
  height: 40px;
  margin-bottom: 54px;
  position: relative;
}
.newcenter_content_text p {
  width: 507px;
  height: 1px;
  border: 1px solid rgba(60, 60, 60, 1);
  opacity: 0.16;
  position: absolute;
  left: 290px;
  bottom: -37px;
}
.newcenter_content_text a{
  width: 750px;
}
.newcenter_content_text span:nth-child(1) {
  display: inline-block;
  width: 229px;
  height: 36px;
  background: rgba(60, 60, 60, 1);
  background: url(../img/newcenter/bg.png) no-repeat center center;
  background-size: cover;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  margin-right: 63px;
  margin-top: 30px;
}
.newcenter_content_text span:nth-child(2) {
  display: inline-block;
  width: 441px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(13, 13, 13, 1);
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  vertical-align: middle;
}
.line {
  display: inline-block;
  margin-left: 5px;
  opacity: 0.25;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  position: relative;
  top: -2px;
}
