.research-manage .banner-wrap{
  padding: 65px 0;
  text-align: center;
  background: url('/res/images/research/manage/bannerBg.png') no-repeat;
  background-size: 100% 100%;
}

.research-manage .intel {
  padding: 50px 0 44px;
}
.research-manage .container {
  display: flex;
  justify-content: space-between;
}
.research-manage .intel-wrap {
  width: 382px;
  background: #FFFFFF;
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding:23px 26px 30px;
  box-sizing: border-box;
}

.research-manage .intel-top {
  display: flex;
  justify-content: space-between;
}

.research-manage .intel-top .intel-top-box {
  background: #FFFFFF;
  border: 1px solid #0000001a;
  border-radius: 4px;
  padding: 2px 0px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: #333333;
  width: 70px;
  margin-left: auto;
}

.research-manage .intel-des {
  font-size: 16px;
  color: #006AE1;
  margin-top: 10px;
}

.research-manage .apply {
  padding: 50px 0 75px;
  background: #EBF2FF;
}

.research-manage .apply .container {
  display: flex;
  justify-content: space-around;
}

.research-manage .ask {
  padding: 50px 0 70px;
}

.research-manage .ask .ask-box {
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 382px;
  height: 243px;
}

.research-manage .ask .ask-box-top {
  padding: 22px 26px;
}

.check-img {
  vertical-align: sub;
  margin-right: 5px;
}