@charset "UTF-8";

/* index_list-custom 首頁列表-自定義 */
.index_list-news {
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 40px 10%;
    margin:0;
	z-index:0;
}
.index_list-news>div {
    display: inline-block;
    padding: 0;
    z-index: 0;
    width: 100%;
}

/* 主標 */
.index_list-news .title01 {

}
.index_list-news .title01 span {

}
.index_list-news .title01::before {

}
/* 副標 */
.index_list-news .sub {
    font-size: 1.2rem;
    line-height: 1.6;
    width: 80%;
    display: inline-block;
}

/* 代表圖 */
.index_list-news .portrait {
	display:none;
}

/* 描述 */
.index_list-news .summary {
	display:none;
}

/* 背景 */
.index_list-news img.bg {
    top: auto;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

/* 列表 */
.index_list-news .list {
    position: relative;
	display: block;
	text-align: center;
	width:100%;
    height: 520px;
    border-radius: 20px;
    overflow: hidden;
}
.index_list-news .list li.item {
    position: absolute;
    display: block;
    width: 50%;
    text-align: left;
    padding: 0;
}
.index_list-news .list li:first-child {
    top: 0;
    left: 0;
    padding-right: 10px;
}

.index_list-news .list li:nth-child(2n) {
    top: 0;
    right: 0;
    padding-left: 10px;
}
.index_list-news .list li:last-child {
    bottom: 0;
    right: 0;
    padding-left: 10px;
}

.index_list-news .list li.item a {
	position: relative;
    display: block;
	padding: 0;
	color: #333;
	overflow: hidden;
    height: 250px;
}
.index_list-news .list li.item:first-child a {
    height: 520px;
}
.index_list-news .list .title,
.index_list-news .list .date {
	display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_list-news .list .title {
    font-size: 19px;
    display: block;
    padding-bottom: 5px;
    line-height: 1.5;
}
.index_list-news .list .date {
	padding:0 0 5px ;
    font-size: 15px;
}
.index_list-news .list .cont {
	display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: #656565e0;
    color: #fff;
    height: 120px;
    padding: 15px;
    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;
}

.index_list-news li.item:hover img {
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
    transition: transform .3s;
}
.index_list-news li.item:hover .cont {
    background: #99b045;
    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;
}
.index_list-news .list .cont p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 0px;
}
.index_list-news li.item img.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    transition: .3s;
}
@media only screen and (max-width: 991px) {
    .index_list-news {
        padding: 40px 0 80px;
    }
	.index_list-news>div {
		padding: 0;
        background: none;
	}
    .index_list-news .list {
        height: auto;
        padding: 0 20px;
    }
	.index_list-news .titleArea {
		text-align:center;
	}
    .index_list-news .list li.item:first-child a {
        height: auto;
    }
    .index_list-news .list li.item {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
        padding: 0;
        margin-bottom: 20px;
        border-radius: 20px;
        overflow: hidden;
    }
    .index_list-news .list li.item a {
        color: #333;
        overflow: hidden;
        height:auto !important;
    }
    .index_list-news .list .title {
        font-size: 1.1rem; 
    }
    .index_list-news .list .cont {
        height: 140px;
    }
    .index_list-news li.item img.bg {
        position: relative;
        top: 0;
        left: 0;
         width: 100%; */
         height: auto; 
        /* z-index: 0; */
        /* object-fit: cover; */
    }
    .index_list-news .list .cont {
        display: block;
        bottom: 0;
        position: relative;
        width: 100%;
        background: #7c8654;
    }
}

/* 顏色設定 ---------------------------------------------------------*/
.index_list-news .list .item:hover a {
	color: #dfa730;
}