/********** 通用样式 **********/
.content {
    background: #F3F8FE;
    padding: 0 0 30px;
}

.mob-dqlm {
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
    margin: 0 0 8px;
    line-height: 30px;
    font-size: 26px;
    font-weight: 700;
    color: #1B4292;
    display: none;
}

.column-center {
    width: 30px;
}

/********** 当前位置 **********/
.bt-place {
    line-height: 60px;
    background: none;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

.bt-breadcrumb {
    background: url(bt-currentPosition.png) no-repeat left center;
    background-size: 12px auto;
    padding: 0 0 0 20px;
}

.bt-breadcrumb a {
    font-size: 14px;
    color: #666;
}

.bt-breadcrumb span {
    margin: 0 1px;
}

/********** 内容 **********/
.lmy-box {
    background: #fff;
    box-shadow: 0 0 16px #e7edf5;
    padding: 20px;
}

/********** 左侧内容 **********/
.lmy-lb,
.lmy-lb-title,
.lmy-lb-sec {
    width: 260px;
}

.lmy-lb-title {
    width: 100%;
    line-height: 32px;
    background: #1B4292;
    padding: 16px 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.lmy-lb-sec ul {
    padding: 30px 0 20px;
}

.lmy-lb-sec ul li {
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.lmy-lb-sec ul li a {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 12px 20px;
    margin: 0 auto;
    display: block;
    color: #333;
}

.lmy-lb-sec ul li:last-child a {
    border-bottom: 0;
}

.lmy-lb-sec ul li a:hover {
    color: #30539C;
    font-weight: 700;
}

.lmy-lb-sec ul li.hover a {
    border-bottom: none;
    border-left: 6px solid #1B4292;
    background: linear-gradient(90.00deg, #f5f5f5 0%, #fff 100%);
    padding: 10px 20px 10px 14px;
    color: #30539C;
    font-weight: 700;
}

/********** 右侧内容 **********/
.lmy-list {
    width: 870px;
    background: #fff;
    border: 1px solid #eee;
}

.lmy-list .lmy-list-ul {
    width: 870px;
    padding: 10px 20px 20px;
    min-height: 500px;
}

.lmy-list .lmy-list-ul li {
    font-size: 18px;
    line-height: 45px;
    background: url(bt-listPic.png) no-repeat left 21px;
    padding-left: 19px;
    text-align: justify;
}

.lmy-list .lmy-list-ul li a {
    width: 84%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.lmy-list .lmy-list-ul li a:hover {
    color: #30539C;
}

.lmy-list .lmy-list-ul li span {
    color: #999;
}

.lmy-list-ul-sj{
    display: none;
}