.main {
  width: 1200px;
  margin: 60px auto 121px;
}
.main .title {
  font-size: 32px;
  font-weight: 600;
  color: #1d2129;
  line-height: 44px;
  text-align: center;
  margin: 80px auto 0;
}
.main .title1 {
  margin-top: 8px;
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 30px;
}
  .main .item {
    width: 291px;
    height: 130px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #f0f2f5;
    padding: 16px;
    display: flex;
    margin: 0 12px 16px 0;
    transition: 0.3s; }
    .main .item:nth-child(4n) {
      margin: 0 0 16px 0; }
    .main .item:hover {
      margin-top: -4px;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); }
    .main .item .img {
      width: 48px;
      height: 64px; }
    .main .item .info {
      margin-left: 16px; }
      .main .item .info .name {
        font-size: 14px;
        width: 195px;
        color: #1d2129;
        line-height: 20px; }
      .main .item .info .box {
        width: 195px;
        height: 62px;
        background: #f5f7fa;
        border-radius: 4px;
        margin-top: 16px;
        padding: 8px 16px; }
        .main .item .info .box .text {
          font-size: 12px;
          color: #4e5b66;
          line-height: 17px; }
        .main .item .info .box .num {
          font-size: 18px;
          font-weight: 600;
          color: #1d2129;
          line-height: 25px; }

.lookMore {
  margin: 20px auto 0;
  width: 168px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #165dff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .lookMore span {
    font-size: 14px;
    color: #165dff; }
.help {
  width: 1264px;
  margin: 0 auto; }
.help .title {
  font-size: 32px;
  font-weight: 600;
  color: #1d2129;
  line-height: 44px;
  text-align: center;
  margin: 80px auto 0;
}
.help .title1 {
  margin-top: 8px;
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 30px;
}
.help .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.help .content .box {
  width: 392px;
  height: 132px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #f0f2f5;
  padding: 21px 21px 24px;
  margin: 40px 40px 0 0;
  transition: 0.3s;
  display: flex; }
.help .content .box:nth-child(3n) {
  margin: 40px 0 0 0; }
.help .content .box:hover {
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid #f0f2f5; }
.help .content .box .icon {
  width: 40px;
  height: 40px;
  background: #f5f7fa;
  border-radius: 47px;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center; }
.help .content .box .icon .img {
  width: 24px;
  height: 24px; }
.help .content .box .info {
  flex: 1; }
.help .content .box .info .name {
  font-size: 21px;
  color: #4e5b66;
  line-height: 29px;
  width: 219px; }
.help .content .box .info .desc {
  font-size: 14px;
  margin-top: 6px;
  color: #4e5b66;
  line-height: 20px; }
.help .content .news {
  width: 400px;
  height: 180px;
  /*background: #ffffff;*/
  background: #F5FAFA;
  border-radius: 5px;
  border: 1px solid #f0f2f5;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  flex-direction: column;
  margin: 40px 40px 40px 0;
  padding: 0 32px; }
.help .content .news:nth-child(3n) {
  margin: 40px 0 0 0; }
.help .content .news:hover {
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid #f0f2f5; }
.help .content .news .star {
  width: 50px;
  height: 50px;
  margin-right: 11px; }
.help .content .news .text {
  margin-top: 20px;
  font-size: 16px;
  color: #1d2129;
  line-height: 21px;
}
.help .content .news .text2 {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  line-height: 21px;
}