继续操作前请注册或者登录。

审查视图

newsdetail.html 31.5 KB
朱振飞 authored
1 2 3 4
<!DOCTYPE html>
<html lang="en">

<head>
1  
王毅 authored
5 6 7 8 9 10 11
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <link rel="stylesheet" href="./css/bootstrap.min.css" />
    <link rel="stylesheet" href="./css/swiper-3.4.2.min.css" />
    <link rel="stylesheet" href="./css/base.css" />
    <link rel="stylesheet" href="./css/index.css" />
朱振飞 authored
12 13 14 15 16 17
    <title>Tianjin Medical University Cancer Institute & Hospital</title>
    <style>
        .swiper-container {
            padding-bottom: 60px;
            position: relative;
        }
1  
王毅 authored
18
        
朱振飞 authored
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            width: 550px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            position: relative;
        }
1  
王毅 authored
39
        
朱振飞 authored
40 41 42 43 44
        .swiper-slide img {
            display: inline-block;
            height: auto;
            max-width: 100%;
        }
1  
王毅 authored
45
        
朱振飞 authored
46 47 48 49 50 51
        .arrow-left {
            margin-left: 43%;
            position: relative;
            z-index: 15;
            top: 50px;
        }
1  
王毅 authored
52
        
朱振飞 authored
53 54 55 56 57 58
        .arrow-right {
            margin-left: 9%;
            position: relative;
            z-index: 15;
            top: 50px;
        }
1  
王毅 authored
59
        
朱振飞 authored
60 61 62
        .content-word-left h3 {
            margin-bottom: 30px;
        }
1  
王毅 authored
63
        
朱振飞 authored
64 65 66 67 68
        .content-word-left p {
            line-height: 2;
            font-size: 14px;
            color: #232323;
        }
1  
王毅 authored
69
        
朱振飞 authored
70 71 72 73
        .prof_item {
            width: 300px;
            margin: 0 auto;
        }
1  
王毅 authored
74
        
朱振飞 authored
75 76 77
        .prof_img_box {
            height: auto;
        }
1  
王毅 authored
78
        
朱振飞 authored
79 80 81 82
        #d_slider {
            margin: 0 75px;
            width: auto;
        }
1  
王毅 authored
83 84
        
        .prof_desc {
朱振飞 authored
85 86
            margin: 20px 0;
        }
1  
王毅 authored
87 88
        
        .content-word {
朱振飞 authored
89 90 91
            width: 1000px;
            margin: 0 auto;
        }
1  
王毅 authored
92 93
        
        .img_box {
朱振飞 authored
94 95 96 97 98 99 100 101 102
            margin: 20px 0;
        }
    </style>
</head>

<body>
    <nav class="navbar navbar-default bgf mb0">
        <div class="container-fluid top_pc_brand">
            <div class="navbar-header">
1  
王毅 authored
103 104 105 106 107 108
                <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse" data-target="#bs-example-navbar-collapse-4" aria-expanded="true">
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
朱振飞 authored
109
                <a class="navbar-brand logo" href="./index.html">
1  
王毅 authored
110
                    <img class="brand-logo" src="./images/logo.png" alt="" />
朱振飞 authored
111 112 113 114 115
                </a>
            </div>
            <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true">
                <div class="search-group mt30 form-group navbar-text navbar-right">
                    <a href="http://www.tjmuch.com/" class="langue">中文</a>
1  
王毅 authored
116
                    <input type="text" class="form-control search-input" placeholder="Search" />
朱振飞 authored
117
                    <div class="magnifier">
王毅 authored
118
                        <img src="./images/search_btn.png" alt="" />
朱振飞 authored
119 120 121 122 123 124 125
                    </div>
                </div>
            </div>
        </div>
    </nav>
    <div class="container-fluid pc">
        <div class="mask"></div>
wangyi authored
126
        <div class="bs-example" data-example-id="simple-justified-button-group">
朱振飞 authored
127
            <ul class="nav_menu_items">
1  
王毅 authored
128 129 130
                <li class="btn  navbtnActive navbtn-a" role="button">
                    <a href="javascript:;">ABOUT US</a>
                    <div class='sec_menu_items'>
王毅 authored
131
                        <a href="./about/welcome.html" class="inner_item">
1  
王毅 authored
132 133
                            Welcome Message
                        </a>
