/** 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-l{float: left;width: 805px;}
.m-lst-r{float: left; border: 1px solid rgb(247,210,155);width: 258px; margin-left: 15px;}

/** lst-l-hd样式 **/
.lst-l-hd{border-bottom: 2px solid rgb(221,17,18);}
.lst-l-hd h3{display:inline-block;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;padding: 0px 15px;cursor: default;}

/** lst-l-bd样式 **/
.lst-l-bd{margin: 5px 0px 35px 0px;height: 460px;}
.lst-l-bd li {height: 45px;border-bottom: 1px dashed rgb(150,150,150);}
.lst-l-bd li a{font: 14px/45px "microsoft yahei";float: left;max-width: 500px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.lst-l-bd li a:hover{text-decoration: underline;}
.lst-l-bd span{font: 14px/45px "microsoft yahei";color: rgb(150,150,150);float: right;cursor: default}

/** lst-r-hd样式 **/
.m-lst-r .lst-r-hd{height: 30px;background-color: rgb(255,244,227);border-bottom: 2px solid rgb(247,210,155);}
.lst-r-hd .lst-r-tt{color: rgb(255,101,0);font: 14px/30px "microsoft yahei";margin-left: 15px;font-weight: bold;}

/** lst-r-bd样式 **/
.lst-r-bd{margin: 5px 15px;}
.lst-r-bd a{font: 12px/30px "microsoft yahei"; margin-left: 10px;}
.lst-r-bd a:hover{text-decoration: underline;}
.lst-r-bd span{background: url(../aui/img/marking.png) no-repeat; width: 18px;height: 16px; float:left; text-align: center;font: 600 12px/16px "microsoft yahei";margin-top: 7px;color: white;}
.lst-r-bd span.marking1{background-position:0 0px;}
.lst-r-bd span.marking2{background-position:0 -30px;}
.lst-r-bd span.marking3{background-position:0 -60px;}
.lst-r-bd span.marking4{background-position:0 -90px;}
