<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face { 
	font-family: Roboto; 
	font-weight: 300; 
	src: url("fonts/Roboto300.woff"); 
}
@font-face { 
	font-family: Roboto; 
	font-weight: 500; 
	src: url("fonts/Roboto500.woff"); 
}
@font-face { 
	font-family: Roboto; 
	font-weight: 700; 
	src: url("fonts/Roboto700.woff"); 
}
@font-face { 
	font-family: Impact; 
	font-weight: normal; 
	src: url("fonts/Impact.woff"); 
}
body, html{ 
	background: #F3F3F3;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	height: 100%; 
	font-family: 'Roboto';
	color: #666;
	line-height: 1.75em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
}
body a, a.visited {
	text-decoration: none;
	border:none;
    outline:none;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}
body h1{
	color: #000;
	font-size: 1.75em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
body h4{
	color: #000;
	font-size: 1.25em;
	line-height: 1.5em;
}
body input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
    font-family: 'Roboto';
    padding: 0 0 0 10px;
    font-weight: 300;
    font-size: 1em;
}
body input[type="submit"] {
	padding: 0;
	cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}

.wrapper{
	width: 100%;
	display: table;
}
.container{
	width: 1170px;
	display: table;
	margin: 0 auto;
}


.header{
	background: #000;	
}
.logo{
	width: 240px;
	height: 140px;
	background: url('images/logo.png');
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat; 
	display: block;
	float: left;
}
.nav{
	height: 60px;
	float: left;
	margin: 80px 0 0 0;
	display: inline-block;
}
.nav1{
	display: inline-block;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav1-li{
	margin: 0 0 0 25px;
	float: left;
	display: block;
	position: relative;
}
.nav1-a{
	display: block;
	height: 56px;
	line-height: 56px;
	color: #959595;
	font-weight: 700;
	border-bottom: 4px solid #000;
}
.nav1-a:hover, .nav1-a.active{
	color: #FFF;
	border-bottom: 4px solid #67C7EE;
}
.nav2{
	display: table;
	position: absolute;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
.nav2-li{
	display: block;
	width: 100%;
	border-bottom: 1px solid #666;
	background: rgba(0,0,0,0.8);
}
.nav2-a{
	width: 100%;
	display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
	color: #959595;
	font-weight: 700;
}
.nav2-a:hover{
	color: #FFF;
}
.nav1-li:hover .nav2{
	opacity: 1;
	visibility: visible;
}
.extra{
	display: inline-block;
	float: right;
	margin: 30px 0 0 0;
}
.search{
	display: block;
	float: left;
	border: 1px solid #666;
	margin: 0 20px 0 0;
}
.search input{
	border: none;
	background: none;
	height: 30px;
	line-height: 30px;
	color: #999999;
	font-size: 0.9em;
	width: 190px;
	float: left;
}
.search input[type="submit"]{
	width: 30px;
	background: url('images/sea.png');
	background-size: auto 100%;
	background-position: center center;
}
.social{
	display: block;
	float: left;
}
.social a{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center; 
	margin: 0 0 0 10px;
	opacity: 0.6;
}
.social a img{
	width: 100%;
	height: 100%;
}
.social a:hover{
	opacity: 1;
}
.header-fixed {
    position: fixed;
    z-index: 1000000;
    top: -100px;
	background: #000;	
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.header-fixed .logo{
	width: 100px;
    height: 60px;
}
.header-fixed .nav{
	margin: 0;
}
.header-fixed .extra{
	margin: 14px 0 0 0;
}

.content{
	padding: 20px 0 30px 0;
}
.home-cont{
	width: 730px;
}
.ad-cont{
	text-align: center;
}
.ad{
	display: inline-block;
	background: #444;
	overflow: hidden;
}
.ad a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ad a img{
	width: 100%;
	height: 100%;
}
.ad-cont-home .ad{
	margin: 0 20px 0 20px;
}
.home-upcoming{
	margin: 10px 0 30px 0;
}
.home-tit{
	width: 100%;
	background: #454545;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Impact';
	font-size: 2em;
	line-height: 1em;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.home-tit a{
	position: absolute;
	right: 10px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 'Roboto';
	font-size: 0.4em;
	background: #979797;
	color: #FFF;
}
.home-upc-lf{
	width: 480px;
	float: left;
	display: table;
}
.home-upc-ite{
	width: 230px;
	height: 340px;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
}
.home-upc-ite-img{
	width: 100%;
	height: 150px;
	display: block;
	overflow: hidden;
	background-size: cover !important;
	background-position: center center !important;
}
.home-upc-ite-img img{
	width: auto;
	height: 100%;
}
.home-upc-ite-inf{
	border-top: 5px solid #FDD105;
	background: #FFF;
	height: 125px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
	overflow: hidden;
	font-size: 0.85em;
	line-height: 1.25em;
}
.home-upc-ite-inf a{
	display: block;
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
}
.home-upc-ite-dat{
	height: 30px;
	line-height: 30px;
	display: block;
	width: 100%;
	font-size: 0.8em;
	font-weight: 500;
	color: #000;
}
.home-upc-ite-lin{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 0.8em;
	background: #757577;
	color: #FFF;
	font-weight: 500;
	display: block;
	text-align: center; 
}
.home-upc-rg{
	display: table;
	float: left;
	width: 250px;
}
.home-upc-rg-tit{
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 1.1em;
	height: 33px;
	line-height: 33px;
	color: #333;
}
.home-upc-rg-ite{
	background: #979797;
	width: 100%;
	height: 67px;
	margin: 0 0 1px 0;
	display: table;
	color: #FFF;
}
.home-upc-rg-ite-lf{
	width: 40px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #454545;
	line-height: 1.25em;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 0 5px 0 5px;
	overflow: hidden;
}
.home-upc-rg-ite-rg{
	width: 180px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 10px;
	font-size: 0.8em;
	line-height: 1.25em;
}
.home-topics{
	margin: 10px 0 30px 0;
}
.home-top-ite{
	width: 100%;
	height: 200px;
	border-bottom: 10px solid #979797;
}
.home-top-ite-img{
	width: 240px;
	height: 200px;
	overflow: hidden;
	display: block;
	float: left;
	background-size: cover !important;
	background-position: center center !important;
}
.home-top-ite-img img{
	height: 100%;
	width: auto;
}
.home-top-ite-inf{
	width: 490px;
	height: 200px;
	float: left;
}
.home-top-ite-inf-top{
	width: 100%;
	height: 170px;
}
.home-top-ite-inf-lin{
	width: 100%;
	height: 80px;
	background: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
	line-height: 1.25em;
}
.home-top-ite-inf-lin a{
	color: #000;
	font-weight: 500;
}
.home-top-ite-inf-bod{
	width: 100%;
	height: 90px;
	font-size: 0.8em;
	line-height: 1.25em;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.home-top-ite-inf-but{
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-size: 0.9em;
	text-align: center;
	display: block;
	background: #454545;
	color: #FFF;
}
.home-top-ite-inf-but.right{
	float: right;
}
.home-past{
	margin: 10px 0 30px 0;
}
.home-pas-ite{
	width: 230px;
	height: 310px;
	margin: 0 20px 0 0;
	text-align: center;
	float: left;
}
.home-pas-ite.last{
	margin: 0;
}
.footer{
	background: #000;
	color: #FFF;
	padding: 30px 0 10px 0;
}
.foot-top{
	margin: 0 0 60px 0;
}
.foot-top-lf{
	float: left;
	display: block;
}
.logo-foo{
	display: block;
	width: 180px;
	height: 110px;
	background: url('images/lfoo.png');
	background-size: auto 100%;
	background-position: center center;
	float: left;
	margin: 0 20px 0 0;
}
.logo-up-foo{
	display: block;
	width: 150px;
	height: 110px;
	background: url('images/lupfoo.png');
	background-size: auto 100%;
	background-position: center center;
	float: left;
}
.foot-top-rg{
	float: right;
	display: block;
}
.foot-top-col{
	width: 200px;
	display: table;
	float: left;
	margin: 0 0 0 40px;
}
.foot-top-col span{
	color: #757577;
	font-weight: 700;
	font-size: 0.9em;
	margin: 0 0 0.5em 0;
	display: block;
}
.foot-top-col ul{
	display: table;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	font-size: 0.9em;
	line-height: 1.25em;
}
.foot-top-col ul a{
	color: #FFF;
}
.foot-top-col.social a{
    margin: 0 10px 0 0;
}
.foot-bot{
	font-size: 0.8em;
	color: #999999;
}
.foot-bot-lf{
	display: block;
	float: left;
}
.foot-bot-rg{
	display: block;
	float: right;
}
.banwrap{
	padding-top: 0;
}
.banner{
	height: 190px;
	display: table;
	text-align: center;
}
.ban-marg{
	height: 20px;
}
.ban-lf{
	width: 50%;
	height: 100%;
	display: table-cell;
	background-size: cover !important; 
	background-position: center center !important;
}
.ban-rg{
	width: 50%;
	height: 100%;
	color: #FFF;
	background: #228161; 
	font-family: 'Impact';
	display: table-cell;
	vertical-align: middle;
	font-size: 3.5em;
	text-transform: uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 0 40px;
    line-height: 1em;
}
.ban-rg-age{
	background: #228161; 
}
.internal{
	margin: 20px 0 0 0;
}
.inter-lf{
	width: 855px;
	float: left;
	display: table;
}
.agen-link{
	background: #979797;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 20px 0 20px;
	width: 200px;
	font-size: 0.9em;
}
.agen-link.active{
	background: #454545;
}
.listing{
	margin: 30px 0 30px 0;
	float: left;
}
.list-item{
	width: 265px;
	margin: 0 10px 20px 10px;
	display: table;
	float: left;
	text-align: center;
}
.list-item-img{
	width: 100%;
	height: 180px;
	display: block;
	background-size: cover !important; 
	background-position: center center !important;
}
.list-item-inf {
    border-top: 5px solid #FDD105;
    background: #FFF;
    height: 125px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    font-size: 0.85em;
    line-height: 1.25em;
}
.list-item-inf a {
    display: block;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.list-item-dat {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    font-size: 0.8em;
    font-weight: 500;
    color: #000;
}
.list-item-but {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
    background: #757577;
    color: #FFF;
    font-weight: 500;
    display: block;
    text-align: center;
}
.pager{
	width: 100%;
}
.pager h2{
	display: none;
}
.pager a, .pager span{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FFF;
	border: 1px solid #F3F3F3;
	font-size: 0.9em;
	color: #666;
}
.pager span{
	background: #FDD105;
	color: #FFF;
}
.bread-bot{
	width: 100%;
	display: table;
	margin: 50px 0 0 0;
	font-size: 0.9em;
	color: #333333;
}
.bread-bot a{
	color: #000;
	font-weight: 700;
}
.inter-rg{
	width: 300px;
	float: right;
	display: table;
}
.upcoming{
	margin: 0 0 30px 0;
}
.upc-ite {
    background: #979797;
    width: 100%;
    height: 70px;
    margin: 0 0 1px 0;
    display: table;
    color: #FFF;
}
.upc-ite-lf {
    width: 15%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #454545;
    line-height: 1.25em;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0 5% 0 5%;
    font-weight: 700;
}
.upc-ite-rg {
    width: 65%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5% 0 5%;
    font-size: 0.8em;
    line-height: 1.25em;
}
.up{
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	border: 2px solid #666;
	color: #666;
	border-radius: 50%;
	font-size: 2em;
	position: absolute;
	right: 15%;
	bottom: 30px;
}
.bread-top{
	padding: 15px 0 15px 0;
	background: #DFDFDF;
	font-size: 0.9em;
}
.bread-top a{
	color: #00A5E3;
}
.detail{
	margin: 30px 0 0 0;
	background: #FFF;
}
.detl-img img{
	width: 100%;
	height: auto;
}
.detl-inf{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding: 30px;
}
.detl-date{
	display: block;
	font-size: 0.8em;
}
.detl-cont img{
	max-width: 100%;
	height: auto;
}
.detl-cont iframe {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
}
.detl-cont a{
	color: #333;
	text-decoration: underline;
}
.list-item-side {
    width: 100%;
    margin: 0 0 20px 0;
    display: table;
    float: left;
    text-align: center;
}
.ban-rg-tem{
	background: #67C7EE;
}
.read-more{
	background: #FFF;
}
.list-item-read{
	background: #454545;
	color: #FFF;
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 0.9em;
}
.more-side{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
    background: #FFF;
	margin: 0 0 20px 0;
	border: 1px solid #E0E0E0;
}
.more-side-ite{
	display: table;
	width: 100%;
	margin: 0 0 15px 0;
}
.more-side-ite-lf{
	display: block;
	float: left;
	width: 90px;
	height: 60px;
	background-size: cover !important; 
	background-position: center center !important;
}
.more-side-ite-rg{
	display: table;
	margin: 0 0 0 100px;
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: 700;
	color: #333;
}

.ban-rg-com{
	background: #E58706; 
}
.err-cont{
	min-height: 500px;
	width: 670px;
	margin-top: 100px;
	text-align: center;
}
.search-err{
	display: inline-block;
	border: 2px solid #666;
}
.search-err input{
	border: none;
	background: transparent;
	height: 50px;
	line-height: 50px;
	float: left;
	width: 450px;
}
.search-err input[type="submit"] {
    width: 50px;
    background: url(images/sea.png);
    background-size: auto 100%;
    background-position: center center;
}
.search-err.resl{
	width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.search-err.resl input{
	width: 95%;
}
.search-err.resl input[type="submit"]{
	width: 5%;
}
.resl-ite{
	width: 100%;
	height: 130px;
	margin: 0 0 20px 0;
	background: #FFF;
}
.resl-ite-img{
	width: 190px;
	float: left;
	height: 125px;
	background-size: cover !important; 
	background-position: center center !important;
	display: block;
	border-bottom: 5px solid #FDD105;
}
.resl-ite-inf{
	display: block;
	height: 100%;
	margin: 0 0 0 190px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
    position: relative;
	line-height: 1.25em;
}
.resl-ite-type{
	display: inline-block;
	padding: 5px 10px 5px 10px;
	background: #888;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 500;
	margin: 0 0 0.75em 0;
}
.resl-ite-tit{
	display: block;
	color: #000;
	font-weight: 700;
}
.resl-ite-but{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: #666;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
}
.resl-ite-but:hover{
	background: #333;
}
.menu{
	display: none;
}
.mobile-nav{
	display: none !important;
}

.detl-img p{
	margin: 0;
	display: table;
	width: 100%;
	float: left;
}
.detl-img iframe{
	height: 480px !important;
	width: 100% !important;
}









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