.content {
  background: url(../images/ywbj_bg.png) no-repeat top center;
  background-size: 1920px auto;
}
.ywbj_img {
  box-shadow: 0px 0px 21px 0px rgba(0, 133, 246, 0.35);
  border: solid 6px #ffffff;
  overflow: hidden;
}
.ywbj_img img {
  height: 442px;
}
.ywbj_info_box {
  height: 100%;
  position: relative;
  background: url(../images/ywbj_icon2.png) no-repeat top right;
}
.ywbj_title {
  margin-bottom: 20px;
  padding-left: 26px;
  position: relative;
}
.ywbj_title::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 34px;
  background-color: #eda000;
}
.ywbj_title span {
  padding-right: 20px;
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
  background: linear-gradient(to right, #0084f6, #00bbcc);
}
.ywbj_text {
  font-size: 20px;
  font-weight: normal;
  color: #666666;
}
.ywbj_info {
  margin-top: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  align-items: center;
}
.ywbj_info i {
  margin-right: 30px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: block;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/ywbj_icon.png);
}
.ywbj_info p {
  font-size: 22px;
  font-weight: normal;
  color: #0084f7;
  margin-bottom: 15px;
}
.ywbj_info b {
  font-size: 54px;
  font-weight: bold;
  background: linear-gradient(to bottom, #0084f6, #00bbcc);
}
.ywbj_info span {
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
}
.ywbj_info:hover i {
  transform: rotateY(360deg);
}
@media (max-width: 600px) {
  .ywbj_info a {
    padding: 0 10px;
  }
}
.ywbj_more {
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 151px;
  height: 44px;
  background-color: #eda000;
  border: 1px solid #eda000;
  border-radius: 22px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ywbj_more i {
  margin-left: 10px;
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/title_more3.png);
}
.ywbj_more:hover {
  background-color: #fff;
  color: #eda000;
}
.ywbj_more:hover i {
  background-image: url(../images/title_more_cur.png);
}
