#rbox > table > tbody > tr > td{vertical-align:top;}
.lastWriteTime{font-size:14px;color:#888;}

/******* 文字样式 ***********/
#rbox.txt > table > tbody > tr > td:nth-child(1) > span,
#rbox.txt > table > tbody > tr > td:nth-child(1){display:none;}
#rbox.txt > table > tbody > tr > td:nth-child(2) > a > h3{margin-bottom:10px;}
/******* 图片样式 ***********/
#rbox.img > table > tbody > tr > td:nth-child(1){
	width:150px;
	height:150px;
	text-align:center;
	vertical-align:middle;
	background:#fafafa;
	/* border:1px solid #eee; */
	color:#aaa;
}
#rbox.img > table > tbody > tr > td:nth-child(1) > img {
	margin:auto;
	border-radius:3px;
}
#rbox.img > table > tbody > tr > td:nth-child(2){padding-left:10px;}
@media only screen and (max-width:768px) {
	/******* 公共样式 ***********/
	#rbox table {
		/* margin-left:10px; */
		/* margin-right:8px; */
		width: 100%;
		table-layout: fixed;
	}
	#rbox > table > tbody > tr{
		display:block;
		margin-bottom:20px;
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom:20px;
		border-bottom:1px solid #eee;
		clear:both;
		overflow: hidden;
	}
	#rbox > table > tbody > tr > td:nth-child(2) > a > h3{
		font-weight: 400;
		font-size:16px;
		padding:0px;
		margin:0px;
	}
	.lastWriteTime{margin-top:6px;}
	
	/******* 文字样式 ***********/
	#rbox.txt > table > tbody > tr > td{display:block;}
	
	/******* 图片样式 ***********/
	#rbox.img > table > tbody > tr > td:nth-child(1){
		float:right;
		width:80px;
		height:80px;
		line-height:80px;
		display: grid;
		align-items: center;
		justify-content: center;
		font-size:14px;
	}
	#rbox.img > table > tbody > tr > td:nth-child(2){
		float:left;
		padding-left:0px;
		max-width: 68%;
	}
	#rbox.img > table > tbody > tr > td:nth-child(1) > img{
		border-radius:0px;
	}
}