.head-banner-a {
  background-repeat: no-repeat;
  background-position-x: center;
  width: 100%;
  height: 360px !important;
  display: block; }

.xqcs-container {
  background-color: #F7F8F9; }
  .xqcs-container .width-1200 {
    display: flex;
    align-items: center;
    padding: 20px 0px; }
    .xqcs-container .width-1200 .xqcs-box {
      width: 420px;
      background: #FFFFFF;
      border-radius: 10px;
      margin-right: 10px;
      padding: 12px 20px 15px; }
      .xqcs-container .width-1200 .xqcs-box .xqcs-box-head {
        display: flex;
        align-items: center; }
        .xqcs-container .width-1200 .xqcs-box .xqcs-box-head .xqcs-box-img {
          width: 22px;
          height: 24px;
          margin-right: 5px;
          padding-bottom: 2px; }
        .xqcs-container .width-1200 .xqcs-box .xqcs-box-head .xqcs-box-title {
          font-size: 26px;
          color: #666666; }
        .xqcs-container .width-1200 .xqcs-box .xqcs-box-head .xqcs-box-tip {
          flex: 1;
          text-align: right;
          font-size: 14px;
          color: #6E6E6E; }
          .xqcs-container .width-1200 .xqcs-box .xqcs-box-head .xqcs-box-tip .tip-spc-nub {
            background: #B4B4B4;
            border-radius: 3px;
            font-size: 14px;
            color: #FFFFFF;
            padding: 4px 5px;
            margin: 0px 3px; }
      .xqcs-container .width-1200 .xqcs-box .xqcs-box-ipt {
        display: flex;
        justify-content: space-between;
        margin: 10px 0px; }
        .xqcs-container .width-1200 .xqcs-box .xqcs-box-ipt .xqcs-ipt {
          width: 41%;
          height: 40px;
          background: #FFFFFF;
          border: 1px solid #E1E1E1;
          border-radius: 3px;
          font-size: 14px;
          font-weight: 400;
          color: #999999;
          padding: 0px 15px; }
      .xqcs-container .width-1200 .xqcs-box .selfDiv {
        width: 100% !important; }
      .xqcs-container .width-1200 .xqcs-box .xqcs-box-tip {
        font-size: 14px;
        color: #666666;
        margin: 12px 0px 16px;
        display: block; }
      .xqcs-container .width-1200 .xqcs-box .xqcs-box-btn {
        width: 100%;
        height: 40px;
        background: #33A6FB;
        border-radius: 3px;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center; }
    .xqcs-container .width-1200 .xqcs-box-tab {
      display: flex; }
      .xqcs-container .width-1200 .xqcs-box-tab .box-tab-item {
        width: 222px;
        height: 215px;
        background: #FFFFFF;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0px 25px;
        margin: 0px 10px;
        cursor: pointer; }
        .xqcs-container .width-1200 .xqcs-box-tab .box-tab-item .xqcs-item-img {
          width: 124px;
          height: 126px; }
        .xqcs-container .width-1200 .xqcs-box-tab .box-tab-item .xqcs-item-name {
          font-size: 22px;
          font-weight: bold;
          color: #33A6FB;
          margin-top: 10px;}
        .xqcs-container .width-1200 .xqcs-box-tab .box-tab-item .xqcs-item-tip {
          width: 36px;
          height: 3px;
          background: #33A6FB;
          margin: 6px 0px 14px; }
        .xqcs-container .width-1200 .xqcs-box-tab .box-tab-item .xqcs-item-txt {
          font-size: 16px;
          color: #1A1A1A; }
        .xqcs-container .width-1200 .xqcs-box-tab .box-tab-item:hover {
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25); }

.news-container {
  padding: 35px 0px; }
  .news-container .news-head {
    text-align: center;
    margin-bottom: 40px; }
    .news-container .news-head .news-head-title {
      font-size: 32px;
      font-weight: bold;
      color: #494949;
      margin-bottom: 12px; }
    .news-container .news-head .news-head-tip {
      font-size: 18px;
      color: #999999; }
  .news-container .news-content {
    display: flex; }
    .news-container .news-content .news-box {
      width: 887px;
      display: flex; }
      .news-container .news-content .news-box .news-box-nav {
        display: flex;
        flex-direction: column;
        width: 180px;
        background: #FFFFFF;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
        border-radius: 10px; }
        .news-container .news-content .news-box .news-box-nav .news-nav-title {
          height: 70px;
          background: #FFA05B;
          border-radius: 10px 10px 0px 0px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 22px;
          color: #FFFFFF; }
          .news-container .news-content .news-box .news-box-nav .news-nav-title .news-nav-img {
            width: 31px;
            height: 30px;
            margin-right: 10px; }
        .news-container .news-content .news-box .news-box-nav .news-nav-item {
          padding: 0px 19px; }
          .news-container .news-content .news-box .news-box-nav .news-nav-item .nav-item {
            font-size: 18px;
            color: #1A1A1A;
            padding: 30px 0px;
            border-bottom: 1px solid gainsboro;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            cursor: pointer; }
            .news-container .news-content .news-box .news-box-nav .news-nav-item .nav-item:hover {
              color: #FFA05B; }
            .news-container .news-content .news-box .news-box-nav .news-nav-item .nav-item .nav-item-img {
              width: 8px;
              height: 16px;
              margin-left: 20px;
              display: none; }
            .news-container .news-content .news-box .news-box-nav .news-nav-item .nav-item .spc-tip {
              width: 35px;
              height: 16px;
              margin-left: 5px; }
            .news-container .news-content .news-box .news-box-nav .news-nav-item .nav-item .nav-item-name {
              text-align: center;
              flex: 1; }
            .news-container .news-content .news-box .news-box-nav .news-nav-item .nav-item .spc-item-nav {
              flex: none; }
            .news-container .news-content .news-box .news-box-nav .news-nav-item .nav-item:last-child {
              border: none; }
          .news-container .news-content .news-box .news-box-nav .news-nav-item .active-nav {
            color: #FFA05B;
            flex: none;
            padding-right: 7px; }
            .news-container .news-content .news-box .news-box-nav .news-nav-item .active-nav .nav-item-name {
              flex: none; }
            .news-container .news-content .news-box .news-box-nav .news-nav-item .active-nav .spc-tip {
              display: none; }
            .news-container .news-content .news-box .news-box-nav .news-nav-item .active-nav .nav-item-img {
              display: block; }
      .news-container .news-content .news-box .news-box-box {
        flex: 1;
        margin: 0px 20px; }
        .news-container .news-content .news-box .news-box-box .box-title {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 10px; }
          .news-container .news-content .news-box .news-box-box .box-title .box-title-name {
            font-size: 24px;
            color: #1A1A1A; }
          .news-container .news-content .news-box .news-box-box .box-title .box-title-more {
            display: flex;
            align-items: center;
            font-size: 16px;
            color: #666666;
            line-height: 16px; }
            .news-container .news-content .news-box .news-box-box .box-title .box-title-more .more-tip {
              width: 8px;
              height: 16px;
              margin-left: 8px; }
        .news-container .news-content .news-box .news-box-box .box-top {
          border-bottom: 1px dashed gainsboro;
          display: flex;
          flex-direction: column; }
          .news-container .news-content .news-box .news-box-box .box-top .box-top-item {
            display: flex;
            margin: 5px 0px 10px; }
            .news-container .news-content .news-box .news-box-box .box-top .box-top-item .item-img {
              width: 136px;
              height: 91px;
              margin-right: 15px; }
            .news-container .news-content .news-box .news-box-box .box-top .box-top-item .item-box {
              display: flex;
              flex-direction: column; }
              .news-container .news-content .news-box .news-box-box .box-top .box-top-item .item-box .item-box-title {
                font-size: 18px;
                color: #1A1A1A; }
              .news-container .news-content .news-box .news-box-box .box-top .box-top-item .item-box .item-box-tip {
                font-size: 15px;
                color: #666666;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin: 10px 0px 28px; }
              .news-container .news-content .news-box .news-box-box .box-top .box-top-item .item-box .item-box-time {
                font-size: 15px;
                color: #999999; }

        .news-container .news-content .news-box .news-box-box .box-top .box-top-item2 {
        display: flex;
        margin: 5px 0px 10px;
        align-items: center; }
        .news-container .news-content .news-box .news-box-box .box-top .box-top-item2 .item-img {
        width: 63px;
        height: 63px;
        margin-right: 15px; }
        .news-container .news-content .news-box .news-box-box .box-top .box-top-item2 .item-box {
        display: flex;
        flex-direction: column; }
        .news-container .news-content .news-box .news-box-box .box-top .box-top-item2 .item-box .item-box-title {
        font-size: 18px;
        color: #1A1A1A; }
        .news-container .news-content .news-box .news-box-box .box-top .box-top-item2 .item-box .item-box-tip {
        font-size: 15px;
        color: #666666;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 5px 0px 5px; }
        .news-container .news-content .news-box .news-box-box .box-top .box-top-item2 .item-box .item-box-time {
        font-size: 15px;
        color: #999999; }

        .news-container .news-content .news-box .news-box-box .box-list {
          padding-top: 5px; }
          .news-container .news-content .news-box .news-box-box .box-list .list-item {
            display: flex;
            align-items: center;
            padding: 15px 5px 15px 0px;
            border-bottom: 1px dashed gainsboro; }
            .news-container .news-content .news-box .news-box-box .box-list .list-item:last-child {
              border-bottom: none; }
            .news-container .news-content .news-box .news-box-box .box-list .list-item .list-item-fl {
              font-size: 16px;
              color: #1A1A1A;
              flex: 1; }
            .news-container .news-content .news-box .news-box-box .box-list .list-item .list-item-fr {
              font-size: 14px;
              color: #999999; }
  .news-container .news-tool {
    width: 313px; }
    .news-container .news-tool .news-tool-box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .news-container .news-tool .news-tool-box .tool-item {
        width: 140px;
        height: 35px;
        background: #F6F6F6;
        border-radius: 18px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        margin: 0px 0px 20px; }
    .news-container .news-tool .news-banner .news-banner-img {
      width: 314px;
      height: 131px;
      margin: 15px 0px; }
      .news-container .news-tool .news-banner .news-banner-img:first-child {
        margin-top: 0px; }

.city-container {
  background-color: #FAFAFB; }
  .city-container .city-box {
    padding: 29px 0px; }
    .city-container .city-box .city-box-head {
      text-align: center; }
      .city-container .city-box .city-box-head .city-title {
        font-size: 32px;
        font-weight: bold;
        color: #494949; }
      .city-container .city-box .city-box-head .city-tip {
        font-size: 18px;
        color: #999999;
        margin: 10px 0px 30px; }
    .city-container .city-box .city-box-content .city-item-box {
      display: flex;
      padding-top: 62px; }
      .city-container .city-box .city-box-content .city-item-box .city-item {
        display: flex;
        flex-direction: column;
        width: 285px;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        margin: 0px 10px; }
        .city-container .city-box .city-box-content .city-item-box .city-item .city-item-head {
          width: 125px;
          height: 125px;
          border-radius: 50%;
          background-color: white;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          margin-top: -62px; }
        .city-container .city-box .city-box-content .city-item-box .city-item .city-item-name {
          display: flex;
          align-items: center;
          font-size: 22px;
          color: #1A1A1A;
          justify-content: center;
          margin: 15px 0px 10px; }
          .city-container .city-box .city-box-content .city-item-box .city-item .city-item-name .name-tip {
            width: 21px;
            height: 20px; }
        .city-container .city-box .city-box-content .city-item-box .city-item .city-item-tip {
          font-size: 16px;
          color: #1A1A1A; }
          .city-container .city-box .city-box-content .city-item-box .city-item .city-item-tip span:first-child {
            margin-right: 10px; }
        .city-container .city-box .city-box-content .city-item-box .city-item .city-item-cont {
          width: 226px; height:120px;
          background: #FFF7F0;
          border-radius: 10px;
          padding: 12px 15px;
          margin: 15px 0px;
          line-height: 1.6; }
        .city-container .city-box .city-box-content .city-item-box .city-item .city-btn {
            margin-bottom: 110px;
            font-size: 16px;
            font-weight: 400;
            color: #FFF;
            line-height: 40px;
            width: 120px;
            height: 40px;
            background: #55B5FB;
            border-radius: 30px;
            text-align: center;
            margin-top: 42px;
            cursor:pointer;
        }

.expert-container {
  padding: 40px 0px 30px; }
  .expert-container .expert-head {
    text-align: center; }
    .expert-container .expert-head .expert-title {
      font-size: 32px;
      font-weight: bold;
      color: #494949; }
    .expert-container .expert-head .expert-tip {
      font-size: 18px;
      color: #666666;
      margin: 10px 0px 15px; }
      .expert-container .expert-head .expert-tip .expert-tip-spc {
        font-weight: bold;
        color: #F95E5E;
        font-size: 22px; }
  .expert-container .expert-addr-search {
    display: flex;
    align-items: center;
    justify-content: center; }
    .expert-container .expert-addr-search .addr-select {
      width: 230px;
      height: 40px;
      background: #FFFFFF;
      border: 1px solid #E1E1E1;
      border-radius: 20px;
      position: relative;
      font-size: 18px;
      color: #1A1A1A;
      text-align: center;
      line-height: 40px;
      margin: 0px 10px; }
      .expert-container .expert-addr-search .addr-select::after {
        content: "";
        width: 18px;
        height: 10px;
        background: url(https://pres.vobao.com/Images/v5/pc/tip14.png) no-repeat center;
        position: absolute;
        right: 10px;
        top: 41%;
        pointer-events: none; }
      .expert-container .expert-addr-search .addr-select select {
        text-align:center;
        text-align-last:center;
        outline:0;
        appearance:none;
        border:0;
        width:96%;
        height:38px;
        border-radius:20px;
        margin-left:-8px;
        -moz-appearance:none;
        -webkit-appearance:none;
        background: white;
      }
    .expert-container .expert-addr-search .addr-select select::-ms-expand { 
        display: none; } 
    .expert-container .expert-addr-search .expert-search {
      display: flex;
      height: 39px;
      background: #FFFFFF;
      border: 1px solid #C5C5C5;
      border-radius: 18px;
      padding: 0px 15px;
      align-items: center;
      margin: 0px 10px; }
      .expert-container .expert-addr-search .expert-search .search-btn {
        width: 18px;
        height: 17px; }
      .expert-container .expert-addr-search .expert-search .expert-search-ipt {
        width: 200px;
        flex: 1;
        margin-right: 5px;
        outline: none;
        border: none;
        font-size: 14px;
        color: #1A1A1A; }
  .expert-container .expert-content {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px 30px; }
    .expert-container .expert-content .expert-item {
      display: flex;
      padding: 15px 20px;
      background: #F7F7F9;
      width: 330px;
      margin: 12px 15px; }
      .expert-container .expert-content .expert-item .item-head {
        width: 125px;
        height: 145px;
        margin-right: 15px; }
      .expert-container .expert-content .expert-item .item-box {
        display: flex;
        flex-direction: column; }
        .expert-container .expert-content .expert-item .item-box .item-box-name {
          display: flex;
          align-items: center;
          font-size: 22px;
          font-weight: 400; }
          .expert-container .expert-content .expert-item .item-box .item-box-name img {
            margin-left: 5px; }
        .expert-container .expert-content .expert-item .item-box .item-box-tip {
          margin: 15px 0px 10px;
          font-size: 16px;
          color: #1A1A1A; }
        .expert-container .expert-content .expert-item .item-box .item-box-tab {
          font-size: 16px;
          color: #999999; }
        .expert-container .expert-content .expert-item .item-box .item-box-btn {
          cursor:pointer;
          width: 90px;
          height: 30px;
          background: #F7F7F9;
          border: 1px solid #33A6FB;
          border-radius: 3px;
          font-size: 16px;
          color: #33A6FB;
          line-height: 30px;
          text-align: center;
          margin-top: 10px; }
        .expert-container .expert-content .expert-item .item-box .item-box-btn:hover {
            background: #13a3ff;
            color: #fff;
        }
  .expert-container .expert-foot {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #666666; }
    .expert-container .expert-foot span {
      margin: 0px 15px; }

.prog-container {
  background-color: #FAFAFB; }
  .prog-container .prog-box {
    padding: 25px 0px 30px; }
    .prog-container .prog-box .prog-box-head {
      text-align: center; }
      .prog-container .prog-box .prog-box-head .prog-title {
        font-size: 32px;
        font-weight: bold;
        color: #494949; }
      .prog-container .prog-box .prog-box-head .prog-tip {
        font-size: 18px;
        color: #999999;
        margin: 10px 0px 30px; }
    .prog-container .prog-box .prog-box-cont {
      display: flex;
      align-items: center; }
      .prog-container .prog-box .prog-box-cont .prog-cont-tab {
        background-image: url("https://pres.vobao.com/Images/v5/pc/tip21.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 0px 17px 24px;
        width: 192px; }
        .prog-container .prog-box .prog-box-cont .prog-cont-tab .prog-tab-title {
          font-size: 45px;
          font-weight: bold;
          color: #FFFFFF;
          text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          text-align: left;
          width: 100%; }
        .prog-container .prog-box .prog-box-cont .prog-cont-tab .prog-tab-tip {
          font-size: 18px;
          font-weight: bold;
          color: #FFFFFF;
          opacity: 0.2;
          text-align: left;
          width: 100%;
          margin: 15px 0px 30px; }
        .prog-container .prog-box .prog-box-cont .prog-cont-tab .prog-tab-txt {
          display: flex;
          flex-direction: column;
          font-size: 18px;
          color: #FFFFFF;
          text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          padding-right: 24px;
          line-height: 30px; }
        .prog-container .prog-box .prog-box-cont .prog-cont-tab .prog-tab-box {
          display: flex;
          flex-direction: column;
          width: 100%;
          align-items: flex-end;
          margin: 30px 0px 0px; }
          .prog-container .prog-box .prog-box-cont .prog-cont-tab .prog-tab-box .tab-item {
            cursor: pointer;
            width: 100px;
            height: 35px;
            background: #BD7D29;
            font-size: 18px;
            color: #FFFFFF;
            text-align: center;
            line-height: 35px;
            margin: 5px 0px; }
          .prog-container .prog-box .prog-box-cont .prog-cont-tab .prog-tab-box .active-tab-item {
            width: 110px;
            height: 35px;
            background: #FFFFFF;
            color: #BD7D29; }
      .prog-container .prog-box .prog-box-cont .prog-cont-cont {
        background-image: url(https://pres.vobao.com/Images/v5/pc/tip15.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position-x: -1px;
        width: 410px;
        height: 407px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 18px 20px; }
      .prog-container .prog-box .prog-box-cont .prog-cont-title {
        font-size: 21px;
        font-weight: bold;
        color: #6E430D;
        line-height: 48px; }
      .prog-container .prog-box .prog-box-cont .prog-cont-tip {
        font-size: 16px;
        color: #1A1A1A;
        line-height: 23px; }
      .prog-container .prog-box .prog-box-cont .prog-cont-tip2 {
        font-size: 16px;
        color: #1A1A1A;
        line-height: 23px;
        margin: 13px 0; }
      .prog-container .prog-box .prog-box-cont .prog-cont-btn {
        width: 115px;
        height: 35px;
        background: #E79652;
        border-radius: 5px;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 35px;
        text-align: center; }
      .prog-container .prog-box .prog-box-cont .spc-color1 {
        background: #E79652; }
      .prog-container .prog-box .prog-box-cont .prog-cont-box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 443px;
        margin-left: 20px; }
        .prog-container .prog-box .prog-box-cont .prog-cont-box .prog-cont-item {
          background-image: url(https://pres.vobao.com/Images/v5/pc/tip16.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          width: 321px;
          height: 212px;
          display: flex;
          flex-direction: column;
          padding: 0px 55px 0px 140px;
          justify-content: center; }
        .prog-container .prog-box .prog-box-cont .prog-cont-box .prog-cont-item2 {
          background-image: url(https://pres.vobao.com/Images/v5/pc/tip17.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          width: 321px;
          height: 212px;
          display: flex;
          flex-direction: column;
          padding: 0px 55px 0px 140px;
          justify-content: center; }
          .prog-container .prog-box .prog-box-cont .prog-cont-box .prog-cont-item2 .prog-cont-title {
            color: #0F654E; }
          .prog-container .prog-box .prog-box-cont .prog-cont-box .prog-cont-item2 .prog-cont-btn {
            background-color: #25BDA4; }
    .prog-container .prog-box .prog-box-foot {
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      color: #666666;
      line-height: 48px;
      margin: 10px 0px 0px; }

.list-container {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px; }
  .list-container .list-box {
    width: 550px;
    background: #FAFAFB;
    border-radius: 10px;
    padding: 18px 20px; }
    .list-container .list-box .list-title {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .list-container .list-box .list-title .list-title-fl {
        display: flex;
        align-items: center;
        font-size: 28px;
        font-weight: bold;
        color: #FAA645;
        line-height: 48px; }
        .list-container .list-box .list-title .list-title-fl .title-img {
          width: 24px;
          height: 26px;
          margin-right: 6px; }
        .list-container .list-box .list-title .list-title-fl .title-img2 {
          width: 24px;
          height: 22px;
          margin-right: 6px; }
        .list-container .list-box .list-title .list-title-fl .title-name2 {
          color: #33A6FB; }
      .list-container .list-box .list-title .list-title-fr {
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        line-height: 48px; }
    .list-container .list-box .list-item-box {
      display: flex;
      flex-direction: column; }
      .list-container .list-box .list-item-box .list-item {
        padding: 15px 5px;
        border-bottom: 1px dashed gainsboro;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .list-container .list-box .list-item-box .list-item:last-child {
          border: none; }
        .list-container .list-box .list-item-box .list-item::before {
          content: '';
          width: 5px;
          height: 5px;
          background: #999999;
          border-radius: 50%;
          position: absolute;
          top: 45%; }
        .list-container .list-box .list-item-box .list-item .list-title {
          padding-left: 10px;
          font-size: 16px;
          color: #1A1A1A;
          flex: 1;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin-right: 20px; }
        .list-container .list-box .list-item-box .list-item .list-tip {
          display: flex;
          align-items: center;
          font-size: 14px;
          color: #999999; }
          .list-container .list-box .list-item-box .list-item .list-tip .tip-img {
            width: 16px;
            height: 16px;
            margin-right: 6px; }
      .list-container .list-box .list-item-box .list-item2 {
        padding: 10px 5px 0px;
        position: relative;
        display: flex;
        align-items: center; }
        .list-container .list-box .list-item-box .list-item2 .item2-head {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-right: 8px; }
          .list-container .list-box .list-item-box .list-item2 .item2-head .head-img {
            width: 65px;
            height: 65px;
            border-radius: 50%;
            margin-bottom: 5px; }
          .list-container .list-box .list-item-box .list-item2 .item2-head .head-title {
            font-size: 16px;
            color: #1A1A1A; }
        .list-container .list-box .list-item-box .list-item2 .item2-box {
          display: flex;
          flex-direction: column;
          width: 88%; }
          .list-container .list-box .list-item-box .list-item2 .item2-box .box-ask {
            display: flex;
            align-items: center;
            width: 100%; }
            .list-container .list-box .list-item-box .list-item2 .item2-box .box-ask .ask-tip {
              width: 25px;
              height: 25px;
              background: #E6F1FB;
              border-radius: 50%;
              font-size: 14px;
              color: #33A6FB;
              text-align: center;
              line-height: 25px;
              margin-right: 5px; }
            .list-container .list-box .list-item-box .list-item2 .item2-box .box-ask .ask-name {
              flex: 1;
              font-size: 18px;
              color: #1A1A1A;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          .list-container .list-box .list-item-box .list-item2 .item2-box .box-que {
            display: flex;
            width: 100%;
            margin-top: 10px; }
            .list-container .list-box .list-item-box .list-item2 .item2-box .box-que .que-tip {
              width: 25px;
              height: 25px;
              background: #FAF1E8;
              border-radius: 50%;
              font-size: 14px;
              color: #FAA645;
              text-align: center;
              line-height: 25px;
              margin-right: 5px; }
            .list-container .list-box .list-item-box .list-item2 .item2-box .box-que .que-name {
              flex: 1;
              font-size: 14px;
              color: #666666;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              line-height: 1.6; }
