/*.lm_mox h2{background-color:#FF6C00;font-size:18px;color:#fff;height:36px;line-height:36px;text-align:center;position:relative;margin-bottom:0;}
.lm_mox h2 em{display: inline-block; position: absolute;width: 20px; height: 12px;top: 14px;right: 10px;background-image: url(../images/ico12.png);background-repeat:no-repeat;background-size: 100%;background-position: right center;}
.lm_mox ul{background-color:#307fb6;display:none;}
.lm_mox ul li{line-height:36px;border-bottom:1px solid #0ba2a0;text-align:center;}
.lm_mox ul li a{color:#fff;}*/
.lm_mc {
    height: 40px;
    line-height: 40px;
}

.lm_mc h2 {
    color: #307fb6;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #D6D6D6;
    padding: 0px 10px;
}

.text_box {
    padding-top: 14px;
    min-height: 400px;
}

.text_box p {
    line-height: 30px;
    text-indent: 2em;
    font-size: 14px;
    color: #444;
}

/*列表*/
.list_box {
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 200px;
}

.list_box li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #D6D6D6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_box a {
    display: inherit;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*内容页*/
.content_box {
    padding-top: 16px;
    padding-bottom: 20px;
    min-height: 200px;
    color: #444;
}

.content_box h3 {
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}

.content_box .bar {
    background-color: #eee;
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
}

.content_box p,.content_box p * {
    text-indent: 2em !important;
    font-size: 14px !important;
    line-height: 30px !important;
}
.content_box img{
    max-width:100%;
    display:block;
    margin:auto;
}
