<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*------------------------------*\
			 列表共用
\*------------------------------*/
ul.list {
	padding: 20px 20px 0px 20px;
	margin: 0;
	list-style: none;
}
ul.list li {
	display: table;
	width: 100%;
	margin: 0px 0px 20px;
	padding: 0px;
	border-bottom: 1px solid #ddd;
}
ul.list li a.ph {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 100px;
	padding: 0;
	overflow: hidden;
	position: relative;
	line-height: 0;
	opacity: 1;
}
ul.list li a.ph img /*縮圖*/{
	width: 100%;
	line-height: 0;
}
ul.list li a.tit {
	width: calc(100% - 175px);
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px;
	color: #111;
}
ul.list li a.tit span.time {
	display: block;
	height: 20px;
	font-size: 15px;
	color: #816a3e;
	padding: 0px 0px 5px;
	line-height: 1;
}
ul.list li a.tit h3.title {
    font-family: Arial, helvetica, "微軟正黑體", Geneva, "Heiti TC", "新細明體", sans-serif;
    font-weight:normal;
	font-size: 20px;
    display: inline-block;
}
ul.list li a.tit span.video {
	display: inline-block;
	width: 25px;
	height: 20px;
	margin: 0 6px;
    background: url('../fonts/video.svg') no-repeat center;
    background-size:25px auto;
    background-position-y: -1px;
}
ul.list li:hover {
	background-color: #f7f7f7;
}
ul.list li a.ph:hover {
	opacity: 0.9;
	transition: opacity 0.2s linear;
}
ul.list li:last-child {
	margin: 0px 0px 0px;
}

@media screen and (max-width:500px) {
	ul.list li a.tit {
		width: 60%;
		padding: 0px 10px;
	}
	ul.list li a.ph {
		width: 40%;
		height: 0;
		padding: 0 0 26% 0;
		overflow: hidden;
	}
}
/*------------------------------*\
			 列表大圖 - 輪播
\*------------------------------*/

