@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.listWidget08 {
  padding: 48px 0px 48px 0px;
  background: #f5f5f5; }
  .listWidget08 .mainTitle {
    max-width: 1000px;
    margin: 0px auto 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.39;
    font-weight: bolder; }
  .listWidget08 .description {
    margin: 0px auto 40px;
    max-width: 1000px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 1.5; }
  .listWidget08 .newsList {
    width: 1000px;
    margin: 0px auto;
    transition: all 0.3s ease-in-out; }
    .listWidget08 .newsList > li {
      list-style: none;
      height: 260px;
      margin-bottom: 16px; }
      .listWidget08 .newsList > li:last-of-type {
        margin-bottom: 0px; }
    .listWidget08 .newsList .newsSummary {
      position: relative;
      display: flex;
      display: -ms-flex;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: #ffffff; }
    .listWidget08 .newsList .newsImg {
      position: relative;
      width: 50%;
      height: 100%;
      overflow: hidden; }
      .listWidget08 .newsList .newsImg img {
        display: block;
        width: 100%; }
    .listWidget08 .newsList .newsInfo {
      position: absolute;
      top: 50%;
      right: 0px;
      box-sizing: border-box;
      padding: 0px 48px;
      width: 50%;
      transform: translateY(-50%); }
      .listWidget08 .newsList .newsInfo .newsTitle {
        display: flex;
        display: -ms-flex;
        font-size: 18px;
        line-height: 1.39;
        font-weight: bolder; }
        .listWidget08 .newsList .newsInfo .newsTitle span {
          font-weight: bolder; }
        .listWidget08 .newsList .newsInfo .newsTitle .hotImg {
          line-height: 9px;
          margin-left: 4px; }
      .listWidget08 .newsList .newsInfo .newsDate {
        font-size: 12px;
        color: #999999;
        opacity: 0.5; }
      .listWidget08 .newsList .newsInfo .newsIntro {
        font-size: 14px;
        color: #999999;
        line-height: 1.5;
        margin: 8px 0px; }
      .listWidget08 .newsList .newsInfo .newsBtn a {
        background: transparent;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none; }
  .listWidget08 .pagination-wrap {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    margin-top: 40px;
    height: 18px; }
  .listWidget08 .pagination {
    margin: 0px 16px;
    font-size: 12px;
    line-height: 18px; }
    .listWidget08 .pagination a {
      margin: 0px 8px;
      text-decoration: none; }
      .listWidget08 .pagination a:hover {
        opacity: 0.7; }
    .listWidget08 .pagination .pageNext, .listWidget08 .pagination .pagePrev {
      display: none; }
    .listWidget08 .pagination .currentPage {
      opacity: 0.7; }
  .listWidget08 .next-btn-wrap .next-btn {
    opacity: 0.5;
    cursor: pointer;
    transition: all .2s ease-in-out; }
    .listWidget08 .next-btn-wrap .next-btn:hover {
      opacity: 0.7; }
  .listWidget08 .prev-btn-wrap .prev-btn {
    opacity: 0.5;
    cursor: pointer;
    transition: all .2s ease-in-out; }
    .listWidget08 .prev-btn-wrap .prev-btn:hover {
      opacity: 0.7; }
  .listWidget08 .newsDetail {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 11; }
    .listWidget08 .newsDetail .detailMask {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
    .listWidget08 .newsDetail .detailClose {
      position: absolute;
      right: calc((100% - 960px)/2 + 48px);
      top: 16px;
      cursor: pointer; }
      .listWidget08 .newsDetail .detailClose svg {
        width: 20px;
        height: 20px; }
        .listWidget08 .newsDetail .detailClose svg g {
          fill: #2b2b2b; }
    .listWidget08 .newsDetail .detailBox {
      box-sizing: border-box;
      position: fixed;
      top: 0px;
      left: 50%;
      margin-left: -450px;
      padding: 40px 60px 0px;
      width: 900px;
      height: 100vh;
      overflow: hidden;
      background: #ffffff;
      overflow-y: auto; }
    .listWidget08 .newsDetail .detailTitle {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.39;
      text-align: center;
      margin: 0px;
      font-weight: bold; }
    .listWidget08 .newsDetail .detailDate {
      font-size: 12px;
      color: #999999;
      opacity: 0.5;
      text-align: center; }
    .listWidget08 .newsDetail .detailContent {
      overflow: hidden;
      margin-top: 24px;
      padding-bottom: 40px;
      color: #999999;
      text-align: justify; }
      .listWidget08 .newsDetail .detailContent img {
        display: block;
        margin: 0px auto 16px;
        max-width: 780px; }
      .listWidget08 .newsDetail .detailContent p {
        margin-bottom: 16px; }

/* Large devices (desktops, less than 1200px) 普通桌面端 */
@media (max-width: 1200px) {
  .listWidget08 .newsList {
    width: 900px; } }
/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .listWidget08 .newsList {
    width: 100%;
    padding: 0px 48px;
    box-sizing: border-box; }
  .listWidget08 .newsDetail .detailBox {
    width: 100%;
    left: 0;
    margin-left: 0px;
    transform: translateX(0%); }
  .listWidget08 .newsDetail .detailClose {
    right: 10px; }
  .listWidget08 .newsDetail .detailContent img {
    width: 100%;
    height: auto; } }
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 768px) {
  .listWidget08 .newsList {
    padding: 0 24px; }
    .listWidget08 .newsList .newsSummary {
      display: block; }
    .listWidget08 .newsList .newsInfo {
      position: initial;
      top: auto;
      right: auto;
      width: 100%;
      padding: 24px 48px;
      transform: translateY(0%); }
    .listWidget08 .newsList .newsImg {
      width: 100%; }
      .listWidget08 .newsList .newsImg img {
        position: initial !important;
        width: 100% !important;
        height: auto !important;
        transform: translateY(0%) !important; }
    .listWidget08 .newsList > li {
      height: auto; }
  .listWidget08 .newsDetail .detailBox {
    padding: 40px 24px 0px; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */

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