@charset "utf-8";
/* CSS Document */
.clear{ clear:both; overflow:hidden;}
.content {
    width: 100%;
    /*float: left;
    position: relative;*/
    z-index: 2;
    margin-top: -20px;
    margin-bottom: 30px
}
.wrapper {
    width: 100%;
    float: left;
    font-family: "微软雅黑", "黑体";
}
.content .w1200 {
    background: #fff;
}

.content .content_topbg {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 5px;
    background: url(content_top_bg.png) no-repeat 0 0;
}

.content .main {
    width: 100%;
   /* float: left;*/
    padding: 0 20px;
    *width: 1170px;
}
.lm-left {
    width: 260px;
    float: left
}

.column-1 {
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #e60009;
    font-weight: bold;
    background: url("lm1bg.png") no-repeat right 9px
}

.lm-left .column-2 {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    min-height: 500px;
}
.lm-left  .column-2 li.active{background: #f5f5f5;}
.lm-left  .column-2>li.active{border-bottom:none}
.lm-left .column-2 li {
    border-bottom: 1px solid #e6e6e6;
    position: relative
}

.lm-left .column-2 li a {
    font-size: 16px;
    color: #333333;
    line-height: 55px;
    padding-left: 20px;
    /* width: 240px; */
    height: 55px;
    display: block;
}

.lm-left .column-2>li.active a {
    background: #f5f5f5;
    border-bottom: none;
    border-left: 6px solid #e60009;
}
.lm-left .column-2>li>a:hover{
    border-bottom: none;
    border-left: 6px solid #e60009;
}
.lm-left .column-2 li.active a,
.lm-left .column-2 li a:hover {
    color: #e60009;
}

.lm-left .column-2 .column-3 {
    background: white
}

.lm-left .column-2 .column-3 li {
    /* height: 45px; */
    /* border-bottom: 1px solid #eeeeee; */
    text-align: center;
    /* border-right: none */
}

.lm-left .column-2 .column-3 li a {
    font-size: 14px;
    padding-left: 0;
    color: #333333;
    line-height: 55px;
    display: block;
    width: 100%;
    /* height: 45px; */
    background: white;
    border-left: none;
}
.lm-left .column-2 .column-3 li a:hover{
    color:#e60009;
}
.lm-left .column-2 .column-3 li.active a {
    color: #e60009
}

.lm-right {
    width: 860px;
    float: left;
    margin-left: 40px
}

.lm-right .right-title {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.lm-right .right-title p {
    display: inline-block;
    float: left;
}

.lm-right .right-title p span {
    display: inline-block;
    padding-right: 15px;
    color: #333333;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold
}

.lm-right .list {
    margin-top: 5px;
    padding-bottom: 12px
}

.list li {
    overflow: hidden;
    padding-left: 13px;
    background: url("icon.png") no-repeat left 23px;
    border-bottom: 1px dashed #dddddd;
}

.list li a {
    width: 100%;
    float: left;
    line-height: 44px;
    font-size: 16px;
    color: #333333;
}

.list li a:hover {
    color: #e60009
}

.list li span {
    line-height: 44px;
    float: right;
    font-size: 16px;
    /* color: #999999; */
}

.position1 {
    height: 50px;
    background: url("position.png") left 19px no-repeat;
    padding-left: 25px;
    float: right;
}

.position1 a {
    line-height: 50px;
    font-size: 14px;
    color: #333333
}

.column-3-off{position: absolute;background: url("icon-right.png") no-repeat right top; right: 0;top: 0;width: 53px;height: 50px}
.column-3-on{position: absolute;background: url("icon-bottom.png") no-repeat right top; right: 0;top: 0;width: 53px;height: 50px}
