.projectBiddingInformation .middlePbi {
  width: 600px;
  height: 469px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  opacity: 1;
  border-radius: 0px 4px 4px 0px;
  margin-left: 20px;
}
.projectBiddingInformation .middlePbi ul {
/*  display: flex;*/
  flex-flow: wrap;
}

.projectBiddingInformation .middlePbi ul li {
  margin: 18px 0 0 11px;
  display: flex;
  min-width: 446px;
}
/* 最后li里面的div去掉底边框 */
.projectBiddingInformation .middlePbi ul li:last-child .zbData {
  border-bottom: 0;
}
.projectBiddingInformation .middlePbi .zbData {
  border-bottom: 1px solid #f2f2f2;
  opacity: 1;
  margin-right: 24px;
  width: 100%;
}
.projectBiddingInformation .middlePbi .zbDatas {
  display: flex;
  justify-content: space-between;
}
.projectBiddingInformation .middlePbi .zbData a {
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 424px;
}
.projectBiddingInformation .middlePbi .zbDatas .zbDataType {
  display: flex;
}
.projectBiddingInformation .middlePbi .zbDatas .zbDataType {
  margin-top: 16px;
}
.projectBiddingInformation .middlePbi .zbDatas .zbDataType p:nth-child(1) {
  min-width: 88px;
  height: 24px;
  background: #ebf2fe;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #337ff5;
  text-align: center;
}
.projectBiddingInformation .middlePbi .zbDatas .zbDataType p:nth-child(2) {
  min-width: 64px;
  height: 24px;
  background: #fdf3f3;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #d83434;
  margin-left: 16px;
  text-align: center;
}
.projectBiddingInformation .middlePbi .zbDatas .zbDataTime {
  margin-top: 19px;
  max-width: 78px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #979dab;
  opacity: 1;
}
.projectBiddingInformation .middlePbi .zbDatas {
  margin-bottom: 12px;
}

.projectBiddingInformation .rightPbi1{
	width: 288px;
	background-color: #F2F2F2;
	margin-left: 12px;
}
.projectBiddingInformation .rightPbi1 .pbiTitle{
		width: 195px;
    height: 31px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: black;
    opacity: 1;
    padding-top: 32px;
    margin-left: 24px;
}
.projectBiddingInformation .rightPbi1 .pbiTitle em{
		font-style: normal;
		color:#D83434;
}

.projectBiddingInformation .rightPbi1 .hotkeyword{
		margin-top: 20%;
}
.projectBiddingInformation .rightPbi1 .hotkeyword ul{
		display: flex;
		flex-flow: wrap;
		width: 280px;
}

.projectBiddingInformation .rightPbi1 .hotkeyword ul li{
		display: flex;
		/* flex: 1; */
		width: 25%;
		padding: 10px 0px 10px 5px;
}
.paixu{
		display: flex;
		flex-flow: wrap;
		background: #FFFFFF;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 6%);
    opacity: 1;
    border-radius: 4px;
    margin: 0 auto;
    padding: 24px;
    width: 1200px;
}
.paixu .zimu ul
{
		display: flex;
		flex-flow: wrap;
}
.paixu .zimu ul li
{
		display: flex;
		flex: 1;
		margin: 0px 10px 10px 5px;
		padding-left: 4%;
		background-color: #F2F2F2;
		width: 70px;
}

.resbox ul
{
		display: flex;
		flex-flow: wrap;
}
.resbox ul li
{
		display: flex;
		margin: 0px 10px 10px 5px;
}
.resbox ul a
{
    color: #3F454B;
}
.order {
  min-width: 1200px;
  background: url(../images/home/BJ42x.png) no-repeat;
  background-size: 100% 100%;
  height: 118px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.order div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order h1 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-right: 48px;
}

.order span {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 15px;
  color: #FFFFFF;
}

.order a {
  width: 158px;
  height: 40px;
  border: 1px solid #FFFFFF;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 52px;
}

