.status{
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  padding: 4px 14px;
  background: #A7A6AF;
  border-radius: 2px;
  flex-shrink: 0;
  margin-left: 5px;
}
.status.active{
  background: #29ABE2;
}

.focus{
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  padding: 4px 8px;
  background: #F5F5F5;
  border-radius: 2px;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

section.content1>.inner{
  display: flex;
  width: 1100px;
}
section.content1 .left{
  margin-right: 30px;
  flex: 1;
}
section.content1 .right{
  flex: 0
}
section.content1 h2{
  font-size: 24px;
  font-weight: 500;
  color: #131415;
  line-height: 33px;
}
section.content1 .item-header,
section.content1 .item-content,
section.content1 .item-bottom{
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  margin-bottom: 20px;
}
section.content1 .item-header{
  padding: 46px 35px 35px 105px;
  position: relative;
}
section.content1 .item-header:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 183px;
  height: 150px;
  background: url("/static/images/demand/item-header.png") no-repeat ;
  background-size: cover;
}
section.content1 .item-header .title{
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}
section.content1 .item-header .title>h2{
  margin-right: 26px;
}
section.content1 .item-header .title>span{
  margin-right: 26px;
}
section.content1 .item-header p{
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 14px;
}
section.content1 .item-header .bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
section.content1 .item-header .bottom>p{
  margin-bottom: 0;
}
section.content1 .item-header .bottom>p>span:last-child{
  color: #131415;
  margin-left: 13px;
}

section.content1 .item-content{
  padding: 42px 42px 42px 89px;
}
section.content1 .item-content h3,
section.content1 .item-content p{
  font-size: 14px;
  font-weight: 400;
  color: #131415;
  margin-bottom: 14px;
}
section.content1 .item-content p{
  color: #999999;
}
section.content1 .item-content li{
  position: relative;
}
section.content1 .item-content h3:before{
  content: '';
  position: absolute;
  left: -46px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("/static/images/demand/item-content.png") no-repeat;
  background-size: cover;
}

section.content1 .item-bottom{
  padding: 33px 60px;
  text-align: center;
}
section.content1 .item-bottom h2{
  margin-bottom: 35px;
  text-align: center;
}
section.content1 .item-bottom p{
  background: rgba(231,231,231,0.33);
}
section.content1 .item-bottom a{
  line-height: 20px;
  background: #FF4802;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 16px 32px;
  border-radius: 26px;
  display: inline-block;
  margin-top: 60px;
}
section.content1 .right h2{
  font-size: 24px;
  font-weight: 500;
  color: #131415;
  padding-left: 25px;
  position: relative;
  line-height: 33px;
  height: 33px;
  margin-bottom: 8px;
}
section.content1 .right h2:before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 25px;
  background: #FF4802;
  border-radius: 2px;
}
section.content1 .right ul>li{
  display: inline-block;
  width: 350px;
  height: 230px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #E7E7E7;
}

section.content1 .right ul>li>a{
  display: block;
  padding: 25px;
}
section.content1 .right ul>li>a .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
section.content1 .right ul>li>a .title h3{
  font-size: 14px;
  font-weight: 500;
  color: #131415;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


section.content1 .right ul>li>a p{
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}

section.content2{
  text-align: center;
}
section.content2>.inner>a{
  line-height: 20px;
  background: #FF4802;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 16px 32px;
  border-radius: 26px;
}