body {
  background-color: #F2F2F2;
}
.content img {
  width: 100%;
}
.article {
  padding: 24px 24px;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 162px;
}
.article h2 {
  color: #333333;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
}
.article span {
  color: #999999;
  line-height: 20px;
  font-size: 14px;
}
.article .desc {
  background-color: #F6F6F6;
  border-radius: 5px;
  margin: 16px 0 16px 0;
  padding: 20px 24px 20px 55px;
  position: relative;
}
.article .desc p {
  margin-bottom: 0;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.article .desc img {
  width: 21px;
  height: 20px;
  position: absolute;
  top: 22px;
  left: 22px;
}
.author {
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
}
.author::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 12px;
  margin-top: -6px;
  background-color: #3666FF;
  border-radius: 5px;
}
.back {
  display: inline-block;
  width: 158px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #E9E9E9;
  border-radius: 25px;
  cursor: pointer;
}
.back span {
  font-size: 16px;
  color: #666666;
}
.hotnews {
  padding: 24px 24px;
  border-radius: 5px;
  background-color: #ffffff;
}
.hotnews .title {
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
}
.hotnews .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  border: 3px solid #3666FF;
}
.hotnews .list .item {
  padding: 12px 0;
  border-bottom: 1px solid #EDEDED;
}
.hotnews .list .item:last-child {
  border-bottom: 0;
}
.hotnews .list .item h4 {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 6px;
}
.hotnews .list .item p {
  color: #999999;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 0;
}
.breadcrumb {
  margin-bottom: 0;
}