|
|
|
|
|
|
|
<!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, initial-scale=1">
|
|
|
|
<title>苏州创新投资集团有限公司</title>
|
|
|
|
<meta name="Keywords" content="">
|
|
|
|
<meta name="Description" content="">
|
|
|
|
<meta name="applicable-device"content="pc,mobile">
|
|
|
|
<link rel="icon" href="" type="image/x-icon">
|
|
|
|
<link href="../css/bootstrap.css" rel="stylesheet">
|
|
|
|
<link href="../css/bxslider.css" rel="stylesheet">
|
|
|
|
<link href="../css/style.css" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="../css/service12.css">
|
|
|
|
<link rel="stylesheet" href="../css/footer.css">
|
|
|
|
<!--导航样式-->
|
|
|
|
<link rel="stylesheet" href="../css/head.css" />
|
|
|
|
<script src="../js/jquery.min.js"></script>
|
|
|
|
<script src="../js/bootstrap.js"></script>
|
|
|
|
<script src="../js/common.js"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div id="header"></div>
|
|
|
|
|
|
|
|
<!-- part0 -->
|
|
|
|
<div class="section section0 fp-auto-height fp-section">
|
|
|
|
<div style="position: relative;">
|
|
|
|
<img src="../images/新闻中心-banner@2x.png" class="bgimage" alt="">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- part1 -->
|
|
|
|
<div class="detail news_detail">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-xs-12 col-sm-12 col-md-12 wrap">
|
|
|
|
<div class="content">
|
|
|
|
|
|
|
|
<!-- <h2>苏创投旗下天使母基金首次以数字人民币对子基金项目出资</h2>
|
|
|
|
<div class="text">
|
|
|
|
<p>9月20日,苏创投旗下天使母基金联合农业银行首次以数字人民币向子基金--太仓智汇科创基金出资2900万元。这标志着数字人民币在苏创投集团的首次应用实践。苏州市委书记曹路宝19日在“第二届长三角数字金融产业创新周开幕式暨苏州市金融支持产业创新集群发展大会”上表示,苏州将加快全市推广数字人民币试点,积极在C端、B端、G端搭建更多应用场景,加快形成产业化优势;持续招引优质资源,推动数字人民币产业链纵向延伸和横向拓展,将试点优势转化为数字金融产业... 新集群发展优势。本次苏州天使母基金以数字人民币对子基金进行投资,是数字人民币助力天使基金发展的重要探索,也是数字人民币在投资领域这一特殊B端搭建应用场景的重要尝试
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="footer"></div>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
|
|
var sId = GetQueryString("id");
|
|
|
|
|
|
|
|
// 新闻详情
|
|
|
|
$.ajax({
|
|
|
|
type: 'post',
|
|
|
|
url: 'https://suzhou.njrenzhou.cn/api.php/news/getArticleInfo',
|
|
|
|
data:{
|
|
|
|
id: sId
|
|
|
|
},
|
|
|
|
dataType: 'json',
|
|
|
|
|
|
|
|
success: function (res) {
|
|
|
|
if(res.code==200){
|
|
|
|
let data = res.data;
|
|
|
|
let html = '';
|
|
|
|
console.log(data);
|
|
|
|
|
|
|
|
var title = data.title;
|
|
|
|
var content = data.content;
|
|
|
|
var time = data.publish_time_text.substr(0,11);
|
|
|
|
|
|
|
|
html = "<h2>" + title + "</h2>";
|
|
|
|
html += "<p class='time'>日期:" + time + "</p>";
|
|
|
|
html += '<div class="text">' + content + '</div>';
|
|
|
|
$('.content').append(html);
|
|
|
|
|
|
|
|
$('img').parents('p').css({'text-align':'center'});
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
error: function (err) {
|
|
|
|
console.log(err);
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|