article .Listswiper-box { height:auto; background-color:#fff; position:relative; overflow:hidden; padding-bottom: 1%;}
article .Listswiper-box .swiper-wrapper { z-index:0; } /* 浮水印廣告 */
article .Listswiper-container { margin:0 0 36px; }
article .Listswiper-container img { width:100%; height:auto; }
/* 標題 */
article .Listswiper-container h3 { width:100%; height:58px; font-size:20px; font-weight:500; line-height:1.3; padding: 2px 4%; background-color: #3d3d3d;
    color: #ddd; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
/* 分頁 */
article .Listpagination { width:100%; bottom:14px; z-index:0;/* z-index浮水印廣告 */ }
article .swiper-pagination-bullet { margin:0 3px; background-color:#787878; width: 9px; height: 9px; }
article .swiper-pagination-bullet-active { background-color:#e8ae2b; }
/* 上下頁 */
article .Listswiper-button-next, .Listswiper-button-prev { width:40px; height:70px; top:30%; text-shadow: 2px 2px 8px #000; opacity: 0.9; position:absolute; z-index:0; cursor:pointer; }
article .Listswiper-button-next { background: url(../images/bt_right.png) no-repeat center; background-size:100%; right:2px; }
article .Listswiper-button-prev  { background: url(../images/bt_left.png) no-repeat center; background-size:100%; left:0px; }

/* ESG專區 - 圖片限制高度 */
article .Listswiper-container .swiper-slide div { padding: 0 0 60%; height:0; overflow: hidden;}

@media screen and (max-width:800px) {
    article .Listswiper-container h3 { height:58px; }
}
@media screen and (max-width:600px) {
    article .Listpagination { width:100%; bottom:15px; }
    /* 行動裝置 h3 文字統一 */
    article .Listswiper-container h3 { font-size:22px; height:62px; color:#fff; padding:1% 2%; font-weight:400; font-family:Arial, helvetica, "微軟正黑體", Geneva, "Heiti TC", "新細明體", sans-serif;}
}


/*------------------------------*\
		  地方新聞 分類
\*------------------------------*/
.newsSort2 {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 20px 20px;
	background-color: #dbe0e2;
	text-align: center;
	line-height: 29px;
	overflow: hidden;
}
.newsSort2 .area {
	display: flex;
	flex-wrap: wrap;
}
.newsSort2 .area a {
	border-bottom: 1px solid #fff;
	flex: 0 0 9%;
	padding: 0 6px;
	color: #111;
	line-height: 45px;
	letter-spacing: 1px;
}
.newsSort2 .area a:hover {
	color: #c00;
}

@media screen and (min-width:801px) {
    /*行動裝置版 隱藏*/
	.newsSort2_m {
		display: none;
	}
}
@media screen and (max-width:800px) {
    /*電腦版 隱藏*/
	.newsSort2 {
		display: none;
	}
    /*行動裝置版*/
	.newsSort2_m {
		width: 100%;
		background: #dbe0e2;
	}
	.newsSort2_m li {
		text-align: center;
		width: 100%;
		padding: 14px 0;
	}
	.newsSort2_m li.local select {
		width: 50%;
		height: 30px;
		font-size: 16px;
		font-family: "黑體", "微軟正黑體", "新細明體", Arial, sans-serif;
		border: 1px solid #999;
		background: url(../images/arrow.png) no-repeat right center #fff;
		background-size: 1rem;
		padding: 0px 10px;
		-webkit-appearance: none;
		/*Chrome*/
		-moz-appearance: none;
		/*FF*/
		appearance: none;
		/*CSS3*/
	}
	.newsSort2_m li.local select::-ms-expand {
		display: none;
		/*IE*/
	}
}

/*------------------------------*\
		    關鍵字列表
\*------------------------------*/

/* 無圖列表 */
ul.searchlist {
	padding: 20px 20px 0px 20px;
	margin: 0;
	list-style: none;
}
ul.searchlist li {
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0 20px 15px;
	min-height: 100px;
	display: block;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
ul.searchlist li:hover {
	background-color: #f7f7f7;
}
ul.searchlist li a.tit {
	display: block;
	margin: 5px 0;
}
ul.searchlist li a.tit h3{
    font-family: Arial, helvetica, "微軟正黑體", Geneva, "Heiti TC", "新細明體", sans-serif;
    font-weight:normal;
	font-size: 20px;
	color: #222;
}
ul.searchlist li a.tit strong /*關鍵字粗體*/{
	font-size: 20px;
	background-color: #ff9;
	font-weight: normal;
}
ul.searchlist li span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #816a3e;
	margin: 0px;
}
ul.searchlist li a.tit p span.video {
	display: inline-block;
	width: 25px;
	height: 20px;
	padding: 0;
	margin: 0 6px;
}
ul.searchlist li a.tit p span.video img {
	width: 25px;
	vertical-align: middle;
	padding-bottom: 5px;
}
ul.searchlist li p {
	font-size: 16px;
	color: #777;
	line-height: 1.7;
}
ul.searchlist li p strong /*關鍵字粗體*/{
	background-color: #ff9;
	font-weight: normal;
}

/*引言+關鍵字*/
ul.searchlist li .immtag {
	display: inline-block;
	margin-right: 5px;
}

@media screen and (max-width:500px) {
	ul.searchlist {
		padding: 15px 15px 0px;
	}
	ul.searchlist li {
		margin: 0px 0px 10px;
		padding: 0px 0px 10px;
		min-height: initial;
	}
	ul.searchlist li p {
		display: none;
	}
	.searchlist #ad-B1,
    .searchlist #ad-B2,
    .searchlist #ad-B3,
    .searchlist #ad-B4 {
		margin: 0px auto 10px;
		padding: 0px 0px 10px;
	}
}
</pre></body></html>