|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
|
<meta name="renderer" content="webkit">
|
|
|
|
|
<meta name="viewport"
|
|
|
|
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
|
|
|
<meta name="robots" content="index, follow" />
|
|
|
|
|
<title>${field.typetitle}</title>
|
|
|
|
|
<meta name="keywords" content="${field.typekeyword}">
|
|
|
|
|
<meta name="description" content="${field.typedescrip}">
|
|
|
|
|
<meta http-equiv="Cache-Control" content="no-transform" />
|
|
|
|
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
|
|
|
|
<meta name="applicable-device" content="pc,mobile" />
|
|
|
|
|
<link href="/{ms:global.style/}css/style.css" rel="stylesheet" />
|
|
|
|
|
<link href="/{ms:global.style/}css/css.css" rel="stylesheet" />
|
|
|
|
|
<script src="/{ms:global.style/}js/jquery-1.8.3.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/{ms:global.style/}js/jquery.superslide.2.1.1.js">//pc导航</script>
|
|
|
|
|
<script src="/{ms:global.style/}js/anim.js">//动画</script>
|
|
|
|
|
<script type="text/javascript" src="/{ms:global.style/}js/moment.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/static/plugins/vue/2.6.9/vue.min.js"></script>
|
|
|
|
|
<script src="/static/plugins/element-ui/2.15.7/index.min.js"></script>
|
|
|
|
|
<link rel="stylesheet" href="/static/plugins/element-ui/2.15.7/theme-chalk/index.min.css"/>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<#include "header.htm" />
|
|
|
|
|
|
|
|
|
|
<div class="index-contentbox">
|
|
|
|
|
<div class="pagebreadcrumb">
|
|
|
|
|
<a href='/html/web/index.html'>首页<a>><a
|
|
|
|
|
href=`/html/web/field.typelink`>${field.typetitle}</a>
|
|
|
|
|
</div>
|
|
|
|
|
<h1 class="chuhuijiyao_title">${field.typetitle}</h1>
|
|
|
|
|
<ul>
|
|
|
|
|
{ms:arclist size=14 ispaging=true}
|
|
|
|
|
<li class="chuhuijiyao_li">
|
|
|
|
|
<a href="{ms:global.html/}${field.link}">
|
|
|
|
|
<div class="chuhuijiyao_li_div">
|
|
|
|
|
<div class="chuhuijiyao_li_div_div">
|
|
|
|
|
<#if field.index < 8>
|
|
|
|
|
<div class="chuhuijiyao_new">NEW</div>
|
|
|
|
|
<#else>
|
|
|
|
|
<div style="width:6px;height:6px;background:red;margin-right:15px"></div>
|
|
|
|
|
</#if>
|
|
|
|
|
<h3 class="chuhuijiyao_title2">${field.title}</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<label class="chuhuijiyao_date">${field.date?string("yyyy-MM-dd")}</label>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
<#if field.index==7>
|
|
|
|
|
<div class="chuhuijiyao_line" />
|
|
|
|
|
</#if>
|
|
|
|
|
</li>
|
|
|
|
|
{/ms:arclist}
|
|
|
|
|
</ul>
|
|
|
|
|
<#include "pagination.htm" />
|
|
|
|
|
</div>
|
|
|
|
|
<!--正文end-->
|
|
|
|
|
<#include "footer.htm" />
|
|
|
|
|
<script language="javascript" src="/{ms:global.style/}js/foot.js"></script><!--尾部end-->
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|