/*-------------------------------- bird 新闻列表页布局开始-------------------------------- */
#main{
    width:656px;
	height:auto;
	overflow:hidden;
	background:url(images/titlebg.jpg) top no-repeat;
	float:left;
	padding:20px 10px 10px 10px;
}
#main #title{
    margin-left:30px;
}
#main #title span{
    color:#d7211d;
	font-weight:bold;
}
#main #content{
    height:auto;
	overflow:hidden;
	margin-top:20px;
}
#main #content .box{
    width:316px;
    height:130px;
	overflow:hidden;
	border-bottom:1px dashed #d7d7d7;
	float:left;
	margin:6px;
	display:inline;
}
#main #content .box .pic{
    width:150px;
	height:115px;
	float:left;
	
}
#main #content .box h4{
    width:157px;
    font-size:14px;
	color:#427500;
	float:right;
	text-align:center;
	line-height:20px;
}
#main #content .box .text{
    width:157px;
	height:auto;
	float:right;
	padding-top:8px;
	line-height:18px;
}
#main #content .box .more{
    width:316px;
	font-weight: bold;
	color:#ff6600;
	clear:both;
	text-align:right;
	position:relative;
	top:-10px;
}
#main #content .box .more a{
    color:#fd4d00;
}
#main #content .box .more a:hover{
    text-decoration:underline;
}
#main #content #list{
    clear:both;
    width:600px;
	margin:0 auto;
}
#main #content #list li{
    background:url(images/icon01.gif) 0px 7px no-repeat;
	padding-left:15px;
	vertical-align:bottom;
	overflow:hidden;
	line-height:24px;
	height:24px;
	font-size:13px;
}
#main #content #list li .name{
   
    width:510px;
	float:left;
	height:24px;
}
#main #content #list li .date{
    width:70px;
	float:right;
	text-align:right;
	color:#666;
}
#main #content #page{
    clear:both;
	width:600px;
	height:auto;
	margin:0 auto;
	text-align:right;
	padding:20px 0;
}
#main #content #page a{
	padding:2px 5px;
	line-height:22px;
	border:1px solid #d7d7d7;
	font-size:12px;
	background:#f7f7f7;
}

#main #content #page a:hover{
    background:#FF6600;
	color:#fff;
}
#main #content #page .on{
    border:1px solid #5ea919;
	background:#dbffb8;
}
#sidebar{
    width:278px;
	height:auto;
	overflow:hidden;
	float:right;
}
#sidebar .box{
    height:auto;
	overflow:hidden;
	margin-bottom:8px;
}
#sidebar .box .title{
    height:26px;
	overflow:hidden;
    background:url(images/columnbg.jpg) no-repeat;
	color:#fff;
	padding:10px 10px 0 35px;
}
#sidebar .box .title .name{
    float:left;
	font-size:14px;
	font-weight:bold;
}
#sidebar .box .title .more a{
    float:right;
	color:#fff;
}
#sidebar .box .title .more a:hover{
    color:#ff6600;
}
#sidebar .box .middle{
    clear:both;
    width:256px;
	height:auto;
	overflow:hidden;
	border-left:1px solid #6cb319;
	border-right:1px solid #6cb319;
	padding:10px 10px 0 10px;
}
#sidebar .box .middle .products li{
    float:left;
	width:75px;
	padding:2px 5px;
	text-align:center;
}
#sidebar .box .middle .products li img{
    width:65px;
	height:65px;
    border:5px solid #ddd;
	margin-bottom:5px;
}
#sidebar .box .middle .products li span{
    display:block;
    line-height:20px;
	height:20px;
	overflow:hidden;
}
.price{
    font-weight:bold;
	color:#ff0000;
}
#sidebar .box .middle .shop li{
    width:238px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border-bottom:1px dashed #d7d7d7;
	padding:5px 0;
	color:#427500
}
#sidebar .box .middle .shop li img{
    width:90px;
	height:90px;
    border:5px solid #ddd;
	float:left;
	margin-right:8px;
	display:inline;
}
#sidebar .box .middle .shop li span{
    display:block;
	overflow:hidden;
	padding:3px 0;
	line-height:20px;
}
.companyname{
    font-weight:bold;
	}
.btn01{
    width:97px;
	height:23px;
	display: block;
	background: url(images/btn01.jpg) no-repeat;
	cursor:pointer;
}
#sidebar .box .middle .boxbird{
    width:238px;
    height:115px;
	overflow:hidden;
	border-bottom:1px dashed #d7d7d7;
	float:left;
	margin:6px;
	display:inline;
}
#sidebar .box .middle .boxbird .pic{
    width:130px;
	height:105px;
	float:left;
}
#sidebar .box .middle .boxbird .pic img{
    width:120px;
	height:95px;
	border:5px solid #ddd;
	
}
#sidebar .box .middle .boxbird h4{
    width:100px;
    font-size:12px;
	color:#555;
	float:right;
	text-align:center;
	line-height:18px;
}
#sidebar .box .middle .boxbird .text{
    width:100px;
	height:auto;
	float:right;
	padding-top:5px;
	line-height:18px;
}
#sidebar .box .middle .boxbird .more{
	color:#ff6600;
}
#sidebar .box .middle .boxbird .more a{
    color:#fd4d00;
}
#sidebar .box .middle .boxbird .more a:hover{
    text-decoration:underline;
}
#sidebar .box .middle .list{
    clear:both;
}
#sidebar .box .middle .list li{
    height:24px;
	line-height:24px;
	overflow:hidden;
}
#sidebar .box .bottom{
    clear:both;
    height:10px;
	overflow:hidden;
    background:url(images/columnbottom.jpg) no-repeat;
}





