body {
    background-color: #ECECEC;
    position: relative;
}

/***********footer部分重定义**************/
.footer {
    position: relative;
    z-index: 0;
}

/******************主体部分**************************/
#lxwm_xq_section {
    width: 810px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border: 1px solid #ECECEC;
}

/**************主体上部***********/
#lxwm_xq_section_top {
    width: 100%;
    height: 105px;
}

/**************主体下部***********/
#lxwm_xq_section_bottom {
    width: 800px;
    min-height: 800px;
    background-color: #ffffff;
    margin: 0px auto;
    margin-bottom: 45px;
    margin-right: 15px;
    border-top: 1px solid #fff;
    box-shadow: 6px 6px 4px #ddd;
    margin-top: 20px;
    padding-bottom: 30px;
}
/*************列表开始*****************/
#lxwm_xq_title {
    width: 710px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #bbb;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #0d79c7;
}
#lxwm_xq_box {
    width: 710px;
    margin: 10px auto;
    min-height: 555px;
    overflow: hidden;
}

#lxwm_xq_box li {
    border-bottom: 1px dashed #ddd;
    margin-top:20px;
    font-size: 15px;
    line-height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    color: #3E4D5C;
    overflow: hidden;
}



