/* center */
.row {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.tmar10 {
    margin-top: 10px;
}

.lf {
    float: left;
    overflow: hidden;
}

.rf {
    float: right;
    overflow: hidden;
}

.erleft {
    border: 1px solid #CECECE;
    background: #FFF6E5 url(../images/er_left_bg.gif) no-repeat 100% 100%;
    height: 620px;
    width: 210px;
}

.erleft .title {
    background: url(../images/erleftbg.png) no-repeat;
    line-height: 28px;
    padding-left: 38px;
    color: #fff;
    font-weight: 600;
}

.erleft ul {
    margin-bottom: 200px;
    padding-top: 10px;
}

.erleft ul li {
    background: url(../images/er_leftico.gif) no-repeat 20px 12px;
    color: #8B2000;
    padding: 8px 10px 8px 40px;
    font-weight: 600;
    line-height: 150%;
    border-bottom: 1px solid #F1E5E0;
}

.erleft ul li a, .erleft ul li a:hover {
    color: #8B2000;
}

.erright {
    width: 880px;
    border: 1px solid #CECECE;
    background: url(../images/er_r_listbg.gif) repeat-x 0 30px;
}

.erright .title {
    height: 30px;
    background: #FFF0CD url(../images/er_r_tbg.gif) no-repeat;
    border-bottom: 1px solid #EACE99;
    line-height: 30px;
    padding-left: 30px;
}

.erright .erlist {
    margin-top: 20px;
    background: url(../images/er_listbg.gif) no-repeat 50% 0;
    padding: 40px 60px 20px;
}

.alone-txt {
    font-size: 14px;
    line-height: 200%;
    padding-top: 20px;
}

.erfooter {
    height: 10px;
    background-color: #920202;
    margin-top: 20px;
}