/** body样式 **/
.m-bd {margin: 0 auto;width: 1080px;}

/** 索引样式 **/
.m-crm-wrap{height: 25px;margin: 15px 0px;background-color: rgb(246,246,246);}
.m-crm-wrap .g-crm{height: 100%;}
.g-crm span{float: left;height: 100%;font: 12px/25px "microsoft yahei";}

/** lst样式 **/
.m-lst{clear: both;}

/** lst-hd样式 **/
.m-lst-hd{border-bottom: 2px solid rgb(221,17,18);}
.m-lst-hd h3{width: 115px;height: 35px;background-color: rgb(221,17,18);color: white; border-radius: 10px 10px 0px 0px;font: 18px/35px "microsoft yahei";font-weight: bold;text-align: center;cursor: default;}

/** lst-bd样式 **/
.m-lst-bd{overflow: hidden;margin: 20px 0px;}
.m-lst-bd .m-lst-img{float: left;width: 145px;text-align: center;}
.m-lst-bd .m-lst-img:hover{text-decoration: underline;color: rgb(221,17,18);}
.m-lst-bd .m-lst-img.or{margin-left: 88px;}
.m-lst-bd img{width: 145px;height: 105px;}
.m-lst-bd span{display: block;width: 100%;color: rgb(221,17,18);font: bold 14px/40px "microsoft yahei";overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
