﻿@charset "utf-8";
@import url("channelStyleColor.css");
/* CSS Document */
input:focus{ 
outline: none !important; 
} 
.bgGray1{ background:#f1f3f5;}
.tCenter{ text-align:center;}
.tRight{ text-align:right;}
.linkA a{ color:#333;}
.linkA a:hover{color:#FF7C00; text-decoration:none;}
body.style2nd { color:#313131;}

.add_ab_left{ float:left; width:670px; overflow:hidden;}
.add_ab_right{ float:right; width:300px; overflow:hidden;}

.main_centerA{ padding:0 38px; /*border-left:#E4E8EB solid 1px; border-right:#E4E8EB solid 1px;*/}

/* 热点 */
.news_hot{
	height:20px;
	overflow:hidden;
	line-height:20px;
	color:#999;
	font-size:14px;
}
.news_hot span{ color:#999;}
.news_hot span,.news_hot a{ float:left;}
.news_hot a{
	display:inline-block;
	padding:0 9px;
	margin:0 0 0 9px;
	background:url(./newsImg2.png) -176px 7px no-repeat;
}
.news_hot a.first{ margin:0;}
.news_hot a:hover{ background:#1a1a1a; color:#fff; text-decoration:none;}

/* 重点新闻 */
.news_first .news_big ul li{ padding:10px 0 6px 0;}
.news_first .news_big a{
	font-size:20px;
	font-family:"Microsoft yahei";
	font-weight:bold;
}
.news_first .theFirst a{ font-size:22px;}
.news_first .news_big p{
	max-height:66px;
	overflow:hidden;
	margin:5px 0 0 0;
	line-height:22px;
	font-size:13px;
	color:#999;
}
.news_first .news_small li{
	height:25px;
	line-height:25px;
	font-size:13px;
	word-break:break-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
}
.news_first .news_small li span{ margin:0 6px; font-family:"宋体"; color:#999;}

/* 图片轮播 */
#p_slides_container {
	position:relative;
	width:680px;
	height:280px;
	z-index:0;
}
#p_slides_container,#p_slides_box .slides_container{ width:680px; height:280px; position:relative;}
#p_slides_box { position:absolute; top:0; left:0; background-color:#e2e2e6; z-index:10;}
#p_slides_box .slides_container{ overflow:hidden;}
#p_slides_box .slides_container .item{ width:680px;}
#p_slides_box .slides_container .item_b{ float:left; width:500px; height:280px; overflow:hidden;}
#p_slides_box .slides_container .item_t{ float:right; width:160px; height:260px; overflow:hidden; padding:10px;}
#p_slides_box .slides_container .item_t p{ margin-top:10px; line-height:22px; font-size:13px;}

#p_slides_box .next,#p_slides_box .prev{ position:absolute; top:0; width:25px; height:50px; padding:115px 0; text-indent:-9999px; z-index:11;}
#p_slides_box .next span,#p_slides_box .prev span{
	visibility:hidden;
	display:block;
	width:25px;
	height:50px;
	overflow:hidden;
	background-image:url(./slide_arrowA.png);
	background-repeat:no-repeat;
}
#p_slides_box .prev{ left:0;}
#p_slides_box .next{ right:180px;}
#p_slides_box .prev span{ background-position:0 0;}
#p_slides_box .next span{ background-position:-35px 0;}
#p_slides_box:hover .next span,#p_slides_box:hover .prev span{ visibility:visible;}
#p_slides_box .prev:hover span{ background-position:0 -60px;}
#p_slides_box .next:hover span{ background-position:-35px -60px;}

.pagination { position:absolute; right:45px; bottom:5px; z-index:12;}
.pagination li { float:left; margin:0 3px;}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(./p_slides_pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {	background-position:0 -12px;}

.channel_tv #p_slides_container { width:660px; padding:10px 10px 25px 10px; background:url(./slide_tv_Bg2.png) 0 0 no-repeat;}
.channel_tv #p_slides_container,.channel_tv #p_slides_box .slides_container{ width:660px;}
.channel_tv #p_slides_box { top:10px; left:10px;}
.channel_tv #p_slides_box .slides_container .item{ width:660px;}
.channel_tv #p_slides_box .slides_container .item_t{ width:140px; }
.channel_tv #p_slides_box .next{ right:160px;}
#close_tv{
	position:absolute;
	left:10px;
	top:25px;
	width:660px;
	height:280px;
	overflow:hidden;
	background:#000;
}
#close_tv img{ display:block; margin:95px auto 0;}
.tv_control{
	position:absolute;
	bottom:0;
	right:5px;
	width:25px;
	height:25px;
	overflow:hidden;
	background:url(./channel_img.png) -120px 0 no-repeat;
	cursor:pointer;
}
.tv_control:hover{
	background:url(./channel_img.png) -145px 0 no-repeat;
}
/* 问题栏 */
.guide_more{
	padding:8px 0;
	background:#F1F3F5;
	border:#ddd solid 1px;
	font-size:14px;
}
.guide_more a{
	display:inline-block;
	width:236px;
	margin-left:-1px;
	border-left:#ddd solid 1px;
	text-align:center;
}
/* 栏目标题 */
.blockTitle{
	width:100%;
	height:46px;
	padding-top:15px;
	border-bottom:#1a1a1a solid 4px;
}
h1{

}
.blockTitle p{ margin:21px 0 0 0; line-height:25px;}
.blockTitle p a{ float:left; margin-left:8px; display:inline-block;}
.blockTitle p a:hover{ filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.lanmu_title{
	height:35px;
	margin-bottom:10px;
	background:#f1f3f5;
	border-top:#464646 solid 3px;
	line-height:35px;
}

.lanmu_title h3{
	float:left;
	padding-left:30px;
	background:url(./channel_img.png) 0 0 no-repeat;
	font-size:19px;
}
.lanmu_title span{
	height:35px;
	padding-right:28px;
	background:#f1f3f5 url(./channel_img.png) 0 0 no-repeat;
	font-size:13px;
}
.lanmu_title a,.lanmu_title a:hover{
	font-weight:normal;
	color:#FF7C00;
}

.proTitleA{
	width:100%;
	height:43px;
	padding-top:5px;
	margin-bottom:10px;
	border-bottom:#ECD9FF solid 3px;
	font-size:26px;
	font-weight:bold;
	font-family:"Microsoft yahei";
}
.proTitleA span{
	display:inline-block;
	padding-left:45px;
	line-height:43px;
	background:url(./channel_img.png) -165px -95px no-repeat;
}
.proTitleA .proT01{ background-position:-165px -95px;}
.proTitleA .proT02{ background-position:-165px -145px;}
.proTitleA .proT03{ background-position:-165px -195px;}
.proTitleA .proT04{ background-position:-165px -245px;}

/* 图文1 */
.new_PicA li{
	display:block;
	height:130px;
	overflow:hidden;
	margin-bottom:20px;
}
.new_PicA li a.img{ display:block; width:120px; height:90px; overflow:hidden; margin-top:2px;}
.new_PicA li a img{ width:120px; height:auto; min-height:70px;}
.new_PicA .title{
	word-break:break-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	font-size:18px;
	line-height:35px;
	font-weight:bold;
}
.new_PicA p{
	margin:0 0 0 130px;
	line-height:23px;
	font-size:14px;
	color:#999;
	text-indent:2em;
}
/* 图文2 */
.new_PicB ul li{ height:75px; overflow:hidden; font-size:14px;}
.new_PicB .img{ width:120px; height:75px; overflow:hidden;}
.new_PicB .img img{ width:120px; height:auto; min-height:80px; margin-top:-5px;}
.new_PicB p{ float:right; width:245px;line-height:25px;}
.new_PicB p.title{ font-size:16px; font-weight:bold;}
.new_PicB p.source{ color:#999;font-size:12px;}

/* 图文3 */
.new_PicC ul li{
	width:300px;
	height:180px;
	overflow:hidden;
	margin-bottom:15px;
	position:relative;
	font-size:13px;
}
.new_PicC ul li a img{
	width:300px;
	height:auto;
	min-height:180px;
}
.new_PicC ul li p{
	width:290px;
	height:30px;
	padding:0 5px;
	margin:0;
	line-height:30px;
	background:#000;
	color:#fff;
	text-align:center;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	position:absolute;
	left:0;
	bottom:0;
}
.new_PicC ul li p a,.new_PicC ul li p a:hover{ color:#fff;}
.new_PicC ul li:hover p{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
/* 图文4 */
.new_PicD ul li{
	float:left;
	position:relative;
	overflow:hidden;
	border:#ddd solid 1px;
}
.new_PicD ul li:hover{ border-color:#eee;}
.new_PicD ul li .image{
	display:table;
	text-align:center;
}
.new_PicD ul li .image a{
	display:table-cell;
	vertical-align:middle;
}
.new_PicD ul li .text{
	position:absolute;
	left:0;
	bottom:0;
	height:30px;
	overflow:hidden;
	padding:0 5px;
	margin:0;
	background:#fff;
	line-height:30px;
	word-break:break-all;
	word-wrap:break-word;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
.new_PicD ul li.spec .text,.new_PicD ul li.spec .text a{ color:#fff;}
.new_PicD ul li .text,.new_PicD ul li .text a{ color:#111;}
.new_PicD ul li:hover .text{
	background:#000;
}
.new_PicD ul li:hover .text,.new_PicD ul li:hover .text a{ color:#fff;}

/* 图文5 */
.new_PicE ul li{ height:114px;}
.new_PicE li a.img{ width:100px; height:75px; margin:0;}
.new_PicE li a.img img{ width:100px; height:auto; min-height:75px;}
.new_PicE li p{ float:right; width:297px; margin-left:13px;line-height:25px;}

/* 新闻区块 */
.list_title{ height:30px; overflow:hidden; line-height:30px; margin:25px 0 5px 0;}
h2{ font-size:20px;}

/* 列表 */
.nobreak ul li{ overflow:visible !important; word-break:break-all; white-space:nowrap;}

.new_listA ul li{ height:30px; overflow:hidden; font-size:16px; line-height:30px; *float:left; *width:100%;}
.new_listA ul li.list_first{
	height:35px;
	line-height:35px;
	background-position:0 -31px;
	font-size:18px;
	font-weight:bold;
}
.new_listA ul li.hr_15{ height:15px; overflow:hidden; background:none; line-height:1px;}

.new_listB ul li span{ margin:0 5px 0 8px; font-family:"宋体"; color:#999;}

/* 栏目名 */
.list_title p,.lanmuA p{ margin-left:40px; font-size:14px;}
.list_title p span,.lanmuA p span{ margin:0 1px 0 6px; color:#ccc; font-family:"宋体";}

.lanmuA { height:30px; overflow:hidden; line-height:30px; margin:0 0 15px 0;}
.lanmuA h2{ font-size:22px;}

/* 列表小标 */
.new_dash li,li.new_dash{
	padding-left:22px;
	background:url(./lmtu33.png) 0 center no-repeat;
	line-height:25px;
}
.new_dot li,li.new_dot{
	height:30px;
	overflow:hidden;
	padding-left:18px;
	background:url(./channel_img.png) 0 -68px no-repeat;
	line-height:30px;
	font-size:16px;
}
/* 中栏标题 */
.title_qiye,.title_ping{
	display:block;
	width:130px;
	height:40px;
	background:url(./channel_img.png) 0 0 no-repeat;
}
/* 独家横评 */
.title_ping{
	margin-bottom:10px;
	background-position:0 -140px;
}

/* 分类指导 */
.guide_item{
	width:350px;
	height:205px;
	overflow:hidden;
	font-size:14px;
}
.guide_item ul li{
	float:left;
	width:348px;
	height:18px;
	padding:14px 0;
	margin:0 0 3px;
	background:#f1f3f5;
	border:#ddd solid 1px;
	line-height:18px;
}
.guide_item ul li a{
	float:left;
	width:174px;
	margin-left:-1px;
	border-left:#ddd solid 1px;
	text-align:center;
}

/* 企业资讯 */
.title_qiye{
	margin-bottom:12px;
	background-position:0 -95px;
}
.new_qiye ul li{
	margin-bottom:20px;
}
/* 底部 */
.whole_foot{
	width:100%;min-width: 1200px;
	overflow:hidden;
	padding-top:10px;
	background:#474747;
	border-top:#ff4939 solid 2px;
	color:#999;
	font-size:14px;
}
.whole_foot p{ margin-top:5px; line-height:25px; text-align:center;}
.whole_foot a{ color:#999;}
.whole_foot a:hover{ color:#000;}
.whole_foot span{ margin:0 5px; font-family:"宋体"; color:#999;}
.whole_foot .foot_logo{
	display:block;
	width:310px;
	height:100px;
	margin:20px 0 0 10px;
	background:url(./foot_logo.png) 0 0 no-repeat;
}
.foot_fd h5{ line-height:40px; font-size:18px;}
.foot_fd ul li{ float:left; width:110px; line-height:25px;}
.tRight{ text-align:right;}
.foot_weibo{ margin:15px 0 30px;}
.foot_weibo a{
	display:inline-block;
	width:30px;
	height:30px;
	margin-left:5px;
	background:url(./channel_itemB.png) 0 0 no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.foot_weibo .fItem1{ background-position:0 -60px;}
.foot_weibo .fItem2{ background-position:0 -90px;}
.foot_weibo .fItem3{ background-position:0 -180px;}
.foot_weibo a:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
/* 选电视 */
.pro_choose{
	height:40px;
	overflow:hidden;
	margin:0;
	line-height:40px;
	font-size:14px;
}
.pro_choose span{ margin:0 3px 0 8px; color:#666; font-family:"宋体";}

/* 找便宜左侧 */
.pro_listA{
	float:left;
	width:878px;
	height:590px;
	overflow:hidden;
}
.pro_listA ul li{
	width:260px;
	height:170px;
	margin:10px 30px 10px 0;
}
.pro_listA ul li .image,.pro_listB ul li .image{ width:260px; height:170px;}
.pro_listA ul li .image img,.pro_listB ul li .image img{
	max-width:260px;
	max-height:170px;
}
.pro_listA ul li p,.pro_listB ul li p{
	width:250px;
	text-align:center;
}
.pro_listA ul li p font,.pro_listB ul li p font{
	display:none;
	position:absolute;
	right:10px;
	bottom:5px;
	font-size:20px;
	font-family:Georgia,Serif;
}
.pro_listA ul li:hover p font,.pro_listB ul li:hover p font{ display:block;}
.pro_listA ul li p span,.pro_listB ul li p span{
	float:right;
	margin-right:20px;
	font-family:Georgia,Serif;
	font-size:32px;
}
.pro_listA ul li:hover p,.pro_listB ul li:hover p{
	height:70px;
	padding-top:7px;
	line-height:20px;
}
/* 找便宜右侧 */
#sliePro{
	width:262px;
	height:556px;
	overflow:hidden;
	padding:14px 27px;
	margin-top:-7px;
	border:#FBE3E9 solid 3px;
	position:relative;
}
#sliePro:hover{ border-color:#FF7C00;}
#sliePro .item{
	width:262px;
	height:556px;
	overflow:hidden;
	margin:0 auto;
}
#sliePro .item ul li{
	width:262px;
	height:192px;
	border:none;
	z-index:1;
}
#sliePro .item ul li .image{ width:260px; height:170px; overflow:hidden; border:#ddd solid 1px;}
#sliePro .item ul li .text{ width:252px; bottom:18px;}
#sliePro .moveUp,#sliePro .moveDown{
	display:block;
	position:absolute;
	left:0;
	width:100%;
	height:10px;
	text-align:center;
	z-index:5;
}
#sliePro .moveUp{ top:0; background:#fff url(./channel_img.png) 150px -445px no-repeat;}
#sliePro .moveDown{ bottom:0; background:#fff url(./channel_img.png) 150px -455px no-repeat;}
#sliePro:hover .moveUp{ background-position:150px -465px;}
#sliePro:hover .moveDown{ background-position:150px -475px;}


/* 小编推荐 */
.pro_listC ul{ width:1240px;}
.pro_listC ul li{
	width:270px;
	height:180px;
	margin:0 37px 10px 0;
}
.pro_listC ul li .image{
	width:270px;
	height:180px;
}
.pro_listC ul li .image img{
	width:270px;
	height:auto;
	min-height:180px;
}
.pro_listC ul li .text{
	bottom:-150px;
	width:260px;
	height:180px;
	z-index:5;
}
.pro_listC ul li:hover .text{ bottom:0; height:140px; padding-top:40px;}
.pro_listC ul li .text p{
	margin:0;
	line-height:25px;
	font-size:14px;
	word-break:break-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
}
.pro_listC ul li .text .tCenter{
	font-size:15px;
	line-height:30px;
}
.pro_listC ul li .text .price{
	position:absolute;
	right:10px;
	bottom:5px;
}
.pro_listC ul li .text .price span{
	font-family:Georgia,Serif;
	font-size:20px;
}
/* 品牌专区 */
.pro_listD{ width:1251px;}
.pro_listD .listD_item{
	float:left;
	position:relative;
	width:366px;
	height:210px;
	overflow:hidden;
	margin:0 51px 10px 0;
	font-size:14px;
}
.pro_listD .listD_item a img{ display:block; width:120px; height:60px;}
.pro_listD .listD_item li{
	height:30px;
	overflow:hidden;
	margin-right:20px;
	line-height:30px;
}
.brand_more{
	clear:both;
	height:20px;
	padding:10px 0;
	background:#F1F3F5;
	border:#ddd solid 1px;
	font-size:14px;
}
.brand_more a{
	padding:0 20px;
	margin-left:-1px;
	border-left:#ddd solid 1px;
}
/* 排行榜 */
.rolinList {
	position:relative;
	width:350px;
	overflow:hidden;
	color:#049;
	border-top:#E7E9EB solid 1px;
	font-size:13px;
}
.rolinList p {
	position:relative;
	height:42px;
	overflow:hidden;
	line-height:42px;
	border-top:#E7E9EB solid 1px;
	border-bottom:#E7E9EB solid 1px;
	padding-left:25px;
	margin:-1px 0 0 0;
	cursor:default;
}
.rolinList p.up { display:none; }
.rolinList p span,.rolinList .top3 p span{ float:left;}
.rolinList ol span,.rolinList p span{
	position:absolute;
	left:0;
	top:11px;
	width:20px;
	height:20px;
	margin:0 8px 10px 0;
	background:url(./channel_img.png) -265px 0 no-repeat;
	text-align:center;
	line-height:20px;
	color:#494949;
	font-family:"宋体";
}
.rolinList .top3 ol span,.rolinList .top3 p span{
	color:#fff;
	background-position:-240px 0;
}
.rolinList ol {
	position:relative;
	display:none;
	height:125px;
	padding-top:25px;
	border-bottom:#FFE1E2 solid 1px;
}
.rolinList ol.up { display:block; }
.rolinList ol .image{
	float:left;
	width:120px;
	height:100px;
	overflow:hidden;
	margin-left:25px;
	border:#e6e6e6 solid 1px;
	display:table;
	text-align:center;	
}
.rolinList ol .image a{
	display:table-cell;
	vertical-align:middle;
}
.rolinList ol .image a img{
	max-width:120px;
	max-height:100px;
}
.rolinList ol .image img:hover{ filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.rolinList ol .wName{
	margin-left:155px;
	line-height:22px;
}
.rolinList ol .wName a{
	word-break:break-all;
	word-wrap:break-word;
	max-height:88px;
	overflow:hidden;
}
.rolinList ol .wName font{ display:block; font-size:17px; text-align:center; margin-top:10px; color:#c03; font-weight:bold;}

/* 微发现模块 */
.showWeibo ul{ width:855px;}
.showWeibo ul li{
	position:relative;
	float:left;
	width:260px;
	height:254px;
	overflow:hidden;
	padding-bottom:10px;
	background:#f1f3f5 url(./shadow_weibo.jpg) 0 bottom no-repeat;
	margin:0 25px 10px 0;
	z-index:1;
}
.showWeibo ul li .img{
	width:260px;
	max-height:254px;
	overflow:hidden;	
}
.showWeibo ul li .img img{ width:260px; height:auto; min-height:120px;}
.showWeibo ul li .text{
	max-height:66px;
	overflow:hidden;
	padding:3px 6px;
	background:#f1f3f5;
	position:absolute;
	left:0;
	bottom:10px;
}
.showWeibo ul li:hover .text{
	max-height:254px;
	height:auto;
}
.showWeibo ul li .user{
	float:left;
	width:30px;
	height:30px;
	margin-top:2px;	
}
.showWeibo ul li p{
	width:210px;
	margin:0 0 0 8px;
	line-height:22px;
	color:#464646;
}
.showWeibo ul li p a{ color:#006ac1; margin-right:8px;}
/* 微发现滚动 */
#slideWeibo{
	position:relative;
	width:100%;
	height:510px;
	overflow:hidden;
	padding:14px 0;
	background:#f1f3f5 url(./shadow_weibo2.jpg) 0 bottom no-repeat;
}
#slideWeibo:hover{ border-color:#FF7C00;}
#slideWeibo .item{
	width:100%;
	height:500px;
	overflow:hidden;
}
#slideWeibo .item ul li{
	display:table;
	width:320px;
	height:auto;
	padding:0 10px 10px;
	clear:both;
}
#slideWeibo .item ul li div{
	width:50px;
	height:50px;
	margin-top:5px;
}
#slideWeibo .item ul li div img{ width:45px; height:45px;}
#slideWeibo .item ul li p{
	width:265px;
	margin:0;
	color:#666;
	line-height:20px;
}
#slideWeibo .item ul li p a{
	color:#006ac1;
	margin-right:10px;
}
#slideWeibo .moveUp,#slideWeibo .moveDown{
	display:block;
	position:absolute;
	left:0;
	width:100%;
	height:10px;
}
#slideWeibo .moveUp{ top:0; background:url(./channel_img.png) 155px -445px no-repeat;}
#slideWeibo .moveDown{ bottom:10px; background:url(./channel_img.png) 155px -455px no-repeat;}
#slideWeibo:hover .moveUp{ background-color:#FF7C00; background-position:155px -465px;}
#slideWeibo:hover .moveDown{ background-color:#FF7C00; background-position:155px -475px;}



/* 底部浮层 */
#web_bottom_layer{
	width:980px;
	height:160px;
	position:fixed;
	left:50%;
	bottom:0;
	margin-left:-490px;
	z-index:15;
}
#web_bottom_layer .imglayer{
	width:980px;
	height:160px;
	overflow:hidden;
}
#web_bottom_layer span{
	position:absolute;
	bottom:0;
	right:-38px;
	display:block;
	width:24px;
	padding:0 5px;
	background:#fff;
	border:#ccc solid 1px;
	cursor:pointer;
}

/* 不推荐区块 */
.noBuyBox{
	height:300px;
	padding:10px;
	background:#f1f3f5;
/*	border:#1a1a1a solid 6px;
*/}
.noBuyBox:hover{ padding:8px; border:#FF7C00 solid 2px;}
.noBuyTitle{
	height:57px;
	/*background:url(./channel_img.png) 5px -384px no-repeat;*/
	border-bottom:#ccc dotted 1px;
}
.noBuyBox .noBuyTitle p{ margin:20px 0 0 10px; font-size:14px;}
.noBuyTitle p span{
	padding:4px 6px;
	margin-right:3px;
	background:#FF7C00;
	color:#fff;
	font-size:24px;
	font-family:"Microsoft yahei";
}
.noBuyBox ul{ width:1170px; margin-left:20px;}
.noBuyBox ul li{
	float:left;
	width:360px;
	height:200px;
	overflow:hidden;
	padding-bottom:10px;
	margin:10px 30px 0 0;
	background:#e1e3e5 url(./shadow_nobuy.jpg) 0 bottom no-repeat;
	position:relative;
}
.noBuyBox p{ line-height:20px; margin:0;}
.noBuyBox .pro{
	height:95px;
	margin:10px;
	background:#fff;
}
.noBuyBox .pro .img{
	float:left;
	width:110px;
	height:95px;
	background:#fff;
	display:table;
	text-align:center;
}
.noBuyBox .pro .img a{
	display:table-cell;
	vertical-align:middle;
}
.noBuyBox .pro .img img,.noBuyBox .pro .img a{ max-width:100px; max-height:90px;}
.noBuyBox .pro .text{ float:right; width:166px; margin-top:10px;}
.noBuyBox .pro .text p{ line-height:18px; height:36px; overflow:hidden; }
.noBuyBox .pro .text p span,.noBuyBox .pro .text p font{ font-family:Georgia,Serif; font-size:20px; line-height:40px;}
.noBuyBox .pro .text p font{ color:#FF7C00;}
.noBuyBox .reason{
	position:absolute;
	left:0;
	bottom:10px;
	width:340px;
	height:88px;
	padding:5px 10px;
	overflow:hidden;
	background:#d9dadc;
	border-top:#e1e3e5 dashed 1px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	color:#777;
}
.noBuyBox .reason:hover{
	height:145px;	
	color:#111;	
}
.noBuyBox .reason .editor{
	height:88px;
	overflow:hidden;
	margin-bottom:10px;	
}
.noBuyBox .reason .editor p{ line-height:22px;}
.noBuyBox .reason p span{
	display:inline-block;
	padding:0 3px;
	margin-right:6px;
	background:#1a1a1a;
	color:#fff;
}
.noBuyBox .reason .article p{ margin:5px 0; background:url(./channel_img.png) 10px -39px no-repeat;}
.noBuyBox .reason .article p a{ margin-left:28px;}
.noBuyBox .dontBuy{
	width:360px;
	height:200px;
	position:absolute;
	left:0;
	top:0;
	background:url(./no_buy.png) center 0 no-repeat;
}
.noBuyBox li:hover .dontBuy{ display:none;}





