!function(){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */e=function(){return n};var r,n={},o=Object.prototype,i=o.hasOwnProperty,a=Object.defineProperty||function(t,e,r){t[e]=r.value},l="function"==typeof Symbol?Symbol:{},c=l.iterator||"@@iterator",u=l.asyncIterator||"@@asyncIterator",s=l.toStringTag||"@@toStringTag";function f(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{f({},"")}catch(r){f=function(t,e,r){return t[e]=r}}function p(t,e,r,n){var o=e&&e.prototype instanceof g?e:g,i=Object.create(o.prototype),l=new N(n||[]);return a(i,"_invoke",{value:A(t,r,l)}),i}function h(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}n.wrap=p;var d="suspendedStart",v="suspendedYield",m="executing",y="completed",x={};function g(){}function w(){}function b(){}var L={};f(L,c,(function(){return this}));var k=Object.getPrototypeOf,j=k&&k(k(P([])));j&&j!==o&&i.call(j,c)&&(L=j);var E=b.prototype=g.prototype=Object.create(L);function _(t){["next","throw","return"].forEach((function(e){f(t,e,(function(t){return this._invoke(e,t)}))}))}function T(e,r){function n(o,a,l,c){var u=h(e[o],e,a);if("throw"!==u.type){var s=u.arg,f=s.value;return f&&"object"==t(f)&&i.call(f,"__await")?r.resolve(f.__await).then((function(t){n("next",t,l,c)}),(function(t){n("throw",t,l,c)})):r.resolve(f).then((function(t){s.value=t,l(s)}),(function(t){return n("throw",t,l,c)}))}c(u.arg)}var o;a(this,"_invoke",{value:function(t,e){function i(){return new r((function(r,o){n(t,e,r,o)}))}return o=o?o.then(i,i):i()}})}function A(t,e,n){var o=d;return function(i,a){if(o===m)throw new Error("Generator is already running");if(o===y){if("throw"===i)throw a;return{value:r,done:!0}}for(n.method=i,n.arg=a;;){var l=n.delegate;if(l){var c=O(l,n);if(c){if(c===x)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===d)throw o=y,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=m;var u=h(t,e,n);if("normal"===u.type){if(o=n.done?y:v,u.arg===x)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(o=y,n.method="throw",n.arg=u.arg)}}}function O(t,e){var n=e.method,o=t.iterator[n];if(o===r)return e.delegate=null,"throw"===n&&t.iterator.return&&(e.method="return",e.arg=r,O(t,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),x;var i=h(o,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,x;var a=i.arg;return a?a.done?(e[t.resultName]=a.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=r),e.delegate=null,x):a:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,x)}function S(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function C(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function N(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(S,this),this.reset(!0)}function P(e){if(e||""===e){var n=e[c];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,a=function t(){for(;++o<e.length;)if(i.call(e,o))return t.value=e[o],t.done=!1,t;return t.value=r,t.done=!0,t};return a.next=a}}throw new TypeError(t(e)+" is not iterable")}return w.prototype=b,a(E,"constructor",{value:b,configurable:!0}),a(b,"constructor",{value:w,configurable:!0}),w.displayName=f(b,s,"GeneratorFunction"),n.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===w||"GeneratorFunction"===(e.displayName||e.name))},n.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,f(t,s,"GeneratorFunction")),t.prototype=Object.create(E),t},n.awrap=function(t){return{__await:t}},_(T.prototype),f(T.prototype,u,(function(){return this})),n.AsyncIterator=T,n.async=function(t,e,r,o,i){void 0===i&&(i=Promise);var a=new T(p(t,e,r,o),i);return n.isGeneratorFunction(e)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},_(E),f(E,s,"Generator"),f(E,c,(function(){return this})),f(E,"toString",(function(){return"[object Generator]"})),n.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},n.values=P,N.prototype={constructor:N,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(C),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=r)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(n,o){return l.type="throw",l.arg=t,e.next=n,o&&(e.method="next",e.arg=r),!!o}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],l=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var c=i.call(a,"catchLoc"),u=i.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return n(a.catchLoc,!0);if(this.prev<a.finallyLoc)return n(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return n(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return n(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var o=n;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,x):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),x},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),C(r),x}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;C(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:P(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=r),x}},n}function r(t,e,r,n,o,i,a){try{var l=t[i](a),c=l.value}catch(u){return void r(u)}l.done?e(c):Promise.resolve(c).then(n,o)}function n(t){return function(){var e=this,n=arguments;return new Promise((function(o,i){var a=t.apply(e,n);function l(t){r(a,o,i,l,c,"next",t)}function c(t){r(a,o,i,l,c,"throw",t)}l(void 0)}))}}System.register(["./entry-legacy.d68d3bb9.js","./menuTreeStore-legacy.9465c7d9.js","./news-legacy.bde488f1.js","./home-legacy.4eefd830.js","./timeTransform-legacy.3a35bb21.js","./_plugin-vue_export-helper-legacy.61c4c9d1.js","./http-legacy.d8e4771c.js"],(function(t,r){"use strict";var o,i,a,l,c,u,s,f,p,h,d,v,m,y,x,g,w,b,L,k,j;return{setters:[function(t){o=t.f,i=t.r,a=t.h,l=t.u,c=t.c,u=t.a,s=t.t,f=t.k,p=t.l,h=t.n,d=t.F,v=t.m,m=t.o,y=t.p,x=t.e,g=t.s},function(t){w=t.u},function(t){b=t.a},function(t){L=t.g},function(t){k=t.t},function(t){j=t._},null],execute:function(){var r=document.createElement("style");r.textContent="[data-v-11d58105] .page-title li:hover{color:#fff}.news-detail-page *[data-v-11d58105]{word-break:break-word}.news-detail-page .news-title[data-v-11d58105]{line-height:3rem}.news-detail-page .pubText[data-v-11d58105] *{margin:auto}.news-detail-page .related .title[data-v-11d58105]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.news-detail-page .about .next p[data-v-11d58105],.news-detail-page .about .pre p[data-v-11d58105]{line-height:1.5em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n",document.head.appendChild(r);var E=function(t){return y("data-v-11d58105"),t=t(),x(),t},_={class:"news-detail-page"},T=E((function(){return u("div",{class:"page-title absolute w-[1280px] h-full top-0 left-1/2 -translate-x-1/2 hidden md:inline-block"},[u("p",{class:"text-[38px] mt-[25px] ml-5 text-white"},"News Center")],-1)})),A={class:"news-detail-wrap w-full px-5 xl:px-0 xl:w-[1280px] mx-auto py-[40px] xl:grid grid-cols-12"},O={class:"col-span-8 con"},S={class:"news-title text-lg md:text-2xl xl:text-4xl text-[#181818] text-center md:text-left"},C={class:"about flex mt-5 md:mt-[36px] text-xs md:text-sm xl:text-base text-[#666] justify-center md:justify-start"},N={class:"flex ml-10 pub-time"},P=E((function(){return u("p",null,"Published on：",-1)})),G=["innerHTML"],F={class:"mt-8 mb-5 about md:mb-14"},I=E((function(){return u("p",{class:"flex-shrink-0"},"Previous：",-1)})),M=E((function(){return u("p",{class:"flex-shrink-0"},"Next：",-1)})),q={class:"col-span-3 col-start-10 aside"},H=E((function(){return u("div",{class:"mt-3 mb-5 text-lg la md:text-2xl md:mb-10"},[u("p",null,"Recommend")],-1)})),K={class:"grid grid-cols-2 gap-2 related xl:block"},Y=["onClick"],B={class:"img"},D=["src"],X={class:"title text-sm my-3 hover:text-[#225195] cursor-pointer"},R={__name:"index",setup:function(t){var r=o();w();var y=i({});function x(t){return j.apply(this,arguments)}function j(){return(j=n(e().mark((function t(r){var n,o;return e().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,b({id:r});case 2:n=t.sent,0===(o=n.data).value.code&&(y.value=o.value.response);case 5:case"end":return t.stop()}}),t)})))).apply(this,arguments)}x(r.query.id);var E=function(){var t=n(e().mark((function t(r){return e().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,g({path:"/newsDetail",query:{id:r}});case 2:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}();return a((function(){return r.query}),(function(t){var e=t.id;e&&x(e)})),l({title:"News Center"}),function(t,e){var r,n,o;return m(),c("div",_,[u("div",{class:"banner md:h-[170px] relative"},[u("img",{class:"hidden w-full h-full md:inline-block",src:"https://0.rc.xiniu.com/g4/M00/39/FB/CgAG0mIKTAiAXB_XAAHDtmtYuPw978.jpg",alt:""}),u("img",{class:"inline-block w-full md:hidden",src:"https://0.rc.xiniu.com/g4/M00/54/40/CgAG0mKimn-ATpUoAAs0bC_dLKw738.jpg",alt:""}),T]),u("div",A,[u("div",O,[u("div",S,s(null===(r=f(y))||void 0===r?void 0:r.title),1),u("div",C,[u("div",N,[P,u("p",null,s(f(k)(f(y).createTime)),1)])]),u("div",{class:"pubText text-sm md:text-base mt-8 md:mt-[40px] text-[#77777a]",innerHTML:f(y).text},null,8,G),u("div",F,[f(y).previous?(m(),c("div",{key:0,onClick:e[0]||(e[0]=p((function(t){return E(f(y).previous.id)}),["stop"])),class:"pre my-1 flex text-sm md:text-base text-[#333] md:text-[#77777A] cursor-pointer hover:text-[#225195]"},[I,u("p",null,s(null===(n=f(y))||void 0===n?void 0:n.previous.title),1)])):h("",!0),f(y).next?(m(),c("div",{key:1,onClick:e[1]||(e[1]=p((function(t){return E(f(y).next.id)}),["stop"])),class:"next my-1 flex text-sm md:text-base text-[#333] md:text-[#77777A] cursor-pointer hover:text-[#225195]"},[M,u("p",null,s(null===(o=f(y))||void 0===o?void 0:o.next.title),1)])):h("",!0)])]),u("div",q,[H,u("ul",K,[(m(!0),c(d,null,v(f(y).relatedNews,(function(e){return m(),c("li",{onClick:function(t){return E(e.id)},class:"col-span-1 item xl:my-5"},[u("div",B,[u("img",{src:("getImage"in t?t.getImage:f(L))(e.image),alt:""},null,8,D)]),u("div",X,[u("p",null,s(e.title),1)])],8,Y)})),256))])])])])}}};t("default",j(R,[["__scopeId","data-v-11d58105"]]))}}}))}();