王毅 authored
134
                        <a href="./about/mission.html" class="inner_item">
1  
王毅 authored
135 136
                            Mission and Vision
                        </a>
王毅 authored
137
                        <!-- <a href="./about/leadership.html" class="inner_item">
1  
王毅 authored
138
                            Leadership
wangyi authored
139
                        </a> -->
王毅 authored
140
                        <a href="./about/history.html" class="inner_item">
1  
王毅 authored
141 142
                            History and Milestones
                        </a>
王毅 authored
143
                        <a href="./about/quick.html" class="inner_item">
1  
王毅 authored
144 145
                            Quick Facts
                        </a>
王毅 authored
146
                        <a href="./about/contact.html" class="inner_item">Contact Us</a>
1  
王毅 authored
147 148 149 150 151 152 153 154 155
                    </div>
                </li>

                <li class="btn  navbtn-a" role="button">
                    <a href="JavaScript:;">CLINICAL RESOURCES</a>
                    <div class='sec_menu_items'>
                        <div class="inner_item">
                            Clinical Departments
                            <div class="third_menu_items">
王毅 authored
156
                                <a href="./clinical/departm.html" class="inner_item">
1  
王毅 authored
157 158 159
                                    Surgical Oncology
                                </a>
王毅 authored
160
                                <a href="./clinical/medical.html" class="inner_item">
1  
王毅 authored
161 162
                                    Medical Oncology
                                </a>
王毅 authored
163
                                <a href="./clinical/radiation.html" class="inner_item">
1  
王毅 authored
164
                                </a>
王毅 authored
165
                                <a href="./clinical/diagnostic.html" class="inner_item">
1  
王毅 authored
166 167
                                    Diagnostic Oncology
                                </a>
王毅 authored
168
                                <a href="./clinical/center.html" class="inner_item">
1  
王毅 authored
169 170 171 172 173
                                    Center of Excellences
                                </a>
                            </div>
                        </div>
王毅 authored
174
                        <a href="./clinical/activities.html" class="inner_item">
1  
王毅 authored
175 176 177 178 179
                            Clinical Activities
                        </a>
                        <div class="inner_item">
                            Clinical Trials
                            <div class="third_menu_items">
王毅 authored
180
                                <a href="./clinical/trials.html" class="inner_item">
1  
王毅 authored
181 182
                                    Introduction
                                </a>
王毅 authored
183
                                <a href="./clinical/trials_one.html" class="inner_item">
1  
王毅 authored
184 185
                                    Work Flow Chart
                                </a>
王毅 authored
186
                                <a href="./clinical/trials_two.html" class="inner_item">
1  
王毅 authored
187 188
                                    FInd A Clinical Trail
                                </a>
王毅 authored
189
                                <a href="./clinical/trials_three.html" class="inner_item">
1  
王毅 authored
190 191 192 193
                                    Research Achievement
                                </a>
                            </div>
                        </div>
王毅 authored
194
                        <a href="./clinical/finddoctor.html" class="inner_item">
1  
王毅 authored
195 196 197 198 199 200 201 202
                            Find a Doctor
                        </a>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">RESEARCH & EDUCATION</a>
                    <div class='sec_menu_items'>
王毅 authored
203
                        <a href="./research/nationalCancer.html" class="inner_item">
1  
王毅 authored
204 205 206 207 208
                            National Cancer Clinical Research Center
                        </a>
                        <div class="inner_item">
                            Research
                            <div class="third_menu_items">
王毅 authored
209
                                <a href="./research/research1.html" class="inner_item">
1  
王毅 authored
210 211
                                    Research programs
                                </a>
王毅 authored
212
                                <a href="./research/research2.html" class="inner_item">
1  
王毅 authored
213 214
                                    Achievements                                   
                                </a>
王毅 authored
215
                                <a href="./research/research3.html" class="inner_item">
1  
王毅 authored
216 217
                                    Key Labaratories                                    
                                </a>
王毅 authored
218
                                <a href="./research/researcher.html" class="inner_item">
1  
王毅 authored
219 220 221 222 223 224 225
                                    Find a Researcher
                                </a>
                            </div>
                        </div>
                        <div class="inner_item">
                            Education
                            <div class="third_menu_items">
王毅 authored
226
                                <a href="./research/education.html" class="inner_item">
1  
王毅 authored
227 228
                                    Graduate Study
                                </a>
