<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
    margin: 0;
    padding: 0;
}

.place dl {
    background-color: #F2F1EC;
    margin: 10px auto;
    width: 1010px;
    height: 30px;
    font-size: 13px;
    padding-top: 8px;
    padding-left: 8px;
    border: 1px solid #E3E2E7;
}

.page{
    cursor:pointer;
    margin-top: 50px;
    margin-left: 200px;
}
.page .up:HOVER,.page .down:HOVER{
    color: #B67638;
}
.place dl p{
    padding-left: 5px;
    float: left;
}
.content img{
    max-width: 100%;
}
.content br{
  
}
.mainCon {
    width: 1010px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 25px;
}

.mainCon .left {
    float: left;
    width: 67%;
}
.content&gt;p{
    text-indent:2em;
    line-height: 20px;
    font-size: 13px;
    padding-bottom: 20px;
}
.pcShow {
    display: block;
}

.mobileShow {
    display: none;
}

.mainCon .left .content {
    color:#707070;
    margin: 20px 0;
}

.mainCon .left .share {
    width:10%;
    margin: 20px 0 0;
    position: relative;
}
.mainCon .left .shareCon .left,.mainCon .left .shareCon .right {
   width: 45%;
   height: 1px;
}
.mainCon .left .shareCon div{
    float: left;
}

.mainCon .left .share p {
    float: left;
}

.mainCon .left .share .icon-share {
    
}

.mainCon .left .share .text {
    font-size: 14px;
    margin-left: 8px;
}

#wechatDiv {
    background-color: #ddd;
    height: 310px;
    left: 45%;
    padding: 40px;
    position: fixed;
    top: 35%;
    width: 278px;
    z-index: 99999999;
    display: none
}

#wechatClose {
    display: block;
    position: absolute;
    right: 8px;
    top: 21px;
}


#content .item{
   cursor:pointer;
   height:34px;
   border-bottom: 1px solid #E8E8E8;
}
#content .item a:HOVER{
   color: #5f574f;
}
#content .item:HOVER{
    background-color: #F2F1EC;
}
#content .item p{
    margin-top:3px;
   float: left;
}
#content .item .time{
   float: right;
   color: #C0C0C0;
}
#content .item .moreIco{
    padding-right:5px;
    margin-top:8px;
    border-color: transparent transparent transparent #C0C0C0;
}
#content .item .browseCount{
    width:40px;
    color: #C0C0C0;
}
#page{
    margin-left:33%;
    margin-top: 20px;
}
#page a,#page span{
    float: left;
}
#page .prePageNo{
    color: #B57934;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 3px;
    text-align: center;
}
#page .prePageNo:HOVER,#page .prePageNo[select=true]{
    color: #fff;
    background-color: #B57735;
}</pre></body></html>