.wrapper {
  width: 1200px;
  margin: 16px auto 65px;
}
.wrapper *:not(.article-main *) {
  color: #333;
  text-align: left;
  font-size: 14px;
  /* line-height: 1; */
  letter-spacing: 0;
}
.wrapper p {
  margin: 0;
}

.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0 20px;
}
.crumbs p,
.crumbs span {
  color: #666;
  letter-spacing: 1px;
}
.crumbs a {
  letter-spacing: 1px;
  color: #555;
}
.crumbs a:hover {
  color: #ff8533;
}
.crumbs span {
  margin: 0 5px;
}

section.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 620px;
}

section.main .content {
  background-color: #fff;
  width: 1000px;
  padding: 0 40px 26px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.main .content .helpTitle {
  color: #333;
  font-size: 24px;
  margin-top: 48px;
  line-height: 24px;
  font-weight: bold;
}
section.main .content .goMore {
  width: 940px;
  height: 280px;
  background-color: #f6f6f6;
  padding: 34px 35px 0 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 0 -10px;
}
section.main .content .goMore .imgBox {
  width: 320px;
  height: 220px;
  margin-right: 86px;
  float: left;
}
section.main .content .goMore .imgBox img {
  width: 100%;
  height: auto;
}
section.main .content .goMore h2 {
  margin: 11px 0 20px 0;
}
section.main .content .goMore .desc .info {
  font-size: 16px;
  line-height: 28px;
  height: 116px;
}
section.main .content .goMore .desc .moreBtn {
  width: 100px;
  height: 32px;
  background-color: #ff8533;
  border-radius: 16px;
  color: #fff;
  line-height: 32px;
  display: inline-block;
  text-align: center;
}
section.main .content .goMore .desc .moreBtn:hover {
  opacity: 0.8;
}
section.main .content .list .article {
  margin-top: 36px;
}
section.main .content .list .article > a {
  display: inline-block;
}
section.main .content .list .article .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  text-align: left !important;
  display: block;
  line-height: normal;
}
section.main .content .list .article .title:hover {
  color: #ff8533;
}
section.main .content .list .article .description {
  max-height: 84px;
  margin-top: 11px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
section.main .content .list .article .articleFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.main .content .list .article .tags {
  margin: 9px 11px 0 0;
  width: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.main .content .list .article .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888888;
  cursor: pointer;
  margin-right: 18px;
  margin-top: 5px;
  line-height: normal;
}
section.main .content .list .article .tags .tag img {
  margin-right: 5px;
}
section.main .content .list .article .tags .tag a {
  display: inline-block;
  color: #888888;
  max-width: 153px;
  font-size: 13px;
  line-height: normal;
}
section.main .content .list .article .tags .tag a:hover {
  color: #ff8533;
}
section.main .content .list .article .releaseTime {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.main .content .list .article .releaseTime img {
  margin-right: 5px;
}
section.main .content .list .article .releaseTime span {
  color: #888888;
  font-size: 13px;
}

.helpPagination {
  margin: 50px auto 16px;
}

.wrapper {
  width: 1200px;
  margin: 16px auto 65px;
}

p {
  margin: 0;
}

.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0 20px;
}
.crumbs p,
.crumbs span {
  color: #666;
  letter-spacing: 1px;
}
.crumbs a {
  letter-spacing: 1px;
  color: #555;
}
.crumbs a:hover {
  color: #ff8533;
}
.crumbs span {
  margin: 0 5px;
}

section.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.main .content {
  background-color: #fff;
  width: 1000px;
  padding: 0 40px 26px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.main .content .helpTitle {
  color: #333;
  font-size: 24px;
  margin-top: 48px;
  line-height: 24px;
  font-weight: bold;
}
section.main .content .goMore {
  width: 940px;
  height: 280px;
  background-color: #f6f6f6;
  padding: 34px 35px 0 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 0 -10px;
}
section.main .content .goMore .imgBox {
  width: 320px;
  height: 220px;
  margin-right: 86px;
  float: left;
}
section.main .content .goMore .imgBox img {
  width: 100%;
  height: auto;
}
section.main .content .goMore h2 {
  margin: 11px 0 20px 0;
}
section.main .content .goMore .desc .info {
  font-size: 16px;
  line-height: 28px;
  height: 116px;
}
section.main .content .goMore .desc .moreBtn {
  width: 100px;
  height: 32px;
  background-color: #ff8533;
  border-radius: 16px;
  color: #fff;
  line-height: 32px;
  display: inline-block;
  text-align: center;
}
section.main .content .goMore .desc .moreBtn:hover {
  opacity: 0.8;
}
section.main .content .list .article {
  margin-top: 36px;
}
section.main .content .list .article > a {
  display: inline-block;
}
section.main .content .list .article .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  text-align: left !important;
  display: block;
  line-height: normal;
}
section.main .content .list .article .title:hover {
  color: #ff8533;
}
section.main .content .list .article .description {
  max-height: 84px;
  margin-top: 11px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
section.main .content .list .article .articleFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.main .content .list .article .tags {
  margin: 9px 11px 0 0;
  width: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.main .content .list .article .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888888;
  cursor: pointer;
  margin-right: 18px;
  margin-top: 5px;
  line-height: normal;
}
section.main .content .list .article .tags .tag img {
  margin-right: 5px;
}
section.main .content .list .article .tags .tag a {
  display: inline-block;
  color: #888888;
  max-width: 153px;
  font-size: 13px;
  line-height: normal;
}
section.main .content .list .article .tags .tag a:hover {
  color: #ff8533;
}
section.main .content .list .article .releaseTime {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.main .content .list .article .releaseTime img {
  margin-right: 5px;
}
section.main .content .list .article .releaseTime span {
  color: #888888;
  font-size: 13px;
}

.helpPagination {
  margin: 50px auto 16px;
}

.nav {
  width: 190px;
  min-height: 600px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.nav ul {
  background-color: #fff;
  padding: 18px 0;
}
.nav li {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 34px;
}
.nav li.active {
  background: #fafafa;
  border-left: 2px solid #ff8533;
}
.nav li.active a {
  color: #ff8533;
}
.nav li a {
  color: #666;
}
.nav li a:hover {
  color: #ff8533;
}

.helpAdvert {
  width: 100%;
}

.swiper-container {
  height: 180px;
}

.banner {
  margin-bottom: 17px;
}
.banner img {
  width: 100%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.swiper-button-next,
.swiper-button-prev {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
