|
|
@@ -240,8 +240,8 @@
|
|
|
<span th:text="${#dates.format(p.releaseDate,'yyyy')}">2018</span>
|
|
|
</div>
|
|
|
<div class="newTxt">
|
|
|
- <h5 th:text="${p.title}"></h5>
|
|
|
- <p th:text="${p.summary}"></p>
|
|
|
+ <h5 th:text="${#strings.abbreviate(p.title,18)}"></h5>
|
|
|
+ <p th:text="${#strings.abbreviate(p.summary,50)}"></p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
@@ -260,8 +260,8 @@
|
|
|
<span th:text="${#dates.format(n.releaseDate,'yyyy')}">2018</span>
|
|
|
</div>
|
|
|
<div class="newTxt">
|
|
|
- <h5 th:text="${n.title}">加奖金哦违法爱按金额积分经济积分经济积分经济if啊积分经济交往和居委会看看哇卡哇卡...</h5>
|
|
|
- <p th:text="${n.summary}">哈哈哈哈海鸥科技打飞机附近的啊我的㘝技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的酒店设计大姐姐 但是大家觉得结算单基督教圣诞节ajd...</p>
|
|
|
+ <h5 th:text="${#strings.abbreviate(n.title,18)}">加奖金哦违法爱按金额积分经济积分经济积分经济if啊积分经济交往和居委会看看哇卡哇卡...</h5>
|
|
|
+ <p th:text="${#strings.abbreviate(n.summary,50)}">哈哈哈哈海鸥科技打飞机附近的啊我的㘝技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的技打飞机附近的啊我的酒店设计大姐姐 但是大家觉得结算单基督教圣诞节ajd...</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
@@ -284,11 +284,14 @@
|
|
|
<span th:text="${#dates.format(sc.releaseDate,'MM-dd')}">03-12</span>
|
|
|
<span th:text="${#dates.format(sc.releaseDate,'yyyy')}">2018</span>
|
|
|
</div>
|
|
|
- <p th:text="${sc.title}"></p>
|
|
|
+ <p th:text="${#strings.abbreviate(sc.title,18)}"></p>
|
|
|
</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
+ <a th:href="@{/portal/thinkTank/policyList?type=99}" class="more">MORE
|
|
|
+ <span></span>
|
|
|
+ </a>
|
|
|
</div>
|
|
|
<footer>
|
|
|
<div th:replace="common::copyright"></div>
|