<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title><?php echo e($detail['title']); ?>_<?php echo e($net['title']); ?></title>
    <meta name="Keywords" content="<?php echo e($detail['keyword']?$detail['keyword'].',':''); ?><?php echo e($net['keywords']); ?>">
    <meta name="Description" content="<?php echo e($net['description']); ?>">

    <link href="/static/css/news/bootstrap.min.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" type="text/css" media="screen and (min-width: 767px)" href="/static/css/news/style.css">
    <link rel="stylesheet" type="text/css" media="screen and (max-width: 767px)" href="/static/css/news/small.css">
</head>
<body style="">
<div class="project-detail-box">
    <div class="container">

        <h1><?php echo e($detail['title']); ?></h1>
        <div class="pro-detail-line"></div>
        <div class="pro-detail-tit">
            <span>发布时间：<?php echo e($detail['created_at']); ?></span>
        </div>
        <div class="pro-detail-text">
            <?php echo $detail['content']; ?>

        </div>
    </div>
</div>
</body>
</html>