<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: url(../image/bg.png);
	background-repeat:repeat-y;
	width: 1000px;
	margin: 0px auto;
	background-attachment: fixed;
	background-position: top;
	background-color: #6C3;
	
	overflow-x:hidden;/*Xè»¸å·è»¸*/
}

.header {
width: 990px;
margin-top: 33px;
margin-left: 50px;
margin-right: auto;
}

.main{
	top:-230px;
	
	left:183px;
	width:730px;
	background-image: url(../image/paper2.png);
	background-repeat:repeat-y;
	position: relative;
	padding-bottom: 20px;
	/*min-height: 740px !important;; */
	min-height: 300px;
	
}



.info{
	top:15px;
	left:20px;
	width:680px;
	position: relative;
}

.footer{
	width:730px;
	left:73px;
	margin-top:-245px;
	position: relative;
	clear:both;
	height:245px;
}

.ads{
	width:182px;
	height:170px;
	margin-top:0px;
	position: fixed;
	clear:both;
	background-image: url(../image/ads.png);
}
.ads img{
	left:20px;
	top:10px;
	position: relative;
}

.header_ul {
			height: 31px;
			margin: 0px;
			padding: 0px;
			border-radius: 5px;
			top:-215px;
			position: relative;
			left:132px;
		}	
		.header_ul li{
			list-style: none;
			display: inline-block;
			padding: 0px;
			margin: 0px;
			position: relative;
			width: 87px;
		}	
		.header_ul &gt; li:last-child{
			/*
			float: right;
			top: 7px;
			right: 4px;
			*/
		}
			.header_ul ul a{
				font-size: 14px;
				font-weight: normal;
			}
		.header_ul li:hover &gt; ul{
			display: block;
		}
			.header_ul li ul {
				position: absolute;
				top: 31px;
				padding: 0px;
				margin: 0px;
				z-index: 99;
				width: inherit;
				display: none;
				border-radius: 6px;
				box-shadow: 0px 3px 3px rgba(0,0,0,.25);
			}
				.header_ul &gt; li &gt; ul &gt; li{
					width: 100%;
					white-space: nowrap;
					text-align: center;
line-height: 30px;
					background: rgba(16, 32, 0, .8);
					border-bottom: 1px solid rgba(16, 32, 0, .1);
				}
				.header_ul li ul li:last-child{
					border-radius: 0 0 4px 4px;
				}
					.headerSub {
						font-size: 16px;
						font-weight: bold;
						text-align: center;
						display: block;
					}
		.header_ul &gt; li &gt; ul ul li:first-child {
			border-radius: 0 4px 0 0;
		}
		
		.header_ul ul li:hover &gt; ul {
			display: block;
			left: 100%;
			top: 0%;
			width: auto;
		}
		.header_ul ul li:hover &gt; ul li {
			display: block;
			width: auto;
			background: rgba(16, 32, 0, .8);
		}
				
		.header_ul li a:hover{
			background: rgba(0,0,0,.3);
		}	
		.header_ul li a{
			display: block;
			text-decoration: none;
			font-weight: bold;
			color: #fff;
			height: 32px;
		}		
		.header_lower {
			clear: both;
		}
		
.header_upper_search {
			position: relative;
			left: 620px;
			top: -385px;
		}
			.header_upper_search a {
				padding-right: 15px;
			}
			.header_upper_search .header_search_img {
				position: absolute;
				right: -8px;
				top: 8px;
			}
.footer_ads{
	position:relative;
	margin-top:-270px;
	left:130px;
}

.footer_text{
	position:relative;
	margin-top:-90px;
	left:460px;
}

	.coin-slider {
		height: 280px !important;
		width:400px;
		box-shadow: 0px 2px 1px rgba(0,0,0,.1);
		margin-bottom: 20px;
		z-index:50;
		float: left;
	}
	#coin-slider &gt; a &gt; img, #coin-slider &gt; a &gt; span {
		display: none;
	}
	