王毅 authored
229
                                <a href="./research/education.html" class="inner_item">
1  
王毅 authored
230 231
                                    International Study
                                </a>
王毅 authored
232
                                <a href="./research/education.html" class="inner_item">
1  
王毅 authored
233 234 235 236 237 238 239 240 241 242
                                    Continuing Study
                                </a>
                            </div>
                        </div>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
                    <div class='sec_menu_items'>
                        <div href="javascript:;" class="inner_item">
wangyi authored
243
                            Abouts Us
1  
王毅 authored
244
                            <div class="third_menu_items">
王毅 authored
245
                                <a href="./institute/aboutus.html" class="inner_item">
1  
王毅 authored
246 247
                                    Introduction
                                </a>
王毅 authored
248
                                <a href="./institute/leadership.html" class="inner_item">
1  
王毅 authored
249 250
                                    Leadership
                                </a>
王毅 authored
251
                                <a href="./institute/history.html" class="inner_item">
1  
王毅 authored
252 253
                                    History
                                </a>
王毅 authored
254
                                <a href="./institute/report.html" class="inner_item">
1  
王毅 authored
255 256 257 258
                                    Annual Report
                                </a>
                            </div>
                        </div>
王毅 authored
259
                        <div href="./clinical/nursing.html" class="inner_item">
1  
王毅 authored
260 261
                            Research
                            <div class="third_menu_items">
王毅 authored
262
                                <a href="./institute/researchers.html" class="inner_item">
1  
王毅 authored
263 264
                                    Our Researchers
                                </a>
王毅 authored
265
                                <a href="./institute/facilities.html" class="inner_item">
1  
王毅 authored
266 267 268 269 270 271 272 273 274 275 276 277
                                    Core Facilities and Services
                                </a>
                                <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
                                    Journal of Clinical Oncology
                                </a>
                            </div>
                        </div>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">NURSING CARE</a>
                    <div class='sec_menu_items'>
1  
王毅 authored
278
                        <div class="inner_item" style="position: relative">
1  
王毅 authored
279
                            Introduction
1  
王毅 authored
280
                            <div class="third_menu_items">
王毅 authored
281
                                <a href="./care/history_time.html" class="inner_item">
1  
王毅 authored
282 283
                                  Our Team
                                </a>
王毅 authored
284
                                <a href="./care/history_time_two.html" class=" inner_item ">
1  
王毅 authored
285 286
                                   Imoportant Events
                                </a>
王毅 authored
287
                                <a href="./care/history_time_three.html " class="inner_item ">
1  
王毅 authored
288 289
                                 Honor & Awards
                                </a>
王毅 authored
290
                                <a href="./care/history_time_four.html " class="inner_item ">
1  
王毅 authored
291 292 293 294 295
                                   Contact Us
                                </a>
                            </div>
                        </div>
                        <div class="inner_item " style="position: relative ">
1  
王毅 authored
296
                            Nursing Activities
1  
王毅 authored
297
                            <div class="third_menu_items ">
王毅 authored
298
                                <a href="./care/profession.html " class="inner_item ">
1  
王毅 authored
299 300
                                  Professional Teams
                                </a>
王毅 authored
301
                                <a href="./care/five-two_2.html" class="inner_item ">
1  
王毅 authored
302 303
                                   Public Services
                                </a>
王毅 authored
304
                                <a href="./care/profession_one.html" class="inner_item ">
1  
王毅 authored
305 306
                                 Compassionate Care
                                </a>
王毅 authored
307
                                <a href="./care/profession_two.html" class="inner_item ">
1  
王毅 authored
308 309 310 311 312
                                   Caring for Nurses
                                </a>
                            </div>
                        </div>
                        <div class="inner_item " style="position: relative ">
1  
王毅 authored
313
                            Nursing Teaching
1  
王毅 authored
314
                            <div class="third_menu_items ">
王毅 authored
315
                                <a href="./care/training.1.html" class="inner_item ">
1  
王毅 authored
316 317
                                 Clinical Nursing Teaching
                                </a>
王毅 authored
318
                                <a href="./care/five-three_2.html" class="inner_item ">
1  
王毅 authored
319 320 321 322 323
                                  Postgraduate Development
                                </a>
                            </div>
                        </div>
                        <div class="inner_item ">
