@charset "utf-8";

/* CSS Document */

/*-- All --*/ 


/*  文件CSS ======================================= */

	#demoContent{ text-align:center; width:950px; height:auto; padding-bottom:10px;}
	#demoContent .effect{ display:inline-block; *display:inline; zoom:1; text-align:left;  margin:0 auto;  transition: transform 0.3s ease, box-shadow 0.3s ease; }

	#demoContent:hover {transform: translateY(1px);       box-shadow: 0 12px 40px rgba(0,0,0,0.15);	    }
        
	#demoContent .js{ text-align:left; margin:10px 20px;  line-height:20px;  background:#f3f3f3;  padding:5px 20px;    }
	#demoContent .js span{ color:#1974a1; }
	#demoContent .js span i{ color:#f30; font-weight:bold;  }
	#demoContent .notice{ color:#fff;  background:#000; text-align:left; padding:4px 20px; margin:10px 20px;   }
	#demoContent .css{  text-align:left; margin:10px 20px;  }
	#demoContent .css blockquote{ overflow:scroll; }

	#demoContent  .authorWord{ padding:10px 20px; border:1px dotted #ddd; text-align:left; margin-bottom:20px;   }
	#demoContent  .authorWord em{ color:#f00;  }
	/* 
	深蓝色 #1974a1
	*/
/* 视频网站大焦点图 */
.tv-slideBox{  height:288px; overflow:hidden; background:#333; position:relative;   }
.tv-slideBox .hd{ display:none;  }
.tv-slideBox li{ overflow:hidden;  }
.tv-slideBox li .pic{ width:720px; float:left;   }
.tv-slideBox li .pic img{ width:720px;  }
.tv-slideBox li .con{ position:relative; background-image:url(/images/shouye/lbbg.jpg); background-repeat:no-repeat; height:288px; width:230px; float:left;  }
.tv-slideBox li .con .bg{ position:absolute; width:96px; height:96px; right:0px; top:0px;    }
.tv-slideBox li .con .demotitle{  width:170px; height:85px;}
.tv-slideBox li .con .demotitle a{ color:#1F70CC;  font:16px "微软雅黑", "黑体"; font-weight:bolder;  line-height:100px; text-align:center; padding-left:15px;}
.tv-slideBox li .con .intro{ color:#333333; width:200px; line-height:20px;padding-left:15px}
.tv-slideBox li .con .intro .more{ position:absolute; bottom:20px; left:20px; display:block; width:80px; height:28px; overflow:hidden; line-height:990px;   }
.tv-slideBox li .con .intro .more:hover{ bottom:21px; }
.tv-slideBox .prev{ position:absolute; z-index:1;width:39px; height:87px; overflow:hidden; cursor:pointer; left:10px; top:80px;background-image: url(/images/gtvSplit1.png)!important;/* FF IE7 */
background-repeat: no-repeat;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/gtvSplit1.png"); /* IE6 */background-image: none; /* IE6 */ }
.tv-slideBox .next{ position:absolute; z-index:1;width:39px; height:87px; overflow:hidden; cursor:pointer; left:10px; top:80px;background-image: url(/images/gtvSplit2.png)!important;/* FF IE7 */
background-repeat: no-repeat;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/gtvSplit2.png"); /* IE6 */background-image: none; /* IE6 */ }
.tv-slideBox .next{ left:674px; }
.tv-slideBox .prev:hover,.tv-slideBox .next:hover{ top:79px;  }
