.caseBg{
  margin-top: 83px;
  position: relative;
  width: 100%;
  /*height: 565px;*/
}
.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: 50px;
  flex: 2;
}
.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-item{
  width: 100%;
  height: 217px;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  padding-left: 11px;
  padding-right: 23px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.news-img{
  width: 260px;
  height: 195px;
  border-radius: 10px;
}
.news-right{
  /*width: 620px;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5px;
}
.news-title{
  width: 100%;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.news-desc{
  width: 100%;
  white-space: normal;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-bottom: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-time{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.pager{
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 58px;
}
.pager-item-first,.pager-item-last{
  width: 40px;
  height: 40px;
}
.pager-item{
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  text-align: center;
  line-height: 40px;
  margin-right: 8px;
  margin-left: 8px;
}

.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 img{
  width: 21px;
  height: 22px;
  margin-right: 16px;
}
.new-tag.first{
  color: #124BDF;
}
.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;
}