1  
王毅 authored
324
                            Nursing Research
1  
王毅 authored
325
                            <div class="third_menu_items ">
王毅 authored
326
                                <a href="./care/five-four_detail1.html " class="inner_item ">
1  
王毅 authored
327 328
                                  Publications:SCI Papers
                                </a>
王毅 authored
329
                                <a href="./care/five-four_detail2.html" class="inner_item ">
1  
王毅 authored
330 331
                                   Research Projects
                                </a>
王毅 authored
332
                                <a href="./care/five-four_detail3.html" class="inner_item ">
1  
王毅 authored
333 334
                                 Innovations & Patents
                                </a>
王毅 authored
335
                                <a href="./care/five-four_detail4.html " class="inner_item ">
1  
王毅 authored
336 337 338 339
                                   Publications:Books
                                </a>
                            </div>
                        </div>
王毅 authored
340
                        <a href="./care/cancer.html " class="inner_item ">
1  
王毅 authored
341 342 343 344 345 346
                            Survivorship Support  
                        </a>


                    </div>
                </li>
1  
王毅 authored
347 348
                <li class="btn navbtn-a " role="button ">
                    <a href="javascript:; ">INTERNATIONAL AFFAIRS</a>
1  
王毅 authored
349
                    <div class='sec_menu_items'>
王毅 authored
350
                        <a href="./international/conference.html " class="inner_item ">
1  
王毅 authored
351 352
                            International Conferences
                        </a>
王毅 authored
353
                        <a href="./international/training.html " class="inner_item ">
1  
王毅 authored
354 355
                            Oversea Trainings
                        </a>
王毅 authored
356
                        <a href="./international/referral.html " class="inner_item ">
1  
王毅 authored
357 358
                            International Patients
                        </a>
王毅 authored
359
                        <a href="./international/partners.html " class="inner_item ">
1  
王毅 authored
360 361 362 363 364
                            Partnership Institutions
                        </a>

                    </div>
                </li>
1  
王毅 authored
365
                <li class="btn navbtn-a " role="button ">
王毅 authored
366
                    <a href="./news.html ">NEWS RELEASE</a>
1  
王毅 authored
367 368 369 370 371
                </li>
            </ul>
        </div>
        <!-- <div class="bs-example" data-example-id="simple-justified-button-group">
            <ul class="nav_menu_items">
朱振飞 authored
372 373 374
                <li class="btn   navbtn-a" role="button">
                    <a href="javascript:;">ABOUT US</a>
                    <div class='sec_menu_items'>
王毅 authored
375
                        <a href="./about/welcome.html" class="inner_item">
朱振飞 authored
376 377
                            Welcome Message
                        </a>
王毅 authored
378
                        <a href="./about/mission.html" class="inner_item">
朱振飞 authored
379 380
                            Mission and Vision
                        </a>
朱振飞 authored
381
                       
王毅 authored
382
                        <a href="./about/history.html" class="inner_item">
朱振飞 authored
383 384
                            History and Milestones
                        </a>
王毅 authored
385
                        <a href="./about/quick.html" class="inner_item">
朱振飞 authored
386 387 388 389 390 391 392
                            Quick Facts
                        </a>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="JavaScript:;">CLINICAL RESOURCES</a>
                    <div class='sec_menu_items'>
朱振飞 authored
393
                        <div  class="inner_item">
朱振飞 authored
394 395
                            Clinical Departments
                            <div class="third_menu_items">
王毅 authored
396
                                <a href="./clinical/departm.html" class="inner_item">
朱振飞 authored
397
                                    Surgical Oncology
朱振飞 authored
398
                                </a>
王毅 authored
399
                                <a href="./clinical/medical.html" class="inner_item">
朱振飞 authored
400 401
                                    Medical Oncology
                                </a>
王毅 authored
402
                                <a href="./clinical/radiation.html" class="inner_item">
朱振飞 authored
403
                                </a>
王毅 authored
404
                                <a href="./clinical/diagnostic.html" class="inner_item">
朱振飞 authored
405 406
                                    Diagnostic Oncology
                                </a>
王毅 authored
407
                                <a href="./clinical/center.html" class="inner_item">
朱振飞 authored
408 409 410 411
                                    Center of Excellences
                                </a>
                            </div>
                        </div>
王毅 authored
412
                        <a href="./clinical/activities.html" class="inner_item">
