.help-wrap #new_list {
  min-height: 700px; }

.help-wrap .news-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0; }
  .help-wrap .news-item .row1 {
    display: flex;
    color: #242424; }
    .help-wrap .news-item .row1 .row1-left {
      flex: 1;
      font-size: 16px;
      font-weight: 500; }
      .help-wrap .news-item .row1 .row1-left a {
        color: #242424; }
      .help-wrap .news-item .row1 .row1-left .p1 {
        font-weight: 200;
        font-size: 14px;
        padding-left: 7px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical; }
    .help-wrap .news-item .row1 .row1-center {
      width: 100px; }
    .help-wrap .news-item .row1 .row1-right {
      width: 220px;
      text-align: right;
      font-size: 14px;
      position: relative; }
      .help-wrap .news-item .row1 .row1-right .p2 {
        text-align: right;
        font-size: 14px;
        font-weight: 200;
        position: absolute;
        bottom: 0;
        right: 0; }
        .help-wrap .news-item .row1 .row1-right .p2 a {
          color: #242424; }
  .help-wrap .news-item .row2 {
    display: flex; }
  .help-wrap .news-item .title a {
    font-size: 18px;
    color: #f75016; }
  .help-wrap .news-item .con {
    font-size: 14px;
    color: #212529; }
  .help-wrap .news-item .con-b {
    font-size: 14px;
    color: #858585; }

.help-wrap .news-item-select .row1-left a {
  color: #f75016 !important; }

.help-wrap .no-con {
  font-size: 14px;
  color: #212529;
  text-align: center; }

.help-wrap .pagi {
  margin: 15px;
  position: absolute;
  right: 0; }

.help-detail {
  background: #f6f6f6; }
  .help-detail .title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #242424;
    padding: 54px 0 27px; }
  .help-detail .abs {
    font-size: 14px;
    text-align: center;
    color: #242424; }
  .help-detail .con {
    padding: 40px; }
    .help-detail .con img {
      width: 100%; }

/*# sourceMappingURL=help.css.map */