body {
 
    background-image: url(2305241438015812083.jpg)!important;
    background-size: cover;
}

.pagelocation {
    text-align: right;
    font-size: 16px;
    color: #666;
    padding: 0 15px 0 0;
    line-height: 40px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px 1px #ddd;
    margin: 5px auto;
    margin-top: 72px;
    background-color: #fff;
}

.pagelocation h4 {
    display: block;
    float: left;
    width: 120px;
    text-align: center;
    color: #ad955a;
    font-size: 22px;
}

div#container {
    width: 1200px;
    margin: 0 auto;
    min-height: 520px;
  }
   div#content {
    width: 1200px;
    background-color: #fff;
    padding-top: 15px;
    margin: 0 auto;
    height: 640px;
  }
  .total{
       width: 30%;
       float: left;
       font-size: 16px;
         margin: 15px 0;
        text-align:left;
  }
  .holder {
    margin: 15px 0;
   text-align:right;
   width: 60%;
    float: left;
  }
  .holder a {
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
    
  padding:2px 5px;
  }
  .holder a:hover {
    background-color: #eee;
    color: #9d6b39;
  }
  .holder a.jp-previous { margin-right: 15px; }
  .holder a.jp-next { margin-left: 15px; }
  .holder a.jp-current, a.jp-current:hover {
    color: #9d6b39;
    font-weight: bold;
  }
  .holder a.jp-disabled, a.jp-disabled:hover {
    color: #eee;
  }
  .holder a.jp-current, a.jp-current:hover,
  .holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }
  .holder span { margin: 0 5px; }
  
 #itemContainer{
    height:640px!important;
    min-height: 640!important; 
    padding: 20px 15px;
    margin-bottom: 20px;
    background-color: #fff;
 }


   #itemContainer li {
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 2px;
    font-size: 18px;
 }
 
   

 #itemContainer a {
    display: block;
    position: relative;
    padding-right: 80px;
    line-height: 40px;
    padding-left: 15px;
    text-decoration: none;
}


 #itemContainer a i {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
    left: 0;
    background-color: #ddd;
}

#itemContainer a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    line-height: 40px;
    margin: 0 auto;
}

#itemContainer a span {
    position: absolute;
    right: 0;
    color: #999;
    top: 0;
}

#itemContainer a:hover p,#itemContainer a:hover span{
    color: #ad955a;
}
#itemContainer a:hover i{
    background-color: #ad955a;
}
 
 .pageinfo{
    width: 1200px;
    height: 45px;
    background-color: #fff;
    line-height: 20px;
 }