朱振飞 authored
413 414
                            Clinical Activities
                        </a>
1  
朱振飞 authored
415
                        <div class="inner_item">
朱振飞 authored
416
                            Clinical Trials
1  
朱振飞 authored
417
                            <div class="third_menu_items">
王毅 authored
418
                                <a href="./clinical/trials.html" class="inner_item">
1  
朱振飞 authored
419 420
                                    About Us
                                </a>
王毅 authored
421
                                <a href="./clinical/trials.html" class="inner_item">
1  
朱振飞 authored
422 423
                                    Work Flow Chart
                                </a>
王毅 authored
424
                                <a href="./clinical/trials.html" class="inner_item">
1  
朱振飞 authored
425 426
                                    FInd A Clinical Trail
                                </a>
王毅 authored
427
                                <a href="./clinical/trials.html" class="inner_item">
1  
王毅 authored
428
                                    Department Feature
1  
朱振飞 authored
429
                                </a>
王毅 authored
430
                                <a href="./clinical/trials.html" class="inner_item">
1  
朱振飞 authored
431 432 433 434
                                    Research Achievement
                                </a>
                            </div>
                        </div>
王毅 authored
435
                        <a href="./clinical/finddoctor.html" class="inner_item">
朱振飞 authored
436 437 438 439 440 441 442 443
                            Find a Doctor
                        </a>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">RESEARCH & EDUCATION</a>
                    <div class='sec_menu_items'>
                        
王毅 authored
444
                        <a href="./research/nationalCancer.html" class="inner_item">
朱振飞 authored
445 446
                            National Cancer Clinical Research Center
                        </a>
王毅 authored
447
                        <a href="./research/research.html" class="inner_item">
朱振飞 authored
448 449 450
                            Research
                        </a>
王毅 authored
451
                        <a href="./research/education.html" class="inner_item">
朱振飞 authored
452 453 454 455 456 457 458 459 460
                            Education
                        </a>

                    </div>

                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">INTERNATIONAL AFFAIRS</a>
                    <div class='sec_menu_items'>
王毅 authored
461
                        <a href="./international/conference.html" class="inner_item">
朱振飞 authored
462 463
                            International Conferences
                        </a>
王毅 authored
464
                        <a href="./international/training.html" class="inner_item">
朱振飞 authored
465 466
                            Oversea Trainings
                        </a>
王毅 authored
467
                        <a href="./international/referral.html" class="inner_item">
朱振飞 authored
468 469
                            International Patients
                        </a>
王毅 authored
470
                        <a href="./international/partners.html" class="inner_item">
朱振飞 authored
471 472 473 474 475 476
                            Partnership Institutions
                        </a>

                    </div>
                </li>
                <li class="btn navbtnActive navbtn-a" role="button">
王毅 authored
477
                   <a href="./news.html">NEWS RELEASE</a>
朱振飞 authored
478 479 480 481 482 483 484
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
                    <div class='sec_menu_items'>
                        <div href="javascript:;" class="inner_item">
                            About Us
                            <div class="third_menu_items">
王毅 authored
485
                                <a href="./institute/aboutus.html" class="inner_item">
朱振飞 authored
486 487
                                    About Us
                                </a>
王毅 authored
488
                                <a href="./institute/leadership.html" class="inner_item">
朱振飞 authored
489 490
                                    Leadership
                                </a>
王毅 authored
491
                                <a href="./institute/history.html" class="inner_item">
朱振飞 authored
492 493
                                    History
                                </a>
王毅 authored
494
                                <a href="./institute/report.html" class="inner_item">
朱振飞 authored
495 496 497 498 499
                                   Annual Report
                                </a>
                                
                            </div>
                        </div>
王毅 authored
500
                        <div href="./clinical/nursing.html" class="inner_item">
朱振飞 authored
501 502
                            Research
                            <div class="third_menu_items">
王毅 authored
503
                                <a href="./institute/researchers.html" class="inner_item">
朱振飞 authored
504 505
                                    Our Researchers 
                                </a>
王毅 authored
506
                                <a href="./institute/facilities.html" class="inner_item">
朱振飞 authored
507 508 509 510 511 512 513
                                    Core Facilities 
                                </a>
                                <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
                                    Journal of Clinical Oncology
                                </a>
                            </div>
                        </div>
朱振飞 authored
514
                        
