长城期货
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

61 lines
2.1 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="__TMPL__/static/css/layui.css" />
<!-- 通用 -->
{include file="common/head" /}
<!-- 当前 -->
<link rel="stylesheet" href="__TMPL__/static/css/mixin.css" />
<!-- <link rel="stylesheet" href="__TMPL__/static/css/xiqian.css" /> -->
<link rel="stylesheet" href="__TMPL__/static/scss/fanxiqian.css" />
<link rel="stylesheet" href="__TMPL__/static/css/zhibo.css" />
</head>
<body>
<!-- header start -->
{include file="common/header" /}
<!-- header end -->
<div class="bannerList">
<div class="img">
<img src="__TMPL__/static/images/touzi/img-1.jpg" alt="" />
</div>
<div class="w1280">
<div class="bannerTitle">投资者教育</div>
<div class="bannerTips">
为投资者提供严谨细致的交易、交割、结算、质押等服务
</div>
</div>
</div>
<div class="forward-review w1280 forward-review-top hot-review">
<div class="broadcast-title">
<p>{$current_cate['title']}</p>
</div>
<div class="review-list">
{hcTaglib:contentPage cid="74" moduleId="1" name="articleList" limit="16" item="vo" field="id,title,thumbnail" sort="publish_time desc"}
<a href="{:hcUrl('detail/index',['id'=>$vo.id,'cid'=>$vo.category_id])}" target="_blank" class="review-box">
<img src="{$vo.thumbnail.url}" alt=""/>
<div class="bottom">
<p>{$vo.title}</p>
<span>{$vo.sub_title}</span>
</div>
</a>
{/hcTaglib:contentPage}
</div>
{$articleList|raw}
</div>
<!-- footer start-->
{include file="common/footer" /}
<!-- footer end -->
<!-- 通用 -->
{include file="common/foot" /}
<!-- 当前 -->
<script src="__TMPL__/static/js/layui.js"></script>
<script>
</script>
</body>
</html>