/*-------------------------------- bird 新闻列表详细页布局开始-------------------------------- */
#main #content h1{
    font-size:26px;
	text-align:center;
	color:#343434;
	border-bottom:1px dashed #d7d7d7;
	padding-bottom:2px;
}
#main #content h1 span{
    display:block;
    font-size:12px;
	font-weight:normal;
	text-align:right;
	padding-top:20px;
}
#main #content #maincontent{
    line-height:20px;
	padding-bottom:20px;
}
#main #content #commentary #msg{
    clear:both;
    font-size:14px;
	font-weight:bold;
	color:#ff6600;
}
#main #content #commentary #grade{
    width:560px;
	margin:0 auto;
    clear:both;
    padding:20px 0;
}
#main #content #commentary #grade li{
    float:left;
	padding:0 30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#427500;
}
#main #content #commentary #grade li span{
    display:block;
	padding:5px 0;
}
.count{
    color:#d7211d;
}
#main #content #commentary #textTop{
    clear:both;
	padding:10px 0;
}

#main #content #commentary #textTop .spanimg{
    width:57px;
	height:25px;
	background:url(images/taolun.jpg) no-repeat;
	display:block;
	cursor:pointer;
	float:left;
}
#main #content #commentary #textTop .spantext{
    display:block;
	float:left;
	line-height:25px;
	padding-left:10px;
}
.red{
    font-weight:bold;
	color:#ff0000;
}
#main #content #commentary #newsPost{
    clear:both;
	padding:10px 0;
}
#main #content #commentary #newsPost textarea{
    width:635px;
	height:100px;
	margin:0 auto;
	font-size:12px;
}
#main #content #commentary #textSub .input{
    font-size:12px;
	width:160px;
	height:14px;
	padding-top:2px;
}
#main #content #commentary #textSub .btn02{
    width:68px;
	height:19px;
	background:url(images/btn02.jpg) no-repeat;
	border:0;
	font-size:12px;
	line-height:19px;
}
#main #content #commentary #textSub .look{
    font-size:12px;
	color:#ff6600;
	text-align:right;
	padding-bottom:20px;
}
/*#main #content #commentary #textSub .look a{
    color:#ff6600;
	text-decoration:underline
}
#main #content #commentary #textSub .look a:hover{
    color:#427500;
}*/
#main #content #commentary #messages{
    clear:both;
	padding:20px 0;
	margin:10px 0;
	height:auto;
	overflow:hidden;
}


#main #content #commentary #messages li{
    padding:10px 0;
	height:auto;
	overflow:hidden;
	border-bottom:1px dashed #d7d7d7;
	float:left;
}
#main #content #commentary #messages .user{
    float:left;
	color:#666;
	display:block;
		background:#f7f7f7;

}
#main #content #commentary #messages .user span{
    color:#427500;
}
#main #content #commentary #messages .date{
    float:right;
	color:#666;
	display:block;
		background:#f7f7f7;

}
#main #content #commentary #messages .msgtext{
    width:100%;
    display:block;
    clear:both;
	line-height:20px;
	height:auto;
	padding:10px 0 0 0;
}
#main #content #relNews{
    clear:both;
    width:640px;
	margin:0 auto;
}
#main #content #relNews li{
    background:url(images/icon01.gif) 0 7px no-repeat;
	padding-left:15px;
	vertical-align:bottom;
	overflow:hidden;
	line-height:24px;
	height:24px;
	font-size:14px;
}
#main #content #relNews li .name{
    width:550px;
	float:left;
	height:24px;
}
#main #content #relNews li .date{
    width:70px;
	float:right;
	text-align:right;
	color:#666;
}
#main #content #relNews h4{
    font-size:14px;
	color:#427500;
	padding-bottom:10px;
}
#main #content #list .blank{
	padding-left:15px;
	vertical-align:bottom;
	overflow:hidden;
	line-height:24px;
	height:24px;
	font-size:13px;
}
/*影集CSS*/

#main #content #photolist li{
    float:left;
	padding: 2px 6px;
	text-align:center;
}
#main #content #photolist li img{
    padding:5px;
	border:5px solid #ddd;
	width:130px;
	height:85px;
}
#main #content #photolist li span{
    width:150px;
	display:block;
	padding:5px 0;
	line-height:18px;
}