.content_right_container.half_LeftHandSide {
					float: left;
					width: 310px;
				}
				.content_right_container.half_RightHandSide {
					float: right;
					width: 310px;
				}
				.content_right_container.slider_Photo {
					float: left;
					width: 410px;
				}
					.slider_Photo .crc_content ul {
						white-space: nowrap;
						padding-left: 4px;
					}
						.slider_Photo .crc_content ul li {
							width: 143px;		
							display: inline-block;
							padding: 0 0 1px 4px;
							vertical-align: top;
						}
							.slider_Photo .crc_content ul div{
								overflow: initial;
								white-space: normal;
							}
							.slider_Photo .crc_content ul li img {
								width: 100%;
								height: 87px;
								margin-top: 2px;
							}
				.content_right_container.slider_Movie {
					float: right;
					width: 160px;
					margin-right: 30px;
				}
					.slider_Movie .crc_content ul li {
						padding: 0px;
					}
						.slider_Movie .crc_content ul li img {
							width: 100%;
							height: 90px;
						}
				
				.slider_Photo .crc_content .crc_li_content, .slider_Movie .crc_content .crc_li_content {
					position: relative;
					top: 0px;
					right: 0px;
					font-size: 12px;
					width: 100%;
					height: 31px;
					padding: 2px;
					overflow: hidden;
				}
				
				.sliderBtnL, .sliderBtnR {
					position: absolute;
					width: 23px;
					height: 26px;
					background: rgba(0,0,0,.75);
					color: #fff;
					z-index: 1;
					top: 46px;
					cursor: pointer;
					padding: 4px 0 0 10px;
					opacity: 0;
					transition: all ease-out 0.3s;
					-webkit-transition: all ease-out 0.3s;
				}
				.slider_Photo .crc_content:hover a {
					opacity: 1;
				}
				.clc_fullW_content:hover &gt; a {
					opacity: 1;
				}
					.hSlider_controller_left, .hSlider_controller_right  {
						top: 165px;
					}
				.sliderBtnR {
					right: 0px;
				}
				
			.content_right_container {
				width: 250px;
				
				margin-bottom: 20px;
				
				
				
				float: right;
			}
			
			.clc_header, .crc_header {
					padding: 8px 10px;
					
				}
				.crc_header {
					border-bottom: 1px solid #F5F5F5;
					min-height: 21px;
				}				
				.crc_header.crc_imgHeader {
					padding-bottom: 0px;
				}
					.crc_header &gt; div &gt; p {
						font-size: 12px;
						color: #aaa;
						margin: 0px;
					}
					.crc_header .extraLink {
						color: #55A0CA;
					}
					.crc_header div, .crc_header a {
						display: inline-block;
					}
					.clc_header, .clc_header a, .crc_header a, .crc_header &gt; div{
						color: #058800;
						font-weight: 900;
					}
					.clc_header &gt; span {
						float: right;
					}					
						.clc_header &gt; span &gt; a {
							margin-left: 20px;
						}
						.clc_header &gt; span &gt; a:hover {
							color: #b1dd00 !important;
						}
					
					.crc_title {
						
					}
					
					.crc_arrow {
						float: right;
					}
					.crc_arrow_up, .crc_arrow_down, .crc_arrow_up_x9, .crc_arrow_down_x9 {
						width: 17px;
						height: 21px;
						border: none;
						cursor: pointer;
					}
					.crc_arrow_up, .crc_arrow_up_x9 {
						background: transparent url(../image/news_up.png) no-repeat !important;
						border: 1px solid rgba(0,0,0,0);
					}
					.crc_arrow_up:hover, .crc_arrow_up_x9:hover {
						border-radius: 3px;
						border: 1px solid #aaa;
					}
					.crc_arrow_down, .crc_arrow_down_x9 {
						background: transparent url(../image/news_down.png) no-repeat !important;
						border: 1px solid rgba(0,0,0,0);
					}
					.crc_arrow_down:hover, .crc_arrow_down_x9:hover {
						border-radius: 3px;
						border: 1px solid #aaa;
					}
					.crc_header  .crc_more, .clc_header  .crc_more {
						font-size: 14px;
						color: rgba(233, 0, 37, 0.85);
					}
					.crc_header  .crc_bottom {
						font-size: 14px;
						color: #000;
						margin-right: 10px;
					}
				
				.ulSlider {
					overflow: hidden;
					height: 162px;
				}
				
				.ulSlider ul{				
					/*
					-webkit-animation: ulSlide 10s linear infinite ;
					animation: ulSlide 10s linear infinite ;
					*/
				}	
				
				.ulSlider ul:hover{
					/*
					animation-play-state: paused;
					-webkit-animation-play-state: paused;
					*/
				}
				
				@-webkit-keyframes flyToBottom {  
					from {
						top: 0px;
					}
					to {
						top: 290px;
					}  
				}  
				@keyframes flyToBottom {  
					from {
						top: 0px;
					}
					to {
						top: 290px;
					}
				}  
				
				@-webkit-keyframes ulSlide {
					from {
						top: 0px;
					}
					to {
						top: -290px;
					}
				}
				@keyframes ulSlide{
					from {
						top: 0%;
					}
					to {
						top: -290px;
					}
				}
				
				.crc_content, .crc_content_noImageUl {
					position: relative;
					/*height: 260px;*/
					overflow: hidden;
					background: #fff;
				}
					.crc_content ul, .crc_content_noImageUl ul{
						position: relative;
						top: 0px;
						list-style: none;
						padding: 0px;
						margin: 0px;
					}
					.crc_content ul li {
						position: relative;
						/*padding: 11px 6px 10px 6px;*/
						padding: 8px;
						border-bottom: 1px solid #eee;		
						cursor: pointer;		
					}
					.crc_content_noImageUl ul li{
						position: relative;
						padding: 4px 10px;
						border-bottom: 1px dotted #eee;		
						cursor: pointer;		
					}
					
					.crc_content ul li:hover , .crc_content_noImageUl ul li:hover{
						background: rgba(127,127,127,.06);
					}
					.crc_content .crc_li_content{
						position: absolute;
						top: 12px;
						right: 7px;
						width: 100px;
						height: 55px;
						/*
						text-overflow: ellipsis;
						white-space: nowrap;
						*/
						color: #59771A;
						font-size: 15px;
						font-weight: bold;
						overflow: hidden;					
					}
					.crc_content .crc_li_date{
						position: absolute;
						top: 58px;
						left: 128px;
						height: 20px;
						color: #aaa;
						font-size: 12px;
						font-weight: bold;
					}					
					.crc_content ul li img{
						padding: 0px;
						width: 117px;
						height: 63px;
						position: relative;
						top: 1px;
					}

					.crc_content_noImageUl .crc_li_content{
						height: 20px;
						color: #444;
						font-size: 15px;
						font-weight: bold;
						overflow: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;
						width: 240px;
					}
					.crc_content_noImageUl.ulSlider .crc_li_content{
						width: inherit;
						font-size: 14px;
					}
					.content_bottom_container .crc_content_noImageUl .crc_li_content{
						width: 245px;
					}
					
					.crc_content_noImageUl .crc_li_date{
						position: absolute;
						top: 7px;
						right: 10px;
						height: 20px;
						color: #aaa;
						font-size: 12px;
						font-weight: bold;
					}
			
			.crc_content_show3 {
				height: 252px;
			}
			
			.tabs {
		position: relative;
	}
	.clc_singleH .tabs {
		height: 228px;
		padding: 0px;
	}
	.clc_doubleH .tabs {
		height: 549px;
		padding: 0px;
	}
		.tabs_selects {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
			.tabs_selects li {
				display: inline-block;
				border-radius: 4px 4px 0 0;
				border: 1px solid #ccc;
				border-bottom: 0px;
				padding: 5px 20px;
				margin-right: -8px;
				background: #bbb;
				z-index: 99;
				position: relative;
				top: 1px;
				font-weight: 900;
				color: #fff;
				cursor: pointer;
			}
			.tabs_selects li:hover {
				background: #acb;
				color: #000;
			}
		.tabs_content {
			width: 100%;
			height: 538px;
			border-radius: 0 4px 4px 4px;
			border: 1px solid #ccc;
			position: absolute;
			top: 32px;
			left: 0px;
			padding: 5px;
			overflow: hidden;
			background: #fffaf2;
			box-shadow: 0px 2px 1px rgba(0,0,0,.1);
		}
			.tabs_content_main {
				height: 274px;
				overflow: hidden;
				border-bottom: 1px dotted #aaa;
				cursor: pointer;
				z-index: 99;
			}
			.tabs_content_sub {
				overflow: hidden;
				border-bottom: 1px dotted #aaa;
				position: relative;
				padding: 11px 8px;
				cursor: pointer;
				z-index: 99;
			}
			.tabs_content_main:hover, .tabs_content_sub:hover {
				background: rgba(127,127,127,.06);
			}
				.tabs_content_sub .tcs_content{
					position: absolute;
					top: 13px;
					right: 2px;
					width: 185px;
					height: 40px;
					color: #444;
					font-size: 15px;
					font-weight: bold;
					overflow: hidden;
				}
				.tabs_content_sub .tcs_date{
					position: absolute;
					top: 60px;
					left: 123px;
					height: 20px;
					color: #aaa;
					font-size: 12px;
					font-weight: bold;
				}					
				.tabs_content .tabs_content_sub img{
					padding: 0px;
					width: 117px;
					height: 63px;
					position: relative;
					left: -8px;
					top: 2px;
				}
				
			.tabs_content img {
				position: relative;
				width: 299px;
				height: 161px;
				left: 5px;
				top: 5px;
			}
			.tabs_content h2 {
				width: 100%;
				font-size: 15px;
				color: #444;
				padding: 5px;
				margin: 0px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			.tabs_content h3 {
				font-size: 12px;
				color: #aaa;
				padding: 0px 5px;
				margin: 0px;
			}
			.tabs_content .tabs_content_description {
				font-size: 14px;
				color: #444;
				padding: 5px;
				margin: 0px;
				width: 300px;
				text-overflow: ellipsis;
				overflow: hidden;
				max-height: 49px;
			}
			
	.tabs_selected {
		z-index: 9999 !important;
		background: #fffaf2 !important;
		color: #333 !important;
	}
	.tabs_content_selected {
		z-index: 9998 !important;
	}
	
	.clc_fullW_content {
		border-radius: 4px;
		border: 1px solid #ccc;
		margin: 0px auto;
		overflow: hidden;
		position: relative;
		box-shadow: 0px 2px 1px rgba(0,0,0,.1);
		background: #fff;
	}
	
	.clc_fullW_content .child{
		display: inline-block;
		position: relative;
		left: 4px;
		vertical-align: middle;
	}
		.clc_fullW_content .hSlider_controller_left, .clc_fullW_content .hSlider_controller_right {
			
		}
			.clc_fullW_content .hSlider_controller_left button{
				background: transparent url(../img/arrow_lr.png) center left no-repeat !important;
				height: 250px;
				width: 27px;
				border: 0px;
				cursor: pointer;
				border: 1px solid rgba(0,0,0,0);
				border-radius: 3px;
			}
			.clc_fullW_content .hSlider_controller_left button:hover {
				border: 1px solid #ccc;
			}
			.clc_fullW_content .hSlider_controller_right button {
				background: transparent url(../img/arrow_lr.png) center right no-repeat !important;
				height: 250px;
				width: 27px;
				border: 0px;
				cursor: pointer;
				border: 1px solid rgba(0,0,0,0);
				border-radius: 3px;
			}
			.clc_fullW_content .hSlider_controller_right button:hover {
				border: 1px solid #ccc;
			}
	
	.hSlider_container {
		width: 576px;
		padding: 3px 0px 3px 0px;
		overflow: hidden;
	}
	
	.hSlider {
		list-style: none;
		margin: 0px auto;
		padding: 0px;
		white-space: nowrap;
		position: relative;
	}
		.hSlider li {
			position: relative;
			left: 4px;
			display: inline-block;
			width: 190px;
			margin: 5px 9px;
			overflow: hidden;
			cursor: pointer;
			border: 1px solid rgba(0,0,0,0);
			vertical-align: top;
		}
		.hSlider li:hover {
			border: 1px solid rgba(127,127,127,.1);
			background: rgba(192,192,192,.05);
		}
			.hSlider li img {
				width: 188px;
				height: 120px;
				border: 1px solid #ccc;
			}
			.hSlider li h2 {
				color: #B88C00;
				font-size: 16px;
				margin: 2px;
				padding: 0px;
				text-align: center;
			}
			.hSlider li h3 {
				color: #59771A;
				font-size: 14px;
				margin: 2px;
				padding: 0px;
				text-align: center;
				max-height: 52px;
				overflow: hidden;
				white-space: normal;
			}
			.hSlider_description {
				color: #555;
				font-size: 13px;
				margin: 5px 0px;
				padding: 0px;
				white-space: normal;
				max-height: 121px;
				overflow: hidden;
				text-align: left;
			}
			.hSlider_qna {
				padding: 0px;
				margin: 0px;
				color: #55A0CA;
				/*text-align: right;*/
				float: right;
				font-size: 14px;
			}		
			.hSlider_qna:hover {
				color: #b1dd00;
			}		
			
			.hSlider_qna div{
				text-align: center;
				display: inline-block;	
				padding: 10px 5px;
				background: #ececec;
				margin: 0px;
				color: #b1a8a8;
				font-size: 15px;
				font-weight: 900;
			}
			.hSlider_qna a{
				text-decoration: none;
				color: #b1a8a8;
			}
			.hSlider_qna div:first-child {
				width: 120px;
				background: #f8f3f0;
				font-size: 14px;
				padding: 12px 0px;
				margin: 0px;
			}
			.hSlider_qna_count {
				color: #655959;
			}
			
			.subHeaderBtn {	
		border: 1px solid #b5b5b7;
		color: #FFF !important;
		padding: 6px 14px;
		font-size: 12px;
		border-radius: 4px;
		border-top-color: #1992da;
		border-left-color: #0c75bb;
		border-right-color: #0c75bb;
		border-bottom-color: #00589c;
		-webkit-box-shadow: inset 0 1px 1px 0 #6fc5f5;
		-moz-box-shadow: inset 0 1px 1px 0 #6fc5f5;
		box-shadow: inset 0 1px 1px 0 #6fc5f5;
		background: #117ed2;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37aaea",endColorstr="#117ed2");
		background: -webkit-gradient(linear,left top,left bottom,from(#37aaea),to(#117ed2));
		background: -moz-linear-gradient(top,#37aaea,#117ed2);
		background-image: -o-linear-gradient(top,#37aaea 0,#117ed2 100%);
		background-image: linear-gradient(to bottom,#37aaea 0,#117ed2 100%);
		cursor: pointer;
	}	
	
	.subHeaderBtn:hover {
		color: #FFF !important;
		background: #1c5bad;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2488d4",endColorstr="#1c5bad");
		background: -webkit-gradient(linear,left top,left bottom,from(#2488d4),to(#1c5bad));
		background: -moz-linear-gradient(top,#2488d4,#1c5bad);
		background-image: -o-linear-gradient(top,#2488d4 0,#1c5bad 100%);
		background-image: linear-gradient(to bottom,#2488d4 0,#1c5bad 100%);
		-webkit-box-shadow: inset 0 1px 1px 0 #64bef1;
		-moz-box-shadow: inset 0 1px 1px 0 #64bef1;
		box-shadow: inset 0 1px 1px 0 #64bef1;		
		cursor: pointer;
	}
	
	.content_header, .content_article {
		background: #fff;
		border: 1px solid #ccc;
	}
	.content_header {
		border-bottom: 0px;
		border-radius: 4px 4px 0 0;
	}
	.content_article {
		border-top: 0px;
		border-radius: 0 0 4px 4px;
	}
	
	.gallery_page_title, .content_header {
		padding: 8px 25px;
		font-size: 16px;
		font-weight: 900;
		color: #058800;
		border-bottom: 1px solid #F5F5F5;	
		background-image: url(../img/crc_bar.png);
		background-repeat: no-repeat;
	}
	
	.gallery_page_title {
		border-radius: 4px 4px 0 0;
	}
	
	.gallery_list {
		list-style: none;
		padding: 0px;
		margin: 0px;
		padding-bottom: 20px;
		border-radius: 0 0 4px 4px;
	}
	
	.gallery_list li {
		width: 145px;
		display: inline-block;
		background: rgba(255,255,255,.6);
		border-radius: 1px;
		border: 1px solid #ccc;
		box-shadow: 0px 2px 1px rgba(0,0,0,.1);
		margin: 6px;
		vertical-align: top;
		-webkit-transition: all ease-out 0.1s;
	}
	.gallery_list li:hover img {
		opacity: 0.9;
	}
	.gallery_list li:hover .gallery_title {
		color: #FF5765;
	}
	
	.gallery_main_img_box {
		padding: 4%;
		border-bottom: 1px solid #ebebeb;
	}	
		.gallery_main_img_box img {
			width: 100%;
			height: 90px;
			display: block;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: 50% 50%;
			
			-webkit-transition: all ease-out 0.1s;
		}
	
	.gallery_title {
		padding: 8px;
		background: #F1F1ED;
		color: #444;
		font-size: 14px;
		font-weight: 900;
		
		-webkit-transition: all ease-out 0.2s;
	}
		.gallery_title p {
			margin: 0px;
			max-height: 36px;
			overflow: hidden;
		}
	
/* 				*/
/* 					*/
/* 	picture.html		*/
/* 							*/
/* 								*/		
	
	.gallery_content {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
		.gallery_content li {
			display: inline-block;
			padding: 2px;
			margin: 10px 4px;
		}
		.gallery_content li img {
			width: 147px;
			height: 100px;
			max-width: 100%;
			border: none;
			padding: 0px;
			background-size: contain;
			background-repeat: no-repeat;
			background-position: 50% 50%;
			background-color: #eee;
			border-radius: 3px;
		}	
	
/* 				*/
/* 					*/
/* 	HTML5 Gallery		*/
/* 							*/
/* 								*/			
	
	.gallery_curtain {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.85);
		z-index: 10001;
		display: none;
		overflow: hidden;
	}
	.gallery_box {
		padding: 0px;
		margin: 0px;
		list-style: none;
		white-space: nowrap;
		width: 990px;
		height: 600px;
		position: fixed;
		top: 15%;
		left: 50%;
		margin-left: -495px;
		overflow: hidden;
		/*background: rgba(0,0,0,.9);*/
		z-index: 10002;
		display: none;
		
		
		/*
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;

		transform-style: preserve-3d;
		-webkit-perspective-origin: 50% 50%;
		-moz-perspective-origin: 50% 50%;
		perspective-origin: 50% 50%;	
		*/
			
	}	
	
	.gallery_box li {
		position: relative;
		display: inline-block;
		width: 55%;
		height: auto;
		vertical-align: middle;
		cursor: pointer;
		text-align: center;

		-webkit-filter: none; 
		-moz-filter: none; 
		filter: none; 
		
		-webkit-transition: all ease-out 0.3s, left ease-out 0.2s;
		-moz-transition: all ease-out 0.3s, left ease-out 0.2s;
		transition: all ease-out 0.3s, left ease-out 0.2s;
		
		-webkit-transform : translateZ(0); 
		-o-transform : translateZ(0); 
		-moz-transform : translateZ(0); 
		transform : translateZ(0);
		
		/*background: url(../img/progress.gif) 50% 50% no-repeat;*/
	}
	.gallery_box li.blur {
		width: 15%;
		height: auto;
		margin: 0px 1px;
		
		-webkit-filter: blur(1px) brightness(.5); 
		-moz-filter: blur(1px) brightness(.5); 
		filter: blur(1px) brightness(.5);
		
		/*
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		*/
	}
	/*
	.gallery_box li.blur.left {
		-webkit-transform: perspective(400px) rotateY(40deg) translateZ(0);
		-moz-transform: perspective(400px) rotateY(40deg) translateZ(0);
		transform: perspective(400px) rotateY(40deg) translateZ(0);
	}
	.gallery_box li.blur.right {
		-webkit-transform: perspective(400px) rotateY(-40deg) translateZ(0);
		-moz-transform: perspective(400px) rotateY(-40deg) translateZ(0);
		transform: perspective(400px) rotateY(-40deg) translateZ(0);
	}
	*/
	
	.gallery_box li.main {
		/*margin: 0px -50px;*/
		z-index: 1;
		cursor: default;
	}
	
	.gallery_box li img {
		padding: 2.5%;
		padding-bottom: 5%;
		background: #fff;
		max-width: 95%;
		max-height: 550px;
		margin: 0px auto;
		display: block;
		box-shadow: inset 0 0 5% rgba(0,0,0,.3);

		opacity: 0;
		
		-webkit-transform : translateZ(0); 
		-o-transform : translateZ(0); 
		-moz-transform : translateZ(0); 
		transform : translateZ(0);
	}
	
	.gallery_box li a {
		position: absolute;
		bottom: 4px;
		color: #555;
		font-size: 13px;
		
		-webkit-transform : translateZ(0); 
		-o-transform : translateZ(0); 
		-moz-transform : translateZ(0); 
		transform : translateZ(0);
		display: none;
	}
		.gallery_box li.main a{
			left: 47%;
			z-index: 1;
		}
		.gallery_box li.blur a{
			left: 50%;
			z-index: -1;
		}	
		
		.page_position {
		
		height: 30px;
		
		
		font-weight: 900;
		color: #058800;
		padding: 10px 20px 0 25px;
		font-size: 18px;
		overflow: hidden;
		
		
	}
	
	
.content_list_ul, .video_list_ul {
	
	width: 600px;
	list-style: none;
	padding: 0 25px 25px 25px;
	margin: 0px;
	
}
.video_list_ul {
	padding: 0 5px 25px 5px;
	width: 650px;
}

	.video_list_ul li{
		position: relative;
		left: 4px;
		display: inline-block;
		padding: 15px;
		width: 180px;
		vertical-align: top;
	}
		.video_list_ul li img{
			width: 182px;
			height: 98px;
		}
		.videoList_title{
			display: block;
			color: #2793e6;
			word-wrap: break-word;
			font-size: 14px;
			line-height: 1.4em;
			max-height: 57px;
			overflow: hidden;
		}
		.video_list_ul li h3{
			margin: 0px;
			font-size: 12px;
			color: #777;
		}
	
	.content_list_ul li {
		border-bottom: 1px dotted #aaa;
		position: relative;
		cursor: pointer;
	}
	.content_list_ul li:hover {
		background: rgba(160,192,128,.1);
	}
		.content_list_img, .content_list_data{
			display: inline-block;
		}
		.content_list_img {
			width: 130px;
			height: 70px;
			margin: 20px 0px;
		}
		.content_list_data {
			width: 465px;
			position: absolute;
			top: 8px;
			left: 140px;
		}
		.content_list_data.listNoImg {
			position: relative;
			width: 100%;
			left: 0px;
		}
			.content_list_data h2, .content_list_data span, .content_list_data span div {
				display: inline-block;
			}
			.content_list_data h2 {
				margin: 8px 5px 0 5px;
				color: #77A502;
				font-size: 16px;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
				width: 100%;
			}
			.content_list_data h3 {
				font-size: 13px;
				color: #aaa;
				margin: 5px;
			}
			.content_list_data span {
				float: right;
				position: relative;
				top: 5px;
			}
				.content_list_description {
					font-size: 14px;
					color: #444;
					height: 36px !important;
					overflow: hidden;
					margin: 0px 5px;
				}
	
	</pre></body></html>