.content .right .con .tit {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.content .right .con .dis {
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 25px 0 15px;
  border-bottom: 1px dashed #BBBBBB;
  box-sizing: border-box;
}
.content .right .con .dis span {
  margin-right: 10px;
}
.content .right .con .dis span:nth-last-child(1) {
  margin-right: 0;
}
.content .right .con .co {
  margin-top: 40px;
}
.content .right .con .co p {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  text-align: justify;
}
.content .right .con .co img {
  vertical-align: text-bottom;
  max-width: 100%;
}
.content .right .con .more {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .right .con .more a {
  font-size: 16px;
  color: #333333;
}
.content .right .con .more a:hover {
  color: #1A8CE1;
}
@media screen and (max-width: 768px) {
  .content .right .con .tit {
    font-size: 20px;
  }
  .content .right .con .dis {
    font-size: 14px;
    padding: 10px 0;
  }
  .content .right .con .co {
    margin-top: 20px;
  }
  .content .right .con .co p {
    font-size: 14px;
    line-height: 24px;
  }
  .content .right .con .more {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .content .right .con .more a {
    font-size: 14px;
    line-height: 26px;
  }
}
