/*Start 幻灯片  注意其中z-index的值 */
.slider {
	width:350px;
	*width:350px;
	_width:350px;
	height:230px;
	overflow:hidden;
	position:relative;
    margin-bottom:30px;
}
.slider li img{
	width:350px;
	height:200px;
}
	/* handle 控制样式设置 最上面*/
.slider .handle {
	position:absolute;
	width:auto;
	height:auto;
	bottom:8px;
	left:5px;
	z-index:11;
}
.slider .handle li {
	width:14px;
	height:14px;
	float:left;
	background:#FFF;
	margin-left:5px;
	_display:inline;
	cursor:pointer;
	overflow:hidden;
}
.slider .handle li.active {
	background:#9e9c9f;
}

	/* 文本样式设置 */
.slider .text {
	position:absolute;
	width:330px;
	height:30px;
	line-height:30px;
	bottom:0px;
	left:10px;
	z-index:10;
}
.slider .text li {
	color:#FFF;
	height:30px;
	line-height:30px;
	color:#C2C2C2;
}

	/* 蒙层样式设置 最下面 */
.slider-bg {
	position:absolute;
	width:330px;
	height:30px;
	bottom:0px;
	left:0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background:#000;
	z-index:9;
}
.slider ul {
    margin:0;
}
/*End 幻灯片*/

.push_column .stream_push .video20110911_list dd ul li {
    width:114px;
    min-height:240px;
	text-align:left;
}
.video20110911_list dd ul li span.video20110911_listBG {
    width:94px;
    left:10px;
}
.video20110911_list span {
    line-height:120%;
	text-align:left;
}

/*标签*/
.push_column ul {
    margin: 0px;
    padding: 0px;
}
.stream_push .tag {
    padding-left:190px;
    margin:0;
    margin-top:5px;
	height:21px;
}
.stream_push .tag span {
	float:right;
}
.stream_push .tag a {
    font-size:12px;
    color:#069;
    margin-right:10px;
}
/**/


.push_column .stream_push li {
    padding: 17px 0;
    min-height:100px;
}

ul.stream_orginal li span.stream_img {
    display: block;
    width: 177px;
    height: auto;
    float: left;
    padding-top:3px;
    padding-right: 10px;
    text-align: center;
}

.stream_orginal .stream_des {
    color:#666;
    line-height:150%;
    margin:5px 0;
    padding-left:187px;
}

.c-apply a{
    color:#069;
    float:right;
    padding-right:10px;
    font-size:12px;
}

.stream_push .hometab {
    overflow: hidden;
    height: 34px;
}
.stream_push .hometab span {
    cursor:pointer;
    padding:0 15px;
    height:30px;
    line-height:30px;
    display:inline-block;
    border-top: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    font-size:14px;
}
.stream_push .hometab span.selected {
    border-top:3px solid #7DC60E;
    border-bottom:none;
}
.stream_push .hometab span.right {
    height:30px;
    width:95px;
    text-align:right;
    border-top:none;
    border-right:none;
    padding:0;
    cursor:default;
}
.stream_push .hometab a {
    font-size:14px;
}

.home_column .column-new li {
	padding-bottom:10px;
	width:auto;
	min-height:60px;
}
.column-new li img {
	width:59px;
	height:59px;
	border:2px dotted #E6E6E6;
}
.column-new li .c-name img {
	width:12px;
	height:12px;
	border:none;
}
.column-new li p {
	padding-left:69px;
	margin:0;
}
.column-new li .touxiang {
	float:left;
	width:63px;
	padding:0;
	text-align:center;
}
.column-new .title a{
	font-size:12px;
	color:#333;

}
.column-new .c-name a {
	font-size:12px;
	color:#000;    
	font-weight:bold;
}
.home_column h3 {
	background:#d8d8d8;
	padding:5px;
	margin:5px 0;
	font-size:14px;
}