@charset "utf-8";
/* CSS Document */


.link_pic .piclist img {
    width: 100%;
}

.link_pic .piclist > div {
    padding: 7px;
}


.link_pic .piclist a:hover {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.link_pic .more a i{margin-right: 5px;}

.link_pic .piclist a {
    display: block;
    text-decoration: none;
}
@media (min-width:992px) {
.link_pic .piclist{
    margin: 0 -7px;
}

}
/*圖文*/

.link_pic.group p{
    color: #000;
    margin: 5px 0;
}
.link_pic.group .item {
    font-size: 115%;
    font-weight: bold;
    line-height: 120%;
}


.link_pic.group .note{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 0.9rem;
    color: #6A6D6F;
}
.link_pic.group .note li span::after {
    content: "：";
}

.link_pic.group .note li span {
    color: #000;
}
.link_pic.group .note li {padding: 0 10px 0 0;position: relative;white-space: nowrap;}


.link_pic.group .note li::after {
    /* content: ""; */
    top: 3px;
    bottom: 3px;
    width: 1px;
    display: block;
    position: absolute;
    background-color: #a7a7a7;
    right: 8px;
}

.link_pic.group .note li:last-child::after {
    display: none;
}
@media (min-width:576px) {
    .link_pic.group .pic {
    padding: 75% 0 0 0;
    background-color: #f1f1f1;
    position: relative;
}
.link_pic.group .pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}
.link_pic.group .item {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.link_pic.group .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
}
@media (max-width:576px) {
    .link_pic.group .pic {
    padding: 0;
}
}