﻿.side-left3 {
      background-image: url('http://www.jixguo.com/img/news.jpg');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: 100% 100%;
      -moz-background-size: 100% 100%;
    }

    .neirong {
      width: 70%;
      margin: 0 auto;
    }

    .miaoshu {
      font-size: 20px;
      line-height: 34px;
      margin: auto 40px;
      padding-top: 25px;
      font-family: '微软雅黑'
    }

    .subnav-box>ul {
      display: block;
      margin: 0 auto;
      padding: 80px 0 0 0;
      list-style: none;
      width: 1200px;
    }

    .module {
      width: 100%;
    }

    #list-unstyled li {
      width: 1200px;
      padding: 20px;
      display: flex;
      background-color: #fff;
      margin: 0 auto;
      margin-top: 20px;
    }

    #list-unstyled li .heade-img {
      width: 370px;
      height: 222px;
    }

    #list-unstyled li .con-list {
      margin-left: 40px;
      position: relative;
    }

    #list-unstyled li .heade-img a {
      width: 370px;
      height: 222px;
      display: block;
    }

    #list-unstyled li .heade-img img {
      width: 100%;
      height: 100%;
    }

    #list-unstyled li .name {
      font-weight: 700;
      color: #93c02b;
      font-size: 18px;
      margin-bottom: 10px;
      letter-spacing: 1px;
    }


    #list-unstyled li .text {
      margin-top: 8px;
      font-size: 16px;
      line-height: 25px;
    }


    time {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 20px;
      color: #000;
      padding-top: 20px;
      margin-bottom: 10px;
      display: block;
    }

    .details {
      width: 140px;
      height: 30px;
      line-height: 30px;
      border: 2px solid #8bb928;
      text-align: center;
      position: absolute;
      bottom: 10px;
      left: 0;
      overflow: hidden;
    }

    .details a {
      display: block;
    }

    .details a:hover {
      color: #93c02b;
    }

    
  /* 分页组件样式 */
  .pagination {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: #333;
      margin-top: 30px;
      justify-content: center 
  }
  .pagination .page-item {
      padding: 6px 12px;
      cursor: pointer;
      border: 1px solid #ddd;
      border-radius: 2px;
      text-decoration: none;
      color: #333;
      background-color: #fff;
      transition: all 0.2s;
  }
  .pagination .page-item:hover {
      border-color: #93c02b;
      color: #93c02b;
  }
  .pagination .page-item.active {
      background-color: #93c02b;
      color: #fff;
      border-color: #93c02b;
      cursor: default;
  }
  .pagination .jump-input {
      width: 45px;
      padding: 6px;
      text-align: center;
      border: 1px solid #ddd;
      border-radius: 2px;
  }
  .pagination .disabled {
      color: #ccc;
      cursor: not-allowed;
      border-color: #eee;
  }
  .pagination span{
    color:#fff;
  }