.grid1180 {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    font-size: 15px;
}

.grid1180 #filter {
    padding: 15px 0 30px;
}

.navigationFilter {
    display: block;
    text-align: center;
}

.navigationFilter>li {
    display: inline-block;
    line-height: 25px;
    padding: 0 15px;
    position: relative;
}

.navigationFilter>li>a {
    color: #888;
}

.navigationFilter>li:hover>a, .navigationFilter>li>a.active {
    text-decoration: underline;
    color: #000;
}

.itemOrtAlbum {
    float: left;
    width: 24%;
    margin: 0 .5% 30px;
    position: relative;
}

.itemOrtAlbum>a.image {
    display: block;
    /*height: 280px;*/
    /*width: 100%;*/
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.itemOrtAlbum>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.itemOrtAlbum>span {
    margin: 10px 0 5px;
    display: block;
    /*height: 42px;*/
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.itemOrtAlbum .viewDetail{
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    text-decoration: underline;
}

.itemOrtAlbum .viewDetail:hover{
    color: #333;
}

#album_view {
    max-width: 960px;
    margin: 20px auto;
}

#album_view .title {
    border-bottom: 1px dashed #bebebe;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

#album_view .title>h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: lighter;
    color: #5d5d5d;
    padding: 0 0 20px;
}

.social {
    padding: 10px 0;
}

#artRelate {
    max-width: 960px;
    margin: 0 auto 30px;
    font-size: 15px;
}

#artRelate>h3 {
    padding: 5px 0;
    font-size: 25px;
    font-weight: 400;
}

#artRelate .content>div {
    margin: 20px 3% 0 0;
    width: 30%;
    float: left;
}

#artRelate .albumReItem>a {
    float: left;
    width: 40%;
    height: 0;
    overflow: hidden;
    margin: 0 5% 0 0;
    padding-bottom: 75%;
    position: relative;
}

#artRelate .albumReItem img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
}

.albumReItem p {
    float: left;
    width: 55%;
    font-size: 15px;
    line-height: 1.4;
}

.albumReItem p a{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.albumReItem p span{
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

.seeMore {
    display: block;
    margin-top: 10px;
    text-align: right;
    border-bottom: 1px solid #b5b5b5;
}

.seeMore .spriteIcon {
    background-position: -170px -5px;
    width: 30px;
    height: 15px;
    display: inline-block;
}
.spriteIcon {
    background: url(/tp/T0114/img/spriteIcon.png) no-repeat transparent;
}

.newsPage{
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #artRelate .albumReItem>a {
        padding-bottom: 25%;
    }
}

@media (min-width: 992px) {
    #album_index .itemOrtAlbum:nth-child(4n + 1){
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .itemOrtAlbum {
        width: 31.33%;
        margin: 0 1% 30px;
    }

    #album_index .itemOrtAlbum:nth-child(3n + 1){
        clear: left;
    }
}

@media (max-width: 991px) {
    #album_view,#artRelate{
        padding: 0 15px;
    }

    #artRelate .content>div{
        width: 48%;
    }

    #artRelate .content>div:nth-child(2n + 1){
        clear: left;
        margin-right: 2%;
    }

    #artRelate .content>div:nth-child(2n + 2){
        margin-left: 2%;
        margin-right: 0;
    }

    #album_view .title>h1{
        font-size: 24px;
    }

}

@media (max-width: 767px) {
    .itemOrtAlbum {
        width: 47%;
        margin: 0 1.5% 30px;
    }

    #album_index .itemOrtAlbum:nth-child(2n + 1){
        clear: left;
    }
}

@media (max-width: 575px) {
    #artRelate .albumReItem>a{
        margin-right: 0;
        width: 100%;
    }
    .albumReItem p{
        width: 100%;
        margin-top: 8px;
    }
}