朱振飞 authored
515 516 517
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
王毅 authored
518
                    <a href="./contact.html">CONTACT US</a>
朱振飞 authored
519 520
                </li>
            </ul>
1  
王毅 authored
521
        </div> -->
朱振飞 authored
522 523 524 525 526

        <!-- Swiper -->
        <div class="swiper-container" id="d_slider">
            <div class="swiper-wrapper ">
                <div class="swiper-slide content-four-img">
1  
王毅 authored
527
                    <img src="./images/detail1_top1.png" width="100%" alt="" />
朱振飞 authored
528 529
                </div>
                <div class="swiper-slide content-four-img">
1  
王毅 authored
530
                    <img src="./images/detail1_top2.png" width="100%" alt="" />
朱振飞 authored
531 532
                </div>
                <div class="swiper-slide content-four-img">
1  
王毅 authored
533
                    <img src="./images/detail1_top3.png" width="100%" alt="" />
朱振飞 authored
534 535 536
                </div>
            </div>
            <!-- Add Pagination -->
1  
王毅 authored
537
            <img src="./images/03pc-second/pic (7).png" class="arrow-left" alt="" />
朱振飞 authored
538
            <div class="swiper-pagination"></div>
1  
王毅 authored
539
            <img src="./images/03pc-second/pic (8).png" class="arrow-right" alt="" />
朱振飞 authored
540 541 542 543 544 545 546 547
        </div>
        <div class="content">
            <div class="content-word">
                <div class="content-word-left">
                    <h3 class="center">
                        The Third International Conference on Cancer Translational Research
                    </h3>
                    <p>
1  
王毅 authored
548 549 550
                        The 3rd International Conference on Translational Cancer Research was successfully held on November 16-18, 2018, in Tianjin, China. The conference was hosted by Tianjin Medical University Cancer Institute & Hospital, and sponsored by China Anti-Cancer
                        Association, United States Chinese Anti-Cancer Association, H.Lee Moffitt Cancer Center & Research Institute, University of Texas MD Anderson Cancer Center and University of Nebraska Medical Center.
                    </p>
朱振飞 authored
551 552
                    <div class="prof_item">
                        <div class="prof_img_box">
王毅 authored
553
                            <img src="./images/detail1_1.png" width="100%" alt="" />
朱振飞 authored
554 555 556
                        </div>
                    </div>
                    <div class="prof_desc">
1  
王毅 authored
557
                        Prof. Ping Wang, Chair of the Conference; President, Tianjin Medical University Cancer Institute & Hospital delivered a welcome speech at the opening ceremony
朱振飞 authored
558 559 560 561
                    </div>

                    <div class="prof_item">
                        <div class="prof_img_box">
王毅 authored
562
                            <img src="./images/detail1_2.png" width="100%" alt="" />
朱振飞 authored
563 564
                        </div>
                    </div>
1  
王毅 authored
565 566 567
                    <div class="prof_desc">
                        Prof. Alan List, Co-Chair of the Conference; President, H.Lee Moffitt Cancer Center & Research Institute delivered a congratulatory speech during the opening ceremony
                    </div>
朱振飞 authored
568 569
                    <div class="prof_item">
                        <div class="prof_img_box">
王毅 authored
570
                            <img src="./images/detail1_3.png" width="100%" alt="" />
朱振飞 authored
571 572 573
                        </div>
                    </div>
                    <div class="prof_desc">
1  
王毅 authored
574
                        Prof. Ying Wang, General Secretary of China Anti-Cancer Association delivered a congratulatory speech during the opening ceremony
朱振飞 authored
575 576 577
                    </div>
                    <div class="prof_item">
                        <div class="prof_img_box">
王毅 authored
578
                            <img src="./images/detail1_4.png" width="100%" alt="" />
朱振飞 authored
579 580 581
                        </div>
                    </div>
                    <div class="prof_desc">
1  
王毅 authored
582
                        Prof. Kexin Chen, Executive Chair of the Conference;Vice President, Tianjin Medical University Cancer Institute & Hospital hosted the opening ceremony
朱振飞 authored
583
                    </div>
1  
王毅 authored
584 585 586
                    <p>
                        At this conference, we brought together outstanding Chinese and International experts from H.Lee Moffitt Cancer Center, M.D. Anderson Cancer Center, University of Nebraska Medical Center and other partnership institutions to give keynote presentations
                        and share cutting edge research results and the latest progress in translational and precision cancer medicine.
