.links {padding: 5px;}
.album {
	padding: 2.5px;
}
.album a {
	display: block;
	position: relative;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*圖片*/
.album a .pic{
	overflow: hidden;
	height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
	background: #F8F8F8;
}
.album a .pic img{
	width: 100%;
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.album a:hover .pic img {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	transform: scale(1.1);
}

/*文字*/
.album a .information{
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 20px;
    background: rgb(51 51 51 / 80%);
}
.album a .information .title {
	color: #fff;
    font-size: 17px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.album a .information .date {
	color: #17458F;
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.album a .information .class {
    font-size: 14px;
    color: #f70;
	color: #FFF;
    background-color: rgb(131 95 0 / 15%);
    display: inline-block;
    line-height: 1.55;
    padding: 0 15px;
    border-radius: 1em;
	font-weight: bold;
}
.album a .class.color0{background: #ff770026; color: #ff7700;}
.album a .class.color1{background: #E8529826; color: #E85298;}
.album a .class.color2{background: #01a46d26; color: #01a46d;}
.album a .class.color3{background: #0071bc26; color: #0071bc;}
.album a .class.color4{background: #93278f26; color: #93278f;}
.album a .class.color5{background: #17458F26; color: #17458F;}

.album a:hover .information .title {color: #fff;}
.album a:hover .information .date {color: #F7A81B;}

/*頁籤*/
.tab ul li.active a.color0, .tab ul li:hover a.color0 {background: #ff7700; border: solid 1px #ff7700;}
.tab ul li.active a.color1, .tab ul li:hover a.color1 {background: #E85298; border: solid 1px #E85298;}
.tab ul li.active a.color2, .tab ul li:hover a.color2 {background: #01a46d; border: solid 1px #01a46d;}
.tab ul li.active a.color3, .tab ul li:hover a.color3 {background: #0071bc; border: solid 1px #0071bc;}
.tab ul li.active a.color4, .tab ul li:hover a.color4 {background: #93278f; border: solid 1px #93278f;}
.tab ul li.active a.color5, .tab ul li:hover a.color5 {background: #17458F; border: solid 1px #17458F;}

/*社群家族*/
.family{
	padding: 0 90px;
}
.family .album {
	padding: 10px;
}
.family .album a .pic{
	height: 140px;
	background: transparent;
}

@media (max-width:991px){	
	.tab {padding-bottom: 20px;}
	.tab ul li {padding: 3px 1px;}
	.tab ul li a {padding: 5px 15px;}
	.links{
		width: 50%;
		float: left;
	}
	/*社群家族*/
	.family{
		padding: 0 20px;
	}
	.family .album a .pic{
		height: auto;
	}
}