.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;
    
    position: relative;
}
.album-list .box:hover .pic {
   opacity: 0.9;

} 

.album-list .name {
    font-family: "Noto Serif TC", serif;
    color: #196539;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
.album-list .description > p span{
    display: inline-block;
    font-size: 18px;
    color: #72817A;
    width: 90px;
    position: absolute;
    left: 0;
    padding: 6px 0;
    font-weight: bold;

}
.album-list .description{
  border-top: solid 1px #DCE9E0;
	position:relative;
	z-index:50;
  font-weight: 500;
 font-family: "cwtexyen", sans-serif;
}
.album-list .description > p{
    position: relative;
    font-size: 15px;
    margin: 0;
    padding:0.5px 0 0.5px 100px;
    border-bottom: solid 1px #DCE9E0
}
.album-list .description > p i{
    font-style: normal;
    display: block;
    color: #959995;
    font-size: 16px;
    
}
.album-list .description > p i{
    padding:6px 0;
}

.album-list .more {
    color: #EB9696;
    font-size: 16px;
    margin-top: 31px;
    position: relative;
    z-index: 40;
    letter-spacing: 3px;
    display:inline-block;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
}
.album-list .more:before{
    content: '';
    display: inline-block;
    background: url(../../images/common/shop/ic.png);
    background-size: contain;
    width: 19px;
    height: 24px;
    vertical-align: middle;
    margin-right: 15px;
}
.album-list .more a{
    display: inline-block;
}
 
.album-list .more:hover{
    color: #FF797F

}

@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;
    }
}