/*产品模板-列表*/
.dajia{}

/*=============================列表，图文==============================*/
/*左图右文*/
.mCommon_controlTemplateList{position:relative;margin-bottom:10px;padding:15px;background:#fff;}
.mCommon_controlTemplateList:after {content: '';display: block;position: absolute;width: 100%;left: 0;bottom: 0;height: 1px;background-color:#e1e2e6;-webkit-transform: scaleY(0.5);transform: scaleY(0.5);}
.mCommon_controlTemplateList_imgAndInfo{}
.mCommon_controlTemplateList_img{float:left;width:72px;height:72px;border-radius: 12px;overflow: hidden; }
.mCommon_controlTemplateList_img img{width: 100%;height: 100%;}
.mCommon_controlTemplateList_info{margin-left: 82px;}
.mCommon_controlTemplateList_info h3{font-size: 17px;line-height:22px;color: #333;word-break:break-all;word-wrap:break-word;}
.mCommon_controlTemplateList_info p{font-size: 12px;line-height:16px;color: #666;padding-top:5px;word-break:break-all;word-wrap:break-word;}

/*点击的tapClass样式*/
.mCommon_controlTemplateList_tapClass{filter:alpha(opacity=80);opacity: 0.80;}

/*图标-新*/
.mCommon_controlTemplateList .mCommon_basicIconNew{position: absolute;right: 0;top: 0;}
/*图标-新end*/

/*按钮*/
.mCommon_controlTemplateList .mCommon_basicBtn32_boxCenter{margin-top:13px;margin-left:82px;text-align: right;}
.mCommon_controlTemplateList .mCommon_basicBtn32{-webkit-tap-highlight-color:rgba(0,0,0,0)}
/*按钮end*/