/*当前位置*/
.newlist_location {
    width: 1190px;
    height: 40px;
    background: #F3F3F3;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 19px;
}

.newlist_location span {
    font-size: 14px;
    line-height: 40px;
    color: #1B5093;
}

.newlist_location span a {
    color: #1B5093;
}

/*栏目*/

.content .lm {
    width: 1200px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 0 31px;
}

.content .lm .title {
    width: 1138px;
    height: 50px;
    line-height: 34px;
    border-bottom: 1px solid #cdcdcd;
    box-sizing: border-box;
    padding-top: 10px;
    font-weight: bold;
}

.content .lm .title .mc {
    padding: 0 9px;
    font-size: 18px;
    color: #1B5093;
    border-bottom: 2px solid #1B5093;
    padding-bottom: 8px;
}

.content .lm .bd ul {
    width: 1138px;
    border-bottom: 1px solid #eee;
    padding: 26px 0;
}

.content .lm .bd li {
    position: relative;
}

.content .lm .bd i {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 15px;
    top: 16px;
    background-color: #1B5093;
    border-radius: 6px;
    box-sizing: border-box;
}

.content .lm .bd a {
    display: block;
    width: 1004px;
    height: 40px;
    line-height: 40px;
    margin-left: 29px;
}

.content .lm .bd a .qian {
    display: inline-block;
    width: 870px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .lm .bd a:hover {
    color: #1B5093;
}

/* 翻页 */
.paging {
    margin: 50px auto;
    margin-left: 100px;
    overflow: hidden;
}

.paging span {
    float: left;
}

.paging span a {
    color: #333;
    text-decoration: none;
}

.paging div {
    float: left;
}

/* 适老化css */
.oldModel .newlist_location{
    height: 50px;
}
.oldModel .newlist_location span{
    font-size: 16px;
    line-height: 50px;
}
.oldModel .content .lm .title .mc{
    font-size: 22px;
}
.oldModel .content .lm .bd li{
    height: 50px;
}
.oldModel .content .lm .bd a .qian{
    width: 810px;
}
.oldModel .content .lm .bd i{
    width: 10px;
    height: 10px;
    left: 15px;
    top: 17px;
}
.oldModel .content .lm .bd a span{
    font-size: 20px;
    line-height: 50px;
}