body {
  background-color: #f6f6f6;
}
.el-breadcrumb {
  margin: 20px 0;
}
.title {
  height: 126px;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 10px -20px #4a585f;
  position: relative;
}
.title h1 {
  font-size: 20px;
  margin-bottom: 30px;
}
.title p {
  color: #a4a4a4;
}
.title p span {
  margin-right: 30px;
}
.title .btn {
  position: absolute;
  top: 50%;
  right: 52px;
  transform: translate(0, -50%);
}
.title .btn a {
  display: block;
  padding: 10px 20px;
  float: left;
  border-radius: 10px;
  color: #fff;
  background-color: #4dbd56;
}
.previewConment .preview {
  width: 890px;
  height: 1266px;
  border-radius: 20px;
  padding: 30px 30px 142px 30px;
  background-color: #fff;
  position: relative;
}
.previewConment .preview img {
  width: 100%;
  height: 100%;
}
.previewConment .preview .btn {
  position: absolute;
  bottom: 55px;
  right: 30px;
}
.previewConment .preview .btn a {
  display: block;
  padding: 10px 20px;
  float: left;
  border-radius: 10px;
  color: #fff;
  background-color: #4dbd56;
}
.previewConment .content .top {
  padding: 30px;
  width: 290px;
  height: 400px;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.previewConment .content .top li:first-child {
  width: 5px;
  height: 14px;
  background-color: #3d81f5;
  position: absolute;
  top: 30px;
  left: 0;
}
.previewConment .content .top li:nth-child(2) {
  font-weight: bold;
  line-height: 1;
}
.previewConment .content .top li {
  line-height: 55px;
}
.previewConment .content .top li i {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  margin-top: 2px;
  margin-right: 5px;
  color: #fff;
  font-style: normal;
  background: url(../img/hot.png) no-repeat;
}
.previewConment .content .top a {
  color: #000;
}
.breadNav li {
  margin-right: 10px;
}
.fl>a.crumbs-a{
  color: #524d4d;
}
