.main {
  margin-bottom: 83px;
}
.content {
  width: 897px;
  padding-right: 30px;
}
.content h1 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin: 5px 0 34px 0
}
.content .desc {
  overflow: hidden;
  line-height: 40px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content .desc .tags {
  width: 500px;
  float: left;
}
.content .desc .tags a {
  float: left;
  height: 40px;
  color: #715CFF;
  background: rgba(113,92,255,0.1);
  margin: 0 10px 10px 0;
  padding: 0 10px;
  line-height: 40px;
  border-radius: 4px;
  max-width: 200px;
  font-size: 16px;
  transition: 0.2s;
}
.content .desc .tags a:hover {
  background-color: rgba(113,92,255,0.2);
}
.content .desc .info {
  float: right;
  font-size: 12px;
  color: #999999;
}
.content .desc .info .type {
  color: #999;
  margin-right: 9px;
  transition: 0.2s;
}
.content .desc .info .keyword {
  background: url("../imgs/keyword.png") no-repeat 50%;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0px 5px -2px 0;
}
.content .desc .info .type:hover {
  color: #715CFF
}
.content .client-info {
  width: 866px;
  height: 130px;
  background: #FAFAFA;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
}
.content .client-info img {
  width: 90px;
  height: 90px;
  margin-right: 30px;
}
.content .client-info .client-center {
  flex: 1;
}
.content .client-info h3 {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  margin: 7px 0 23px;
}
.content .client-info p {
  color: #666666;
  font-size: 12px;
  margin-bottom: 14px;
}
.content .client-info p span {
  display: inline-block
}
.content .client-info p span:nth-child(1) {
  width: 197px;
}
.content .client-info p span:nth-child(2) {
  width: 120px;
}
.content .client-info .info-btn {
  width: 140px;
  height: 40px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #715CFF;
  line-height: 38px;
  text-align: center;
  color: #715CFF;
  font-size: 14px;
  transition: 0.2s;
  display: block;
  margin-bottom: 10px;
}
.content .client-info .info-btn:hover {
  background: #715CFF;
  color: #fff;
}
.content .client-info .info-btn.color {
  background: #715CFF;
  color: #fff;
  margin-top: 25px;
}
.content .client-info .info-btn.color:hover {
  opacity: 0.8;
}

.content .section {
  font-size: 16px;
  color: #424242;
  line-height: 36px;
  word-break: break-all;
}
.content .section img {
  max-width: 100%;
}
/* 下一篇 */
.content .article-bottom {
  width: 865px;
  height: 230px;
  background: #FAFAFA;
  padding: 10px 0;
  margin-top: 40px;
}
.content .other {
  width: 655px;
  padding: 16px 35px 0 30px;
}
.content .other h3 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 3px;
  line-height: 28px;
  font-weight: 400;
  transition: 0.2s;
}
.content .other .next {
  margin-top: 35px;
}
.content .other h3:hover {
  color: #715CFF;
}
.content .other h3:hover span {
  color: #333333;
}
.content .other h3 span {
  line-height: 20px;
  margin-right: 10px;
}
.content .other p {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
}
.content .client {
  width: 210px;
  text-align: center;
  border-left: 1px solid #DDDDDD;
}
.content .client img {
  margin: 34px auto 13px;
  display: block;
  width: 68px;
  height: 68px;
}
.content .client p {
  color: #333333;
  font-size: 16px;
}
.content .client a {
  display: block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  background: #715CFF;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  margin: 23px auto 0;
}
.content .client a:hover {
  box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.2000);
}

/* 右侧推荐文章 */
.recommend {
  width: 303px;
  border-left: 1px solid #DDDDDD;
  padding-left: 30px;
}
.recommend h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 4px 0 23px 0;
}
.recommend h3::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #715CFF;
  margin: 0 10px -2px 0;
}
.recommend .article a {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-bottom: 23px;
  height: 16px;
  transition: 0.2s;
}
.recommend .article a:hover {
  color: #715CFF;
}
.recommend .borderTop {
  border-top: 1px solid #EEEEEE;
  padding-top: 30px;
  margin-top: 24px;
}

.head-links {
  margin-top: 40px;
}

