
.box6{
  width: 90%;
  margin:0 auto;
  margin-top: 0.25rem;
  height:auto;
  h1{
    width:100%;
    text-align: center;
    font-size: 0.18rem;
    a{
      font-size: 0.18rem;
      color: #333;
    }
  }
  .list{
    width: 100%;
    margin-top: 0.2rem;
    ul{
      width: 100%;
      display:flex;
      justify-content: space-between;
      align-items: center;
      li{
        width: 49%;
        height: 0.4rem;
        font-size: 0.14rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #eee;
        a{
          color: #333;
          width: 100%;
          height:100%;
          display: flex;
          justify-content: center;
          align-items: center;
        }
      }
      li.current{
        a{
          color: #fff;
        }
        background-color: #134c99;
      }
    }
    .newslist{
      width:100%;
      margin-top: 0.2rem;
      .newin{
        display: block;
        width:100%;
        margin-bottom: 0.1rem;
        border-bottom:1px solid #e0e0e0;
        padding-bottom: 0.1rem;
        .r{
          width:100%;
          text-align: left;
          p{
            line-height: 0.18rem;
            font-size:0.12rem;
            color: #b6b6b6;
            margin-top: 0.05rem;
            b{
              font-size:0.14rem;
              color: #333;
            }
          }
          div:first-child{
            width: 100%;
            p{
              width: 100%;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              font-weight: 600;
              color: #333;
            }
          }
          div:last-child{
            overflow:hidden;
            color: #999;
            margin-top:0.05rem;
          }
        }
      }
      .newin:last-child{
        border:0;
      }
    }
  }
}

.my_pages {
  clear: both !important;
  padding: 5px 0 0;
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  padding-bottom: 20px;
  ul {
    text-align: center;
    list-style: none;
    li {
      list-style: none;
      text-align: center;
      height: 24px;
      display: inline;
      margin: 0 2px;
      padding: 0;
      overflow: hidden;
      white-space: nowrap;
      font-size: 13px;
      a {
        background: #fff;
        color: #555;
        display: inline;
        height: 24px;
        overflow: hidden;
        padding: 6px 10px;
        margin: 0;
        border: #999 1px solid;
      }
      a:hover {
        color: #fff;
        background: #f2b93e;
        border: #f2b93e 1px solid;
        height: 24px;
        overflow: hidden;
        text-decoration: none;
        cursor: pointer;
      }
    }
    li.thisclass a {
      background: #f2b93e;
      border: #f2b93e 1px solid;
      height: 24px;
      overflow: hidden;
      color: #fff;
      font-weight: 700;
    }
  }
}