123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"
- xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
- <head th:replace="common::header(~{::title},~{::link},~{::meta})">
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title th:text="${tt +'... - 科德集团'}">科德集团</title>
- <meta name="Keywords" th:content="${keywords}" />
- <meta name="description" th:Content="${content}" />
- <!-- 二级页面CSS -->
- <link rel="stylesheet" th:href="${portalHost+'/css/secode.css'}">
- </head>
- <body>
- <div class="app">
- <!-- 头部 -->
- <header>
- <div th:replace="common::nav('','')"></div>
- <!-- 轮播图 -->
- <div class="swiper-containerx">
- <img
- th:src="${banners}==null?${portalHost+'/images/banner/about_bg.png'}:${avatarUploadHost}+${banners.bannerUrl}" />
- <div class="swiper_title">
- <h6>关于科德</h6>
- </div>
- </div>
- <!-- 轮播图 end -->
- </header>
- <!-- 头部 end -->
- <!-- 面包屑 -->
- <div class="bread-crumbs">
- <div class="container">
- <ul>
- <li><a th:href="${basePath+'/'}">首页</a></li>
- <li>></li>
- <li><a th:href="${basePath+'/news'}">新闻动态</a> </li>
- <li>></li>
- <!-- @{/technologyTrading/achievementList(fieldA=${industry.id})} -->
- <li><a th:href="@{/news(type=${news.type})}"
- th:text="${news.type==0?'官方公告': news.type==1?'政策解读': news.type==2?'高新技术企业':news.type==3?'军工三证':''}"></a>
- </li>
- <li>></li>
- <li class="active"><a href="javascript:;" th:text="${news.title}">科德高企培育系列讲座走进湘乡</a> </li>
- </ul>
- </div>
- </div>
- <!-- 面包屑 end -->
- <!-- 主体内容 -->
- <div class="news main">
- <div class="container">
- <div class="newmain">
- <!-- 新闻详情 -->
- <div class="news-detail">
- <div class="detail-title">
- <h6 th:text="${news.title}">科德高企培育系列讲座走进湘乡</h6>
- <span th:text="${news.releaseTimeConvert}">2019-12-06</span>
- <span> 阅读 </span>
- <span th:text="${news.hot}">432</span>
- </div>
- <div class="detail-content" th:utext="${news.content}">
- </div>
- <div class="copyright">
- <p>
- <span style="font-size: 18px;">热门关键词:</span>
- <a class="kw" th:each="key:${keywords}" th:text="${key}+' '"></a>
- </p>
- <p>上一篇: <a th:if="${news.beforeId} != null" th:href="'/news/'+${news.beforeId}"
- th:text="${news.beforeTitle}"></a>
- <a th:if="${news.beforeId} == null" th:text="已经是第一篇"></a>
- </p>
- <p>下一篇: <a th:if="${news.afterId} != null" th:href="'/news/'+${news.afterId}"
- th:text="${news.afterTitle}"></a>
- <a th:if="${news.afterId} == null" th:text="已经是最后一篇"></a>
- </p>
- <div class="bzsm">
- 【本站声明】
- <p>1、本网站发布的该篇文章,主要解读科技咨询知识及传递、交流政策奖补信息,以便您学习或了解政策知识,请不要用于其它用途;</p>
- <p>2、该篇文章中所涉及的商标、标识的商品/服务并非来源于本网站,更非本网站提供,与本网站无关,系他人的商品或服务,本网站对于该类商标、标识不拥有任何权利;</p>
- <p>3、本网站不对该篇文章中所涉及的商标、标识的商品/服务作任何明示或暗示的保证或担保;</p>
- <p>4、本网站不对文章中所涉及的内容真实性、准确性、可靠性负责,仅系客观性描述,如您需要了解该项目详细的资讯,请您直接与在线客服联系。</p>
- </div>
- </div>
- </div>
- <!-- 最新资讯 -->
- <div class="hot">
- <div class="hitem">
- 最新资讯
- <div class="hlist">
- <a target="_blank" href="">
- <div class="htit"><span class="hnum">1</span>政府采购、招投标都要求ISO三体系认证!它到底有多大魅力?</div>
- </a>
- </div>
- </div>
- <div class="hitem">
- 热门产品推荐
- <div class="hlist2">
- <a target="_blank" th:href="${basePath+'/service/gqpy?1'}">
- <div class="htit"><span class="hnum"></span>高企培育</div>
- </a>
- <a target="_blank" th:href="${basePath+'/service/gqpy?0'}">
- <div class="htit"><span class="hnum"></span>高企认定</div>
- </a>
- <a target="_blank" th:href="${basePath+'/service/jszy?0'}">
- <div class="htit"><span class="hnum"></span>技术转移</div>
- </a>
- <a target="_blank" th:href="${basePath+'/service/zscq?0'}">
- <div class="htit"><span class="hnum"></span>知识产权</div>
- </a>
- <a target="_blank" th:href="${basePath+'/service/zczx?0'}">
- <div class="htit"><span class="hnum"></span>政策咨询</div>
- </a>
- <a target="_blank" th:href="${basePath+'/service/csfw?0'}">
- <div class="htit"><span class="hnum"></span>财务管理体系咨询</div>
- </a>
- <a target="_blank" th:href="${basePath+'/service/jmkj?0'}">
- <div class="htit"><span class="hnum"></span>军民科技转化</div>
- </a>
- <a target="_blank" th:href="${basePath+'/service/txrz?0'}">
- <div class="htit"><span class="hnum"></span>体系认证</div>
- </a>
- <a target="_blank" th:href="${basePath+'/service/kfpt?0'}">
- <div class="htit"><span class="hnum"></span>平台开发建设</div>
- </a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 主体内容 end -->
- <!-- 底部 -->
- <footer>
- <div th:replace="common::copyright('')"></div>
- </footer>
- <!-- 底部 end -->
- </div>
- </div>
- <div th:replace="common::footer(~{::script},'')">
- <script></script>
- <script th:src="${portalHost+'/js/newdetails.js'}"></script>
- </div>
- </body>
- </html>
|