@charset "utf-8";

/*
====================================
图像区域(简单)*/
.md .image_box{ width:99%; overflow:hidden;}
.md .image_box img{border:1px solid #ccc; margin-bottom:4px;}
.md .image_box img.l{margin-right:5px;}
.md .image_box img.r{margin-left:5px;}
/*====================================图片 + 文字 组合*/
.md .image_box .image{ float:left; min-height:1px; margin-right:6px; display:inline; text-align:center;}
/**/
.md .image_box .text_box{line-height:18px;}
/*====================================图片 + 列表 组合*/
.md .image_box .title_list_box{line-height:18px; float:left; font-size:14px; display: inline;}
.md .image_box .title_list_box ul li{ line-height:22px;}

