body, html {
  background-color: #F8F8F8;
}

.bread {
  padding: 14px 18px;
  font-size: 14px;
  color: #000000;
}

.bread a {
  color: #000000;
}

.bread a.show {
  visibility: hidden;
}

.main {
  margin-bottom: 30px;
}

.notelist {
  width: 862px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
}

.notelist .cate .title {
  margin-right: 16px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #000000;
}

.notelist .cate dl {
  height: 32px;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
}

.notelist .cate dl dd {
  width: 95px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  border-right: solid 1px #dcdcdc;
}

.notelist .cate dl dd:last-of-type {
  border-right: 0;
}

.notelist .cate dl dd a {
  color: #6f6f6f;
}

.notelist .cate dl dd a.at {
  color: #e72841;
}

.notelist .list-box .list {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: solid 1px #eeeeee;
}

.notelist .list-box .list .cover {
  flex: 0 0 155px;
  width: 155px;
  height: 206px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.notelist .list-box .list .cont {
  width: 606px;
  margin-left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.notelist .list-box .list .cont .list-title {
  margin-bottom: 15px;
}

.notelist .list-box .list .cont .list-title a {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.notelist .list-box .list .cont .list-look {
  margin-bottom: 15px;
  font-size: 12px;
  color: #9d9d9d;
}

.notelist .list-box .list .cont .list-look a {
  color: #9d9d9d;
}

.notelist .list-box .list .cont .list-desc {
  font-size: 14px;
  line-height: 23px;
  color: #404040;
}

.notelist .list-box .list .cont .list-tags {
  margin-top: 12px;
  flex-wrap: wrap;
}

.notelist .list-box .list .cont .list-tags p {
  margin-right: 28px;
  font-size: 14px;
  color: #9d9d9d;
}

.notelist .list-box .list .cont .list-tags a {
  display: inline-block;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  background-color: #fff3f7;
  border-radius: 10px;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #ff5f73;
  text-align: center;
}

.notelist .list-box .list .cont .list-user {
  margin-top: 14px;
}

.notelist .list-box .list .cont .list-user .name {
  font-size: 12px;
  color: #000000;
}

.notelist .list-box .list .cont .list-user .name .headimg {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  margin-right: 5px;
  background-color: #649ce2;
  overflow: hidden;
}

.notelist .list-box .list .cont .list-user .collect {
  margin-left: 16px;
  font-size: 12px;
  color: #919191;
}

.notelist .list-box .list .cont .list-user .collect .like {
  margin-right: 5px;
}

.article {
  width: 317px;
}

.article .nearby-shop {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 20px 20px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.article .nearby-shop ul li {
  margin-top: 20px;
}

.article .nearby-shop ul li .logo {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.article .nearby-shop ul li .info {
  margin-left: 12px;
}

.article .nearby-shop ul li .info .name {
  width: 196px;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 14px;
}

.article .nearby-shop ul li .info .desc {
  width: 195px;
  font-size: 14px;
  color: #9d9d9d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.article .newtop {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}

.article .newtop .newlist {
  margin-top: 20px;
}

.article .newtop .newlist ul li {
  margin-bottom: 15px;
}

.article .newtop .newlist ul li:last-of-type {
  margin-bottom: 0;
}

.article .newtop .newlist ul li .num {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fa8393;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.article .newtop .newlist ul li .num1 {
  background-color: #e72841;
}

.article .newtop .newlist ul li .num2 {
  background-color: #fc5268;
}

.article .newtop .newlist ul li a {
  display: block;
  margin-left: 10px;
  width: 220px;
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article .newtop .newlist ul li a:hover {
  color: #ff5f73;
}

.detail-title {
  padding-top: 20px;
}

.detail-title .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.detail-title .more {
  font-size: 14px;
  color: #495b69;
}

.detail-title .more span {
  display: inline-block;
  margin-left: 5px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #495b69;
  border-right: solid 1px #495b69;
  transform: rotate(45deg);
}

.page {
  width: 862px;
  margin: 30px 0;
  justify-content: flex-end;
}

.page .prev, .page .next {
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-sizing: border-box;
  justify-content: center;
  cursor: pointer;
}

.page .prev span, .page .next span {
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
}

.page .prev {
  padding-left: 4px;
  margin-right: 10px;
}

.page .prev span {
  border-left: solid 1px #000;
  transform: rotate(-45deg);
}

.page .next {
  padding-right: 4px;
}

.page .next span {
  border-right: solid 1px #000;
  transform: rotate(45deg);
}

.page ul {
  justify-content: flex-end;
}

.page ul li {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.page ul li a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}

.page ul .active {
  background-color: #fa8393;
}

.page ul .active a {
  color: #fff;
}

.page ul .active a:hover {
  color: #fff !important;
}

.el-pagination {
  width: 862px;
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
}

.el-pagination.is-background .el-pager li {
  background-color: #fff !important;
  color: #000 !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #dbdbdb !important;
  color: #000 !important;
}

.el-pagination.is-background .btn-prev {
  margin-left: 0 !important;
}

.el-pagination.is-background .btn-next {
  margin-right: 0 !important;
}
