合并分支 'Branch_wy' 到 'master'
Branch wy 查看合并请求 !3
正在显示
33 个修改的文件
包含
707 行增加
和
0 行删除
care/history_time.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html lang="en"> | ||
3 | + <head> | ||
4 | + <meta charset="UTF-8" /> | ||
5 | + <meta | ||
6 | + name="viewport" | ||
7 | + content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" | ||
8 | + /> | ||
9 | + <meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
10 | + <link rel="stylesheet" href="../css/bootstrap.min.css" /> | ||
11 | + <link rel="stylesheet" href="../css/swiper-3.4.2.min.css" /> | ||
12 | + <link rel="stylesheet" href="../css/base.css" /> | ||
13 | + <link rel="stylesheet" href="../css/index.css" /> | ||
14 | + <title>Tianjin Medical University Cancer Institute & Hospital</title> | ||
15 | + <style> | ||
16 | + .single_box { | ||
17 | + width: 600px; | ||
18 | + margin-bottom: 44px; | ||
19 | + } | ||
20 | + | ||
21 | + .single_box:last-child { | ||
22 | + margin: 0; | ||
23 | + } | ||
24 | + | ||
25 | + .content-word { | ||
26 | + position: relative; | ||
27 | + align-items: flex-start; | ||
28 | + display: flex; | ||
29 | + display: -webkit-flex; | ||
30 | + } | ||
31 | + | ||
32 | + .single_mark { | ||
33 | + width: 1000px; | ||
34 | + margin: 0 auto; | ||
35 | + margin-bottom: 30px; | ||
36 | + cursor: pointer; | ||
37 | + } | ||
38 | + | ||
39 | + .single_mark img { | ||
40 | + width: 100%; | ||
41 | + } | ||
42 | + | ||
43 | + .content-word-left { | ||
44 | + width: 350px; | ||
45 | + min-height: 400px; | ||
46 | + flex: unset; | ||
47 | + align-self: flex-start; | ||
48 | + } | ||
49 | + | ||
50 | + .content-word-right { | ||
51 | + border-left: 1px solid #000; | ||
52 | + } | ||
53 | + | ||
54 | + .content-word-left h4 { | ||
55 | + color: #232323; | ||
56 | + line-height: 1.6; | ||
57 | + cursor: pointer; | ||
58 | + } | ||
59 | + /* .content-word-left h4.active, | ||
60 | + .content-word-left h4:hover { | ||
61 | + color: #00A16C; | ||
62 | + } */ | ||
63 | + | ||
64 | + .single_part_right { | ||
65 | + color: #00a16c; | ||
66 | + padding-left: 50px; | ||
67 | + display: none; | ||
68 | + max-width: 800px; | ||
69 | + } | ||
70 | + | ||
71 | + .single_part_right p { | ||
72 | + margin-top: 30px; | ||
73 | + margin-bottom: 20px; | ||
74 | + } | ||
75 | + | ||
76 | + .single_part_right.active { | ||
77 | + display: block; | ||
78 | + } | ||
79 | + | ||
80 | + .contant { | ||
81 | + margin-top: 80px; | ||
82 | + display: -webkit-box; | ||
83 | + display: -ms-flexbox; | ||
84 | + display: -webkit-flex; | ||
85 | + display: flex; | ||
86 | + justify-content: flex-start; | ||
87 | + } | ||
88 | + | ||
89 | + .contant_title { | ||
90 | + font-size: 20px; | ||
91 | + font-weight: bold; | ||
92 | + color: rgba(114, 113, 113, 1); | ||
93 | + margin-bottom: 46px; | ||
94 | + } | ||
95 | + | ||
96 | + .contant_titles { | ||
97 | + font-size: 20px; | ||
98 | + font-weight: bold; | ||
99 | + color: rgba(0, 161, 108, 1); | ||
100 | + margin-bottom: 46px; | ||
101 | + } | ||
102 | + | ||
103 | + .contant_left { | ||
104 | + position: relative; | ||
105 | + } | ||
106 | + | ||
107 | + .contant_left::after { | ||
108 | + content: ""; | ||
109 | + width: 2px; | ||
110 | + height: 733px; | ||
111 | + background: rgba(114, 113, 113, 1); | ||
112 | + position: absolute; | ||
113 | + top: 0; | ||
114 | + right: -150px; | ||
115 | + } | ||
116 | + | ||
117 | + .contant_right { | ||
118 | + margin-left: 280px; | ||
119 | + } | ||
120 | + | ||
121 | + .contant_img { | ||
122 | + width: 634px; | ||
123 | + } | ||
124 | + | ||
125 | + .contant_img img { | ||
126 | + width: 100%; | ||
127 | + } | ||
128 | + | ||
129 | + .contant_one_title { | ||
130 | + margin: 18px 0; | ||
131 | + font-size: 20px; | ||
132 | + font-weight: 400; | ||
133 | + color: rgba(114, 113, 113, 1); | ||
134 | + } | ||
135 | + | ||
136 | + .neirong { | ||
137 | + width: 790px; | ||
138 | + } | ||
139 | + | ||
140 | + .wire2_img { | ||
141 | + width: 100%; | ||
142 | + } | ||
143 | + | ||
144 | + .wire2_title { | ||
145 | + margin-top: 30px; | ||
146 | + font-size: 20px; | ||
147 | + color: #727171; | ||
148 | + font-weight: bold; | ||
149 | + line-height: 26px; | ||
150 | + } | ||
151 | + | ||
152 | + .wire2_word { | ||
153 | + margin-top: 10px; | ||
154 | + font-size: 20px; | ||
155 | + color: #727171; | ||
156 | + line-height: 26px; | ||
157 | + } | ||
158 | + | ||
159 | + .wire3 { | ||
160 | + margin-bottom: 64px; | ||
161 | + } | ||
162 | + | ||
163 | + .wire3_img { | ||
164 | + width: 362px; | ||
165 | + } | ||
166 | + | ||
167 | + .wire3_img img { | ||
168 | + width: 100%; | ||
169 | + } | ||
170 | + | ||
171 | + .wire3_title { | ||
172 | + margin-top: 16px; | ||
173 | + font-size: 20px; | ||
174 | + font-weight: 400; | ||
175 | + color: rgba(114, 113, 113, 1); | ||
176 | + line-height: 25px; | ||
177 | + } | ||
178 | + | ||
179 | + .wire4_title { | ||
180 | + font-size: 20px; | ||
181 | + font-weight: 400; | ||
182 | + color: rgba(114, 113, 113, 1); | ||
183 | + line-height: 36px; | ||
184 | + } | ||
185 | + | ||
186 | + .wire4_img { | ||
187 | + margin-top: 14px; | ||
188 | + width: 100%; | ||
189 | + } | ||
190 | + | ||
191 | + .wire4_img img { | ||
192 | + width: 100%; | ||
193 | + } | ||
194 | + | ||
195 | + .wire_word { | ||
196 | + margin-top: 24px; | ||
197 | + font-size: 20px; | ||
198 | + font-weight: 400; | ||
199 | + color: rgba(114, 113, 113, 1); | ||
200 | + line-height: 36px; | ||
201 | + } | ||
202 | + .wire4_bottom_img { | ||
203 | + width: 580px; | ||
204 | + margin: 46px auto 0 auto; | ||
205 | + } | ||
206 | + .wire4_bottom_img img { | ||
207 | + width: 100%; | ||
208 | + } | ||
209 | + </style> | ||
210 | + </head> | ||
211 | + | ||
212 | + <body> | ||
213 | + <nav class="navbar navbar-default bgf mb0"> | ||
214 | + <div class="container-fluid top_pc_brand"> | ||
215 | + <div class="navbar-header"> | ||
216 | + <button | ||
217 | + type="button" | ||
218 | + class="navbar-toggle mtperc10 menuPage" | ||
219 | + data-toggle="collapse" | ||
220 | + data-target="#bs-example-navbar-collapse-4" | ||
221 | + aria-expanded="true" | ||
222 | + > | ||
223 | + <span class="sr-only">Toggle navigation</span> | ||
224 | + <span class="icon-bar"></span> | ||
225 | + <span class="icon-bar"></span> | ||
226 | + <span class="icon-bar"></span> | ||
227 | + </button> | ||
228 | + <a class="navbar-brand logo" href="../index.html"> | ||
229 | + <img class="brand-logo" src="../images/logo.png" alt="" /> | ||
230 | + </a> | ||
231 | + </div> | ||
232 | + <div | ||
233 | + class="navbar-collapse collapse in" | ||
234 | + id="bs-example-navbar-collapse-4" | ||
235 | + aria-expanded="true" | ||
236 | + > | ||
237 | + <div class="search-group mt30 form-group navbar-text navbar-right"> | ||
238 | + <a href="http://www.tjmuch.com/" class="langue">中文</a> | ||
239 | + <input | ||
240 | + type="text" | ||
241 | + class="form-control search-input" | ||
242 | + placeholder="Search" | ||
243 | + /> | ||
244 | + <div class="magnifier"> | ||
245 | + <img src="../images/search_btn.png" alt="" /> | ||
246 | + </div> | ||
247 | + </div> | ||
248 | + </div> | ||
249 | + </div> | ||
250 | + </nav> | ||
251 | + <div class="container-fluid pc"> | ||
252 | + <div class="mask"></div> | ||
253 | + <div class="bs-example" data-example-id="simple-justified-button-group"> | ||
254 | + <ul class="nav_menu_items"> | ||
255 | + <li class="btn navbtn-a" role="button"> | ||
256 | + <a href="javascript:;">ABOUT US</a> | ||
257 | + <div class="sec_menu_items"> | ||
258 | + <a href="../about/welcome.html" class="inner_item"> | ||
259 | + Welcome Message | ||
260 | + </a> | ||
261 | + <a href="../about/mission.html" class="inner_item"> | ||
262 | + Mission and Vision | ||
263 | + </a> | ||
264 | + <a href="../about/leadership.html" class="inner_item"> | ||
265 | + Leadership | ||
266 | + </a> | ||
267 | + <a href="../about/history.html" class="inner_item"> | ||
268 | + History and Milestones | ||
269 | + </a> | ||
270 | + <a href="../about/quick.html" class="inner_item"> | ||
271 | + Quick Facts | ||
272 | + </a> | ||
273 | + <a href="../about/contact.html" class="inner_item">Contact Us</a> | ||
274 | + </div> | ||
275 | + </li> | ||
276 | + <li class="btn navbtn-a" role="button"> | ||
277 | + <a href="JavaScript:;">CLINICAL RESOURCES</a> | ||
278 | + <div class="sec_menu_items"> | ||
279 | + <div | ||
280 | + href="../clinical/departments.html" | ||
281 | + onclick="window.location.href='../clinical/departments.html'" | ||
282 | + class="inner_item" | ||
283 | + > | ||
284 | + Clinical Departments | ||
285 | + <div class="third_menu_items"> | ||
286 | + <a href="../clinical/departm.html" class="inner_item"> | ||
287 | + Surgical Department | ||
288 | + </a> | ||
289 | + <a href="../clinical/medical.html" class="inner_item"> | ||
290 | + Medical Oncology | ||
291 | + </a> | ||
292 | + <a href="../clinical/radiation.html" class="inner_item"> | ||
293 | + Radiation Oncology | ||
294 | + </a> | ||
295 | + <a href="../clinical/diagnostic.html" class="inner_item"> | ||
296 | + Diagnostic Oncology | ||
297 | + </a> | ||
298 | + <a href="../clinical/center.html" class="inner_item"> | ||
299 | + Center of Excellences | ||
300 | + </a> | ||
301 | + </div> | ||
302 | + </div> | ||
303 | + <a href="../clinical/activities.html" class="inner_item"> | ||
304 | + Clinical Activities | ||
305 | + </a> | ||
306 | + <a href="../clinical/trials.html" class="inner_item"> | ||
307 | + Clinical Trials | ||
308 | + </a> | ||
309 | + <a href="../clinical/finddoctor.html" class="inner_item"> | ||
310 | + Find a Doctor | ||
311 | + </a> | ||
312 | + </div> | ||
313 | + </li> | ||
314 | + <li class="btn navbtn-a" role="button"> | ||
315 | + <a href="javascript:;">RESEARCH & EDUCATION</a> | ||
316 | + <div class="sec_menu_items"> | ||
317 | + <a href="../research/nationalCancer.html" class="inner_item"> | ||
318 | + National Cancer Clinical Research Center | ||
319 | + </a> | ||
320 | + <div | ||
321 | + href="../research/research.html" | ||
322 | + onclick="location.href='../research/research.html'" | ||
323 | + class="inner_item" | ||
324 | + > | ||
325 | + Research | ||
326 | + <div class="third_menu_items"> | ||
327 | + <a href="../research/research1.html" class="inner_item"> | ||
328 | + Research programs | ||
329 | + </a> | ||
330 | + <a href="../research/research2.html" class="inner_item"> | ||
331 | + Achievements | ||
332 | + </a> | ||
333 | + <a href="../research/research3.html" class="inner_item"> | ||
334 | + Key Labaratories | ||
335 | + </a> | ||
336 | + <a href="../research/researcher.html" class="inner_item"> | ||
337 | + Find a Researcher | ||
338 | + </a> | ||
339 | + </div> | ||
340 | + </div> | ||
341 | + <div | ||
342 | + href="../research/education.html" | ||
343 | + onclick="location.href='../research/education.html'" | ||
344 | + class="inner_item" | ||
345 | + > | ||
346 | + Education | ||
347 | + <div class="third_menu_items"> | ||
348 | + <a href="../research/education.html" class="inner_item"> | ||
349 | + Graduate Study | ||
350 | + </a> | ||
351 | + <a href="../research/education.html" class="inner_item"> | ||
352 | + International Study | ||
353 | + </a> | ||
354 | + <a href="../research/education.html" class="inner_item"> | ||
355 | + Continuing Study | ||
356 | + </a> | ||
357 | + </div> | ||
358 | + </div> | ||
359 | + <a href="../research/news.html" class="inner_item"> | ||
360 | + News | ||
361 | + </a> | ||
362 | + </div> | ||
363 | + </li> | ||
364 | + <li class="btn navbtn-a" role="button"> | ||
365 | + <a href="javascript:;">TIANJIN CANCER INSTITUTE</a> | ||
366 | + <div class="sec_menu_items"> | ||
367 | + <div href="javascript:;" class="inner_item"> | ||
368 | + About Us | ||
369 | + <div class="third_menu_items"> | ||
370 | + <a href="../institute/aboutus.html" class="inner_item"> | ||
371 | + About Us | ||
372 | + </a> | ||
373 | + <a href="../institute/leadership.html" class="inner_item"> | ||
374 | + Leadership | ||
375 | + </a> | ||
376 | + <a href="../institute/history.html" class="inner_item"> | ||
377 | + History | ||
378 | + </a> | ||
379 | + <a href="../institute/report.html" class="inner_item"> | ||
380 | + Annual Report | ||
381 | + </a> | ||
382 | + </div> | ||
383 | + </div> | ||
384 | + <div href="../clinical/nursing.html" class="inner_item"> | ||
385 | + Research | ||
386 | + <div class="third_menu_items"> | ||
387 | + <a href="../institute/researchers.html" class="inner_item"> | ||
388 | + Our Researchers | ||
389 | + </a> | ||
390 | + <a href="../institute/facilities.html" class="inner_item"> | ||
391 | + Core Facilities and Services | ||
392 | + </a> | ||
393 | + <a | ||
394 | + href="http://www.cancerbiomed.org/index.php/cocr" | ||
395 | + class="inner_item" | ||
396 | + > | ||
397 | + Journal of Clinical Oncology | ||
398 | + </a> | ||
399 | + </div> | ||
400 | + </div> | ||
401 | + <a href="../institute/news.html" class="inner_item"> | ||
402 | + News | ||
403 | + </a> | ||
404 | + <a href="../institute/concat.html" class="inner_item"> | ||
405 | + Contact Us | ||
406 | + </a> | ||
407 | + </div> | ||
408 | + </li> | ||
409 | + <li class="btn navbtnActive navbtn-a" role="button"> | ||
410 | + <a href="../contact.html">NURSING CARE</a> | ||
411 | + <div class="sec_menu_items"> | ||
412 | + <a href="../care/aboutus.html" class="inner_item"> | ||
413 | + About Us | ||
414 | + </a> | ||
415 | + <a href="../care/activity.html" class="inner_item"> | ||
416 | + Nursing Activities | ||
417 | + </a> | ||
418 | + <a href="../care/training.html" class="inner_item"> | ||
419 | + Nurse Training | ||
420 | + </a> | ||
421 | + <a href="../care/achievement.html" class="inner_item"> | ||
422 | + Research Achievement | ||
423 | + </a> | ||
424 | + <a href="../care/exchange.html" class="inner_item"> | ||
425 | + International Exchanges | ||
426 | + </a> | ||
427 | + <a href="../care/cancer.html" class="inner_item"> | ||
428 | + Cancer Survivorship Support | ||
429 | + </a> | ||
430 | + <a href="../care/news.html" class="inner_item"> | ||
431 | + News & Events | ||
432 | + </a> | ||
433 | + <a href="../care/contactUs.html" class="inner_item"> | ||
434 | + Contact Us | ||
435 | + </a> | ||
436 | + </div> | ||
437 | + </li> | ||
438 | + <li class="btn navbtn-a" role="button"> | ||
439 | + <a href="javascript:;">INTERNATIONAL AFFAIRS</a> | ||
440 | + <div class="sec_menu_items"> | ||
441 | + <a href="../international/conference.html" class="inner_item"> | ||
442 | + International Conferences | ||
443 | + </a> | ||
444 | + <a href="../international/training.html" class="inner_item"> | ||
445 | + Oversea Trainings | ||
446 | + </a> | ||
447 | + <a href="../international/referral.html" class="inner_item"> | ||
448 | + International Patients | ||
449 | + </a> | ||
450 | + <a href="../international/partners.html" class="inner_item"> | ||
451 | + Partnership Institutions | ||
452 | + </a> | ||
453 | + </div> | ||
454 | + </li> | ||
455 | + <li class="btn navbtn-a" role="button"> | ||
456 | + <a href="../news.html">NEWS RELEASE</a> | ||
457 | + </li> | ||
458 | + </ul> | ||
459 | + </div> | ||
460 | + | ||
461 | + <div class="content padding0"> | ||
462 | + <!-- Swiper --> | ||
463 | + <!-- <div class="img-header"> | ||
464 | + <img src="../images/care_top.png" width="100%" alt=""> | ||
465 | + </div> --> | ||
466 | + </div> | ||
467 | + <div class="content"> | ||
468 | + <div class="navpath"> | ||
469 | + Nursing Care<span>></span>About Us | ||
470 | + <span>></span>Important Events | ||
471 | + </div> | ||
472 | + <div class="contant"> | ||
473 | + <dis class="contant_left"> | ||
474 | + <div class="contant_title">About Us</div> | ||
475 | + <div class="contant_title">Leadership Team</div> | ||
476 | + <div class="contant_title">Recognition</div> | ||
477 | + <div class="contant_title">Important Events</div> | ||
478 | + </dis> | ||
479 | + <div class="xunhuan"> | ||
480 | + <div class="contant_right neirong" style="display: none"> | ||
481 | + <div class="contant_one"> | ||
482 | + <div class="contant_img"> | ||
483 | + <img src="../images/5-1-4_5.png" alt="" /> | ||
484 | + </div> | ||
485 | + <div class="contant_one_title"> | ||
486 | + 1861 Ma Gen Ji established London Church Hospital | ||
487 | + </div> | ||
488 | + </div> | ||
489 | + <div class="contant_one"> | ||
490 | + <div class="contant_img"> | ||
491 | + <img src="../images/5-1-4_4.png" alt="" /> | ||
492 | + </div> | ||
493 | + <div class="contant_one_title"> | ||
494 | + 1927 Jihua Senior Nurse School | ||
495 | + </div> | ||
496 | + </div> | ||
497 | + <div class="contant_one"> | ||
498 | + <div class="contant_img"> | ||
499 | + <img src="../images/5-1-4_3.png" alt="" /> | ||
500 | + </div> | ||
501 | + <div class="contant_one_title"> | ||
502 | + 2005 Director Yongqin Jiang worked as Board Member of the ISNCC | ||
503 | + </div> | ||
504 | + </div> | ||
505 | + <div class="contant_one"> | ||
506 | + <div class="contant_img"> | ||
507 | + <img src="../images/5-1-4_2.png" alt="" /> | ||
508 | + </div> | ||
509 | + <div class="contant_one_title"> | ||
510 | + 2011 Rongxiu Chen:the 43rd Nightingale Medal Winner | ||
511 | + </div> | ||
512 | + </div> | ||
513 | + <div class="contant_one"> | ||
514 | + <div class="contant_img"> | ||
515 | + <img src="../images/5-1-4_1.png" alt="" /> | ||
516 | + </div> | ||
517 | + <div class="contant_one_title"> | ||
518 | + 2015 Wanmin Qiang<br /> | ||
519 | + The first chairman of Chinese Association of Nursers in Oncology | ||
520 | + </div> | ||
521 | + </div> | ||
522 | + </div> | ||
523 | + <div class="contant_right neirong" style="display: none"> | ||
524 | + <div class="wire2_img"> | ||
525 | + <img src="../images/leaser6.png" alt="" /> | ||
526 | + </div> | ||
527 | + <div class="wire2_title"> | ||
528 | + Our Team | ||
529 | + </div> | ||
530 | + <div class="wire2_word"> | ||
531 | + At present, there are 1277 nurses and 83% of nurses with a | ||
532 | + bachelor degree or above, 27 with a master's degree or above, 4 | ||
533 | + acted as master's tutor, 25 has a part-time academic position at | ||
534 | + provincial or municipal level or above.<br /> | ||
535 | + According to “China's Hospital Rankings in Science and | ||
536 | + Technology”, Nursing has top the ranking in cancer care for | ||
537 | + consecutively 2 years .<br /> | ||
538 | + The National Key Disciplines Fields<br /> | ||
539 | + National Working Women’s Collective with Red Flag | ||
540 | + </div> | ||
541 | + <div class="wire2_title"> | ||
542 | + Contact Us | ||
543 | + </div> | ||
544 | + <div class="wire2_word"> | ||
545 | + Tianjin Medical University Cancer Institute & Hospital<br /> | ||
546 | + West Huan-Hu Rd, Ti Yuan Bei, Hexi District Tianjin 300060 China | ||
547 | + Phone : nursing department :<br /> | ||
548 | + 0086-22-23524903 Home care center: 0086-22-23353454 | ||
549 | + </div> | ||
550 | + </div> | ||
551 | + <div class="contant_right neirong" style="display: none"> | ||
552 | + <div class="wire3"> | ||
553 | + <div class="wire3_img"> | ||
554 | + <img src="../images/leader1.png" alt="" /> | ||
555 | + </div> | ||
556 | + <div class="wire3_title">Wanmin Qiang</div> | ||
557 | + </div> | ||
558 | + <div class="wire3"> | ||
559 | + <div class="wire3_img"> | ||
560 | + <img src="../images/leader2.png" alt="" /> | ||
561 | + </div> | ||
562 | + <div class="wire3_title">ling Yan</div> | ||
563 | + </div> | ||
564 | + <div class="wire3"> | ||
565 | + <div class="wire3_img"> | ||
566 | + <img src="../images/leader3.png" alt="" /> | ||
567 | + </div> | ||
568 | + <div class="wire3_title">Jing Zhao</div> | ||
569 | + </div> | ||
570 | + </div> | ||
571 | + <div class="contant_right neirong"> | ||
572 | + <div class="wire4_title"> | ||
573 | + Culture <br /> | ||
574 | + In 1861, British doctor Ma Gen Ji established London Church | ||
575 | + Hospital which was the first western medicine hospital in Tianjin | ||
576 | + and was the predecessor of Tianjin Medical University Cancer | ||
577 | + Institute & Hospital. | ||
578 | + </div> | ||
579 | + <div class="wire4_img"> | ||
580 | + <img src="../images/5-1-4_4.png" alt="" /> | ||
581 | + </div> | ||
582 | + <div class="wire_word"> | ||
583 | + In 1927, the hospital established Jihua Senior Nurse School | ||
584 | + established to cultivate nurses. Meanwhile,the hospital collects | ||
585 | + a personal letter from Dr Florence Nightingale.<br />Ideals | ||
586 | + <br />We innovated the belief of “Patients’ Needs first , | ||
587 | + Evidence-based Nursing” , which embodied humanity and | ||
588 | + individualization, to provide “Whole-course, whole-person, | ||
589 | + whole-family and whole-team” nursing mode for patients and | ||
590 | + patients’ family. | ||
591 | + </div> | ||
592 | + <div class="wire4_bottom_img"> | ||
593 | + <img src="../images/about_img.png" alt=" " /> | ||
594 | + </div> | ||
595 | + </div> | ||
596 | + </div> | ||
597 | + </div> | ||
598 | + <!-- <div class="content-word "> | ||
599 | + <div class="content-word-left "> | ||
600 | + <h4 class=" "> | ||
601 | + Evidence-based Nursing Team | ||
602 | + </h4> | ||
603 | + <h4 class=" "> | ||
604 | + Innovation & Profession | ||
605 | + | ||
606 | + </h4> | ||
607 | + <h4 class=" "> | ||
608 | + Scientific Achievements | ||
609 | + | ||
610 | + </h4> | ||
611 | + <h4 class=" "> | ||
612 | + Professional Books | ||
613 | + </h4> | ||
614 | + </div> | ||
615 | + | ||
616 | + <div class="content-word-right "> | ||
617 | + <div class="single_part_right active "> | ||
618 | + <h3>The aims is to combine research conclusions with clinical experience and patients' wishes as | ||
619 | + the basis for clinical nursing decision-making.</h3> | ||
620 | + <p> We pay great attention to the research of Cancer Rehabilitation, Hospice Care, | ||
621 | + Symptom experience and management, Supportive care needs and Quality of life of cancer | ||
622 | + patients . In the past 5 years, We have published more than 400 papers in nursing core | ||
623 | + periodicals and 12 SCI.</p> | ||
624 | + <img src="../images/5-4-1.png " alt=" " srcset=" "> | ||
625 | + <p>Research team of Tianjin Medical University Cancer Institute & Hospital | ||
626 | +</p> | ||
627 | + </div> | ||
628 | + | ||
629 | + <div class="single_part_right "> | ||
630 | + <img src="../images/5-4-2.png " width="100% " alt=" " srcset=" "> | ||
631 | + </div> | ||
632 | + <div class="single_part_right "> | ||
633 | + <img src="../images/5-4-3.png " width="100% " alt=" " srcset=" "> | ||
634 | + </div> | ||
635 | + <div class="single_part_right "> | ||
636 | + <img src="../images/5-4-4.png " width="100% " alt=" " srcset=" "> | ||
637 | + </div> | ||
638 | + </div> | ||
639 | + | ||
640 | + </div> --> | ||
641 | + </div> | ||
642 | + <footer class="footer-content "> | ||
643 | + <div class="footer-main "> | ||
644 | + <ul class="list-unstyled third-ul "> | ||
645 | + <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li> | ||
646 | + <li>Tianjin 300060</li> | ||
647 | + <li>China</li> | ||
648 | + <li>Tel/Fax: 0086-22-23359337</li> | ||
649 | + <li>Email: info@tjmuch.com</li> | ||
650 | + </ul> | ||
651 | + <ul class="list-unstyled first-ul "> | ||
652 | + <li><img src="../images/yikeda.png " width="160px " alt=" " /></li> | ||
653 | + <li><img src="../images/tjuc.png " width="160px " alt=" " /></li> | ||
654 | + </ul> | ||
655 | + </div> | ||
656 | + </footer> | ||
657 | + </div> | ||
658 | + <script src="../js/jquery-1.11.3.min.js "></script> | ||
659 | + <script src="../js/bootstrap.min.js "></script> | ||
660 | + <script src="../js/swiper-3.4.2.jquery.min.js "></script> | ||
661 | + <script src="../js/common.js "></script> | ||
662 | + <script> | ||
663 | + $(".contant_title").mouseover(function() { | ||
664 | + $(this) | ||
665 | + .addClass("contant_titles") | ||
666 | + .siblings() | ||
667 | + .removeClass("contant_titles"); | ||
668 | + }); | ||
669 | + $(".contant_title").click(function() { | ||
670 | + $(this) | ||
671 | + .addClass("contant_titles") | ||
672 | + .siblings() | ||
673 | + .removeClass("contant_titles"); | ||
674 | + var index = $(this).index(); | ||
675 | + console.log(index); | ||
676 | + $(this).parents(".contant").find(".neirong") | ||
677 | + .eq(index) | ||
678 | + .show() | ||
679 | + .siblings() | ||
680 | + .hide(); | ||
681 | + }); | ||
682 | + // $(document).ready(function () { | ||
683 | + // $(".btn-group ").find(".navbtn-a ").click(function () { | ||
684 | + // console.log(this) | ||
685 | + // $(this).siblings('.navbtn-a').removeClass('navbtnActive'); // 删除其他兄弟元素的样式 | ||
686 | + // $(this).addClass('navbtnActive'); // 添加当前元素的样式 | ||
687 | + // }) | ||
688 | + // }) | ||
689 | + // var swiper = new Swiper('.swiper-container', { | ||
690 | + // pagination: '.swiper-pagination', | ||
691 | + // paginationClickable: true | ||
692 | + // }); | ||
693 | + | ||
694 | + // var swiper = new Swiper('.swiper-container1', { | ||
695 | + // pagination: '.swiper-pagination', | ||
696 | + // slidesPerView: 3, | ||
697 | + // paginationClickable: true, | ||
698 | + // spaceBetween: 30 | ||
699 | + // }); | ||
700 | + | ||
701 | + // $('.content-word-left').on('click', 'h4', function () { | ||
702 | + // $(this).addClass('active').siblings().removeClass('active') | ||
703 | + // $('.content-word-right .single_part_right').eq($(this).index()).addClass('active').siblings().removeClass('active') | ||
704 | + // }) | ||
705 | + </script> | ||
706 | + </body> | ||
707 | +</html> |
images/18.png
0 → 100644
2.0 MB
images/1834nian.png
0 → 100644
1.1 MB
images/20.png
0 → 100644
284.4 KB
images/24.png
0 → 100644
707.5 KB
images/30.png
0 → 100644
80.7 KB
images/33.png
0 → 100644
149.6 KB
images/34.png
0 → 100644
460.5 KB
images/35.png
0 → 100644
465.4 KB
images/36.png
0 → 100644
458.5 KB
images/45.png
0 → 100644
864.1 KB
images/46.png
0 → 100644
756.3 KB
images/47.png
0 → 100644
988.7 KB
images/48.png
0 → 100644
740.9 KB
images/49.png
0 → 100644
926.6 KB
images/50.png
0 → 100644
646.8 KB
images/51.png
0 → 100644
740.7 KB
images/52.png
0 → 100644
964.7 KB
images/53.png
0 → 100644
582.6 KB
images/54.png
0 → 100644
359.1 KB
images/55.png
0 → 100644
375.7 KB
images/56.png
0 → 100644
394.7 KB
images/58.png
0 → 100644
1.0 MB
images/60.png
0 → 100644
70.0 KB
images/61.png
0 → 100644
66.0 KB
images/70.png
0 → 100644
266.2 KB
images/71.png
0 → 100644
414.4 KB
images/72.png
0 → 100644
544.9 KB
images/73.png
0 → 100644
149.6 KB
images/77.png
0 → 100644
121.8 KB
images/78.png
0 → 100644
322.0 KB
images/79.png
0 → 100644
230.6 KB
images/80.png
0 → 100644
320.9 KB
-
请 注册 或 登录 后发表评论