朱振飞 authored
587 588
                    </p>
                    <div class="img_box center">
王毅 authored
589
                        <img src="./images/detail1_5.png" alt="" />
朱振飞 authored
590 591
                    </div>
                    <div class="prof_desc">
1  
王毅 authored
592
                        Prof. Kexin Chen, Executive Chair of the Conference;Vice President, Tianjin Medical University Cancer Institute & Hospital hosted the opening ceremony
朱振飞 authored
593
                    </div>
1  
王毅 authored
594 595 596
                    <p>
                        At this conference, we brought together outstanding Chinese and International experts from H.Lee Moffitt Cancer Center, M.D. Anderson Cancer Center, University of Nebraska Medical Center and other partnership institutions to give keynote presentations
                        and share cutting edge research results and the latest progress in translational and precision cancer medicine.
朱振飞 authored
597
                    </p>
1  
王毅 authored
598
                    <div class="img_box center">
王毅 authored
599
                        <img src="./images/detail1_6.png" alt="" />
1  
王毅 authored
600
                    </div>
朱振飞 authored
601
                    <p>
1  
王毅 authored
602 603 604 605 606
                        The Conference offered us a unique opportunity to build a wide platform to facilitate the academic exchange in the field of oncology and all the scientific, technological and medical professionals shared and learned the advanced research results and successful
                        experiences in cancer treatment and research from each other so as to together take on the formidable task to move the cancer control agenda forward.<br /> This Conference was a landmark event and brought
                        great value and benefit to all the participants, and I am encouraged to know that more and more innovative and passionate leaders and oncologists are joining the battle against cancer. Our hope is to continue working together to
                        build a cooperative future to contribute to our collective scientific success.
                    </p>
朱振飞 authored
607 608 609
                </div>
            </div>
            <!-- 形象墙 -->
1  
王毅 authored
610
            <div class="prof_box"></div>
朱振飞 authored
611 612 613 614 615 616 617 618 619 620 621
        </div>
        <footer class="footer-content">
            <div class="footer-main">
                <ul class="list-unstyled third-ul">
                    <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li>
                    <li>Tianjin 300060</li>
                    <li>China</li>
                    <li>Tel/Fax: 0086-22-23359337</li>
                    <li>Email: info@tjmuch.com</li>
                </ul>
                <ul class="list-unstyled first-ul">
1  
王毅 authored
622 623
                    <li><img src="images/yikeda.png" width="160px" alt="" /></li>
                    <li><img src="images/tjuc.png" width="160px" alt="" /></li>
朱振飞 authored
624 625 626 627 628 629 630 631 632 633
                </ul>
            </div>
        </footer>
    </div>

    <script src="./js/jquery-1.11.3.min.js"></script>
    <script src="./js/bootstrap.min.js"></script>
    <script src="./js/swiper-3.4.2.jquery.min.js"></script>
    <script src="./js/common.js"></script>
    <script>
1  
王毅 authored
634
        var swiper = new Swiper("#d_slider", {
朱振飞 authored
635 636
            autoplay: {
                delay: 3000,
1  
王毅 authored
637
                disableOnInteraction: false
朱振飞 authored
638 639 640 641
            },
            allowTouchMove: true,
            lazy: {
                loadPrevNext: true,
1  
王毅 authored
642
                loadPrevNextAmount: 3
朱振飞 authored
643 644 645 646 647
            },
            centeredSlides: true,
            spaceBetween: 40,
            slidesOffsetBefore: 0,
            loop: true,
1  
王毅 authored
648
            slidesPerView: "auto",
朱振飞 authored
649 650
            on: {},
            pagination: {
1  
王毅 authored
651
                el: ".swiper-pagination",
朱振飞 authored
652
                clickable: true,
1  
王毅 authored
653
                renderBullet: function(index, className) {
朱振飞 authored
654
                    return '<div class="' + className + '"><span></span><i></i></div>';
1  
王毅 authored
655
                }
朱振飞 authored
656 657
            },
            navigation: {
1  
王毅 authored
658 659 660
                nextEl: ".arrow-right",
                prevEl: ".arrow-left"
            }
朱振飞 authored
661 662 663 664 665
        });
    </script>
</body>

</html>