@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansgurmukhiui.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url(https://fonts.googleapis.com/earlyaccess/amstelvaralpha.css);

/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:600&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:700&display=swap');*/

html, body {font-family: 'Noto Sans TC',sans-serif;	}


.more {
    float: right;
    padding-right: 10px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.list_content h5{
	font-family: sans-serif,'Noto Sans TC';
	font-size:17px;	
}

.more a{color:#0085a1;font-weight: 400;text-decoration:underline;-webkit-transition: 0.2s;transition: 0.2s;}
.more a:hover{color:#13aecf;}


.ellipsis {
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;/*限制字數2行*/
-webkit-box-orient: vertical;
white-space: normal;
}


.Ad02{
	width: 300px;
	height:auto;
    margin: 0 auto;
	margin-bottom: 55px;
	position: relative;
	z-index: 2;
}

.Ad02 img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}


.left-box{
	width: 45%;
    height: auto;
    margin: 0px auto;
    padding: 0px 20px;
    float: left;
    display: block;
}


.right-box{
	width: 55%;
    height: auto;
    margin: 0px auto;
    padding: 0px 15px;
    float: left;
    display: block;
}

.list_content {
    width: 100%;
    height: auto;
/*
    margin: -1.5px auto;
    padding: 0 0;
*/
    display: inline-block;
	position: relative;
}

.list_left {
    width: 100%;
    height: auto;
    margin: 0px auto;
	margin-top: 8%;
    float: left;
}
.list_left > a {
	display: block;
	padding-bottom: 75%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.list_left img {
    width: 100%;
    height: auto;
}

.list_left.mediabox > a.media,
.mediabox .news_a a.media
{
	position: relative;
	text-align: center;
}

.list_left.mediabox a.media:before,
.mediabox .news_a a.media:before
{
	content: '';
	background: rgba(0, 0, 0, .4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .5s;
}

.list_left.mediabox a.media:after,
.mediabox .news_a a.media:after
{
	content: '►';
	position: absolute;
	color: black;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	background: white;
	line-height: 50px;
	margin: -25px 0 0 -25px;
	opacity: .7;
	transition: .5s;
}

.mediabox .news_a a.media:after {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: -20px 0 0 -20px;
}

.list_left.mediabox + .list_right {
	background: none;
}

.list_right {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
}

.list_right h4 a{color:white;padding: 0.5em;text-decoration:underline;-webkit-transition: 0.2s;transition: 0.2s;text-align: center;display: block;}
.list_content:hover .list_right a{padding-bottom:0.8em;}


.list_right h4 {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
}

.list_right p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 17px;
	line-height: 28px;
    font-weight: 300;
    text-align: left;
    color: #000;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


.new_list{
	width: 100%;
    height: auto;
    margin: 0px auto;
	margin-bottom: 55px;
	padding-bottom: 20px;
    float: left;
    display: block;
}


.new_title{
	width: 300px;
    height: 60px;
    float: left;
	font-family: sans-serif,'Noto Serif TC';
	font-size:26px;
	color:#fff;
	padding-top: 10px;
	padding-left:20px;
    display: block;
	background-color: #0085a1;
}


.news {
	width: 100%;
    height: auto;
    margin: 10px auto;
	padding-left: 20px;
	padding-right: 20px;
    float: left;
    display: block;
	position: relative;
    z-index: 10;
}

.news li{
	width: 100%;
    height: auto;
	font-size:17px;
    padding: 5px 0;
	list-style-type: none;  /*li的項目符號不加display"才會顯示*/
	color:#0085a1;
	display: flex;
	border-bottom: dashed 1px black;
}

.news li:last-child{
	border-bottom: none;
}

.news li p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
    color: #000;
    margin: 0 auto;
	padding: 0 0px;
    position: relative;
    z-index: 2;
}

.news_a {
    width: 25%;
    height: auto;
    margin: 0px auto;
    float: left;
}

.news_a > a {
	display: block;
	padding-bottom: 75%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.news_b {
    width: 75%;
    height: auto;
    margin: 0px auto;
	padding-left:10px;
    float: left;	
	font-family: sans-serif,'Noto Sans TC';
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
    color: #000;
    position: relative;
    z-index: 2;
	align-self:center;
}

.news_a img {
    width: 100%;
    height: auto;
}

.news_b a{color:#000;text-decoration:underline;-webkit-transition: 0.2s;transition: 0.2s;}
.news_b a:hover{color:#4590c6;}








@media (hover: hover) {
	.list_content:hover .list_left.mediabox a.media:after,
	.mediabox .news_a:hover a.media:after
	{
		opacity: 1;
	}

	.list_content:hover .list_left.mediabox a.media:before,
	.mediabox .news_a:hover a.media:before
	{
		background: rgba(0, 0, 0, .6);
	}
}

@media screen and (max-width: 1920px){

.list_content h5 {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 15px;
}	
	
.list_right h4 {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 21px;
	line-height: 28px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}	
	
.list_right p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 15px;
	line-height: 26px;
    font-weight: 300;
    text-align: left;
    color: #000;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
	
.new_title {
    width: 300px;
    height: 60px;
    float: left;
    font-family: sans-serif,'Noto Serif TC';
    font-size: 25px;
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    display: block;
    background-color: #0085a1;
}	
	
.news li p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;
    color: #000;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
    z-index: 2;
}	
	
}


@media screen and (max-width: 1366px){

.Ad02 {
    width: 300px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 34px;
    position: relative;
    z-index: 2;
}	
	
.list_content h5 {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 16px;
}	
	
.list_left {
    width: 100%;
    height: auto;
    margin: 0px auto;
	margin-top: 8%;
    float: left;
}
	
/*
.list_right {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0 10px 0 20px;
    float: left;
}
*/
	
.list_right h4 {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 21px;
	line-height: 28px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}
	
.list_right p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;
    color: #000;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
	
.new_list{
	width: 100%;
    height: auto;
    margin: 0px auto;
	margin-bottom: 34px;
	padding-bottom: 20px;
    float: left;
    display: block;
}
	
.new_title {
    width: 300px;
    height: 60px;
    float: left;
    font-family: sans-serif,'Noto Serif TC';
    font-size: 24px;
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    display: block;
    background-color: #0085a1;
}	
	
}



@media screen and (max-width: 1024px){
	
.list_content {
    width: 100%;
    height: auto;
/*    margin: 2px auto;*/
    padding: 0 0;
    display: inline-block;
    position: relative;
}
	
.left-box {
    width: 45%;
    height: auto;
    margin: 0px auto;
    padding: 0px 20px;
    float: left;
    display: block;
}

.right-box {
    width: 55%;
    height: auto;
    margin: 0px auto;
    padding: 0px 15px;
    float: left;
    display: block;
}	

.list_left {
    width: 100%;
    height: auto;
    margin: 0px auto;
	margin-top: 8%;
    float: left;
}	
	
/*
.list_right {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0 10px 40px 20px;
    float: left;
}
*/
	
	
.list_right h4 {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.news_b {
    width: 75%;
    height: auto;
    margin: 0px auto;
    padding-left: 10px;
    float: left;
    font-family: sans-serif,'Noto Sans TC';
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    color: #000;
    position: relative;
    z-index: 2;
    align-self: center;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;/*限制字數3行*/
    -webkit-box-orient: vertical;
    white-space: normal;
}
	
	
	
}


@media screen and (max-width:823px){
	
.Ad02 {
    width: 300px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}	
	
.left-box {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 10px;
    float: left;
    display: block;
}


.right-box {
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    padding: 0px 15px;
    float: left;
    display: block;
}
	
.news {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    display: block;
    position: relative;
    z-index: 10;
}
	
.new_list {
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-bottom: 50px;
    padding-bottom: 20px;
    float: left;
    display: block;
}
	
.new_title {
    width: 100%;
    height: 60px;
    float: left;
    font-family: sans-serif,'Noto Serif TC';
    font-size: 26px;
    color: #fff;
    padding-top: 10px;
    padding-left: 40px;
    display: block;
    background-color: #0085a1;
}

/*
.list_right {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0 10px 0px 20px;
    float: left;
}	
*/
	
	
}

@media screen and (max-width: 812px){

.list_right h4 {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 21px;
	line-height: 26px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}
	
.list_right p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    color: #000;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.list_content h5 {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 18px;
}	

.news li p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    color: #000;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
    z-index: 2;
}	
	
	
}

@media screen and (max-width: 768px){
	
.news {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    display: block;
    position: relative;
    z-index: 10;
}

}


@media screen and (max-width: 736px){
	
.list_left {
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-top: 7%;
    float: left;
}
	
.news {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    display: block;
    position: relative;
    z-index: 10;
}
	
}


@media screen and (max-width:640px){

.left-box {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
    float: left;
    display: block;
}	
	
.list_content h5 {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 18px;
}
	
.list_left {
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-top: 7%;
    float: left;
}
	
.list_right h4 {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 21px;
	line-height: 26px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}	
	
.list_right p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    color: #000;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.new_title {
    width: 100%;
    height: 60px;
    float: left;
    font-family: sans-serif,'Noto Serif TC';
    font-size: 27px;
    color: #fff;
    padding-top: 10px;
    padding-left: 40px;
    display: block;
    background-color: #0085a1;
}	
	
.news li {
    width: 100%;
    height: auto;
    font-size: 18px;
    list-style-type: none;
    color: #0085a1;
    float: left;
}
	
.news li p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    color: #000;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
    z-index: 2;
}
	
}


@media screen and (max-width:414px){
	
.list_content {
    width: 100%;
    height: auto;
/*
    margin: 2px 0px;
    padding: 0 20px;
*/
    display: inline-block;
    position: relative;
}
	
/*
.list_right {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0 10px 0px 5px;
    float: left;
}
*/
	
.list_left {
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-top: 10%;
    float: left;
}
	
.title2 {
    font-family: sans-serif,'Noto Serif TC';
    font-size: 24px;
    margin: 0 auto;
    margin-top: -10px;
    margin-left: 20px;
    border-bottom: solid #ba1767 3px;
    position: absolute;
    z-index: 10;
}

.news {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    display: block;
    position: relative;
    z-index: 10;
}	
	
.news_a {
    width: 30%;
    height: auto;
    margin: 0px auto;
    float: left;
}
	
.news_b {
    width: 70%;
    height: auto;
    margin: 0px auto;
    padding-left: 10px;
    float: left;
    font-family: sans-serif,'Noto Sans TC';
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    color: #000;
    position: relative;
    z-index: 2;
    align-self: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
	
	
	
}

@media screen and (max-width:375px){	
	
/*
.list_right {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0 10px 0px 10px;
    float: left;
}
*/
	
.list_right h4 {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}
	
}


@media screen and (max-width:568px){
.title2 {
    font-family: sans-serif,'Noto Serif TC';
    font-size: 24px;
    margin: 0 auto;
    margin-top: -10px;
    margin-left: 20px;
    border-bottom: solid #ba1767 3px;
    position: absolute;
    z-index: 10;
}

}

@media screen and (max-width:320px){	
	
.Ad02 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}
	
.news_a {
    width: 35%;
    height: auto;
    margin: 0px auto;
    float: left;
}
	
.news_b {
    width: 65%;
    height: auto;
    margin: 0px auto;
    padding-left: 10px;
    float: left;
    font-family: sans-serif,'Noto Sans TC';
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    color: #000;
    position: relative;
    z-index: 2;
    align-self: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}	
	
.title2 {
    font-family: sans-serif,'Noto Serif TC';
    font-size: 24px;
    margin: 0 auto;
    margin-top: -20px;
    margin-left: 20px;
    border-bottom: solid #ba1767 3px;
    position: absolute;
    z-index: 10;
}
	
/*
.list_right {
    width: 100%;
    height: auto;
    margin: 7px auto;
    padding: 0 10px 0px 10px;
    float: left;
}
*/
	
}
	
	
	
	
	
	
	
	