.content .right .con .title {
  font-size: 32px;
  color: #101010;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.content .right .con .disc {
  font-size: 16px;
  color: #101010;
  text-align: center;
  margin-bottom: 60px;
}
.content .right .con .c {
  display: flex;
  justify-content: space-between;
}
.content .right .con .c .l {
  width: 48%;
}
.content .right .con .c .l .disc {
  margin-bottom: 60px;
}
.content .right .con .c .l .disc p {
  font-size: 16px;
  color: #101010;
  line-height: 22px;
  text-indent: 2em;
  text-align: justify;
}
.content .right .con .c .l .img {
  width: 100%;
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.content .right .con .c .l .img > img {
  width: 100%;
  vertical-align: text-bottom;
}
.content .right .con .c .l .img:hover p {
  display: flex;
}
.content .right .con .c .l .img p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 35%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #1A8CE1; */
  /* display: none; */
  transition: all 0.5s linear;
  border: 1px solid #fff;
}
.content .right .con .c .l .img p span {
  font-size: 16px;
  color: #fff;
}
.content .right .con .c .r {
  width: 48%;
}
.content .right .con .c .r .img {
  width: 100%;
  position: relative;
  display: block;
}
.content .right .con .c .r .img > img {
  width: 100%;
  vertical-align: text-bottom;
}
.content .right .con .c .r .img:hover p {
  display: flex;
}
.content .right .con .c .r .img p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #1A8CE1; */
  /* display: none; */
  transition: all 0.5s linear;
  border: 1px solid #fff;
}
.content .right .con .c .r .img p span {
  font-size: 16px;
  color: #fff;
}
.content .right .con .c .r ul {
  display: flex;
  margin-top: 100px;
}
.content .right .con .c .r ul li {
  width: 30%;
  margin-right: 5%;
}
.content .right .con .c .r ul li:nth-last-child(1) {
  margin-right: 0;
}
.content .right .con .c .r ul li p {
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.content .right .con .c .r ul li .img {
  width: 100%;
  text-align: center;
}
.content .right .con .c .r ul li .img img {
  width: 56px;
  margin: 10px auto 25px;
  vertical-align: text-bottom;
}
.content .right .con .c .r ul li span {
  display: block;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content .right .con .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .content .right .con .disc {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .content .right .con .c {
    flex-wrap: wrap;
  }
  .content .right .con .c .l {
    width: 100%;
  }
  .content .right .con .c .l .disc {
    margin-bottom: 10px;
  }
  .content .right .con .c .l .disc p {
    font-size: 14px;
    line-height: 24px;
  }
  .content .right .con .c .l .img p {
    display: flex;
    height: 50px;
    bottom: -25px;
    width: 50%;
  }
  .content .right .con .c .l .img p span {
    font-size: 14px;
  }
  .content .right .con .c .r {
    width: 100%;
    margin-top: 50px;
  }
  .content .right .con .c .r .img p {
    display: flex;
    height: 50px;
    bottom: -25px;
    width: 50%;
  }
  .content .right .con .c .r .img p span {
    font-size: 14px;
  }
  .content .right .con .c .r ul {
    margin-top: 50px;
  }
  .content .right .con .c .r ul li p {
    font-size: 14px;
  }
  .content .right .con .c .r ul li .img img {
    width: 40px;
    margin: 5px auto 10px;
  }
  .content .right .con .c .r ul li span {
    font-size: 12px;
  }
}