.newPbData
{
	
border-bottom: 1px solid #F2F2F2;
}

 .newPbDatabox ul li {
  max-width: 560px;
  margin: 24px 16px 24px 16px;
  display: flex;
}

 .newPbDatabox .newPbDatas {
  display: flex;
  justify-content: space-between;
  width: 880px;
}
 .newPbDatabox .newPbData a {
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 560px;
  display: inline-block;
}
 .newPbDatabox .newPbDatas .newPbDatasType {
  display: flex;
}
 .newPbDatabox .newPbDatas .newPbDatasType {
  margin-top: 16px;
}
 .newPbDatabox .newPbDatas .newPbDatasType p:nth-child(1) {
  min-width: 88px;
  height: 24px;
  background: #ebf2fe;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #337ff5;
  text-align: center;
}
 .newPbDatabox .newPbDatas .newPbDatasType p:nth-child(2) {
  min-width: 64px;
  height: 24px;
  background: #fdf3f3;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #d83434;
  margin-left: 16px;
  text-align: center;
}
 .newPbDatabox .newPbDatas .newPbDatasTime {
  margin-top: 19px;
  max-width: 78px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #979dab;
  opacity: 1;
}

.rightHeader {
  height: 338px;
  background-image: url(../images/industryWebsite/bj2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.rightHeader .topContent span:nth-child(1) {
  width: 64px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #fee38c;
  opacity: 1;
}
.rightHeader .topContent {
  /*margin-top: 40px;*/
 padding-top: 40px;
  margin-left: 40px;
}
.rightHeader .topContent span:nth-child(2) {
  width: 92px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #fee38c;
  opacity: 1;
  margin-left: 16px;
}
.rightHeader .VIPZS {
  width: 128px;
  height: 32px;
  background: linear-gradient(180deg, #fee38c 0%, #ffac50 100%);
  box-shadow: 0px 3px 12px rgba(200, 25, 25, 0.5);
  border-radius: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 32px;
  color: #d83434;
  opacity: 1;
  margin: 20px 0px 0 60px;
  text-align: center;
  cursor: pointer;
}
.rbottomContent {
  margin: 0 auto;
}
.rbottomContent .VIPXTQ {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.rbottomContent .line {
  width: 48px;
  height: 0px;
  border: 1px solid #fee38c;
  opacity: 1;
  margin-top: 10px;
}
.rbottomContent p {
  width: 76px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #fee38c;
  opacity: 1;
  margin: 0 8px;
}
/* .rbottomContent .VIPxinxi {
  margin-top: 17px;
} */

.rbottomContent .VIPxinxi div {
  display: flex;
  justify-content: center;
}
.rbottomContent .VIPxinxi p {
  width: 78px;
  height: 17px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 17px;
  color: #ffffff;
  opacity: 1;
  margin: 12px 15px 5px 10px;
}


.rightHeader1 {
  width: 288px;
  margin-top: 16px;
  height: 338px;
  background-image: url(../images/industryWebsite/bj2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.rightHeader1 .topContent1 span:nth-child(1) {
  width: 64px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #fee38c;
  opacity: 1;
}
.rightHeader1 .topContent1 {
  /*margin-top: 40px;*/
 padding-top: 30px;
  margin-left: 60px;
}
.rightHeader1 .topContent1 span:nth-child(2) {
  width: 92px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #fee38c;
  opacity: 1;
  margin-left: 16px;
}
.rightHeader1 .VIPZS1 {
  width: 128px;
  height: 32px;
  background: linear-gradient(180deg, #fee38c 0%, #ffac50 100%);
  box-shadow: 0px 3px 12px rgba(200, 25, 25, 0.5);
  border-radius: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 32px;
  color: #d83434;
  opacity: 1;
  margin: 20px 0px 0 80px;
  text-align: center;
  cursor: pointer;
}
.rbottomContent1 {
  margin: 0 auto;
}
.rbottomContent1 .VIPXTQ1 {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.rbottomContent1 .line1 {
  width: 48px;
  height: 0px;
  border: 1px solid #fee38c;
  opacity: 1;
  margin-top: 10px;
}
.rbottomContent1 p {
  width: 76px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #fee38c;
  opacity: 1;
  margin: 0 8px;
}
/* .rbottomContent .VIPxinxi {
  margin-top: 17px;
} */

.rbottomContent1 .VIPxinxi1 div {
  display: flex;
  justify-content: center;
}
.rbottomContent1 .VIPxinxi1 p {
  width: 78px;
  height: 17px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 17px;
  color: #ffffff;
  opacity: 1;
  margin: 12px 15px 5px 10px;
}