|
|
@@ -587,7 +587,7 @@
|
|
|
<!-- 公司新闻 -->
|
|
|
<ul class="active news-list-it">
|
|
|
<li th:each="gs:${gs2}">
|
|
|
- <a th:href="@{/portal/news/newsDetail(id=${gs.id})}"">
|
|
|
+ <a th:href="@{/portal/news/newsDetail(id=${gs.id})}">
|
|
|
<div class="newsitem">
|
|
|
<span class="time" th:text="${gs.releaseTimeConvert}">11-07</span>
|
|
|
<h4 class="title" ><em style="margin-right: 15px;">●</em><span th:text="${gs.title}">咨询行业2020迎来新转机!!!</span></h4>
|