@charset "UTF-8";
/**
* 培训考核-证书推荐
* date:2023-6-12
* author: xy;
*/
.train-choose {
  height: 145px;
  background: #FFFFFF;
  background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 6px 24px rgba(1, 86, 137, 0.1);
  border-radius: 2px;
  padding: 20px 0 15px 20px;
  margin-bottom: 30px;
}
.train-choose-item {
  display: flex;
  line-height: 30px;
}
.train-choose-item .label {
  width: 70px;
  color: #6D758F;
  font-size: 14px;
  height: 30px;
}
.train-choose-item ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.train-choose-item ul li {
  height: 30px;
  width: 156px;
  text-align: center;
  background: rgba(233, 236, 245, 0.66);
  border-radius: 3px;
  margin: 0 0 10px 12px;
  font-size: 14ppx;
  color: #6D758F;
  cursor: pointer;
}
.train-choose-item ul li:nth-child(9), .train-choose-item ul li:nth-child(10), .train-choose-item ul li:nth-child(11), .train-choose-item ul li:nth-child(12), .train-choose-item ul li:nth-child(13), .train-choose-item ul li:nth-child(14) {
  width: 72px;
}
.train-choose-item ul li:hover, .train-choose-item ul li.active {
  background: #197AFF;
  color: #fff;
}

.content-bd img {
  width: 950px;
  height: 402px;
}