Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - jbfsd.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 12:05:45 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://www.jbfsd.com/
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xF4z3wW%2FgTnRIJvDs3CK%2FIAVuE2x%2BQgegP9F3lXCQUeRLLFXa5qn3m73Q5yIq7GEUzLaQroniKmNTgH%2BWvSgz0RhcpuJpr6B3xxc6%2Fi44fk%2BMWcEZh7PNVLIVgYFL0K3JfTqltyltnw%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93d94e7d1ce28f63-CPH
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=16229&min_rtt=16229&rtt_var=8114&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Code 301 Moved Permanently

301 http code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://www.jbfsd.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 12:05:45 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Cache-Control: no-cache
Cf-Cache-Status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SxqlTl9dwwjuctiFk%2BJ%2Fs%2F12bhg6REn8j07Ckefu%2Fr9juR22bfcMuhXtW2FwSbw6%2BXa4BorxkT%2Fsofra4%2F7GgfCMnaRSk1s6HsuQBxVi1wzC5edK8wzEiXnaurqQolTrYF0fcqqDMXU7NdC%2F"}]}
CF-RAY: 93d94e7fadc28f5e-CPH
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 http code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: jbfsd.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
        <title>奇奇小说网 - 免费小说阅读,每日更新</title>
        <meta name="keywords" content="奇奇小说网,玄幻小说,武侠小说,言情小说" />
        <meta name="description" content="奇奇小说网是广大书友最值得收藏的网络小说阅读网,网站收录了当前最火热的网络小说,免费提供高质量的小说最新章节,是广大网络小说爱好者必备的小说阅读网。" />
        
    <meta http-equiv="Cache-Control" content="no-siteapp" />
    <meta http-equiv="Cache-Control" content="no-transform" />
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
    <link href="/static/bluebm/css/bootstrap.min.css" rel="stylesheet">
    <link href="/static/bluebm/css/style.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css">
    <link href="/static/bluebm/css/a.css" rel="stylesheet">
    <script type="text/javascript" src="/static/bluebm/js/jquery.min.js"></script>
    <script src="/static/bluebm/js/jquery.cookie.min.js"></script>
    <script type="text/javascript" src="/static/bluebm/js/b.m.js"></script>
    <script type="text/javascript" src="/static/bluebm/js/17mb.js"></script>
    <script type="text/javascript" src="/static/bluebm/js/17mbbase.js"></script>
    <script src="https://cdn.staticfile.org/crypto-js/4.1.1/crypto-js.js"></script>
    <script type="text/javascript">
    function x(encryptedData, key, iv) {
  const ciphertext = CryptoJS.enc.Base64.parse(encryptedData);
  const ivBytes = CryptoJS.enc.Base64.parse(iv);
  const keyBytes = CryptoJS.enc.Utf8.parse(key);
  const decrypted = CryptoJS.AES.decrypt(
    { ciphertext: ciphertext },
    keyBytes,
    { iv: ivBytes, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.ZeroPadding }
  );
  const decryptedText = decrypted.toString(CryptoJS.enc.Utf8);
 return decryptedText;
  
}
    </script>

    </head>
    <body>
    
    <nav class="navbar navbar-default navbar-fixed-top">
        <div class="container">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
                    <span class="sr-only">奇奇小说网</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand" href="https://www.jbfsd.com">奇奇小说网</a>
            </div>
            <div id="navbar" class="navbar-collapse collapse">
                <ul class="nav navbar-nav">
  
                    
                        
                        <li class="navitem" nav="cat_1" ><a href="/dushi/sort/1/">&#37117;&#24066;</a></li>
                    
                        
                        <li class="navitem" nav="cat_2" ><a href="/yanqing/sort/1/">&#35328;&#24773;</a></li>
                    
                        
                        <li class="navitem" nav="cat_3" ><a href="/xuanhuan/sort/1/">&#29572;&#24187;</a></li>
                    
                        
                        <li class="navitem" nav="cat_4" ><a href="/xianxia/sort/1/">&#20185;&#20384;</a></li>
                    
                        
                        <li class="navitem" nav="cat_5" ><a href="/lishi/sort/1/">&#21382;&#21490;</a></li>
                    
                        
                        <li class="navitem" nav="cat_6" ><a href="/wangyou/sort/1/">&#32593;&#28216;</a></li>
                    
                        
                        <li class="navitem" nav="cat_7" ><a href="/kehuan/sort/1/">&#31185;&#24187;</a></li>
                    
                        
                        <li class="navitem" nav="cat_8" ><a href="/nvsheng/sort/1/">&#22899;&#29983;</a></li>
                    
                        
                        <li class="navitem" nav="cat_9" ><a href="/qita/sort/1/">&#20854;&#23427;</a></li>
                    
                    <li class="navitem"><a href="/rank/allvisit/1/" class="dropdown-toggle" >榜单 </a></li>
                </ul>
                <form class="navbar-form navbar-right hidden-sm hidden-xs" id="post" name="t_frmsearch" method="post" action="/search">
                    <input type="text" class="form-control form-search" placeholder="输入书名/作者" id="s_key" name="searchkey">
                    <input name="searchtype" id="type" type="hidden" value="all">
                    <input type="submit" class="form-control btn-search" value="搜索">
                </form>
            </div>
        </div>
    </nav>
    <div class="xin visible-xs visible-sm">
        <div class="col-md-12" style="margin:5px 0 20px 0 ">
            <form id="post" name="t_frmsearch" method="post" action="/search">
                <div class="col-sm-12">
                    <div class="input-group">
                        <input name="searchtype" id="type" type="hidden" value="all">
                        <input type="text" class="form-control input-lg frm-search" value=""  placeholder="输入书名/作者" name="searchkey" id="s_key" autocomplete="off">
                        <span class="input-group-btn">
                         <button class="btn btn-info btn-lg" type="submit"><span class="glyphicon glyphicon-search"></span></button>
                    </span>
                    </div>
                </div>
            </form>
        </div>
    </div>

    <div class="container">
        <div class="row visible-xs visible-sm">
            <div class="col-md-12" style="margin:5px 0 20px 0 ">
                <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="glyphicon glyphicon-tower" aria-hidden="true"></span> 网友热搜
                    </div>
                    <div class="panel-body panel-recommand"  >
                        <ul class="list-inline px12">
                            
                            
                            <li><a href="https://www.jbfsd.com/kanshu/2589/">&#22320;&#19979;&#22478;&#39740;&#21073;&#26080;&#21452;</a>(&#38472;&#26045;&#35946;)</li>
                            
                            
                            <li><a href="https://www.jbfsd.com/kanshu/3031/">&#22235;&#23395;&#65288;&#30334;&#21512;&#65;&#66;&#79;&#65289;</a>(&#26080;&#20154;&#21306;&#29611;&#29808;)</li>
                            
                            
                            <li><a href="https://www.jbfsd.com/kanshu/2317/">&#50;&#48;&#50;&#53;&#21488;&#21271;&#23553;&#22478;</a>(&#24052;&#27931;&#20811;&#66;&#97;&#114;&#111;&#113;&#117;&#101;)</li>
                            
                            
                            <li><a href="https://www.jbfsd.com/kanshu/2608/">&#32437;&#27426;&#65288;&#29616;&#35328;&#110;&#112;&#65289;</a>(&#26578;&#25481;&#37027;&#39063;&#26792;)</li>
                            
                            
                            <li><a href="https://www.jbfsd.com/kanshu/66633/">&#21733;&#21733;&#65292;&#25105;&#28287;&#20102;&#12304;&#49;&#118;&#49;&#65292;&#30495;&#39592;&#31185;&#12305;</a>(&#26202;&#39118;&#24324;&#24433;)</li>
                            
                            
                            <li><a href="https://www.jbfsd.com/kanshu/2798/">&#20197;&#23130;&#20026;&#23616;</a>(&#32431;&#32431;&#21313;&#19968;)</li>
                            
                            
                            <li><a href="https://www.jbfsd.com/kanshu/119546/">&#32654;&#20154;&#21453;&#27966;&#34987;&#36843;&#33406;&#33609;</a>(&#38463;&#22047;&#22047;)</li>
                            
                            
                            <li><a href="https://www.jbfsd.com/kanshu/3005/">&#22909;&#33713;&#22366;&#65306;&#23548;&#28436;&#26059;&#39118;</a>(&#24847;&#25106;)</li>
                            
                            
                            <li><a href="https://www.jbfsd.com/kanshu/2305/">&#29356;&#22812;&#21449;&#20043;&#37325;&#32622;</a>(&#21704;&#23612;&#38597;&#30340;&#23567;&#35828;)</li>
                            
                            
                            <li><a href="https://www.jbfsd.com/kanshu/3489/">&#30701;&#31687;&#32654;&#24378;&#32654;&#24069;&#21512;&#38598;</a>(&#29233;&#21507;&#29006;&#34507;)</li>
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                        </ul>
                    </div>
                </div>
            </div>
        </div>

        <div class="row">
            <div class="col-sm-12 col-md-12">
                <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="glyphicon glyphicon-tower" aria-hidden="true"></span> 奇奇小说网为您推荐
                    </div>
                    <div class="panel-body panel-recommand">
                        
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/6615/">
                                            <img src="https://www.jbfsd.com/images/5317/006d3efbc5947dd8389c8d4a0277a5be.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/6615/" >&#22899;&#32769;&#24072;&#21644;&#22905;&#30340;&#28139;&#31229;&#22899;&#23398;&#29983;&#65292;&#30334;&#21512;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E7%B3%96%E6%B0%B4%E6%98%AF%E7%94%9C%E7%9A%84.html">&#31958;&#27700;&#26159;&#29980;&#30340;</a>
                                        </div>
                                        <p class='book-intro-index'>&#38470;&#33509;&#38634;&#65292;&#22823;&#23398;&#22899;&#32769;&#24072;&#65292;&#36523;&#19978;&#32463;&#24120;&#24102;&#30528;&#20083;&#33014;&#40481;&#24052;&#65292;&#21452;&#22836;&#40857;&#65292;&#22905;&#23621;&#28982;&#34987;&#22905;&#30340;&#22899;&#23398;&#29983;&#20204;&#8220;&#21507;&#24178;&#25273;&#20928;<a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/6615/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/17245/">
                                            <img src="https://www.jbfsd.com/images/15947/28d60dfb6c2b90832c8dd41ca7ee8068.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/17245/" >&#30452;&#30007;&#31359;&#20070;&#21518;&#32465;&#23450;&#20102;&#32511;&#33590;&#31995;&#32479;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E7%B3%96%E5%9D%97.html">&#31958;&#22359;</a>
                                        </div>
                                        <p class='book-intro-index'>&#26412;&#25991;&#23558;&#20110;&#51;&#50;&#23436;&#32467;&#118;&#21734;&#65292;&#20498;&#118;&#24320;&#22987;&#31456;&#33410;&#20026;&#50;&#53;&#31456;&#65292;&#30475;&#36807;&#30340;&#23567;&#20249;&#20276;&#21487;&#20197;&#19981;&#29992;&#20877;&#36141;&#20080;&#21862;&#12290;&#26412;&#25991;&#25991;<a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/17245/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/24529/">
                                            <img src="https://www.jbfsd.com/images/23231/3d5b5f2d90284ea3b4a40c099f16533a.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/24529/" >&#39118;&#27969;&#20065;&#24773;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E5%B8%85%E6%B0%94%E6%AD%A6%E7%8E%8B.html">&#24069;&#27668;&#27494;&#29579;</a>
                                        </div>
                                        <p class='book-intro-index'>&#34987;&#20154;&#25171;&#30606;&#19968;&#21482;&#30524;&#30555;&#21518;&#65292;&#26519;&#20961;&#24847;&#22806;&#25509;&#21463;&#20256;&#25215;&#65292;&#26691;&#33457;&#25509;&#36405;&#32780;&#26469;&#65292;&#20182;&#19987;&#27835;&#21508;&#31181;&#30097;&#38590;&#26434;&#30151;&#65292;&#25630;&#31181;&#26893;&#65292;<a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/24529/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/25962/">
                                            <img src="https://www.jbfsd.com/images/24664/8a2268b2d7bff0a1d472bfc3fadf776c.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/25962/" >&#24433;&#24093;&#65292;&#20320;&#23401;&#23376;&#25481;&#20102;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E5%A4%A9%E8%8D%89%E7%BA%AF%E4%B8%80.html">&#22825;&#33609;&#32431;&#19968;</a>
                                        </div>
                                        <p class='book-intro-index'>&#22235;&#24180;&#21069;&#21307;&#33647;&#20225;&#19994;&#22823;&#20332;&#21202;&#26031;&#20026;&#20102;&#36867;&#36991;&#36861;&#36214;&#65292;&#32763;&#36523;&#19978;&#20102;&#35098;&#21576;&#30340;&#26426;&#36710;&#65292;&#19968;&#38754;&#20043;&#32536;&#21518;&#25259;&#30528;&#39532;&#30002;&#23558;&#20154;&#36861;<a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/25962/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/84237/">
                                            <img src="https://www.jbfsd.com/images/82939/78781173607aac45814ec4d96926095b.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/84237/" >&#49;&#57;&#57;&#54;&#24180;&#22799;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/dearangela%EF%BC%88%E4%B8%80%E5%A4%95%E5%AF%92%E7%85%A7%EF%BC%89.html">&#100;&#101;&#97;&#114;&#97;&#110;&#103;&#101;&#108;&#97;&#65288;&#19968;&#22805;&#23506;&#29031;&#65289;</a>
                                        </div>
                                        <p class='book-intro-index'>&#12300;&#25105;&#20170;&#22825;&#19968;&#23450;&#35201;&#30733;&#27515;&#29482;&#22836;&#26361;&#65281;&#12301;&#38463;&#35946;&#30340;&#34920;&#24773;&#30475;&#19978;&#21435;&#35201;&#21507;&#20154;&#65292;&#20182;&#25226;&#30733;&#20992;&#29992;&#25253;&#32440;&#21253;&#30528;&#25918;&#22312;&#32972;&#21253;&#37324;<a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/84237/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        
                            <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index ">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/85456/">
                                            <img src="https://www.jbfsd.com/images/84158/4e80e082fc504c1821b3afcfa437dfbd.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/85456/" >&#27743;&#28246;&#27700;&#28059;&#28059;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E6%9C%9B%E6%98%9F%E6%BD%AD.html">&#26395;&#26143;&#28525;</a>
                                        </div>
                                        <p class='book-intro-index'>&#26080;&#22823;&#32434;&#65288;&#21518;&#26399;&#34917;&#65289;&#65292;&#32451;&#25163;&#20043;&#20316;&#12290;&#32;&#26519;&#24433;&#20316;&#20026;&#26080;&#30473;&#32769;&#20154;&#30340;&#21807;&#19968;&#24466;&#24351;&#65292;&#26681;&#39592;&#28165;&#22855;&#65292;&#22825;&#36171;&#26497;&#20339;&#65292;&#19968;<a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/85456/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/91975/">
                                            <img src="https://www.jbfsd.com/images/90677/452c3f2c8eca09cfeab88887d53408e0.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/91975/" >&#34987;&#31169;&#20154;&#20445;&#38230;&#29190;&#25805;&#30340;&#24403;&#32418;&#23567;&#29983;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E8%B0%9C%E6%A0%B7%E7%9A%84%E8%9B%8B%E5%85%88%E7%94%9F.html">&#35868;&#26679;&#30340;&#34507;&#20808;&#29983;</a>
                                        </div>
                                        <p class='book-intro-index'>&#22240;&#25293;&#32829;&#32654;&#24433;&#35270;&#21095;&#26032;&#26187;&#36479;&#32418;&#30340;&#23567;&#26126;&#26143;&#65292;&#34987;&#20844;&#21496;&#37197;&#32473;&#30340;&#31169;&#20154;&#20445;&#38230;&#29408;&#25805;&#25945;&#32946;&#12290;&#20445;&#38230;&#21733;&#21733;&#22909;&#31895;&#26292;&#22052;&#22052;<a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/91975/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/99856/">
                                            <img src="https://www.jbfsd.com/images/98558/49412a2e732db7a3a8064466a04141bc.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/99856/" >&#30007;&#26379;&#21451;&#26159;&#71;&#86;&#23548;&#28436;&#24590;&#20040;&#21150;&#65311;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E5%9E%A3%E7%A6%BB%E4%B8%8A%E5%B7%9D.html">&#22435;&#31163;&#19978;&#24029;</a>
                                        </div>
                                        <p class='book-intro-index'>&#20026;&#20102;&#32473;&#20934;&#22791;&#25163;&#26415;&#30340;&#27597;&#20146;&#31609;&#38598;&#25163;&#26415;&#36153;&#30340;&#23425;&#25991;&#28156;&#65292;&#22312;&#25307;&#32856;&#32593;&#31449;&#19978;&#30475;&#21040;&#20102;&#19968;&#20221;&#39640;&#34218;&#32844;&#19994;&#65292;&#39640;&#21040;&#20160;&#20040;<a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/99856/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/107132/">
                                            <img src="https://www.jbfsd.com/images/105834/ba177572e3d100719065c957e8e07404.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/107132/" >&#23467;&#22681;&#26611;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E5%85%B3%E6%B2%B3%E5%86%B7%E8%90%BD.html">&#20851;&#27827;&#20919;&#33853;</a>
                                        </div>
                                        <p class='book-intro-index'>&#40644;&#26127;&#21518;&#65292;&#26611;&#26786;&#19979;&#30340;&#21021;&#35265;&#65292;&#26159;&#20182;&#30701;&#26242;&#19968;&#29983;&#24754;&#21095;&#30340;&#24320;&#31471;&#12290;&#32;&#36523;&#20026;&#30343;&#21518;&#20043;&#23376;&#65292;&#23562;&#36149;&#22914;&#26031;&#65292;&#20173;&#28982;&#36867;&#19981;<a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/107132/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/128138/">
                                            <img src="https://www.jbfsd.com/images/126840/ef33ef5555e03e12b3fa536a9196b698.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/128138/" >&#20170;&#22825;&#30340;&#39118;&#22909;&#22823;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E7%B5%AE%E7%B5%AE%E5%90%83%E7%B3%96.html">&#32110;&#32110;&#21507;&#31958;</a>
                                        </div>
                                        <p class='book-intro-index'><a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/128138/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/149744/">
                                            <img src="https://www.jbfsd.com/images/148446/9edc33e78f31dfdf436c0b70c21c83c6.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/149744/" >&#36827;&#22478;&#26432;&#22934;&#36186;&#39318;&#20184;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E6%A1%83%E6%9E%97%E7%9D%A1%E8%99%8E.html">&#26691;&#26519;&#30561;&#34382;</a>
                                        </div>
                                        <p class='book-intro-index'>&#28789;&#28798;&#49;&#57;&#24180;&#65292;&#28789;&#27668;&#22797;&#33487;&#12290;&#19975;&#29289;&#30342;&#22240;&#28789;&#27668;&#30340;&#25668;&#20837;&#32780;&#21457;&#29983;&#24322;&#21464;&#65292;&#23545;&#20154;&#31867;&#30340;&#29983;&#21629;&#23433;&#20840;&#36896;&#25104;&#26497;&#22823;&#23041;&#32961;<a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/149744/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                        <div class="col-lg-3 col-sm-4  col-md-4 col-sm-index visible-lg">
                                <div class="media" style="border:none;margin-bottom: 0;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/150470/">
                                            <img src="https://www.jbfsd.com/images/149172/a9eeb0f8e4bd2c0db843afe05bf1706f.jpg"  class="img" width="90" height="120" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/150470/" >&#23487;&#20027;&#22823;&#22823;&#65292;&#21681;&#20204;&#35201;&#24736;&#30528;&#28857;</a></h4>
                                        <div class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E5%9B%9E%E9%BE%99%E8%99%8E%E5%B1%B1%E7%9A%84%E8%BE%BE%E6%91%A9.html">&#22238;&#40857;&#34382;&#23665;&#30340;&#36798;&#25705;</a>
                                        </div>
                                        <p class='book-intro-index'>&#25105;&#26159;&#31995;&#32479;&#48;&#48;&#55;&#65292;&#26412;&#26469;&#20877;&#20570;&#19968;&#20010;&#20219;&#21153;&#65292;&#25105;&#23601;&#21487;&#20197;&#36864;&#20241;&#20102;&#65292;&#20294;&#26159;&#25105;&#30340;&#23487;&#20027;&#21364;&#29233;&#19978;&#20102;&#36825;&#20010;&#23567;&#19990;&#30028;<a style="color:#ff0000" href="https://www.jbfsd.com/kanshu/150470/">[点击阅读]</a></p>
                                    </div>
                                </div>
                            </div>
                            
                            <div class="clearfix"></div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="row">
                <div class="col-sm-8 col-md-8">
                    <div class="panel panel-default">
                        <div class="panel-heading">
                            <span class="glyphicon glyphicon-star" aria-hidden="true"></span> 今日更新
                            <span style='float:right;'></span>
                        </div>
                        <div class="panel-body" >
                            <table class="table">
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#20185;&#20384;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/177601/">&#26143;&#23576;&#20043;&#35475;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_177601/2803161.html">&#31532;&#49;&#50;&#48;&#50;&#31456;&#32;&#38453;&#27861;&#24778;&#21464;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E6%82%A0%E6%82%A0%E6%A2%A6%E9%86%92.html">&#24736;&#24736;&#26790;&#37266;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#29572;&#24187;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/136300/">&#26790;&#21551;&#19996;&#26753;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_136300/1048164.html">&#31532;&#20061;&#20843;&#19968;&#31456;&#32;&#20973;&#20160;&#20040;&#65311;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E5%8F%B6%E8%90%BD%E5%BD%92%E6%B8%8A.html">&#21494;&#33853;&#24402;&#28170;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/78548/">&#24578;&#21253;&#32654;&#20154;&#31359;&#19971;&#38646;&#65292;&#37326;&#30174;&#39318;&#38271;&#23456;&#22971;&#24537;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_78548/737951.html">&#31532;&#51;&#56;&#51;&#31456;&#32;&#36947;&#27465;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E7%B2%89%E8%89%B2%E5%B1%B1%E8%8C%B6%E8%8A%B1.html">&#31881;&#33394;&#23665;&#33590;&#33457;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#37117;&#24066;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/27189/">&#25105;&#30340;&#31995;&#32479;&#22870;&#21169;&#24456;&#38543;&#24847;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_27189/2243844.html">&#31532;&#49;&#48;&#55;&#48;&#31456;&#32;&#22833;&#24577;&#30340;&#20399;&#20142;&#24179;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E6%88%91%E7%9A%84%E5%B0%8F%E5%90%8D%E5%8F%AB%E5%A4%A7%E5%8F%AF.html">&#25105;&#30340;&#23567;&#21517;&#21483;&#22823;&#21487;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/216796/">&#36716;&#29983;&#37326;&#28810;&#26085;&#35760;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_216796/1212323.html">&#31532;&#51;&#48;&#51;&#31456;&#32;&#25720;&#19968;&#31456;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E6%9C%88%E7%8B%BC%E7%8B%BC.html">&#26376;&#29436;&#29436;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#37117;&#24066;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/26690/">&#22235;&#21512;&#38498;&#65306;&#24320;&#23616;&#19968;&#25226;&#26538;&#65292;&#31165;&#20861;&#20840;&#21457;&#24908;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_26690/2243840.html">&#31532;&#57;&#48;&#55;&#31456;&#32;&#26368;&#21518;&#20934;&#22791;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E5%86%B0%E5%B0%81%E9%98%81.html">&#20912;&#23553;&#38401;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/216584/">&#37325;&#22238;&#20061;&#38646;&#65306;&#22899;&#20799;&#34987;&#25442;&#25105;&#22823;&#26432;&#22235;&#26041;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_216584/1212238.html">&#31532;&#49;&#48;&#53;&#31456;&#32;&#20320;&#20197;&#20026;&#25105;&#20204;&#27784;&#23478;&#22909;&#27450;&#36127;&#65311;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E9%A3%8E%E6%9C%88%E6%BB%A1%E5%9F%8E.html">&#39118;&#26376;&#28385;&#22478;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/216574/">&#19981;&#21518;&#24724;&#65292;&#19981;&#22238;&#22836;&#65292;&#21069;&#20219;&#20054;&#20054;&#21898;&#23567;&#33285;&#22920;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_216574/1212236.html">&#31532;&#49;&#48;&#55;&#31456;&#32;&#35841;&#21578;&#35785;&#20320;&#25105;&#35201;&#21644;&#22905;&#35746;&#23130;&#65311;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E8%96%87%E9%A2%9C.html">&#34183;&#39068;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#37117;&#24066;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/216054/">&#35828;&#22909;&#30340;&#32654;&#39135;&#23478;&#65292;&#20320;&#35753;&#25105;&#25670;&#25674;&#21334;&#27873;&#38754;&#65311;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_216054/1212235.html">&#31532;&#19968;&#30334;&#20108;&#21313;&#31456;&#32;&#22823;&#27668;&#30340;&#26519;&#24029;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E5%8C%97%E5%B2%B8%E5%88%9D%E6%99%B4.html">&#21271;&#23736;&#21021;&#26228;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/211332/">&#31359;&#25104;&#24694;&#27602;&#38604;&#24615;&#65292;&#24320;&#23616;&#23601;&#36865;&#19971;&#20010;&#20426;&#32654;&#20861;&#22827;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_211332/1212233.html">&#31532;&#49;&#54;&#53;&#31456;&#32;&#25112;&#32489;&#21487;&#26597;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E7%94%98%E9%81%82.html">&#29976;&#36930;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#20854;&#23427;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/189496/">&#35268;&#21017;&#24618;&#35848;&#65311;&#31934;&#31070;&#30149;&#30340;&#22905;&#32473;&#35809;&#24322;&#27927;&#33041;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_189496/2828474.html">&#31532;&#51;&#55;&#55;&#31456;&#32;&#40657;&#33394;&#38081;&#38181;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E5%8D%83%E6%AE%87%E9%9B%AA%E6%9C%AA%E7%83%AC.html">&#21315;&#27527;&#38634;&#26410;&#28908;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#37117;&#24066;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/170042/">&#24320;&#25346;&#30340;&#38544;&#36523;&#34915;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_170042/2908296.html">&#31532;&#52;&#51;&#52;&#31456;&#32;&#26377;&#20154;&#25250;&#20025;&#33647;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E6%97%A0%E5%89%91%E8%B5%B0%E5%A4%A9%E6%B6%AF.html">&#26080;&#21073;&#36208;&#22825;&#28079;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#20854;&#23427;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/213640/">&#32508;&#24433;&#35270;&#29245;&#23601;&#34892;&#20102;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_213640/1212231.html">&#31532;&#50;&#48;&#49;&#31456;&#32;&#28003;&#30887;&#35201;&#20570;&#23265;&#31119;&#26187;&#32;&#50;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E4%B8%8D%E7%88%B1%E5%90%83%E9%AA%A8%E5%A4%B4%E7%9A%84%E5%B0%8F%E7%81%B0%E7%81%B0.html">&#19981;&#29233;&#21507;&#39592;&#22836;&#30340;&#23567;&#28784;&#28784;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#37117;&#24066;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/212857/">&#23681;&#26376;&#30340;&#30116;&#30165;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_212857/1212228.html">&#31532;&#49;&#56;&#50;&#31456;&#32;&#36807;&#24180;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E8%80%81%E9%BB%84%E7%93%9C%E8%9B%8B.html">&#32769;&#40644;&#29916;&#34507;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#37117;&#24066;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/210563/">&#19979;&#23665;&#21518;&#65292;&#32654;&#22899;&#24635;&#35009;&#36861;&#30528;&#27714;&#22797;&#21512;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_210563/2502082.html">&#31532;&#50;&#50;&#56;&#31456;&#32;&#25361;&#34885;&#19982;&#32422;&#25112;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E5%BD%93%E7%BA%A2%E8%BE%A3%E5%AD%90%E9%B8%A1%E6%9C%AC%E5%B0%8A.html">&#24403;&#32418;&#36771;&#23376;&#40481;&#26412;&#23562;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/208056/">&#25991;&#37326;&#65306;&#33457;&#24320;&#21322;&#22799;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_208056/2502081.html">&#31532;&#50;&#56;&#55;&#31456;&#32;&#32426;&#24503;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E6%A0%A9%E7%BB%9C.html">&#26665;&#32476;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#21382;&#21490;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/197473/">&#22823;&#23435;&#65306;&#20154;&#38388;&#20026;&#38738;&#22825;&#65292;&#22320;&#24220;&#20570;&#38414;&#32599;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_197473/2845911.html">&#31532;&#51;&#55;&#51;&#31456;&#32;&#24189;&#20113;&#20105;&#38155;&#65292;&#35841;&#20027;&#27785;&#28014;&#65288;&#49;&#53;&#65289;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E9%A3%8E%E6%B5%81%E5%B0%8F%E4%B9%A6%E5%91%86.html">&#39118;&#27969;&#23567;&#20070;&#21574;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/147610/">&#23233;&#20891;&#23448;&#21518;&#65292;&#34987;&#22242;&#23456;&#20102;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_147610/2408233.html">&#31532;&#57;&#48;&#48;&#31456;&#32;&#23433;&#25490;&#22949;&#24403;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E6%8F%AA%E8%80%B3%E6%9C%B5%E7%9A%84%E9%B1%BC.html">&#25578;&#32819;&#26421;&#30340;&#40060;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#29572;&#24187;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/150737/">&#24149;&#21518;&#65292;&#27178;&#25512;&#19968;&#20999;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_150737/2408230.html">&#31532;&#52;&#57;&#57;&#31456;&#32;&#28895;&#38632;&#19977;&#38155;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E9%85%92%E9%86%92%E8%83%BD%E6%AE%87.html">&#37202;&#37266;&#33021;&#27527;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/20196/">&#26080;&#38480;&#31359;&#36234;&#65306;&#25105;&#35748;&#35782;&#30340;&#22899;&#31070;&#26377;&#28857;&#22810;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_20196/1458625.html">&#31532;&#56;&#54;&#51;&#31456;&#32;&#65281;&#20877;&#20020;&#32599;&#38463;&#37027;&#26222;&#25289;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E5%A4%A7%E5%B0%BE%E5%B7%B4%E7%8B%BC.html">&#22823;&#23614;&#24052;&#29436;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#29572;&#24187;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/216611/">&#38738;&#26149;&#38739;&#20029;&#50;&#48;&#50;&#48;&#65306;&#53;&#65306;&#50;&#56;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_216611/1212227.html">&#31532;&#50;&#54;&#31456;&#32;&#21335;&#28023;&#26364;&#38464;&#32599;&#36855;&#23467;&#19982;&#22522;&#22240;&#22270;&#35889;&#20043;&#25112;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E7%BE%8E%E4%B8%BD%E9%9B%85%E9%98%81210.html">&#32654;&#20029;&#38597;&#38401;&#50;&#49;&#48;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#35328;&#24773;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/1694/">&#23567;&#29399;&#39535;&#20859;&#25163;&#20876;&#12304;&#26657;&#22253;&#49;&#118;&#49;&#12305;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_1694/1287669.html">&#55;&#56;&#23567;&#23567;&#25151;&#38388;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E6%B3%A5%E8%8A%B1%E7%9B%86.html">&#27877;&#33457;&#30406;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#31185;&#24187;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/215771/">&#26411;&#19990;&#65306;&#20007;&#23608;&#29190;&#29289;&#36164;&#65292;&#25105;&#30340;&#29190;&#29575;&#26377;&#20159;&#28857;&#24378;&#65281;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_215771/1212209.html">&#31532;&#49;&#50;&#53;&#31456;&#32;&#25552;&#20379;&#35013;&#22791;&#65292;&#23454;&#21147;&#30910;&#21387;&#65281;&#21319;&#32423;&#24110;&#27966;&#36890;&#35759;&#65281;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E5%88%98%E5%87%A1%E4%B8%8D%E5%87%A1.html">&#21016;&#20961;&#19981;&#20961;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#20185;&#20384;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/213621/">&#32508;&#27494;&#65306;&#31614;&#21040;&#25104;&#31070;&#65292;&#23454;&#21147;&#34255;&#19981;&#20303;&#20102;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_213621/1212208.html">&#31532;&#55;&#50;&#55;&#31456;&#32;&#26080;&#27861;&#21152;&#20837;&#21069;&#32447;&#65281;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E7%A7%8B%E5%A4%A9%E7%9A%84%E5%B0%8F%E6%9E%AB%E6%A0%91.html">&#31179;&#22825;&#30340;&#23567;&#26539;&#26641;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#20854;&#23427;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/212319/">&#19982;&#21069;&#22827;&#21644;&#31163;&#22812;&#65292;&#23558;&#20891;&#22312;&#25105;&#27067;&#19978;&#36138;&#27426;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_212319/1212205.html">&#31532;&#50;&#57;&#50;&#31456;&#32;&#38470;&#24323;&#23064;&#30340;&#22362;&#25345;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E4%B9%88%E4%B9%88%E6%84%9A.html">&#20040;&#20040;&#24858;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/204065/">&#31967;&#20102;&#65281;&#26446;&#23478;&#31359;&#26469;&#20004;&#20010;&#22823;&#21147;&#22763;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_204065/2502079.html">&#31532;&#53;&#50;&#57;&#31456;&#32;&#22823;&#32467;&#23616;&#19977;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E6%96%AD%E6%B1%9F%E7%9A%84%E6%B0%94%E6%B5%B7%E7%A9%B4.html">&#26029;&#27743;&#30340;&#27668;&#28023;&#31348;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#21382;&#21490;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/187897/">&#26389;&#24537;&#30528;&#19968;&#32479;&#65292;&#27809;&#24515;&#24605;&#20570;&#33300;&#29399;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_187897/2828472.html">&#31532;&#51;&#56;&#51;&#31456;&#32;&#39759;&#22269;&#30340;&#23567;&#21160;&#20316;&#65281;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E7%94%BB%E5%87%8C%E7%83%9F.html">&#30011;&#20940;&#28895;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#20854;&#23427;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/214844/">&#23608;&#30496;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_214844/1212195.html">&#31532;&#20108;&#21313;&#22235;&#31456;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E7%BF%9F%E5%AE%9D.html">&#32735;&#23453;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/201450/">&#20915;&#19981;&#22797;&#23130;&#65292;&#23094;&#20320;&#30340;&#30333;&#33714;&#33457;&#24681;&#20154;&#21543;&#65281;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_201450/2502077.html">&#31532;&#51;&#49;&#57;&#31456;&#32;&#20320;&#30340;&#20804;&#24351;&#65292;&#25105;&#30340;&#38394;&#34588;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E4%B8%80%E4%B9%9D%E5%BE%97%E9%85%92.html">&#19968;&#20061;&#24471;&#37202;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                                <tr>
                                    <td class=" visible-lg px13 book_author">
                                        [&#22899;&#29983;]
                                    </td>
                                    <td class="nowrap px13">
                                        <a href="https://www.jbfsd.com/kanshu/199606/">&#22823;&#20332;&#37325;&#29983;&#21518;&#65292;&#26377;&#20851;&#37096;&#38376;&#24537;&#30127;&#20102;</a>
                                    </td>
                                    <td class="hidden-xs index-chapter nowrap">
                                        <a href="https://www.jbfsd.com/du_199606/2845908.html">&#31532;&#51;&#53;&#49;&#31456;&#32;&#26368;&#24597;&#21307;&#29983;&#35748;&#30495;</a>
                                    </td>
                                    <td class='book_author  visible-lg  nowrap'>
                                        <a href="https://www.jbfsd.com/author/%E5%AE%B6%E9%87%8C%E7%BB%93%E8%8B%A6%E7%93%9C.html">&#23478;&#37324;&#32467;&#33510;&#29916;</a></td>
                                    <td class='book_update visible-lg nowrap'>2025-05-10</td>
                                </tr>
                                
                            </table>
                        </div>
                    </div>
                </div>
                <div class="col-sm-4 col-md-4">
                    <div class="panel panel-default">
                        <div class="panel-heading"><span class="glyphicon glyphicon-indent-right" aria-hidden="true"></span> 新书入库</div>
                        <div class="panel-body" >
                            <ul class="list-group list-group-ext">
                                
                                <div class="media" style="border:none;margin-bottom:5px;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/216799/">
                                            <img src="https://www.jbfsd.com/images/215501/fe4303215c4370d14d576d99685cbc12.jpg" class="img" width="90" height="110" alt="&#31070;&#20861;&#23869;&#23869;&#22902;&#20046;&#20046;&#65292;&#20241;&#24819;&#27450;&#36127;&#25105;&#29241;&#29241;" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/216799/" >&#31070;&#20861;&#23869;&#23869;&#22902;&#20046;&#20046;&#65292;&#20241;&#24819;&#27450;&#36127;&#25105;&#29241;&#29241;</a></h4>
                                        <p class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E6%B4%9B%E5%90%91%E5%8D%97.html">&#27931;&#21521;&#21335;</a></p>
                                        <p class='cat-book-intro'>&#21496;&#31983;&#26159;&#31070;&#30028;&#21807;&#19968;&#30340;&#23567;&#27583;&#19979;&#65292;&#20026;&#20102;&#24110;&#21161;&#33258;&#24049;&#30340;&#29241;&#29241;&#37325;&#22238;&#31070;&#30028;<a style="color:red" href="https://www.jbfsd.com/kanshu/216799/">[点击阅读]</a></p>
                                    </div>
                                </div>
                                 
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>2.</font>
                                    <a href="https://www.jbfsd.com/kanshu/216798/" >&#19971;&#29983;&#28193;&#65292;&#19971;&#19990;&#21163;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>3.</font>
                                    <a href="https://www.jbfsd.com/kanshu/216797/" >&#20912;&#23665;&#23398;&#22992;&#65311;&#21621;&#21621;&#65292;&#25105;&#36873;&#25321;&#30452;&#25509;&#30333;&#32473;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>4.</font>
                                    <a href="https://www.jbfsd.com/kanshu/216796/" >&#36716;&#29983;&#37326;&#28810;&#26085;&#35760;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>5.</font>
                                    <a href="https://www.jbfsd.com/kanshu/216795/" >&#25105;&#30340;&#20912;&#31665;&#21507;&#21097;&#39277;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>6.</font>
                                    <a href="https://www.jbfsd.com/kanshu/216794/" >&#24555;&#31359;&#65292;&#24223;&#29289;&#23487;&#20027;&#25104;&#38271;&#35760;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>7.</font>
                                    <a href="https://www.jbfsd.com/kanshu/216793/" >&#22235;&#21512;&#38498;&#20043;&#19981;&#21516;&#30340;&#20154;&#29983;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>8.</font>
                                    <a href="https://www.jbfsd.com/kanshu/216792/" >&#26657;&#33457;&#23398;&#22992;&#25214;&#19978;&#38376;&#65292;&#21578;&#35785;&#25105;&#23381;&#20843;&#21608;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>9.</font>
                                    <a href="https://www.jbfsd.com/kanshu/216791/" >&#21253;&#31199;&#23110;&#21457;&#30315;&#26085;&#24120;&#20182;&#20204;&#37117;&#20197;&#20026;&#25105;&#24456;&#31351;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>10.</font>
                                    <a href="https://www.jbfsd.com/kanshu/216790/" >&#25104;&#29087;&#31283;&#37325;&#26031;&#32769;&#24351;</a>
                                </li>
                                
                            </ul>
                        </div>
                    </div>

                    <div class="panel panel-default">
                        <div class="panel-heading"><span class="glyphicon glyphicon-stats" aria-hidden="true"></span> 阅读排行</div>
                        <div class="panel-body" >
                            <ul class="list-group list-group-ext">
                                
                                <div class="media" style="border:none;margin-bottom:5px;padding-bottom: 0">
                                    <div class="media-left media-heading">
                                        <a href="https://www.jbfsd.com/kanshu/4453/">
                                            <img src="https://www.jbfsd.com/images/3155/db5882e2f8989908b33ad96008e5152c.jpg" class="img" width="90" height="110" alt="&#34588;&#20799;" />
                                        </a>
                                    </div>
                                    <div class="media-body">
                                        <h4 class="media-heading book-title"><a href="https://www.jbfsd.com/kanshu/4453/" >&#34588;&#20799;</a></h4>
                                        <p class="book_author">
                                            作者: <a href="https://www.jbfsd.com/author/%E7%B4%AB%E5%A4%AD.html">&#32043;&#22829;</a></p>
                                        <p class='cat-book-intro'>&#20851;&#20110;&#34588;&#20799;&#65306;&#12304;&#19979;&#19968;&#26412;&#20889;&#65306;&#12305;&#12298;&#26367;&#36523;&#30343;&#21518;&#22905;&#19981;&#24819;&#20105;&#23456;&#12299;&#65292;&#19987;<a style="color:red" href="https://www.jbfsd.com/kanshu/4453/">[点击阅读]</a></p>
                                    </div>
                                </div>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>2.</font>
                                    <a href="https://www.jbfsd.com/kanshu/2764/" >&#27599;&#22825;&#37117;&#34987;&#31168;&#24681;&#29233;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>3.</font>
                                    <a href="https://www.jbfsd.com/kanshu/2781/" >&#20860;&#32844;&#34987;&#23041;&#32961;&#20102;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>4.</font>
                                    <a href="https://www.jbfsd.com/kanshu/1422/" >&#20185;&#20384;&#20462;&#30495;&#29141;&#24778;&#31179;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>5.</font>
                                    <a href="https://www.jbfsd.com/kanshu/2340/" >&#21512;&#27426;&#65288;&#30701;&#31687;&#72;&#65289;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>6.</font>
                                    <a href="https://www.jbfsd.com/kanshu/3654/" >&#20307;&#32946;&#29983;&#36827;&#22478;&#35760;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>7.</font>
                                    <a href="https://www.jbfsd.com/kanshu/2225/" >&#12298;&#21608;&#25087;&#20256;&#12299;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>8.</font>
                                    <a href="https://www.jbfsd.com/kanshu/1712/" >&#38738;&#33487;&#20940;&#27931;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>9.</font>
                                    <a href="https://www.jbfsd.com/kanshu/2387/" >&#20399;&#38376;&#23265;&#22899;&#22797;&#20167;&#35745;</a>
                                </li>
                                
                                <li class="list-group-item nowrap px13 ">
                                    <font class='id_sequence'>10.</font>
                                    <a href="https://www.jbfsd.com/kanshu/125163/" >&#25289;&#20811;&#19997;&#30340;&#27861;&#31359;&#26834;</a>
                                </li>
                                
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="col-sm-12 col-md-12">

                    
                </div>
            </div>
        </div>
    </div>
    
<script>
"document.writeln(\"\u003cdiv class=\\\"yl2\\\"\u003e\");\n"



"document.writeln(\"\u003c/div\u003e\");\n"
</script>

    
    <footer id="footer" class="footer">
        <p style="text-align: center;">
        @奇奇小说网 . https://www.jbfsd.com <br/>
        本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与奇奇小说网立场无关。<br/>
        如果侵犯了您的权利,请与我们联系,我们将在24小时之内进行处理。任何非本站因素导致的法律后果,本站均不负任何责任。</p>
    </footer>
    <div style="display: none"></div>

    </body>
    </html>                               

Whois info of domain

Domain Name: JBFSD.COM
Registry Domain ID: 2939801625_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.spaceship.com
Registrar URL: http://www.spaceship.com
Updated Date: 2024-12-10T12:26:03Z
Creation Date: 2024-12-05T12:15:41Z
Registry Expiry Date: 2025-12-05T12:15:41Z
Registrar: Spaceship, Inc.
Registrar IANA ID: 3862
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.9854014545
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: ANNA.NS.CLOUDFLARE.COM
Name Server: RUDY.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T12:05:33Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass