|
|
@@ -267,20 +267,24 @@
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div class="transaction">
|
|
|
+
|
|
|
<div class="transactionImg">
|
|
|
<img th:src="${portalHost+'/img/newMenu/achievement_29.jpg'}" alt="">
|
|
|
+
|
|
|
<div th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}==0">
|
|
|
+ <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
|
|
|
<address><img th:src="${portalHost+'/img/newMenu/achievement_28.jpg'}" alt="">
|
|
|
<span th:text="${#strings.abbreviate(policy.provinceS+policy.cityS,8)}"></span>
|
|
|
<time th:text="${#dates.format(policy.editTime,'yyyy-MM-dd')}"></time>
|
|
|
</address>
|
|
|
<h5>《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</h5>
|
|
|
<p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
|
|
|
- <a href="#">查看更多 > </a>
|
|
|
+ </a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<ul>
|
|
|
<li th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}>0 and ${policyStat.index}<3">
|
|
|
+ <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
|
|
|
<div class="time">
|
|
|
<p th:text="${#dates.format(policy.editTime,'dd')}"></p>
|
|
|
<hr>
|
|
|
@@ -292,12 +296,14 @@
|
|
|
<span class="title" >《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</span></address>
|
|
|
<p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
|
|
|
</div>
|
|
|
+ </a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="transactionList">
|
|
|
<ol>
|
|
|
<li th:each="policy,policyStat:${policyList}" th:if="${policyStat.index}>=3 and ${policyStat.index}<5">
|
|
|
+ <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
|
|
|
<div class="time">
|
|
|
<p th:text="${#dates.format(policy.editTime,'dd')}">23</p>
|
|
|
<hr>
|
|
|
@@ -309,6 +315,7 @@
|
|
|
<span class="title">《<span th:text="${#strings.abbreviate(policy.title,12)}"></span>》</span></address>
|
|
|
<p th:text="${#strings.abbreviate(policy.summary,45)}"></p>
|
|
|
</div>
|
|
|
+ </a>
|
|
|
</li>
|
|
|
</ol>
|
|
|
</div>
|