@charset "utf-8";
*{margin:0;padding:0;list-style:none;box-sizing:border-box}
body{min-width:375px;max-width:750px;margin:0 auto;padding:0;background-color:#fff}
a{text-decoration:none;color:#333}
.like{position:sticky;top:0;z-index:999}
.main{width:100%;margin:0 auto 30px;padding:0 10px}
.article{width:100%;padding:10px 0 0 0;background-color:#fff}
.info{display:flex;justify-content:space-between;align-items:center;height:36px;color:#999;margin-top:10px;border-bottom:1px solid #f2f2f2;padding:5px 0;flex-wrap:wrap;}
.info a{color:#999;}
.meta-group{display:flex;align-items:center;gap:16px;flex-shrink:0;}
.icon{position:relative;height:26px;line-height:26px;display:flex;align-items:center;font-size:14px;padding-left:18px;}
.icon::before{content:"";position:absolute;width:16px;height:16px;left:0;top:50%;transform:translateY(-50%);background-position:center;background-size:contain;}
.home::before{background-image:url(/template/nanloushan/images/home.png);}
.update_time::before{background-image:url(/template/nanloushan/images/chart-pie.png);}
.views::before{background-image:url(/template/nanloushan/images/views.png);}
.content{margin-top:10px;padding:20px 5px 30px 5px;position:relative}
.content: h2{ font-size:20px };
.content a{color:#0077BC}
.content p{color:#333;font-size:20px;margin-bottom:15px;line-height:1.7;}
.content p span{color:red}
.content img{width:100%;border-radius:3px;margin:10px 0;}
table {
    border-collapse: 0; /* 将表格边框合并为单一边框 */
    border-spacing: 0; /* 设置单元格之间的间距为0 */
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
   
}
th{
    background-color: #f9f9f9;
    font-weight: normal;
}
td, th {
    padding: 5px; /* 设置单元格内边距为0 */
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
.list{width:100%;padding:0 10px;margin:10px 0;background-color:#fff}
.list .head{height:50px;line-height:50px;font-size:18px;padding-left:10px;border-bottom:1px solid #eee;position:relative;margin-bottom:5px}
.list .head::before{content:"";width:4px;height:20px;background-color:#ff7500;position:absolute;left:0;top:15px}
.list ul{margin:10px 0}
.list ul li{width:100%;height:40px;line-height:40px;overflow:hidden;background-color:#fff;display:flex;justify-content:space-between;padding:0 10px 0 30px}
.list ul li::before{content:"";position:absolute;width:20px;height:20px;margin-left:-30px;margin-top:10px;display:block;background-position:center;background-size:contain;background-image:url(/template/ask/images/ask.png);}
.list ul li:last-child{margin-bottom:0}
.list ul li a{font-size:18px;font-weight:500}
