|
|
@@ -146,13 +146,11 @@
|
|
|
<span></span>
|
|
|
</div>
|
|
|
<div class="news">
|
|
|
- <div class="consultation">
|
|
|
- <h4>资讯
|
|
|
- <a th:href="@{/portal/thinkTank/policyList?type=0}"><span class="line"></span><span>></span></a>
|
|
|
- </h4>
|
|
|
- <ul>
|
|
|
+ <div class="consultation" style="width: 1200px;">
|
|
|
+ <a href="/portal/thinkTank/policyList?type=0" style="color: black;position: relative;left: 1120px;font-size: 16px;">更多资讯>></a>
|
|
|
+ <ul style="display: flex; flex-wrap: wrap;">
|
|
|
|
|
|
- <li th:each="n:${news}">
|
|
|
+ <li th:each="n:${news}" style="width: 600px;">
|
|
|
<a th:href="@{/portal/news/newsDetail(id=${n.id},type=1)}">
|
|
|
<div class="time">
|
|
|
<span th:text="${#dates.format(n.releaseDate,'MM-dd')}">03-12</span>
|