body {
  background-image: url("/../images/new-det.JPG");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.new-box {
  margin-top: 30px; }
  .new-box .new-title {
    font-size: 25px;
    color: #6a3906;
    margin: 0 0 50px 10px; }
  .new-box .new-album-list li {
    position: relative;
    float: left;
    margin: 0 10px 40px;
    width: calc((1170px - 30px) / 4 - 20px); }
    .new-box .new-album-list li .bg-img {
      width: 100%;
      height: calc((1170px - 30px) / 4 - 20px);
      background-size: contain;
      background-color: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 1199px) {
      .new-box .new-album-list li {
        width: calc((970px - 30px) / 4 - 20px); }
        .new-box .new-album-list li .bg-img {
          height: calc((970px - 30px) / 4 - 20px); } }
    @media screen and (max-width: 991px) {
      .new-box .new-album-list li {
        width: calc((750px - 30px) / 4 - 20px); }
        .new-box .new-album-list li .bg-img {
          height: calc((750px - 30px) / 4 - 20px); } }
    @media screen and (max-width: 767px) {
      .new-box .new-album-list li {
        width: calc((100vw - 30px) / 3 - 20px); }
        .new-box .new-album-list li .bg-img {
          height: calc((100vw - 30px) / 3 - 20px); } }
    @media screen and (max-width: 550px) {
      .new-box .new-album-list li {
        width: calc((100vw - 30px) / 2 - 20px); }
        .new-box .new-album-list li .bg-img {
          height: calc((100vw - 30px) / 2 - 20px); } }
    .new-box .new-album-list li .hover-style {
      transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 40px); }
      .new-box .new-album-list li .hover-style:before {
        content: "";
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%; }
    .new-box .new-album-list li:hover .hover-style {
      background-color: rgba(0, 0, 0, 0.5); }
      .new-box .new-album-list li:hover .hover-style:before {
        content: "";
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
        border: 2px solid #fff; }
  .new-box .album-name {
    background-color: #887666;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 200%;
    height: 40px;
    margin: 0;
    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; } }

@media screen and (max-width: 767px) {
  .back-btn {
    margin: 0 auto;
    display: block;
    width: 100px; }
  .pagebtn {
    margin: 0 0 90px; } }

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