@charset "utf-8";

#home-top { }
#home-featured { }
#home-middle { }
#home-hot-clip { }

.home-hot-member { margin:0px 0px 0px 10px; }
.home-hot-member ul { margin:0px; list-style:none; }
.home-hot-member ul li { float:left; width:20%; }
.home-hot-member ul li div { margin:5px 5px 0px 0px; text-align:center; white-space:nowrap; overflow:hidden; }
.home-hot-member ul li div a { font-size:12px; text-decoration:none; color:#ccc; }
.home-hot-member ul li div a:hover { color:#ddd; }
.home-hot-member ul li div a img { opacity:0.60; *filter:alpha(opacity=60); }
.home-hot-member ul li div a:hover img { opacity:1.00; *filter:alpha(opacity=100); }
.home-hot-member ul li div a div { width:100%; height:60px; overflow:hidden; }
.home-hot-member ul li div a div div.box-img { height:60px; border:0px; background:#000 no-repeat center; background-size:cover; }
.home-hot-member ul li:nth-of-type(5n+1) { clear:both; }

#home-hot-tweet { margin:20px 5px 0px 15px; }
#home-hot-tweet a { font-size:16px; text-decoration:none; color:#ccc; }
#home-hot-tweet a p { color:#fff; }

#home-monthly-clip { background-color:#505050; }

#home-scoop { margin:0px; }

.show-hl-home { }
.show-hl-home ul { margin:0px; padding:0px; list-style:none; }
.show-hl-home ul li { width:33.33%; float:left; display: inline-block; overflow:hidden; }
.show-hl-home ul li div { margin:0px 8px 8px 0px; }
.show-hl-home ul li:nth-of-type(3n) { margin:0px 0px 8px 0px; }
.show-hl-home ul li div a { font-size:14px; color:#000; text-decoration:none; }
.show-hl-home ul li div a:hover { color:#222; }
.show-hl-home ul li div a div { width:100%; height:150px; overflow:hidden; }
.show-hl-home ul li div a div div.box-img { height:150px; border:0px; background:#000 no-repeat center; background-size:cover; }
.show-hl-home ul li div a:hover div div.box-img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
 }
.show-hl-home ul li:nth-of-type(3n+1) { clear:both; }

.hot-clip { }
.hot-clip ul { margin:0px; padding:0px; list-style:none; }
.hot-clip ul li { width:25%; float:left; display: inline-block; overflow:hidden; }
.hot-clip ul li div { margin:0px 8px 8px 0px; }
.hot-clip ul li:nth-of-type(4n) div { margin:0px 0px 8px 0px; }
.hot-clip ul li div a { font-size:14px; color:#000; text-decoration:none; }
.hot-clip ul li div a:hover { color:#222; }
.hot-clip ul li div a div { width:100%; height:100px; overflow:hidden; }
.hot-clip ul li div a div div.box-img { height:100px; border:0px; background:#000 no-repeat center; background-size:cover; }
.hot-clip ul li div a:hover div div.box-img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
 }
.hot-clip ul li:nth-of-type(4n+1) { clear:both; }

.home-category { background-color:#333; }
.home-category ul { margin:0px; list-style:none; }
.home-category ul li { float:left; width:25%; }
.home-category ul li div { border-bottom:1px solid #666; padding:5px 0px 5px 0px; margin:0px 10px 0px 0px; }
.home-category ul li div a { text-decoration:none; }
.home-category ul li div a h3 { font-size:12px; font-weight:normal; color:#32281e; }
.home-category ul li div a:hover h3 { color:#ff9900; }
