.main {
  margin-bottom: 51px;
}
.content {
  width: 897px;
  padding-right: 30px;
  box-sizing: border-box;
}
.list .item {
  height: 160px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 30px;
  font-size: 12px;
}
.list .item:nth-child(1) {
  margin-top: -29px;
}
.list .item .default {
  width: 168px;
  height: 100px;
  float: left;
  margin-right: 28px;
  border: 1px solid #dddddd;
}
.list .item h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 1px 0 10px 0;
  max-width: 520px;
  display: inline-block;
  height: 18px;
  transition: 0.2s;
}
.list .item .date {
  float: right;
  color: #999999;
  margin-top: 3px;
}
.list .item p {
  line-height: 20px;
  color: #999999;
  height: 40px;
}
.list .item .info {
  margin-top: 12px;
  color: #bbbbbb;
}
.list .item .info .eye {
  margin-left: 0;
}
.list .item .tags {
  float: right;
  max-width: 520px;
  height: 16px;
}
.list .item .tags a {
  color: #666666;
  max-width: 150px;
  margin: 0 0 5px 20px;
  float: right;
  height: 16px;
  transition: 0.2s;
}
.list .item h3:hover , .list .item .tags a:hover {
  color: #715CFF;
}
.tags-list {
  font-size: 16px;
  margin: -8px -20px 0 0;
}
.tags-list a {
  max-width: 600px;
  height: 40px;
  background: rgba(113,92,255,0.1);
  border-radius: 4px 4px 4px 4px;
  padding: 0 10px;
  line-height: 40px;
  color: #715CFF;
  font-size: 16px;
  margin: 18px 15px 0 0;
  transition: 0.2s;
  display: inline-block;
}
.tags-list a:hover {
  background: rgba(113,92,255,0.2);
}

/* 右侧推荐文章 */
.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: 29px;
}
.recommend .tags {
  font-size: 14px;
  margin-bottom: -4px;
}
.recommend .tags a {
  max-width: 273px;
  height: 30px;
  background: #F2F2F2;
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 0 10px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  transition: 0.2s;
}
.recommend .tags a span {
  color: #999;
  font-size: 12px;
}
.recommend .tags a:hover {
  color: #715CFF;
  background: rgba(113,92,255,0.1);
}
.recommend .tags a:hover span {
  color: #715CFF;
}

/* 分页 */
.pageContainer {
  text-align: center;
  font-size: 14px;
}
.paginationjs {
  height: 32px;
  margin: 40px 0;
  display: inline-block;
  font-size: 14px;
}
.paginationjs .paginationjs-pages {
  overflow: hidden;
}
.paginationjs .paginationjs-page {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 3px;
  line-height: 32px;
  border-radius: 4px;
  text-align: center;
  color: #666666;
  transition: 0.2s;
  cursor: pointer;
}
.paginationjs .paginationjs-page a {
  display: block;
  color: #666666;
  border-radius: 4px;
}
.paginationjs .paginationjs-page:not(.prev-page, .next-page):hover, 
.paginationjs .paginationjs-page.active, 
.paginationjs .paginationjs-page:not(.prev-page, .next-page):hover a, 
.paginationjs .paginationjs-page.active a {
  background-color: #715CFF;
  color: #ffffff;
}
.paginationjs .prev-page, .paginationjs .next-page {
  color: #999999;
  font-weight: bold;
  transition: 0.2s;
}
.paginationjs .prev-page:hover a, .paginationjs .next-page:hover a {
  color: #715CFF
}


.help-banner {
  height: 240px;
  margin: 40px auto 0;
  padding: 50px 0 0 48px;
  color: #ffffff;
  background: url("../img/helpBanner.png") no-repeat center;
  display: block;
}
.help-banner h1 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 1px;
}
.help-banner h2 {
  font-size: 16px;
  line-height: 23px;
  margin: 15px 0 33px;
  font-weight: 400;
  letter-spacing: 0.6px;
}
.help-banner .btn {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(180deg, #FFFFFF 0%, #B8E9FF 100%);
  border-radius: 40px;
  color: #0088EF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-left: -2px;
}
.help-banner .btn img {
  width: 20px;
  height: 20px;
  margin: 0 8px -4px -3px;
}
.help-banner .btn:hover {
  box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.1600);
}
.search-result {
  font-size: 14px;
  color: #999999;
  width: 1200px;
  margin: 0 auto 30px;
}