@charset "UTF-8";
/*flex弹性盒子 默认水平垂直居中 传入null 表示不设置该属性*/
div {
  box-sizing: border-box; }

.sns-main {
  position: relative;
  padding-top: 26px;
  background-color: #E7ECF6; }
  .sns-main::before {
    display: inline-block;
    content: "";
    width: 359px;
    height: 433px;
    background: url("../images/newindex/list_bg_r.png") no-repeat right top;
    background-size: 359px 433px;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: auto;
    z-index: 0; }
  .sns-main::after {
    display: inline-block;
    content: "";
    width: 360px;
    height: 440px;
    background: url("../images/newindex/list_bg_l.png") no-repeat right top;
    background-size: 360px 440px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0; }
  .sns-main .pagination {
    margin-top: 40px; }
  .sns-main .pagination a {
    width: 47px !important; }
  .sns-main .talent-wrap {
    width: 1200px;
    margin: 0 auto; }
    .sns-main .talent-wrap .main-banner {
      position: relative;
      display: flex;
      height: 360px; }
      .sns-main .talent-wrap .main-banner img {
        height: 360px;
        width: 650px;
        background-size: 100%; }
      .sns-main .talent-wrap .main-banner .main-right {
        flex: 1;
        padding: 40px 40px 0;
        background-color: #fff;
        z-index: 1; }
        .sns-main .talent-wrap .main-banner .main-right .title {
          font-size: 20px;
          font-weight: 700;
          font-family: "PingFang SC";
          line-height: 26px;
          margin-bottom: 30px;
          overflow: hidden;
          text-overflow: ellipsis;
          /* 超出部分省略号 */
          word-break: break-all;
          /* break-all(允许在单词内换行。) */
          display: -webkit-box;
          /* 对象作为伸缩盒子模型显示 */
          -webkit-box-orient: vertical;
          /* 设置或检索伸缩盒对象的子元素的排列方式 */
          -webkit-line-clamp: 2;
          /* 显示的行数 */
          max-height: 80rpx;
          /* 设置最大高度，根据行高，要几行乘以几倍 */ }
        .sns-main .talent-wrap .main-banner .main-right .title1 {
          margin-bottom: 4px;
          color: #5b5b72;
          font-size: 14px;
          font-weight: 400; }
        .sns-main .talent-wrap .main-banner .main-right .time {
          color: #333333;
          font-size: 14px;
          font-weight: 700;
          margin-bottom: 20px; }
    .sns-main .talent-wrap .tabs-wrap {
      position: relative;
      margin-top: 20px;
      padding: 40px;
      background-color: #fff;
      z-index: 1; }
    .sns-main .talent-wrap .tabs-menu {
      display: flex; }
      .sns-main .talent-wrap .tabs-menu a {
        margin-right: 50px;
        position: relative;
        z-index: 1;
        color: #1a192b;
        font-size: 20px;
        font-weight: 700; }
      .sns-main .talent-wrap .tabs-menu .active::after {
        content: '';
        display: block;
        height: 15px;
        background: #80C0FFFF;
        width: 80px;
        position: absolute;
        top: 8px;
        z-index: -1; }
      .sns-main .talent-wrap .tabs-menu .tabs-detail .article-content {
        line-height: 32px;
        font-size: 16px;
        color: #1A192BFF; }
      .sns-main .talent-wrap .tabs-menu .tabs-detail img {
        max-width: 1060px;
        margin: 30px auto; }
      .sns-main .talent-wrap .tabs-menu .tabs-detail p {
        line-height: 32px;
        margin-bottom: 20px;
        text-indent: 2em !important; }
      .sns-main .talent-wrap .tabs-menu .tabs-detail a {
        text-decoration: underline;
        color: blue; }
  .sns-main .tabs-detail-wrap {
    margin-bottom: 20px;
    text-indent: 2em !important;
    font-size: 16px;
    line-height: 2;
    color: #222;
    font-family: 'MicrosoftYaHei'; }
    .sns-main .tabs-detail-wrap img, .sns-main .tabs-detail-wrap h1 {
      margin: 10px 0; }
    .sns-main .tabs-detail-wrap p {
      line-height: 32px;
      margin-bottom: 20px;
      text-indent: 2em !important; }
  .sns-main .article-items-wrap {
    display: flex;
    flex-wrap: wrap; }
    .sns-main .article-items-wrap .article-items {
      display: flex;
      width: 540px;
      height: 133px;
      margin-right: 40px;
      margin-top: 20px;
      border-bottom: 1px solid #E7ECF6FF; }
      .sns-main .article-items-wrap .article-items img {
        width: 200px;
        height: 112px;
        margin-right: 20px;
        background-size: 100%; }
      .sns-main .article-items-wrap .article-items .article-items-right {
        flex: 1; }
      .sns-main .article-items-wrap .article-items p:first-child {
        margin-bottom: 10px;
        color: #333333;
        font-size: 18px;
        font-weight: 400;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%; }
      .sns-main .article-items-wrap .article-items p:nth-child(2) {
        margin-bottom: 20px;
        color: #999999;
        font-size: 16px;
        font-weight: 400;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2; }
      .sns-main .article-items-wrap .article-items .time {
        position: relative;
        padding-left: 16px;
        color: #2e2424;
        font-size: 12px;
        font-weight: 400; }
      .sns-main .article-items-wrap .article-items .time::after {
        content: '';
        top: -3px;
        position: absolute;
        left: 0px;
        background: url(../images/history.png) no-repeat center;
        width: 16px;
        height: 16px;
        background-size: 100%; }
    .sns-main .article-items-wrap .article-items:nth-child(2n) {
      margin-right: 0 !important; }

/*# sourceMappingURL=getdetail.css.map */
