<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pos{
    width: 100%;
    height: 19px;
    line-height: 19px;
    font-size: 18px;
    color: #333333;
    padding-left:27px;
    margin: 30px auto;
    background: url("../images/pos.jpg") no-repeat left center;
}

.main{
    overflow: hidden;
}

.lmList{
    width: 333px;
}

.lmTil{
    width:333px;
    height: 66px;
    font-size: 20px;
    font-weight: bold;
    line-height: 58px;
    color: #ffffff;
    text-align: center;
    background: url("../images/bg_lmTop.jpg") no-repeat;
}

.lmList ul{
    width: 326px;
    list-style: none;
}

.lmList ul li{
    width: 100%;
    /* height: 66px; */
    font-size: 20px;
    color: #333333;
    line-height: 66px;
    padding-left: 26px;
    border-bottom: 1px solid #c1c1c1;
    background: url("../images/arr_lmList.jpg") no-repeat right center;
}

.lmList ul li.current{
    color: #c22022;
    font-weight: bold;
}

.lmCon{
    width: 830px;
}

.lmCon .conTop{
    width: 100%;
    height: 69px;
    line-height: 69px;
    font-size: 20px;
    color: #c22022;
    padding-left: 16px;
    border-top: 4px solid #ca062c;
    border-bottom: 1px solid #c1c1c1;
}

.lmConList{
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #c1c1c1;
}

.lmConList li{
    width: 100%;
    line-height: 55px;
    font-size: 18px;
    color: #333333;
    padding-left: 15px;
    background: url("../images/dot.jpg") no-repeat left center;
    overflow: hidden;
}

.lmConList li a{
    float: left;
    width: 660px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lmConList li .time{
    color: #999999;
    float: right;
}

.page{
    width: 100%;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 59px;
}

.page a{
    padding: 2px 10px;
    border: 1px solid #c1c1c1;
    text-align: center;
    margin-right: 12px;
}

.page a.current{
    border: 1px solid #c32023;
    color: #c22022;
    background-color: #f2c0c9;
}

.zw{
    width: 100%;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #c22022;
}

.zw a{
    color: #333333;
}

.zw img{
    display: block;
    margin: 10px auto;
    max-width:100%;
}

.zw p{
    margin:30px;
}

.nameList{
    margin: 20px 0;
}

.nameList li{
    background: url("../images/name_list.png") no-repeat;
    width: 270px;
    line-height: 46px;
    text-indent: 24px;
    height: 46px;
    float: left;
    margin:10px 3px;
}

.clearfix {
    /* 瑙﹀彂 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
</pre></body></html>