.col_l {
    width: 220px;
}

.col_list {
    background: #fff;
    border: 0px;
    margin: 0px;
}

.col_list li:hover,
.col_list li.on {
    background: #0980ff;
    border: 0px;
}

.col_list li:hover a,
.col_list li.on a {
    font-size: 24px;
    color: #fff;
}

.col_list li {
    width: 220px;
    height: auto;
    line-height: 60px;
    margin-top: 20px;
    background: #69a9ee;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.col_list li:first-child {
    margin-top: 30px;
}

.col_list li a {
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 20px;
    border: 0px;
    padding-left: 20px;
    color: #fff;
}

.col_list li a:first {
    font-size: 24px;
    font-weight: bold;
}

.col_r {
    width: 980px;
    height: 1020px;
    padding: 0px;
    margin: 0;
    border-radius: 7px;
    /* background-color: #e0efff; */
    border: 20px solid #e0efff;
}

.col_r .xxlist {
    height: 900px;
    padding: 0 20px;
    /* background-color: #fff; */
    border-radius: 7px;
}

.col_r .xxlist li {
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e8e8e8;
}

.col_r .xxlist li {
    font-size: 18px;
    color: #333333;
    background-size: 3px 3px;
}

.xxlist li span {
    font-size: 16px;
    color: #999;
}


/* 手机端样式 */
.mobile_type {
    overflow: hidden;
}

.mobile_type .head_box {
    width: 100vw;
    height: 25vw;
}

.mobile_type .yysrmzf {
    width: 30vw;
    margin-top: 2vw;
}

.mobile_type .col_list li {
    width: auto;
    height: auto;
    line-height: 10vw;
    border-left: 0px;
    margin: 2vw;
    margin-left: 0px;
    background: #69a9ee;

}

.mobile_type .col_list li.on {
    border-left: 0px;
    background: #0980ff;
}

.mobile_type .col_list li.on a {
    color: #fff;
}

.mobile_type .col_list li a {
    font-size: 5vw;
    height: auto;
    line-height: 10vw;
    color: #fff;
}

.mobile_type .col_r,
.mobile_type .col_r .xxlist {
    padding: 0px;
    height: auto;
}

.mobile_type .col_r .xxlist li {
    font-size: 4vw;
    height: auto;
    line-height: 10vw;
    margin: 0px;
    background-position: left center;
}

/* 分页条样式 */
.mobile_type .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(1),
.mobile_type .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(3),
.mobile_type .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(6),
.mobile_type .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(7),
.mobile_type .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(8),
.old_type .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(1),
.old_type .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(3),
.old_type .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(6),
.old_type .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(7),
.old_type .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(8) {
    display: none;
}

.mobile_type .lucidity_pgBtn,
.mobile_type .lucidity_pgPerPage {
    width: auto;
    height: auto;
    line-height: 8vw;
    padding: 0 2vw;
    font-size: 4vw;
}

body.mobile_type.UseInMobile .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(9),
body.mobile_type.UseInMobile .lucidity_pgToolbar .lucidity_pgPanel tr td:nth-child(10) {
    display: none;
}

.old_type .lucidity_pgPanel * {
    font-size: 36px;
    line-height: 72px;
}

.old_type .lucidity_pgPanel .lucidity_pgBtn,
.old_type .lucidity_pgPerPage,
.old_type .lucidity_pgPanel .lucidity_pgCurrentPage {
    width: auto;
    height: auto;
    line-height: 50px;
}

.old_type .lucidity_pgPanel .lucidity_pgBtn,
.old_type .lucidity_pgPanel .lucidity_pgCurrentPage {
    width: 50px;
}

/* 老年版样式 */
.old_type .col_l,
.old_type .col_list,
.old_type .col_r {
    width: 100%;
}

.old_type .col_list li {
    width: auto;
}

.old_type .col_list li a {
    font-size: 44px;
    line-height: 88px;
}

.old_type .col_r,
.old_type .col_r .xxlist {
    height: auto;
}

.old_type .col_r .xxlist li {
    height: auto;
    line-height: 72px;
    background-size: 6px 6px;
    border-bottom: 2px solid #e8e8e8;
}

.old_type .xxlist li a {
    width: 75%;
}

.old_type .xxlist li a,
.old_type .xxlist li span {
    font-size: 36px;
    line-height: 72px;
}