<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap{
    background-color: #f5f5f5;
    overflow: hidden;
}
.weizhi {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #F2F3F5;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
}
.channel_wrap{
    padding-top: 20px;
}
.channel_wrap .fl{
    min-height: 600px;
}
.channel_wrap .fl h2{
    width: 240px;
    height: 50px;
    background-color: #0371c6;
    text-align: left;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding-left: 20px;
}
.channel_wrap .fl ul{
    border: 1px solid #EAEAEA;
    border-top: 0;
}
/* .channel_wrap .fl ul li{
    border-top: 1px solid #e8e8e8;
    background: url(../images/icon/iconjt.png) no-repeat 90% center;
} */
.channel_wrap .fl ul li a{
    color: #333;
    display: block;
    position: relative;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 99;
    font-size: 15px;
    padding-left: 15px;
}
.channel_wrap .fl&gt;ul&gt;li {
    width: 90%;
    margin: 0 auto;
    border-right: 0;
    border-left: 0;
}
.channel_wrap .fl&gt;ul&gt;li a {
    width: 100%;
    text-indent: 25px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    border: 0;
    display: block;
    font-size: 16px;
    position: relative;
    margin: 5px 0;
    transition: all .5s;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
.channel_wrap .fl&gt;ul&gt;li a:after{
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    transform: rotate(45deg);
    transition: all .5s;
}


.channel_wrap .fl ul li a:hover{
    color: #0371c6;
    background-color: #F2F3F5;
    border-color:#0371c6;
}
.channel_wrap .fl ul li .active{
    color: #0371c6;
    background-color: #F2F3F5;
    border-color:#0371c6;
}
.channel_wrap .fr{
    width: 900px;
}
.channel_wrap .fr .title{
    width: 100%;
    border-top: 1px solid #eeee;
    border-bottom: 1px solid #eeee;
}
.channel_wrap .fr .title p{
    padding: 0 20px;
    display: inline-block;
    line-height: 48px;
    text-align: left;
    text-align: center;
    font-size: 19px;
    border-bottom: 3px solid #0371c6;
}
.channel_wrap .fr .channel_list li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #eee dashed;
    padding-right: 5px;
}
.channel_wrap .fr .channel_list li a{
    display: block;
    line-height: 45px;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    font-size: 16px;
    transition: all .5s;
    padding-left: 20px;
    background: url(../images/dian.png) no-repeat 5px;
}
.channel_wrap .fr .channel_list li a:hover{
    color: #0371c6;
    padding-left: 25px;
}
.channel_wrap .fr .channel_list li span{
    line-height: 45px;
    color: #888;
}
.channel_wrap .fr .page_wrap{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.channel_wrap .fr .page_wrap&gt;*{
    min-width: 35px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background: #f2f2f2;
    border: 1px solid #eee;
    display: block;
    margin-left: 5px;
    color: #888;
    font-size: 13px;
}
.channel_wrap .fr .page_wrap&gt;*:hover{
    background-color: #0371c6 ;
    color: #fff ;
}
.channel_wrap .fr .page_wrap .active{
    background-color: #0371c6 ;
    color: #fff ;
}

/* 适老化 */
.oldModel .weizhi{
    height: 50px;
    line-height: 2;
}
.oldModel .channel_wrap .fl&gt;ul&gt;li a{
    height: 50px;
    line-height: 2;
}
.oldModel .channel_wrap .fr .channel_list li a{
    line-height: 2;
    width: calc(100% - 200px);
}

.oldModel .channel_list table td{line-height: 2;}</pre></body></html>