.caseBg-img-text{
  font-size: 48px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.main{
  width: 100%;
  height: auto;
  /*padding-left: 230px;
  padding-right: 230px;*/
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
.container-left{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 960px;
  padding-top: 10px;
}
.Breadcrumb{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.Breadcrumb img{
  width: 10px;
  height: 10px;
  margin-right: 9px;
  margin-left: 9px;
}
.vertical-line{
  background: rgba(33, 34, 41, 1);
  width: 4px;
  height: 15px;
  margin-right: 19px;
}
.Breadcrumb-item{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.now-item{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0D4CDE;
}
.news-detail{
  width: 100%;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
}
.news-detail-title{
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 22px;
}
.news-detail-time{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-bottom: 28px;
}
.news-detail-content{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.label-box{
  display: flex;
  padding: 15px 0
}
.label-name{
  background-color: #f5f5f5;
  font-size: 12px;
  padding: 4px;
  border-radius: 999rem;
  padding-right: 16px;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-right: 15px;
  color: #333;
}
.label-name:before{
  content: "#";
  color: #e62828;
  border-radius: 100%;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 6px;
  font-weight: 700;
}
.relevantInfo{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.relevantInfo-title{
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
}
.relevantInfo-content{
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.relevantInfo-item{
  width: 424px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*margin-right: 40px;
  margin-bottom: 43px;*/
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  height: 40px;
  line-height: 40px;
}


.container-right{
  width: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 11px;
}
.container-right-top{
  width: 100%;
  display: flex;
  padding-left: 26px;
  padding-right: 26px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  background-color: white;
}
.top-title{
  width: 182px;
  height: 50px;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  background-image: url(../img/home_con03_cintact_title_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.new-tag{
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 64px;
  display: flex;
  align-items: center;
}
.new-tag.last{
  border: none;
}
.new-tag .red-block{
  width: 5px;
  height: 20px;
  background-color: red;
}
.recommend-box{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
}
.recommend-title{
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
}
.recommend-line{
  width: 113px;
  height: 1px;
  background-color: #EEEEEE;
}
.recommend-item{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-bottom: 40px;
}
.recommend-item img{
  width: 358px;
  height: 269px;
}
.project-name{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #212229;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.container-right-bottom{
  width: 100%;
  display: flex;
  padding-left: 26px;
  padding-right: 26px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  background-color: white;
}
