.album-list {
    margin: 0 -10px;
}
.album-list .item {
    width: 50%;
    padding: 0 10px;
}
.album-list .item:nth-child(2n+1) {
    clear: left;
}
.album-list .box {
    max-width: 520px;
    margin: 0 auto 90px;
    overflow: hidden;
    position: relative;
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.album-list .fancybox {
    display: none;
}
.album-list .pic {
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*border:solid 6px #8F5F03;*/
    position: relative;
}
.album-list .box:hover .pic {
  /*  border-color: #FBAB1B;*/

}

.barVign2 {
  position: absolute;
  background: #E94609;
  transition: all .8s ease;
}
.barVign {
  position: absolute;
  background: #080607;;
  transition: all .2s ease;
}
.barVign.T {
  top: 0;
  width: 100%;
  height: 6px;
  right: 0%;
}
.barVign.R {
  right: 0;
  width: 6px;
  height: 100%;
  bottom: 0%;
}
.barVign.B {
  bottom: 0;
  width: 100%;
  height: 6px;
  left: 0%;
}
.barVign.L {
  left: 0;
  width: 6px;
  height: 100%;
  top: 0%;
}
.barVign2.T {
  top: 0;
  right: 0;
  width: 0;
  height: 6px;
}
.barVign2.R {
  bottom: 0;
  right: 0;
  width: 6px;
  height: 0;
}
.barVign2.B {
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
}
.barVign2.L {
  top: 0;
  left: 0;
  width: 6px;
  height: 0;
}
.album-list .box:hover .barVign.T{
  right: 100%;
}
.album-list .box:hover .barVign.R {
  bottom: 100%;
}
.album-list .box:hover .barVign.B {
  left: 100%;
}
.album-list .box:hover .barVign.L{
  top: 100%;
}
.album-list .box:hover .barVign2.T{
  width: 100%;
}
.album-list .box:hover .barVign2.R{
  height: 100%;
}
.album-list .box:hover .barVign2.B{
  width: 100%;
}
.album-list .box:hover .barVign2.L{
  height: 100%;
}

.album-list .name {
    color: #E94609;
    font-weight: bold;
    font-size: 26px;
    margin:5px 0;
    position: relative;
    z-index: 40;
}
.album-list .description > p span{
    display: inline-block;
    font-size: 16px;
    color: #1B1B1B;
    width: 90px;
    position: absolute;
    left: 0;
    padding:6px 0;
    font-weight: bold;
}
.album-list .description{
    border-top: solid 1px #afafaf;
    position: relative;
    z-index: 40;
}
.album-list .description > p{
    position: relative;
    font-size: 15px;
    margin: 0;
    padding:0.5px 0 0.5px 100px;
    border-bottom: solid 1px #afafaf;
}
.album-list .description > p i{
    font-style: normal;
    display:block;
    color: #000000;
    font-size: 15px;
    
}
.album-list .description > p i{
    padding:6px 0;
}

.album-list .more {
    color: #FBAB1B;
    font-family: Archivo Black;
    font-size: 16px;
    margin-top: 31px;
    position: relative;
    z-index: 40;
    letter-spacing: 3px;
    display:inline-block;
}
.album-list .more:before{
    content: '';
    display: inline-block;
    background: url(../../images/common/shop/ic.png);
    width: 29px;
    height: 34px;
    vertical-align: middle;
    margin-right: 5px;
}
.album-list .more a{
    display: inline-block;
}
.album-list .more:after{
    width: 41px;
    height: 2px;
    background: #FFE900;
    content: '';
    margin-top: 10px;
    display: block;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.album-list .more:hover:after{
    width: 100%;
}
.album-list .more:hover{
    color: #FFE900;

}

.ibtn.btn_style2.shop .ic3-location{
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
    .album-list .box{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 600px) {
    .album-list .item {
        width: 100%;
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
}