@charset "UTF-8";
/* page_photolist-03 相簿列表-03 */

.page_list-03 {
	padding:25px 0 0;
}

/* 代表圖 */
.page_list-03 .portrait {
	display:none;
	margin-bottom:20px  
}

/* 描述 */
.page_list-03 .summary {
	display:block;
	/*border:2px solid #f7f7f7;*/
	/*font-style:italic;*/
	padding: 0px;
    line-height: 1.6;
	margin-bottom: 0px;
}


/* 介紹/編輯器 */
.page_list-03 .editor {
	padding-bottom: 0px;
}

@media only screen and (max-width: 991px){
    .page_list-03 .summary {
	    /*border:2px solid #f7f7f7;*/
	    /*font-style:italic;*/
	    padding:0px;
	    margin-bottom:0px;
        line-height:1.6;
    }
    .page_list-03 .editor {
        padding-bottom: 0px;
    }
}

/* 列表 */
.page_list-03 .list {
	display:block;
	width:100%;
	overflow:hidden;
    margin:0 auto;
}
.page_list-03 .list li {
	border-bottom: 1px solid #bcbcbc;
}
.page_list-03 .list li:last-child {
}
.page_list-03 .list .item {
    display:flex;
    justify-content:center;
	padding: 30px 0;
    padding-right:30px;
	color: #333;
	overflow: hidden;
    text-decoration: none;
}
.page_list-03 .list .pic {
	display: block;
    padding-left: 0;
    height: 330px;
    position: relative;
    overflow: hidden;
    left: 20px;
}
.page_list-03 .list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out .3s;
}
.page_list-03 .list li:hover .pic img{
    transform:scale(1.1);
    transition: ease-in-out .3s;
}
.page_list-03 .product_title_wrap {
    box-shadow: 1px 1px 20px rgb(0 0 0 / 20%);
    width: 50%;
    padding: 30px;
    margin-top: 5%;
    background-color: #fff;
    color: #333;
    height: 200px;
    position: relative;
    transition: ease-in-out .3s;
    min-width: 390px;
}
.page_list-03 .product_title_wrap::after {
    position: absolute;
    display: block;
    content:"";
    background: url(/upload/brick/gallery_list/icon-construction_b.png) center no-repeat;
    background-size: cover;
    width: 70px;
    height: 70px;
    bottom: 50px;
    right: 20px;
}

.page_list-03 .list .item:hover>a .title {
	color: #ffce94;
}
.page_list-03 .list .title,
.page_list-03 .list .date,
.page_list-03 .list .cont {
	display: block;
	line-height:1.2;
}
.page_list-03 .list .title {
	font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 500;
    transition: .3s;
    display: block;
    position: relative;
    padding-bottom: 30px;
}
.page_list-03 .list .title::after {
    display: block;
    content: "";
    width: 40px;
    height: 6px;
    background: #deaa4d;
    position: absolute;
    bottom: 0;
}

.page_list-03 .list .date {
	padding:0 20px 0 0;
	margin-bottom:10px;
}
.page_list-03 .list .cont {
	display: block;
	line-height:1.5;
}
.page_list-03 .list .btn10 {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: inline-block;
    font-size: 0.8rem;
    width: 70px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    box-sizing: content-box;
    /*border: 2px solid #fff;
     color: #fff;*/
    border-radius: 0;
    padding: 0px;
    margin: 0px;
    background: none;
    transition: 0.3s;
}
.page_list-03 .product_title_wrap:hover {
    background-color: #fff;
    transition: 0.3s;
}
.page_list-03 .product_title_wrap:hover .title {
    color: #000;
}
.page_list-03 .list li:hover .btn10 {
    font-size: 1rem;
    border-color: #deaa4d;
    background-color: #deaa4d;
    color: #fff;
    transition: 0.3s;
}

@media only screen and (max-width: 991px) {
	.page_list-03 {
		padding:20px 0 0;
	}
    .page_list-03 .list {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
    }
    .page_list-03 .list .item {
        display: inline-block;
        flex-direction: column;
        padding: 0 0 40px;
        margin-bottom: 40px;
    }
    .page_list-03 .list .item>a {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .page_list-03 .list .pic {
        display: inline-block;
		padding: 0;
		margin-bottom: 0px;
		text-align:center;
        height:unset;
        left:unset;
	}
	.page_list-03 .item>a>div {
		padding:0;
	}
    .page_list-03 .product_title_wrap{
        box-shadow: unset;
        width: unset;
        height: unset;
        margin-top: 0;
        min-width: unset;
    }
    .page_list-03 .list .cont {
        line-height:1.5;
    }
    .page_list-03 .list  .title,
     .page_list-03 .list .cont p {
        text-align: left;
        display: block;
    }
    .page_list-03 .list .btn10 {
        margin: 40px 0 0;
    }
}
@media only screen and (max-width: 600px) {
	.page_list-03 {
		padding:20px 0 0;
	}
    .page_list-03 .list .pic {
        max-width: 360px; 
    }
    .page_list-03 .list .cont p {
        text-align: left;
        display: block;
        font-size: 0.9rem;
    }
     .page_list-03 .list .product_title_wrap {
        max-width: 360px; 
    }
    .page_list-03 .list .btn10 {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 40px 0 0;
        display: inline-block;
        font-size: 0.8rem;
        width: 120px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        text-align: center;
        box-sizing: content-box;
        /*border-radius: 50px;*/
        padding: 0px;
        background: none;
        transition: 0.3s;
    }
    .page_list-03 .product_title_wrap::after {
        position: absolute;
        display: block;
        content: "";
        background-size: cover;
        width: 50px;
        height: 50px;
        bottom: 90px;
        right: 40%;
    }
}


        