body {
  background-image: url("../images/case-list-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.new-box {
  margin-top: 30px; }
  .new-box .new-title {
    color: #fff; }
  .new-box .new-album-list {
    display: block;
    overflow: hidden; }
    .new-box .new-album-list li .bg-img {
      background-color: rgba(195, 187, 175, 0.1); }
    .new-box .new-album-list li:hover .hover-style {
      background-color: rgba(150, 150, 150, 0.5); }
  .new-box .album-name {
    background-color: #887666;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 200%;
    height: 40px;
    margin: 0;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .new-box .album-name {
        font-size: 15px;
        height: 30px; } }
    @media screen and (max-width: 767px) {
      .new-box .album-name {
        font-size: 12px;
        height: 25px; } }

.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li > a {
  border: 1px solid #91683b; }

.pagination > li:last-child > a .icon-next,
.pagination > li:first-child > a .icon-back,
.pagination > li > a .icon-next,
.pagination > li > a .icon-back {
  color: #91683b; }

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