9e5476b0f8fcd3563c47831843dd4df9d817a393.svn-base 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. <!DOCTYPE html>
  2. <html mip>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
  6. <meta name="keywords" content="<yunu:config name='seo_keywords'/>">
  7. <meta name="description" content="<yunu:config name='seo_description'/>">
  8. <title>{$category.title}-<yunu:config name="site_title"/></title>
  9. <link rel="stylesheet" type="text/css" href="https://mipcache.bdstatic.com/static/v1/mip.css">
  10. <link rel="canonical" href="<yunu:config name='wapurl'/>">
  11. <style mip-custom>
  12. .mip-head {
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. width: 100%;
  17. background: #3285ff;
  18. z-index: 99;
  19. border-bottom: 1px solid #ccc;
  20. height: 43px;
  21. }
  22. .mip-head a {
  23. margin-left: 5px;
  24. color: #fff;
  25. float: left;
  26. }
  27. .mip-head a p {
  28. line-height: 44px;
  29. font-size: 20px;
  30. color: #fff;
  31. }
  32. .mip-head span {
  33. float: right;
  34. width: 44px;
  35. height: 44px;
  36. background: url(__PUBLIC__/img/other.png) no-repeat center;
  37. background-size: 100%;
  38. }
  39. .mip-nav h3.mip-tit a {
  40. transform: rotate(90deg);
  41. }
  42. .mip-nav mip-sidebar {
  43. width: 50%;
  44. background: #333;
  45. }
  46. .mip-nav mip-sidebar ul{
  47. margin: 0 10px;
  48. }
  49. .mip-nav mip-sidebar li {
  50. display: block;
  51. margin-top: 15px;
  52. margin-bottom: 20px;
  53. }
  54. .mip-nav mip-sidebar a{
  55. display: block;
  56. font-size: 14px;
  57. line-height: 24px;
  58. padding: 4px 0;
  59. color: #fff;
  60. border-bottom: 1px solid #fff;
  61. background-size: 15%;
  62. padding-left: 40px;
  63. }
  64. .mip-nav mip-sidebar li:first-child a{
  65. background: url(__PUBLIC__/img/index.png) no-repeat left;
  66. background-size: 15%;
  67. }
  68. .mip-nav mip-sidebar li:first-child+li a{
  69. background: url(__PUBLIC__/img/about.png) no-repeat left;
  70. background-size: 15%;
  71. background-size: 15%;
  72. }
  73. .mip-nav mip-sidebar li:first-child+li+li a{
  74. background: url(__PUBLIC__/img/pro.png) no-repeat left;
  75. background-size: 15%;
  76. }
  77. .mip-nav mip-sidebar li:first-child+li+li+li a{
  78. background: url(__PUBLIC__/img/new.png) no-repeat left;
  79. background-size: 15%;
  80. }
  81. .mip-nav mip-sidebar li:first-child+li+li+li+li a{
  82. background: url(__PUBLIC__/img/pic.png) no-repeat left;
  83. background-size: 15%;
  84. }
  85. .mip-nav mip-sidebar li:first-child+li+li+li+li+li a{
  86. background: url(__PUBLIC__/img/cont.png) no-repeat left;
  87. background-size: 15%;
  88. }
  89. .mip-nav mip-sidebar li:first-child+li+li+li+li+li+li a{
  90. background: url(__PUBLIC__/img/qt1.png) no-repeat left;
  91. background-size: 15%;
  92. }
  93. .mip-nav mip-sidebar li:first-child+li+li+li+li+li+li+li a{
  94. background: url(__PUBLIC__/img/qt2.png) no-repeat left;
  95. background-size: 15%;
  96. }
  97. .mip-nav mip-sidebar li:first-child+li+li+li+li+li+li+li+li a{
  98. background: url(__PUBLIC__/img/qt3.png) no-repeat left;
  99. background-size: 15%;
  100. }
  101. .mip-img-container {
  102. margin: 0;
  103. padding-top: 44px;
  104. }
  105. /*head-nav.css*/
  106. .mip-carousle-subtitle {
  107. font-size: 18px;
  108. }
  109. .mip-carousel-indicator-wrapper {
  110. position: relative;
  111. top: -10px;
  112. z-index: 10;
  113. }
  114. .mip-carousel-indicatorDot .mip-carousel-activeitem {
  115. background: #3285ff;
  116. }
  117. .mip-fl {float: left;}
  118. .mip-fr {float: right;}
  119. .mip-text {
  120. width: 98%;
  121. padding: 0 1%;
  122. }
  123. .mip-clearfix {
  124. clear: both;
  125. }
  126. .mip-ul {
  127. width: 100%;
  128. }
  129. .mip-ul li {
  130. width: 48%;
  131. margin: 1%;
  132. float: left;
  133. list-style: none;
  134. }
  135. .mip-about {
  136. width: 100%;
  137. }
  138. h3.mip-tit{
  139. text-align: left;
  140. margin-top: 10px;
  141. font-size: 16px;
  142. line-height: 32px;
  143. background: #f2f2f2;
  144. color: #666;
  145. font-weight: normal;
  146. display: inline-block;
  147. width: 100%;
  148. float: left;
  149. }
  150. h3.mip-tit i {
  151. width: 5px;
  152. height: 32px;
  153. background: #3285ff;
  154. float: left;
  155. margin-right: 10px;
  156. }
  157. h3.mip-tit a {
  158. float: right;
  159. line-height: 30px;
  160. font-size: 12px;
  161. color: #666;
  162. margin-right: 10px;
  163. width: 20px;
  164. height: 30px;
  165. background: url(http://chenyang.t.yunucms.cn/template/default/wap/img/rii.png) no-repeat center;
  166. background-size: 100%;
  167. }
  168. .mip-foot {
  169. background: #f2f2f2;
  170. width: 100%;
  171. padding: 15px 0;
  172. margin-top: 20px;
  173. padding-bottom: 65px;
  174. }
  175. .mip-foot p {
  176. font-size: 13px;
  177. line-height: 24px;
  178. color: #666;
  179. padding: 0 10px;
  180. }
  181. .mip-new .mip-tit {
  182. margin-bottom: 10px;
  183. }
  184. .mip-new .mip-ul {
  185. width: 100%;
  186. }
  187. .mip-new .mip-ul li{
  188. width: 98%;
  189. }
  190. .mip-new .mip-ul li a {
  191. float: left;
  192. font-size: 13px;
  193. width: 65%;
  194. text-overflow: ellipsis;
  195. white-space: nowrap;
  196. overflow: hidden;
  197. }
  198. .mip-new .mip-ul li span {
  199. font-size: 13px;
  200. float: right;
  201. }
  202. .mip-foot-nav {
  203. position: fixed;
  204. bottom: 0;
  205. left: 0;
  206. width: 100%;
  207. height: 50px;
  208. background: #3285ff;
  209. z-index: 9;
  210. }
  211. .mip-foot-nav a {
  212. width: 24.7%;
  213. height: 50px;
  214. float: left;
  215. text-align: center;
  216. color: #fff;
  217. border-left: 1px solid #fff;
  218. }
  219. .mip-foot-nav a:first-child {
  220. border-left: none;
  221. }
  222. .mip-foot-nav a .mip-layout-container {
  223. width: 29px;
  224. height: 19px;
  225. display: block;
  226. margin: 5px auto;
  227. }
  228. .mip-foot-nav a span{
  229. font-size: 13px;
  230. color: #fff;
  231. }
  232. .gotop {
  233. width: 40px;
  234. height: 40px;
  235. background: url(img/ri.png) no-repeat center;
  236. background-size: 100%;
  237. background: #3285ff;
  238. }
  239. .mip-list-tit{
  240. text-align: left;
  241. font-size: 16px;
  242. line-height: 32px;
  243. background: #f2f2f2;
  244. color: #666;
  245. font-weight: normal;
  246. display: inline-block;
  247. width: 100%;
  248. height: 44px;
  249. margin-bottom: 10px;
  250. }
  251. .mip-list-tit .mip-nav-wrapper .navbar-toggle {
  252. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  253. width: 32px;
  254. height: 32px;
  255. background-size: 65%;
  256. float: right;
  257. border: none;
  258. transform:rotate(90deg);
  259. padding: 0;
  260. margin-top: 7px;
  261. margin-right: 5px;
  262. }
  263. .mip-list-tit .mip-nav-wrapper .navbar-toggle .icon-bar {
  264. display: none;
  265. }
  266. .mip-list-tit .mip-nav-wrapper .navbar-brand{
  267. font-size: 16px;
  268. line-height: 32px;
  269. color: #666;
  270. }
  271. .mip-list-tit .mip-nav-wrapper .navbar-brand i{
  272. width: 5px;
  273. height: 32px;
  274. background: #3285ff;
  275. float: left;
  276. margin-right: 10px;
  277. }
  278. .mip-list-tit .mip-nav-wrapper .navbar-toggle {
  279. outline: 0;
  280. }
  281. .mip-list-tit .mip-nav-wrapper #bs-navbar .navbar-nav li {
  282. display: block;
  283. margin-top: 15px;
  284. width: 100%;
  285. border: none;
  286. }
  287. .mip-list-tit .mip-nav-wrapper #navbar-wise-close-btn{
  288. position: absolute;
  289. right: 30px;
  290. z-index: 10;
  291. }
  292. .mip-list-tit .mip-nav-wrapper #bs-navbar .navbar-nav a {
  293. font-size: 15px;
  294. margin-right: 15px;
  295. margin-top: 1px;
  296. width: 100%;
  297. display: block;
  298. }
  299. .mip-list-tit mip-sidebar li button {
  300. width: 20px;
  301. height: 20px;
  302. display: inline-block;
  303. }
  304. .mip-list-tit mip-sidebar a{
  305. display: block;
  306. font-size: 14px;
  307. line-height: 24px;
  308. padding: 4px 0;
  309. border-bottom: 1px solid #fff;
  310. }
  311. .pagination{
  312. height:40px;
  313. padding:20px 0px;
  314. width: 97%;
  315. padding: 0 1.8%;
  316. margin: 15px 0;
  317. }
  318. .pagination .pindex {
  319. background: url(__PUBLIC__/img/ple.png) no-repeat center;
  320. background-size: 95%;
  321. }
  322. .pagination .pindex:hover {
  323. background: url(__PUBLIC__/img/ple.png) no-repeat center;
  324. background-size: 95%;
  325. }
  326. .pagination .plast {
  327. background: url(__PUBLIC__/img/pri.png) no-repeat center;
  328. background-size: 95%;
  329. }
  330. .pagination .plast:hover {
  331. background: url(__PUBLIC__/img/pri.png) no-repeat center;
  332. background-size: 95%;
  333. }
  334. .pagination .prvea {
  335. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  336. background-size: 70%;
  337. transform: rotate(180deg);
  338. }
  339. .pagination .prvea:hover {
  340. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  341. background-size: 70%;
  342. transform: rotate(180deg);
  343. }
  344. .pagination .nexta {
  345. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  346. background-size: 70%;
  347. }
  348. .pagination .nexta:hover {
  349. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  350. background-size: 70%;
  351. }
  352. .pagination p{
  353. margin:0;
  354. cursor:pointer;
  355. }
  356. .pagination a{
  357. display:block;
  358. float:left;
  359. margin-right:10px;
  360. padding:2px 12px;
  361. height:24px;
  362. border:1px #cccccc solid;
  363. background:#fff;
  364. text-decoration:none;
  365. color:#808080;
  366. font-size:12px;
  367. line-height:24px;
  368. }
  369. .pagination a:hover{
  370. color:#077ee3;
  371. background: white;
  372. border:1px #077ee3 solid;
  373. }
  374. .pagination a.cur{
  375. border:none;
  376. background:#077ee3;
  377. color:#fff;
  378. }
  379. .pagination p{
  380. float:left;
  381. padding:2px 12px;
  382. font-size:12px;
  383. height:24px;
  384. line-height:24px;
  385. color:#bbb;
  386. border:1px #ccc solid;
  387. background:#fcfcfc;
  388. margin-right:8px;
  389. }
  390. .pagination p.pageRemark{
  391. border-style:none;
  392. background:none;
  393. margin-right:0px;
  394. padding:4px 0px;
  395. color:#666;
  396. }
  397. .pagination p.pageRemark b{
  398. color:red;
  399. }
  400. .pagination p.pageEllipsis{
  401. border-style:none;
  402. background:none;
  403. padding:4px 0px;
  404. color:#808080;
  405. }
  406. .dates li {font-size: 14px;margin:20px 0}
  407. .dates li span{float:right}
  408. /*page.css*/
  409. </style>
  410. <noscript>
  411. <style mip-officialrelease>
  412. body {
  413. -webkit-animation: none;
  414. -moz-animation: none;
  415. -ms-animation: none;
  416. animation: none
  417. }
  418. </style>
  419. </noscript>
  420. </head>
  421. <body>
  422. <include file="public:header" />
  423. <div class="mip-list-tit">
  424. <div class="mip-nav-wrapper">
  425. <mip-nav-slidedown
  426. data-id="bs-navbar"
  427. class="mip-element-sidebar container"
  428. data-showbrand="1"
  429. data-brandname="<i></i>新闻中心">
  430. <nav id="bs-navbar" class="navbar-collapse collapse navbar navbar-static-top">
  431. <ul class="nav navbar-nav navbar-right">
  432. <li>
  433. <button id="navbar-wise-close-btn"></button>
  434. </li>
  435. <yunu:catlist type="self" limit="20">
  436. <a href="{$catlist.url}">{$catlist.title}</a>
  437. </yunu:catlist>
  438. </ul>
  439. </nav>
  440. </mip-nav-slidedown>
  441. </div>
  442. </div>
  443. <div class="mip-new">
  444. <div class="mip-text">
  445. <ul class="mip-ul">
  446. <yunu:list cid="$cid" orderby="sort desc" limit="800">
  447. <li>
  448. <a href="{$list.url}">{$list.title}</a>
  449. <span>{$list.update_time|date='Y-m-d',###}</span>
  450. </li>
  451. </yunu:list>
  452. </ul>
  453. </div>
  454. <div class="mip-clearfix"></div>
  455. </div>
  456. <div class="mip-clearfix"></div>
  457. <include file="public:footer" />
  458. <script src="https://mipcache.bdstatic.com/static/v1/mip-sidebar/mip-sidebar.js"></script>
  459. </html>