@charset "utf-8";
/* CSS Document */

/* ----- 940*280 專題共用：L50、L79、L82 ----- */
/* ----- L82 春節專區 ----- */
.ny_evt { overflow: hidden; }
.ny_evt .ny_pic { overflow: hidden; height: 0; padding-bottom:25%; }
.ny_evt .ny_pic a { display: block; }

.ny_evt .ny_list { width: calc(100% + 1px); display: flex; flex-wrap: nowrap; justify-content: space-between; border-top:3px solid #b18333; }
.ny_evt .ny_list a { height:46px; flex: 1; background-color:#882626; text-align: center; }
.ny_evt .ny_list a+a { border-left: 1px solid #b18333; }
.ny_evt .ny_list a:before { color:#fff; font-family: 'SemiBold', "Heiti TC", '微軟正黑體'; font-size:18px; line-height:45px; letter-spacing:1px; }
.ny_evt .ny_list a:hover, .ny_evt .ny_list a:active { background-color:#b71a1a; }

@media screen and (max-width:800px){ /* 配合快訊轉 M 版 */
	.ny_evt .ny_list a { height: 40px; }
    .ny_evt .ny_list a::before { line-height:38px; }
}
@media screen and (max-width:550px) {
	.ny_evt .ny_list { flex-wrap:wrap; }
	.ny_evt .ny_list a { height:35px; flex:auto; }
	.ny_evt .ny_list a::before { line-height:35px; }
	.ny_evt .ny_list a:nth-of-type(1), .ny_evt .ny_list a:nth-of-type(2) { width:50%; border-bottom: 1px solid #b18333; }
	.ny_evt .ny_list a:nth-of-type(3), .ny_evt .ny_list a:nth-of-type(4), .ny_evt .ny_list a:nth-of-type(5) { width:33%; }
}