@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.listWidget11 {
  margin-top: 64px;
  padding: 64px 0; }
  .listWidget11 .wrapper {
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
    max-width: 1216px;
    margin: 0 auto; }
  .listWidget11 .wrapperTitle {
    font-size: 2.143em;
    color: #2b2b2b;
    font-weight: initial;
    text-align: center; }
  .listWidget11 #newsList {
    list-style: none;
    overflow: hidden;
    margin: 40px auto;
    margin-top: 0; }
    .listWidget11 #newsList li {
      float: left;
      width: 33.33%;
      position: relative; }
    .listWidget11 #newsList .newsSummary {
      margin: 40px 8px 0px 8px;
      position: relative;
      background: #fff; }
      .listWidget11 #newsList .newsSummary .hotImg {
        position: absolute;
        left: 24px;
        top: 16px;
        height: 24px;
        width: 24px; }
      .listWidget11 #newsList .newsSummary .newsImg {
        height: 200px;
        position: relative;
        overflow: hidden; }
        .listWidget11 #newsList .newsSummary .newsImg img {
          width: 100%;
          display: block; }
      .listWidget11 #newsList .newsSummary .newsInfo {
        padding: 24px 24px 40px 24px; }
        .listWidget11 #newsList .newsSummary .newsInfo h2 {
          width: 100%;
          color: #2b2b2b;
          font-size: 1.125rem;
          text-align: center;
          font-weight: 400;
          max-width: 14em;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          text-align: center;
          margin: 0px auto;
          margin-bottom: 0.4rem; }
        .listWidget11 #newsList .newsSummary .newsInfo .underline {
          width: 40px;
          margin: 0 auto;
          border-top: 1px solid #2b2b2b;
          margin-bottom: 1rem; }
        .listWidget11 #newsList .newsSummary .newsInfo .intro {
          color: #666;
          font-size: 0.875rem;
          text-align: justify;
          text-align-last: center;
          height: 44px;
          overflow: hidden; }
        .listWidget11 #newsList .newsSummary .newsInfo .btn_ghost {
          display: table;
          margin: 24px auto 0;
          min-width: 90px;
          text-align: center;
          padding: 8px 32px;
          border-left: 0;
          border-right: 0;
          text-decoration: none; }
          .listWidget11 #newsList .newsSummary .newsInfo .btn_ghost img {
            float: right;
            text-align: center;
            line-height: 40px;
            width: 20px;
            margin-top: 4px; }
          .listWidget11 #newsList .newsSummary .newsInfo .btn_ghost .icon {
            vertical-align: bottom;
            margin-left: 8px; }
    .listWidget11 #newsList .loading {
      margin: 0 auto;
      display: block;
      float: none;
      width: 40px; }
      .listWidget11 #newsList .loading em {
        width: 8px;
        height: 8px;
        display: inline-block;
        background: #666;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-right: 8px; }
        .listWidget11 #newsList .loading em:last-of-type {
          margin-right: 0; }
        .listWidget11 #newsList .loading em:nth-of-type(1) {
          animation: loading1 0.9s infinite;
          -moz-animation: loading1 0.9s infinite;
          -webkit-animation: loading1 0.9s infinite; }
        .listWidget11 #newsList .loading em:nth-of-type(2) {
          animation: loading1 0.9s 0.3s infinite;
          -moz-animation: loading1 0.9s 0.3s infinite;
          -webkit-animation: loading1 0.9s 0.3s infinite; }
        .listWidget11 #newsList .loading em:nth-of-type(3) {
          animation: loading1 0.9s 0.6s infinite;
          -moz-animation: loading1 0.9s 0.6s infinite;
          -webkit-animation: loading1 0.9s 0.6s infinite; }
  .listWidget11 #pagination {
    display: table;
    margin: 40px auto; }
    .listWidget11 #pagination a {
      display: inline-block;
      height: 40px;
      width: 40px;
      margin: 4px;
      line-height: 40px;
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      font-size: 1em;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .listWidget11 #pagination .currentPage {
      background: none;
      font-weight: bold;
      cursor: default; }
  .listWidget11 #newsDetail {
    margin: 40px auto; }
    .listWidget11 #newsDetail .newsTitle {
      text-align: center;
      font-size: 1.571em;
      letter-spacing: 0.02em; }
    .listWidget11 #newsDetail .newsDate {
      text-align: center;
      font-size: 0.857em;
      color: #999999; }
    .listWidget11 #newsDetail .newsContent {
      margin: 24px auto;
      max-width: 780px; }
      .listWidget11 #newsDetail .newsContent * {
        color: #999999; }
      .listWidget11 #newsDetail .newsContent ul {
        margin-bottom: 1em;
        list-style: inside; }
      .listWidget11 #newsDetail .newsContent img {
        max-width: 100%; }
      .listWidget11 #newsDetail .newsContent p {
        margin-bottom: 1em; }
        .listWidget11 #newsDetail .newsContent p a {
          text-decoration: none; }
    .listWidget11 #newsDetail .back {
      width: 120px;
      margin: 40px auto; }
      .listWidget11 #newsDetail .back .btn {
        display: block;
        height: 44px;
        text-decoration: none;
        line-height: 44px;
        text-align: center; }
  .listWidget11 .pagination-wrap {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    height: 18px;
    line-height: 18px;
    padding-top: 24px; }
  .listWidget11 .pagination {
    margin: 0px 16px;
    font-size: 12px;
    line-height: 18px; }
    .listWidget11 .pagination a {
      padding: 4px 10px;
      margin: 0 2px;
      text-decoration: none; }
    .listWidget11 .pagination .currentPage {
      color: #fff; }
    .listWidget11 .pagination .pageNext, .listWidget11 .pagination .pagePrev {
      display: none; }
  .listWidget11 .next-btn-wrap {
    cursor: pointer; }
  .listWidget11 .prev-btn-wrap {
    cursor: pointer; }
  .listWidget11 .newsDetail {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    z-index: 11;
    display: none;
    animation: myfirst 3s; }
    .listWidget11 .newsDetail .shut {
      position: absolute;
      right: calc((100% - 960px)/2 + 24px);
      top: 24px;
      cursor: pointer; }
      .listWidget11 .newsDetail .shut svg {
        width: 20px;
        height: 20px; }
    .listWidget11 .newsDetail .detailBox {
      background: #ffffff;
      border-radius: 5px;
      width: 960px;
      height: 100vh;
      margin-left: -480px;
      padding: 40px 60px 0px;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 50%;
      overflow: hidden;
      overflow-y: auto; }
      .listWidget11 .newsDetail .detailBox .detailTitle {
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 8px; }
      .listWidget11 .newsDetail .detailBox .detailDate {
        text-align: center;
        color: #999;
        margin-bottom: 32px; }
      .listWidget11 .newsDetail .detailBox .detailContent {
        padding-bottom: 40px;
        color: #666;
        text-align: justify; }
        .listWidget11 .newsDetail .detailBox .detailContent a {
          color: #666;
          text-decoration: none; }
        .listWidget11 .newsDetail .detailBox .detailContent p {
          padding-top: 16px; }
        .listWidget11 .newsDetail .detailBox .detailContent img {
          max-width: 100%;
          height: auto; }

@keyframes loading1 {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes loading1 {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes loading2 {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes loading2 {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes loading3 {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes loading3 {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Large devices (desktops, less than 1200px) 普通桌面端 */
/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .listWidget11 {
    margin-top: 40px;
    padding: 40px 0; }
    .listWidget11 .wrapperTitle {
      margin-bottom: 16px; }
    .listWidget11 #newsList .newsSummary {
      margin-top: 0; }
    .listWidget11 .newsDetail .detailBox {
      width: 100%;
      margin: 0px;
      border-radius: 0px;
      left: 0; }
    .listWidget11 .newsDetail .shut {
      right: 12px;
      top: 16px; } }
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 768px) {
  .listWidget11 {
    margin-top: 24px;
    padding-top: 24px; }
    .listWidget11 .wrapper {
      padding: 0 24px; }
    .listWidget11 .wrapperTitle {
      font-size: 22px;
      margin-bottom: 0; }
    .listWidget11 #newsList {
      margin: 24px auto;
      margin-top: 0; }
      .listWidget11 #newsList .newsSummary {
        margin-top: 24px; }
        .listWidget11 #newsList .newsSummary .newsInfo {
          padding: 24px 16px 40px 16px; }
      .listWidget11 #newsList li {
        width: 50%; }
    .listWidget11 #pagination {
      margin: 24px auto; }
    .listWidget11 .newsDetail .detailBox {
      padding: 40px 40px 0px; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */
@media (max-width: 576px) {
  .listWidget11 .wrapper {
    padding: 0 16px; }
  .listWidget11 #newsList {
    margin: 16px auto;
    margin-top: 0; }
    .listWidget11 #newsList li {
      width: 100%; }
  .listWidget11 .newsDetail .detailBox {
    padding: 40px 24px 0px; }
  .listWidget11 #pagination {
    margin: 16px auto; } }

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