@charset "UTF-8";
/* indindex_photolist04 首頁相簿-04 */

.indindex_photolist04 {
	position:relative;
	padding:0;
	margin:0;
	z-index:0;
	vertical-align:middle;
	text-align:center;
	padding: 70px 0;
}
.indindex_photolist04>div {
	display: inline-block;
    padding: 40px;
    z-index: 0;
    width: 90%;
    max-width: 800px;
    background: #ffffffe6;
    font-size: 1rem;
    position: relative;
}

/* 主標 */
.indindex_photolist04 .title01 {
	text-align:center;
}

/* 副標 */
.indindex_photolist04 .sub {
    margin-bottom: 20px;
    display: block;
}

/* 代表圖 */
.indindex_photolist04 .portrait {
	display:none;
}

/* 描述 */
.indindex_photolist04 .summary {
    font-size: 0.9rem;
	line-height:2;
}

/* 背景 */
.indindex_photolist04 img.bg {
}

/* 列表 */
.indindex_photolist04 .list {
	display:inline-block;
	text-align:left;
	width:100%;
	max-width:700px;
}
.indindex_photolist04 .list li {
	border-bottom:1px #eee dotted;
}
.indindex_photolist04 .list li:last-child {
	border-bottom:none;
}
/*.index_list-news .list li:nth-child(2n) {
    background: #eee;
}*/
.indindex_photolist04 .list .pic {
	display:none;
}
.indindex_photolist04 .list .item a {
	display: block;
    padding: 15px 0;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.indindex_photolist04 .list .item:hover a {
}
.indindex_photolist04 .list .title,
.indindex_photolist04 .list .date {
	display: inline-block;
}
.indindex_photolist04 .list .title {
	width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indindex_photolist04 .list .date {
	width: 100px;
}
.indindex_photolist04 .list .pic,
.indindex_photolist04 .list .cont {
	display: none;
}

/* 了解更多 */
.indindex_photolist04 .btnArea a.btn1 {
    color: #fff !important;
    font-size: 1rem;
}
.indindex_photolist04 .btnArea a.btn1:hover {
    opacity: 1;
}

.indindex_photolist04,
.indindex_photolist04 a {
    color: #000;
}
.indindex_photolist04 .list .item a {
	color: #000;
}
.indindex_photolist04 .list .item:hover a {
	color: #99b045;
}


@media only screen and (max-width: 991px) {
	.indindex_photolist04 {
		padding:40px 6%;
	}
	.indindex_photolist04>div {
		width:100%;
		max-width:1000px;
        padding: 30px 20px;
	}
	.indindex_photolist04 .title01::before,
	.indindex_photolist04 .title01::after {
		display:none;
	}
	.indindex_photolist04 .list .title,
	.indindex_photolist04 .list .date {
		 width: 100%;
        display: block;
        font-size: 1rem;
        line-height: 1.7;
	}
}