@charset "UTF-8";
/*
 * @Descripttion: 弱势群体专区
 * @Author: fms
 * @Date: 2023-01-19
 */
.banner {
  background: url("../images/index/banner-bg.jpg") center no-repeat;
}

.content {
  overflow: hidden;
  padding-bottom: 60px;
}

.info {
  margin-top: 40px;
}

.info .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #aec6e3;
}

.info .item .img,
.info .item .introduce {
  height: 282px;
}

.info .item .img {
  width: 535px;
}

.info .item .introduce {
  width: 580px;
}

.info .item:first-child .introduce {
  width: 600px;
}

.info .introduce {
  position: relative;
}

.info .introduce-name {
  margin-top: 16px;
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
}

.info .introduce-name p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info .introduce-name p span {
  z-index: 999;
}

.info .introduce-name p::after {
  content: '';
  width: 200%;
  height: 13px;
  margin-top: -10px;
  background: -webkit-linear-gradient(left, #4392f2 0%, #fff 100%);
  background: -moz-linear-gradient(left, #4392f2 0%, #fff 100%);
  background: linear-gradient(90deg, #4392f2 0%, #fff 100%);
}

.info .introduce-text {
  margin-top: 18px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.info .introduce-detail {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 145px;
  height: 46px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 100px;
  background: #4392f2;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.info .introduce-detail:hover {
  opacity: 0.88;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
