<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');


body {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
color: #666666;
}

._ContentTitle{
color: rgba(0,0,0,0.87);
font-weight: 300;
font-style: normal;
font-size: 38px;

}


.intro .slogan h2 { 
font-size: 40px;
font-family: 'Open Sans', sans-serif;
}

@media(max-width:640px){    /*小於640  phone */

.intro .slogan h2 { font-size: 0px;color: #FFF;}

}
    
._Content p {
font-weight: 400;
margin: 2em 0 2em;text-indent: 2em;
text-align:left;
font-size: 18px;
color: #666666;
text-decoration: none;
line-height:1.9em;
}


._h3 {
font-family: 'Open Sans', sans-serif;
font-size: 40px;
font-weight: 300;
font-style: normal;
}


/** &lt;= 480px **/
@media(max-width:480px){ 
._ContentTitle , ._h3{font-size: 30px;}

}


/*home news*/
.imglayer {
height: 50px;  /*英文Title 加高*/
}

.imglabel .txt {
min-height: 150px;
}


.panel-body li {
font-size: 15px;
	
}

@media(max-width:640px){    /*小於640  phone */
.imglabel .txt {min-height: 160px;}

}
</pre></body></html>