.container {
  min-height: calc(100vh - 127px);
}
.title {
  font-size: 12px;
  color: #424242;
  line-height: 74px;
}
.title a {
  color: #999;
}
.title a:hover {
  color: #FE7326;
}
h1 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 33px;
  line-height: 30px;
}
.desc {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  line-height: 40px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.desc .tags {
  width: 1000px;
  float: left;
}
.desc .tags a {
  float: left;
  height: 32px;
  color: #FE7326;
  background: #fff1e9;
  margin: 6px 10px 8px 0;
  padding: 0 10px;
  line-height: 32px;
  border-radius: 4px;
  max-width: 200px;
  font-size: 14px;
}
.desc .tags a:hover {
  background-color: #ffe3d3;
}
.desc .info {
  float: right;
  font-size: 12px;
  color: #999999;
}
.main {
  width: 865px;
  margin: 0 auto 66px;
}
.section {
  font-size: 16px;
  color: #424242;
  line-height: 36px;
}
.section img {
  max-width: 100%;
}
/* 下一篇 */
.bottom {
  width: 865px;
  height: 230px;
  background: #FAFAFA;
  padding: 10px 0;
  margin-top: 40px;
}
.other {
  width: 655px;
  padding: 16px 35px 0 30px;
}
.other h3 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 3px;
  line-height: 28px;
  font-weight: 400;
}
.other .next {
  margin-top: 35px;
}
.other h3:hover {
  color: #FE7326;
}
.other h3:hover span {
  color: #333333;
}
.other h3 span {
  line-height: 20px;
  margin-right: 10px;
}
.other p {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
}
.client {
  width: 210px;
  text-align: center;
  border-left: 1px solid #DDDDDD;
}
.client img {
  margin: 34px auto 12px;
  display: block;
  width: 68px;
  height: 68px;
}
.client p {
  color: #333333;
  font-size: 16px;
}
.client a {
  display: block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  background: #FE7326;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  margin: 23px auto 0;
}
.client a:hover {
  box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.2000);
}



.bodyContainer {
  margin-bottom: 83px;
}
.leftContainer {
  display: inline-block;
  width: 897px;
  padding-right: 30px;
  border-right: 1px solid #DDDDDD;
}
.rightContainer {
  display: inline-block;
  width: 303px;
  padding-left: 30px;
}
.rightContainer h3{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 4px 0 23px 0;
}
.rightContainer h3::before{
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #FE7326;
  margin: 0 10px -2px 0;
}
.rightContainer ul li a {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-bottom: 23px;
  height: 16px;
  transition: 0.2s;
}
.borderTop {
  border-top: 1px solid #EEEEEE;
    padding-top: 30px;
    margin-top: 24px;
}