@charset "gb2312";
/*news*/
.news{padding:0;background:#fff;border-bottom: 1px dotted #dadada;}
.news a{display:block;padding:10px 12px 15px;}
	.news .icon{float:left;margin-right:12px;width:120px;max-height:80px;text-align:center;overflow:hidden;}
	.news .icon img{max-height:80px;margin:0px auto;}
	.news h3{margin:0px;font-size:16px;height:50px;line-height:25px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
		.news h3 i{display:inline-block;margin-left:6px;padding:0px 5px;font-style:normal;font-size:12px;line-height:18px;color:#fff;border-radius:2px;position:relative;z-index:1;top:-2px;}
		.news h3 i.hot{background:#f60;}
		.news h3 i.recom{background:#f60;}
		.news h3 i.head{background:#f60;}
	.news small{display:block;height:17px;line-height:110%;margin-top:8px;font-size:14px;color:#ccc;overflow:hidden;}
/*detail*/
.detail{background:#fff;padding:0px 12px 15px;}
	.detail .h1{padding:15px 0px 10px;font-weight:normal;font-size:20px;line-height:130%;}
	.detail .attr{font-size:14px;border-bottom:1px #eee solid;padding-bottom:10px;}
		.detail .attr a{border-radius:2px;background:#ddd;display:inline-block;line-height:20px;padding:0px 10px;}
		.detail .attr span{margin-left:6px;}
	.detail .content{line-height:170%;word-break:break-all;word-wrap:break-word;}
		.detail .content p{line-height:170%;margin:10px 0px;word-break:break-all;word-wrap:break-word;}
		.detail .content img{max-width:100%;margin:15px auto;}
		.detail .content object{max-width:100%;}
	.detail .tags{line-height:170%;margin:15px 0px;font-size:14px;}
		.detail .tags a{margin-left:10px;color:#0697da;text-decoration:underline;}
/*recom*/
.recom{background:#fcfcfc;border:1px solid #ddd;padding:0px;}
	.recom summary{margin:0px;padding:6px 10px;border-bottom:1px solid #e8e8e8;}
	.recom summary b{display:inline-block;padding-left:8px;font-weight:normal;line-height:100%;font-size:14px;color:#333;border-left:3px solid #1c89ce;}
	.recom ul{margin:0px;padding:0px 10px 10px;}
	.recom ul li{}
	.recom ul li a{display:block;line-height:35px;font-size:14px;color:#212121;padding-left:28px;font-weight:normal;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-bottom:1px dotted #dadada;position:relative;z-index:1;overflow:hidden;}
	.recom ul li a img{width:22px;height:22px;position:absolute;left:0;top:7px;z-index:3;text-align:center;}
	.recom ul li a i{width:50px;font-size:13px;color:#0894ec;border:1px solid #0894ec;border-radius:2px;line-height:20px;font-style:normal;position:absolute;right:0;top:7px;z-index:2;text-align:center;}

