@charset "UTF-8";
/*flex弹性盒子 默认水平垂直居中 传入null 表示不设置该属性*/
.l-pages {
  height: 40px;
  text-align: center; }
  .l-pages .page-wrap {
    display: inline-block; }
  .l-pages .page-num {
    float: left; }
    .l-pages .page-num a {
      float: left;
      min-width: 38px;
      height: 38px;
      padding: 0 7px;
      margin-right: 5px;
      background-color: #fff;
      border: 1px solid #fff;
      text-align: center;
      font-size: 14px;
      color: #222222;
      line-height: 40px;
      text-decoration: none; }
      .l-pages .page-num a.cur {
        background-color: #1a6dbe;
        border-color: #1a6dbe;
        color: #fff; }
      .l-pages .page-num a:hover {
        background-color: #fff;
        border-color: #1a6dbe;
        color: #1a6dbe; }
      .l-pages .page-num a.disable {
        background-color: #c5c3c3;
        border-color: #c5c3c3;
        color: #939292;
        cursor: default; }
        .l-pages .page-num a.disable:hover {
          background-color: #c5c3c3;
          border-color: #c5c3c3;
          color: #939292; }
  .l-pages .page-skip {
    float: left;
    padding-left: 20px;
    font-size: 14px;
    line-height: 40px;
    color: #222; }
    .l-pages .page-skip input {
      border: none;
      background-color: #fff;
      font-size: 14px;
      line-height: 38px;
      text-align: center;
      color: #222;
      vertical-align: top;
      outline: none; }
    .l-pages .page-skip .skip-num {
      width: 40px;
      height: 38px; }
    .l-pages .page-skip .num-btn {
      width: 60px;
      height: 38px;
      cursor: pointer; }

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 .news_list {
    position: relative;
    z-index: 1;
    width: 1200px;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 20px 40px;
    color: #2E2424;
    overflow: hidden; }
    .sns-main .news_list .acitivity_title {
      position: relative;
      z-index: 1;
      width: 488px;
      height: 58px;
      margin: 0 auto 20px;
      background: url("../images/acitvity-titile.png") no-repeat center;
      background-size: 100%; }
    .sns-main .news_list .activity_list-wrap {
      display: flex;
      flex-wrap: wrap;
      width: 1120px; }
    .sns-main .news_list .activity_list-item {
      position: relative;
      width: 358px;
      height: 338px;
      border: 1px solid #e5e5e5;
      margin-right: 23px;
      margin-bottom: 30px; }
      .sns-main .news_list .activity_list-item .line {
        position: absolute;
        left: 0;
        top: 211px;
        width: 4px;
        height: 20px;
        opacity: 1;
        border: 0 solid #979797;
        background: #0036a1; }
      .sns-main .news_list .activity_list-item img {
        width: 356px;
        height: 192px;
        background-size: 100%; }
      .sns-main .news_list .activity_list-item .activity_items {
        padding: 16px 20px 22px; }
      .sns-main .news_list .activity_list-item .activity_items_title {
        color: black;
        font-size: 18px;
        font-weight: 700;
        height: 40px;
        margin-bottom: 20px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .sns-main .news_list .activity_list-item .activity_items_stitle {
        position: relative;
        color: #666666;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 12px;
        padding-left: 26px;
        text-align: left; }
      .sns-main .news_list .activity_list-item p:nth-child(2)::after {
        content: '';
        top: -3px;
        position: absolute;
        left: 0px;
        background: url(../images/mall.png) no-repeat center;
        width: 16px;
        height: 16px;
        background-size: 100%; }
      .sns-main .news_list .activity_list-item p:nth-child(3)::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 .news_list .activity_list-item:nth-child(3n) {
      margin-right: 0px; }
    .sns-main .news_list .news_title {
      position: relative;
      z-index: 1;
      width: 488px;
      height: 58px;
      margin: 0 auto;
      background: url("../images/newindex/rencai.png") no-repeat center; }

.mask-wrapper {
  z-index: 999999 !important; }

._fileCon {
  clear: both;
  overflow: hidden; }
  ._fileCon .file-item {
    display: flex;
    align-items: center;
    height: 26px;
    margin-top: 16px; }
    ._fileCon .file-item .file-name-wrapper {
      margin-right: 16px;
      color: #1E2537; }
    ._fileCon .file-item .handle-btn-list {
      display: flex; }
      ._fileCon .file-item .handle-btn-list .handle-btn {
        color: #0085D0;
        font-size: 16px;
        cursor: pointer; }
        ._fileCon .file-item .handle-btn-list .handle-btn.download-btn {
          margin-right: 10px;
          text-decoration: underline; }
        ._fileCon .file-item .handle-btn-list .handle-btn._viewer {
          margin-right: 10px; }
    ._fileCon .file-item .file-type-icon {
      margin-right: 10px;
      width: 22px;
      height: 26px; }
      ._fileCon .file-item .file-type-icon.icon-pdf {
        background: url(../images/icon-pdf.png) no-repeat;
        background-size: contain; }
      ._fileCon .file-item .file-type-icon.icon-doc {
        background: url(../images/icon-doc.png) no-repeat;
        background-size: contain; }
      ._fileCon .file-item .file-type-icon.icon-zip {
        background: url(../images/icon-zip.png) no-repeat;
        background-size: contain; }
      ._fileCon .file-item .file-type-icon.icon-ppt {
        background: url(../images/icon-ppt.png) no-repeat;
        background-size: contain; }
      ._fileCon .file-item .file-type-icon.icon-xsl {
        background: url(../images/icon-xsl.png) no-repeat;
        background-size: contain; }

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