作者 王毅

1

要显示太多修改。

为保证性能只显示 16 of 16+ 个文件。

@@ -2,38 +2,76 @@ @@ -2,38 +2,76 @@
2 <html lang="en"> 2 <html lang="en">
3 3
4 <head> 4 <head>
5 - <meta charset="UTF-8">  
6 - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">  
7 - <meta http-equiv="X-UA-Compatible" content="ie=edge">  
8 - <link rel="stylesheet" href="../css/bootstrap.min.css">  
9 - <link rel="stylesheet" href="../css/swiper-3.4.2.min.css">  
10 - <link rel="stylesheet" href="../css/base.css">  
11 - <link rel="stylesheet" href="../css/index.css"> 5 + <meta charset="UTF-8" />
  6 + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
  7 + <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  8 + <link rel="stylesheet" href="../css/bootstrap.min.css" />
  9 + <link rel="stylesheet" href="../css/swiper-3.4.2.min.css" />
  10 + <link rel="stylesheet" href="../css/base.css" />
  11 + <link rel="stylesheet" href="../css/index.css" />
12 <title>Tianjin Medical University Cancer Institute & Hospital</title> 12 <title>Tianjin Medical University Cancer Institute & Hospital</title>
13 <style> 13 <style>
14 .single_box { 14 .single_box {
15 width: 600px; 15 width: 600px;
16 margin-bottom: 44px; 16 margin-bottom: 44px;
17 - } 17 + }
  18 +
18 .single_box:last-child { 19 .single_box:last-child {
19 margin: 0; 20 margin: 0;
20 } 21 }
  22 +
21 .content-word { 23 .content-word {
22 position: relative; 24 position: relative;
23 height: 663px; 25 height: 663px;
24 align-items: flex-start; 26 align-items: flex-start;
25 display: unset; 27 display: unset;
26 } 28 }
27 - .single_mark{ 29 +
  30 + .single_mark {
28 width: 1000px; 31 width: 1000px;
29 margin: 0 auto; 32 margin: 0 auto;
30 margin-bottom: 30px; 33 margin-bottom: 30px;
31 cursor: pointer; 34 cursor: pointer;
32 } 35 }
33 - .single_mark img{ 36 +
  37 + .single_mark img {
34 width: 100%; 38 width: 100%;
35 } 39 }
36 - 40 +
  41 + .contant {
  42 + width: 1122px;
  43 + margin: 50px auto 0 auto;
  44 + }
  45 +
  46 + .contant_title {
  47 + font-size: 20px;
  48 + font-weight: 400;
  49 + color: rgba(114, 113, 113, 1);
  50 + line-height: 36px;
  51 + }
  52 +
  53 + .contant_one {
  54 + width: 807px;
  55 + margin: 0 auto;
  56 + }
  57 +
  58 + .contant_img {
  59 + margin: 24px auto 18px auto;
  60 + width: 100%;
  61 + height: 461px;
  62 + }
  63 +
  64 + .contant_img img {
  65 + width: 100%;
  66 + height: 100%;
  67 + }
  68 +
  69 + .contant_center_title {
  70 + font-size: 20px;
  71 + font-weight: 400;
  72 + color: rgba(114, 113, 113, 1);
  73 + line-height: 30px;
  74 + }
37 </style> 75 </style>
38 </head> 76 </head>
39 77
@@ -41,23 +79,22 @@ @@ -41,23 +79,22 @@
41 <nav class="navbar navbar-default bgf mb0"> 79 <nav class="navbar navbar-default bgf mb0">
42 <div class="container-fluid top_pc_brand"> 80 <div class="container-fluid top_pc_brand">
43 <div class="navbar-header"> 81 <div class="navbar-header">
44 - <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse"  
45 - data-target="#bs-example-navbar-collapse-4" aria-expanded="true">  
46 - <span class="sr-only">Toggle navigation</span>  
47 - <span class="icon-bar"></span>  
48 - <span class="icon-bar"></span>  
49 - <span class="icon-bar"></span>  
50 - </button> 82 + <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse" data-target="#bs-example-navbar-collapse-4" aria-expanded="true">
  83 + <span class="sr-only">Toggle navigation</span>
  84 + <span class="icon-bar"></span>
  85 + <span class="icon-bar"></span>
  86 + <span class="icon-bar"></span>
  87 + </button>
51 <a class="navbar-brand logo" href="../index.html"> 88 <a class="navbar-brand logo" href="../index.html">
52 - <img class="brand-logo" src="../images/logo.png" alt=""> 89 + <img class="brand-logo" src="../images/logo.png" alt="" />
53 </a> 90 </a>
54 </div> 91 </div>
55 <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true"> 92 <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true">
56 <div class="search-group mt30 form-group navbar-text navbar-right"> 93 <div class="search-group mt30 form-group navbar-text navbar-right">
57 <a href="http://www.tjmuch.com/" class="langue">中文</a> 94 <a href="http://www.tjmuch.com/" class="langue">中文</a>
58 - <input type="text" class="form-control search-input" placeholder="Search"> 95 + <input type="text" class="form-control search-input" placeholder="Search" />
59 <div class="magnifier"> 96 <div class="magnifier">
60 - <img src="../images/search_btn.png" alt=""> 97 + <img src="../images/search_btn.png" alt="" />
61 </div> 98 </div>
62 </div> 99 </div>
63 </div> 100 </div>
@@ -69,192 +106,187 @@ @@ -69,192 +106,187 @@
69 <ul class="nav_menu_items"> 106 <ul class="nav_menu_items">
70 <li class="btn navbtn-a" role="button"> 107 <li class="btn navbtn-a" role="button">
71 <a href="javascript:;">ABOUT US</a> 108 <a href="javascript:;">ABOUT US</a>
72 - <div class='sec_menu_items'> 109 + <div class="sec_menu_items">
73 <a href="../about/welcome.html" class="inner_item"> 110 <a href="../about/welcome.html" class="inner_item">
74 - Welcome Message  
75 - </a> 111 + Welcome Message
  112 + </a>
76 <a href="../about/mission.html" class="inner_item"> 113 <a href="../about/mission.html" class="inner_item">
77 - Mission and Vision  
78 - </a> 114 + Mission and Vision
  115 + </a>
79 <a href="../about/leadership.html" class="inner_item"> 116 <a href="../about/leadership.html" class="inner_item">
80 - Leadership  
81 - </a> 117 + Leadership
  118 + </a>
82 <a href="../about/history.html" class="inner_item"> 119 <a href="../about/history.html" class="inner_item">
83 - History and Milestones  
84 - </a> 120 + History and Milestones
  121 + </a>
85 <a href="../about/quick.html" class="inner_item"> 122 <a href="../about/quick.html" class="inner_item">
86 - Quick Facts  
87 - </a> 123 + Quick Facts
  124 + </a>
88 <a href="../about/contact.html" class="inner_item">Contact Us</a> 125 <a href="../about/contact.html" class="inner_item">Contact Us</a>
89 </div> 126 </div>
90 </li> 127 </li>
91 <li class="btn navbtn-a" role="button"> 128 <li class="btn navbtn-a" role="button">
92 <a href="JavaScript:;">CLINICAL RESOURCES</a> 129 <a href="JavaScript:;">CLINICAL RESOURCES</a>
93 - <div class='sec_menu_items'>  
94 - <div href="../clinical/departments.html"  
95 - onclick="window.location.href='../clinical/departments.html'" class="inner_item"> 130 + <div class="sec_menu_items">
  131 + <div href="../clinical/departments.html" onclick="window.location.href='../clinical/departments.html'" class="inner_item">
96 Clinical Departments 132 Clinical Departments
97 <div class="third_menu_items"> 133 <div class="third_menu_items">
98 <a href="../clinical/departm.html" class="inner_item"> 134 <a href="../clinical/departm.html" class="inner_item">
99 - Surgical Department  
100 - </a> 135 + Surgical Department
  136 + </a>
101 <a href="../clinical/medical.html" class="inner_item"> 137 <a href="../clinical/medical.html" class="inner_item">
102 - Medical Oncology  
103 - </a> 138 + Medical Oncology
  139 + </a>
104 <a href="../clinical/radiation.html" class="inner_item"> 140 <a href="../clinical/radiation.html" class="inner_item">
105 - Radiation Oncology  
106 - </a> 141 + Radiation Oncology
  142 + </a>
107 <a href="../clinical/diagnostic.html" class="inner_item"> 143 <a href="../clinical/diagnostic.html" class="inner_item">
108 - Diagnostic Oncology  
109 - </a> 144 + Diagnostic Oncology
  145 + </a>
110 <a href="../clinical/center.html" class="inner_item"> 146 <a href="../clinical/center.html" class="inner_item">
111 - Center of Excellences  
112 - </a> 147 + Center of Excellences
  148 + </a>
113 </div> 149 </div>
114 </div> 150 </div>
115 <a href="../clinical/activities.html" class="inner_item"> 151 <a href="../clinical/activities.html" class="inner_item">
116 - Clinical Activities  
117 - </a> 152 + Clinical Activities
  153 + </a>
118 <a href="../clinical/trials.html" class="inner_item"> 154 <a href="../clinical/trials.html" class="inner_item">
119 - Clinical Trials  
120 - </a> 155 + Clinical Trials
  156 + </a>
121 <a href="../clinical/finddoctor.html" class="inner_item"> 157 <a href="../clinical/finddoctor.html" class="inner_item">
122 - Find a Doctor  
123 - </a> 158 + Find a Doctor
  159 + </a>
124 </div> 160 </div>
125 </li> 161 </li>
126 <li class="btn navbtn-a" role="button"> 162 <li class="btn navbtn-a" role="button">
127 <a href="javascript:;">RESEARCH & EDUCATION</a> 163 <a href="javascript:;">RESEARCH & EDUCATION</a>
128 - <div class='sec_menu_items'>  
129 - 164 + <div class="sec_menu_items">
130 <a href="../research/nationalCancer.html" class="inner_item"> 165 <a href="../research/nationalCancer.html" class="inner_item">
131 - National Cancer Clinical Research Center  
132 - </a>  
133 - <div href="../research/research.html" onclick="location.href='../research/research.html'"  
134 - class="inner_item"> 166 + National Cancer Clinical Research Center
  167 + </a>
  168 + <div href="../research/research.html" onclick="location.href='../research/research.html'" class="inner_item">
135 Research 169 Research
136 <div class="third_menu_items"> 170 <div class="third_menu_items">
137 <a href="../research/research1.html" class="inner_item"> 171 <a href="../research/research1.html" class="inner_item">
138 - Research programs  
139 - </a> 172 + Research programs
  173 + </a>
140 <a href="../research/research2.html" class="inner_item"> 174 <a href="../research/research2.html" class="inner_item">
141 - Achievements  
142 - </a> 175 + Achievements
  176 + </a>
143 <a href="../research/research3.html" class="inner_item"> 177 <a href="../research/research3.html" class="inner_item">
144 - Key Labaratories  
145 - </a> 178 + Key Labaratories
  179 + </a>
146 <a href="../research/researcher.html" class="inner_item"> 180 <a href="../research/researcher.html" class="inner_item">
147 - Find a Researcher  
148 - </a> 181 + Find a Researcher
  182 + </a>
149 </div> 183 </div>
150 </div> 184 </div>
151 - <div href="../research/education.html" onclick="location.href='../research/education.html'"  
152 - class="inner_item"> 185 + <div href="../research/education.html" onclick="location.href='../research/education.html'" class="inner_item">
153 Education 186 Education
154 <div class="third_menu_items"> 187 <div class="third_menu_items">
155 <a href="../research/education.html" class="inner_item"> 188 <a href="../research/education.html" class="inner_item">
156 - Graduate Study  
157 - </a> 189 + Graduate Study
  190 + </a>
158 <a href="../research/education.html" class="inner_item"> 191 <a href="../research/education.html" class="inner_item">
159 - International Study  
160 - </a> 192 + International Study
  193 + </a>
161 <a href="../research/education.html" class="inner_item"> 194 <a href="../research/education.html" class="inner_item">
162 - Continuing Study  
163 - </a> 195 + Continuing Study
  196 + </a>
164 </div> 197 </div>
165 </div> 198 </div>
166 <a href="../research/news.html" class="inner_item"> 199 <a href="../research/news.html" class="inner_item">
167 - News  
168 - </a> 200 + News
  201 + </a>
169 </div> 202 </div>
170 </li> 203 </li>
171 <li class="btn navbtn-a" role="button"> 204 <li class="btn navbtn-a" role="button">
172 <a href="javascript:;">TIANJIN CANCER INSTITUTE</a> 205 <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
173 - <div class='sec_menu_items'> 206 + <div class="sec_menu_items">
174 <div href="javascript:;" class="inner_item"> 207 <div href="javascript:;" class="inner_item">
175 About Us 208 About Us
176 <div class="third_menu_items"> 209 <div class="third_menu_items">
177 <a href="../institute/aboutus.html" class="inner_item"> 210 <a href="../institute/aboutus.html" class="inner_item">
178 - About Us  
179 - </a> 211 + About Us
  212 + </a>
180 <a href="../institute/leadership.html" class="inner_item"> 213 <a href="../institute/leadership.html" class="inner_item">
181 - Leadership  
182 - </a> 214 + Leadership
  215 + </a>
183 <a href="../institute/history.html" class="inner_item"> 216 <a href="../institute/history.html" class="inner_item">
184 - History  
185 - </a> 217 + History
  218 + </a>
186 <a href="../institute/report.html" class="inner_item"> 219 <a href="../institute/report.html" class="inner_item">
187 - Annual Report  
188 - </a> 220 + Annual Report
  221 + </a>
189 </div> 222 </div>
190 </div> 223 </div>
191 <div href="../clinical/nursing.html" class="inner_item"> 224 <div href="../clinical/nursing.html" class="inner_item">
192 Research 225 Research
193 <div class="third_menu_items"> 226 <div class="third_menu_items">
194 <a href="../institute/researchers.html" class="inner_item"> 227 <a href="../institute/researchers.html" class="inner_item">
195 - Our Researchers  
196 - </a> 228 + Our Researchers
  229 + </a>
197 <a href="../institute/facilities.html" class="inner_item"> 230 <a href="../institute/facilities.html" class="inner_item">
198 - Core Facilities and Services  
199 - </a> 231 + Core Facilities and Services
  232 + </a>
200 <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item"> 233 <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
201 - Journal of Clinical Oncology  
202 - </a> 234 + Journal of Clinical Oncology
  235 + </a>
203 </div> 236 </div>
204 </div> 237 </div>
205 <a href="../institute/news.html" class="inner_item"> 238 <a href="../institute/news.html" class="inner_item">
206 - News  
207 - </a> 239 + News
  240 + </a>
208 <a href="../institute/concat.html" class="inner_item"> 241 <a href="../institute/concat.html" class="inner_item">
209 - Contact Us  
210 - </a> 242 + Contact Us
  243 + </a>
211 </div> 244 </div>
212 </li> 245 </li>
213 <li class="btn navbtnActive navbtn-a" role="button"> 246 <li class="btn navbtnActive navbtn-a" role="button">
214 <a href="../contact.html">NURSING CARE</a> 247 <a href="../contact.html">NURSING CARE</a>
215 - <div class='sec_menu_items'> 248 + <div class="sec_menu_items">
216 <a href="../care/aboutus.html" class="inner_item"> 249 <a href="../care/aboutus.html" class="inner_item">
217 - About Us  
218 - </a> 250 + About Us
  251 + </a>
219 <a href="../care/activity.html" class="inner_item"> 252 <a href="../care/activity.html" class="inner_item">
220 - Nursing Activities  
221 - </a> 253 + Nursing Activities
  254 + </a>
222 <a href="../care/training.html" class="inner_item"> 255 <a href="../care/training.html" class="inner_item">
223 - Nurse Training  
224 - </a> 256 + Nurse Training
  257 + </a>
225 <a href="../care/achievement.html" class="inner_item"> 258 <a href="../care/achievement.html" class="inner_item">
226 - Research Achievement  
227 - </a> 259 + Research Achievement
  260 + </a>
228 <a href="../care/exchange.html" class="inner_item"> 261 <a href="../care/exchange.html" class="inner_item">
229 - International Exchanges  
230 - </a> 262 + International Exchanges
  263 + </a>
231 <a href="../care/cancer.html" class="inner_item"> 264 <a href="../care/cancer.html" class="inner_item">
232 - Cancer Survivorship Support  
233 - </a> 265 + Cancer Survivorship Support
  266 + </a>
234 <a href="../care/news.html" class="inner_item"> 267 <a href="../care/news.html" class="inner_item">
235 - News & Events  
236 - </a> 268 + News & Events
  269 + </a>
237 <a href="../care/contactUs.html" class="inner_item"> 270 <a href="../care/contactUs.html" class="inner_item">
238 - Contact Us  
239 - </a> 271 + Contact Us
  272 + </a>
240 </div> 273 </div>
241 </li> 274 </li>
242 <li class="btn navbtn-a" role="button"> 275 <li class="btn navbtn-a" role="button">
243 <a href="javascript:;">INTERNATIONAL AFFAIRS</a> 276 <a href="javascript:;">INTERNATIONAL AFFAIRS</a>
244 - <div class='sec_menu_items'> 277 + <div class="sec_menu_items">
245 <a href="../international/conference.html" class="inner_item"> 278 <a href="../international/conference.html" class="inner_item">
246 - International Conferences  
247 - </a> 279 + International Conferences
  280 + </a>
248 <a href="../international/training.html" class="inner_item"> 281 <a href="../international/training.html" class="inner_item">
249 - Oversea Trainings  
250 - </a> 282 + Oversea Trainings
  283 + </a>
251 <a href="../international/referral.html" class="inner_item"> 284 <a href="../international/referral.html" class="inner_item">
252 - International Patients  
253 - </a> 285 + International Patients
  286 + </a>
254 <a href="../international/partners.html" class="inner_item"> 287 <a href="../international/partners.html" class="inner_item">
255 - Partnership Institutions  
256 - </a>  
257 - 288 + Partnership Institutions
  289 + </a>
258 </div> 290 </div>
259 </li> 291 </li>
260 <li class="btn navbtn-a" role="button"> 292 <li class="btn navbtn-a" role="button">
@@ -265,13 +297,64 @@ @@ -265,13 +297,64 @@
265 297
266 <div class="content padding0"> 298 <div class="content padding0">
267 <!-- Swiper --> 299 <!-- Swiper -->
268 - <div class="img-header"> 300 + <!-- <div class="img-header">
269 <img src="../images/care_top.png" width="100%" alt=""> 301 <img src="../images/care_top.png" width="100%" alt="">
270 - </div> 302 + </div> -->
271 </div> 303 </div>
272 <div class="content"> 304 <div class="content">
273 -  
274 - <div class="content-word"> 305 + <div class="navpath">
  306 + Nursing Care<span>></span>Nursing Activity
  307 + <span>></span>Heart-warming Service
  308 + </div>
  309 + <div class="contant">
  310 + <div class="contant_title">
  311 + We make a programme with different theme every year to improve the patient's medical experience and enable patients to have a better hospitalized experience. We have a deep understanding of the patient's needs, walked into the patient's heart, and give
  312 + the patient more psychological support and meet the needs of patients beyond expectation,which help to fulfill themselves.
  313 + </div>
  314 + <div class="contant_center">
  315 + <div class="contant_one">
  316 + <div class="contant_img">
  317 + <a class="single_mark" href="profession.html">
  318 + <img src="../images/5-2-15.png" alt="" />
  319 + </a>
  320 + </div>
  321 + <div class="contant_center_title">
  322 + The nurse’s smile brought warmth to the patient
  323 + </div>
  324 + </div>
  325 + <div class="contant_one">
  326 + <div class="contant_img">
  327 + <a class="single_mark" href="profession.html">
  328 + <img src="../images/5-2-16.png" alt="" />
  329 + </a>
  330 + </div>
  331 + <div class="contant_center_title">
  332 + Happy Children’s Day
  333 + </div>
  334 + </div>
  335 + <div class="contant_one">
  336 + <div class="contant_img">
  337 + <a class="single_mark" href="profession.html">
  338 + <img src="../images/5-2-17.png" alt="" />
  339 + </a>
  340 + </div>
  341 + <div class="contant_center_title">
  342 + Nurses in digestive cancer department send love to patients in Lantern Festival
  343 + </div>
  344 + </div>
  345 + <div class="contant_one">
  346 + <div class="contant_img">
  347 + <a class="single_mark" href="profession.html">
  348 + <img src="../images/5-2-18.png" alt="" />
  349 + </a>
  350 + </div>
  351 + <div class="contant_center_title">
  352 + The nurse in Pulmonary Medical Department have a nice talk with the patient
  353 + </div>
  354 + </div>
  355 + </div>
  356 + </div>
  357 + <!-- <div class="content-word">
275 <a class="single_mark" href="profession.html"> 358 <a class="single_mark" href="profession.html">
276 <img src="../images/care_ac1.png" width="100%" alt="" srcset=""> 359 <img src="../images/care_ac1.png" width="100%" alt="" srcset="">
277 </a> 360 </a>
@@ -285,12 +368,10 @@ @@ -285,12 +368,10 @@
285 <a class="single_mark" href="profession.3.html"> 368 <a class="single_mark" href="profession.3.html">
286 <img src="../images/care_ac4.png" width="100%" alt="" srcset=""> 369 <img src="../images/care_ac4.png" width="100%" alt="" srcset="">
287 </a> 370 </a>
288 - </div>  
289 - 371 + </div> -->
290 </div> 372 </div>
291 <footer class="footer-content"> 373 <footer class="footer-content">
292 <div class="footer-main"> 374 <div class="footer-main">
293 -  
294 <ul class="list-unstyled third-ul"> 375 <ul class="list-unstyled third-ul">
295 <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li> 376 <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li>
296 <li>Tianjin 300060</li> 377 <li>Tianjin 300060</li>
@@ -299,41 +380,51 @@ @@ -299,41 +380,51 @@
299 <li>Email: info@tjmuch.com</li> 380 <li>Email: info@tjmuch.com</li>
300 </ul> 381 </ul>
301 <ul class="list-unstyled first-ul"> 382 <ul class="list-unstyled first-ul">
302 - <li><img src="../images/yikeda.png" width="160px" alt=""></li>  
303 - <li><img src="../images/tjuc.png" width="160px" alt=""></li> 383 + <li><img src="../images/yikeda.png" width="160px" alt="" /></li>
  384 + <li><img src="../images/tjuc.png" width="160px" alt="" /></li>
304 </ul> 385 </ul>
305 </div> 386 </div>
306 </footer> 387 </footer>
307 -  
308 </div> 388 </div>
309 <script src="../js/jquery-1.11.3.min.js"></script> 389 <script src="../js/jquery-1.11.3.min.js"></script>
310 <script src="../js/bootstrap.min.js"></script> 390 <script src="../js/bootstrap.min.js"></script>
311 <script src="../js/swiper-3.4.2.jquery.min.js"></script> 391 <script src="../js/swiper-3.4.2.jquery.min.js"></script>
312 <script src="../js/common.js"></script> 392 <script src="../js/common.js"></script>
313 <script> 393 <script>
314 - $(document).ready(function () {  
315 - $(".btn-group").find(".navbtn-a").click(function () {  
316 - console.log(this)  
317 - $(this).siblings('.navbtn-a').removeClass('navbtnActive'); // 删除其他兄弟元素的样式  
318 - $(this).addClass('navbtnActive'); // 添加当前元素的样式  
319 - })  
320 - })  
321 - var swiper = new Swiper('.swiper-container', {  
322 - pagination: '.swiper-pagination', 394 + $(document).ready(function() {
  395 + $(".btn-group")
  396 + .find(".navbtn-a")
  397 + .click(function() {
  398 + console.log(this);
  399 + $(this)
  400 + .siblings(".navbtn-a")
  401 + .removeClass("navbtnActive"); // 删除其他兄弟元素的样式
  402 + $(this).addClass("navbtnActive"); // 添加当前元素的样式
  403 + });
  404 + });
  405 + var swiper = new Swiper(".swiper-container", {
  406 + pagination: ".swiper-pagination",
323 paginationClickable: true 407 paginationClickable: true
324 }); 408 });
325 409
326 - var swiper = new Swiper('.swiper-container1', {  
327 - pagination: '.swiper-pagination', 410 + var swiper = new Swiper(".swiper-container1", {
  411 + pagination: ".swiper-pagination",
328 slidesPerView: 3, 412 slidesPerView: 3,
329 paginationClickable: true, 413 paginationClickable: true,
330 spaceBetween: 30 414 spaceBetween: 30
331 }); 415 });
332 416
333 - $('.content-word-left').on('click', 'h4', function () {  
334 - $(this).addClass('active').siblings().removeClass('active')  
335 - $('.content-word-right').eq($(this).index()).addClass('active').siblings().removeClass('active')  
336 - }) 417 + $(".content-word-left").on("click", "h4", function() {
  418 + $(this)
  419 + .addClass("active")
  420 + .siblings()
  421 + .removeClass("active");
  422 + $(".content-word-right")
  423 + .eq($(this).index())
  424 + .addClass("active")
  425 + .siblings()
  426 + .removeClass("active");
  427 + });
337 </script> 428 </script>
338 </body> 429 </body>
339 430
@@ -131,6 +131,46 @@ @@ -131,6 +131,46 @@
131 margin-left: -11px; 131 margin-left: -11px;
132 cursor: pointer; 132 cursor: pointer;
133 } 133 }
  134 + .contant {
  135 + width: 1122px;
  136 + margin: 70px auto 0 auto;
  137 + }
  138 +
  139 + .contant_img {
  140 + width: 256px;
  141 + height: 304px;
  142 + }
  143 +
  144 + .contant_img img {
  145 + width: 100%;
  146 + height: 100%;
  147 + }
  148 +
  149 + .contant_name {
  150 + margin: 26px 0;
  151 + font-size: 30px;
  152 + font-weight: 400;
  153 + color: rgba(114, 113, 113, 1);
  154 + line-height: 30px;
  155 + }
  156 +
  157 + .contant_word {
  158 + font-size: 20px;
  159 + font-weight: 400;
  160 + color: rgba(86, 86, 86, 1);
  161 + line-height: 30px;
  162 + }
  163 +
  164 + .contant_center_img {
  165 + margin-top: 36px;
  166 + width: 877px;
  167 + height: 541px;
  168 + }
  169 +
  170 + .contant_center_img img {
  171 + width: 100%;
  172 + height: 100%;
  173 + }
134 </style> 174 </style>
135 </head> 175 </head>
136 176
@@ -360,27 +400,24 @@ @@ -360,27 +400,24 @@
360 </div> 400 </div>
361 401
362 <!-- Swiper --> 402 <!-- Swiper -->
363 - <div class="img-header"> 403 + <!-- <div class="img-header">
364 <img src="../images/cli2_top.png" width="100%" alt=""> 404 <img src="../images/cli2_top.png" width="100%" alt="">
365 - </div> 405 + </div> -->
366 <div class="content"> 406 <div class="content">
367 - <div class="content-word">  
368 - <div class="content-word-right active">  
369 - <div class="person_desc">  
370 - <div class="person_desc_photo">  
371 - <img src="../images/chif_nurse.png" alt="" srcset="">  
372 - </div>  
373 - <div class="person_desc_box">  
374 - <h4 class="pername">  
375 - Rongxiu Chen <br>  
376 - Chief nurse  
377 - </h4>  
378 - </div>  
379 - </div>  
380 - <div class="depart_introduce">  
381 - <div class="part_desc">  
382 - <p style="font-size: 18px">  
383 - the 43rd Nightingale Medal of the International Committee of the Red Cross, 407 + <div class="navpath">
  408 + Nursing Care<span>></span>About Us
  409 + <span>></span>Leadership Team
  410 + </div>
  411 + <div class="contant">
  412 + <div class="contant_top">
  413 + <div class="contant_img">
  414 + <img src="../images/chif_nurse.png" alt="" />
  415 + </div>
  416 + <div class="contant_name">Rongxiu Chen <br>
  417 + Chief nurse</div>
  418 +
  419 + <div class="contant_word">
  420 + the 43rd Nightingale Medal of the International Committee of the Red Cross,
384 Former Director Nurse of Tianjin Medical University Cancer Institute & 421 Former Director Nurse of Tianjin Medical University Cancer Institute &
385 Hospital(1983-2005), Director of the Quality Control Center of Tianjin Health 422 Hospital(1983-2005), Director of the Quality Control Center of Tianjin Health
386 Committee, Hosted the " New Recruiting Nurse Training Series", "Oncology Nursing", 423 Committee, Hosted the " New Recruiting Nurse Training Series", "Oncology Nursing",
@@ -393,30 +430,12 @@ @@ -393,30 +430,12 @@
393 indicators and human resources management in Tianjin, which effectively promoted the 430 indicators and human resources management in Tianjin, which effectively promoted the
394 scientific management of nursing quality and improved the quality of clinical care in 431 scientific management of nursing quality and improved the quality of clinical care in
395 Tianjin. 432 Tianjin.
396 -  
397 - </p>  
398 - </div>  
399 - <img src="../images/Chief nurse_content.png" alt="" srcset="">  
400 -  
401 -  
402 -  
403 - </div>  
404 - </div>  
405 - <!-- <div class="content-word-left">  
406 - <div class="part_top">  
407 - DEPARTMENTS DYNAMICS  
408 - </div>  
409 - <div class="part_inner_content">  
410 - under construction under construction  
411 - under construction under construction  
412 - under construction under construction  
413 - under construction under construction  
414 - under construction under construction  
415 - under construction under construction  
416 - </div>  
417 - <img src="../images/next.png" class="next" alt="" srcset="">  
418 - </div> -->  
419 - </div> 433 + </div>
  434 + <div class="contant_center_img">
  435 + <img src="../images/Chief nurse_content.png" alt="" />
  436 + </div>
  437 + </div>
  438 + </div>
420 439
421 </div> 440 </div>
422 <footer class="footer-content"> 441 <footer class="footer-content">
@@ -131,6 +131,48 @@ @@ -131,6 +131,48 @@
131 margin-left: -11px; 131 margin-left: -11px;
132 cursor: pointer; 132 cursor: pointer;
133 } 133 }
  134 +
  135 +
  136 + .contant {
  137 + width: 1122px;
  138 + margin: 70px auto 0 auto;
  139 + }
  140 +
  141 + .contant_img {
  142 + width: 256px;
  143 + height: 304px;
  144 + }
  145 +
  146 + .contant_img img {
  147 + width: 100%;
  148 + height: 100%;
  149 + }
  150 +
  151 + .contant_name {
  152 + margin: 26px 0;
  153 + font-size: 30px;
  154 + font-weight: 400;
  155 + color: rgba(114, 113, 113, 1);
  156 + line-height: 30px;
  157 + }
  158 +
  159 + .contant_word {
  160 + font-size: 20px;
  161 + font-weight: 400;
  162 + color: rgba(86, 86, 86, 1);
  163 + line-height: 30px;
  164 + }
  165 +
  166 + .contant_center_img {
  167 + margin-top: 36px;
  168 + width: 877px;
  169 + height: 541px;
  170 + }
  171 +
  172 + .contant_center_img img {
  173 + width: 100%;
  174 + height: 100%;
  175 + }
134 </style> 176 </style>
135 </head> 177 </head>
136 178
@@ -360,50 +402,28 @@ @@ -360,50 +402,28 @@
360 </div> 402 </div>
361 403
362 <!-- Swiper --> 404 <!-- Swiper -->
363 - <div class="img-header"> 405 + <!-- <div class="img-header">
364 <img src="../images/cli2_top.png" width="100%" alt=""> 406 <img src="../images/cli2_top.png" width="100%" alt="">
365 - </div> 407 + </!-->
366 <div class="content"> 408 <div class="content">
367 - <div class="content-word">  
368 - <div class="content-word-right active">  
369 - <div class="person_desc">  
370 - <div class="person_desc_photo">  
371 - <img src="../images/rongxiu.png" alt="" srcset="">  
372 - </div>  
373 - <div class="person_desc_box">  
374 - <h4 class="pername">  
375 - Yongqin Jiang  
376 - </h4>  
377 - </div>  
378 - </div>  
379 - <div class="depart_introduce">  
380 - <div class="part_desc">  
381 - <p style="font-size: 18px">  
382 - Former Director Jiang Yongqin served as a Board Members of the ISNCC, and won the  
383 - International of Nursing in Cancer Care from Contribution Award.  
384 - </p>  
385 - </div>  
386 - <img src="../images/rongxiu_text.png" alt="" srcset="">  
387 -  
388 -  
389 -  
390 - </div>  
391 - </div>  
392 - <!-- <div class="content-word-left">  
393 - <div class="part_top">  
394 - DEPARTMENTS DYNAMICS  
395 - </div>  
396 - <div class="part_inner_content">  
397 - under construction under construction  
398 - under construction under construction  
399 - under construction under construction  
400 - under construction under construction  
401 - under construction under construction  
402 - under construction under construction  
403 - </div>  
404 - <img src="../images/next.png" class="next" alt="" srcset="">  
405 - </div> -->  
406 - </div> 409 + <div class="navpath">
  410 + Nursing Care<span>></span>About Us
  411 + <span>></span>Leadership Team
  412 + </div>
  413 + <div class="contant">
  414 + <div class="contant_top">
  415 + <div class="contant_img">
  416 + <img src="../images/rongxiu.png" alt="" />
  417 + </div>
  418 + <div class="contant_name">Yongqin Jiang </div>
  419 + <div class="contant_word">
  420 + Former Director Jiang Yongqin served as a Board Members of the ISNCC, and won the International of Nursing in Cancer Care from Contribution Award.
  421 + </div>
  422 + <!-- <div class="contant_center_img">
  423 + <img src="../images/team_detail_2.png" alt="" />
  424 + </div> -->
  425 + </div>
  426 + </div>
407 427
408 </div> 428 </div>
409 <footer class="footer-content"> 429 <footer class="footer-content">
1 - <!DOCTYPE html>  
2 - <html lang="en">  
3 -  
4 - <head>  
5 - <meta charset="UTF-8">  
6 - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">  
7 - <meta http-equiv="X-UA-Compatible" content="ie=edge">  
8 - <link rel="stylesheet" href="../css/bootstrap.min.css">  
9 - <link rel="stylesheet" href="../css/swiper-3.4.2.min.css">  
10 - <link rel="stylesheet" href="../css/base.css">  
11 - <link rel="stylesheet" href="../css/index.css">  
12 - <title>Tianjin Medical University Cancer Institute & Hospital</title>  
13 - <style>  
14 - .single_box {  
15 - width: 600px;  
16 - margin-bottom: 44px;  
17 - }  
18 -  
19 - .single_box:last-child {  
20 - margin: 0;  
21 - }  
22 -  
23 - .content-word {  
24 - position: relative;  
25 - }  
26 -  
27 - .content-word-left {  
28 - width: 300px;  
29 - flex: unset;  
30 - align-self: flex-start;  
31 - justify-self: flex-end;  
32 - margin-left: 60px;  
33 - }  
34 -  
35 - .content-word-right {  
36 - flex: 1;  
37 - display: none !important;  
38 - display: -webkit-flex;  
39 - flex-wrap: wrap;  
40 -  
41 - padding: 0;  
42 - position: relative;  
43 - }  
44 -  
45 - .content-word-right.active {  
46 - display: flex !important;  
47 - }  
48 -  
49 - .content-word-right .single_part {  
50 - width: 243px;  
51 - display: flex;  
52 - margin-bottom: 50px;  
53 - font-size: 17px;  
54 - color: #040404;  
55 - flex-flow: column;  
56 - align-items: flex-start;  
57 - margin-left: 50px;  
58 - }  
59 -  
60 - .content-word-left h4 {  
61 - color: #232323;  
62 - opacity: .7;  
63 - line-height: 2.5;  
64 - padding: 0;  
65 - margin: 0;  
66 - cursor: pointer;  
67 - }  
68 -  
69 - .single_part p {  
70 - margin-top: 10px;  
71 - }  
72 -  
73 - .content-word-left {  
74 - background: #EBFBF8;  
75 - height: 863px;  
76 - position: relative;  
77 - }  
78 -  
79 - .part_box {  
80 - width: 242px;  
81 - height: 115px;  
82 - overflow: hidden;  
83 - background-color: #898989;  
84 - } 1 +<!DOCTYPE html>
  2 +<html lang="en">
85 3
  4 +<head>
  5 + <meta charset="UTF-8" />
  6 + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
  7 + <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  8 + <link rel="stylesheet" href="../css/bootstrap.min.css" />
  9 + <link rel="stylesheet" href="../css/swiper-3.4.2.min.css" />
  10 + <link rel="stylesheet" href="../css/base.css" />
  11 + <link rel="stylesheet" href="../css/index.css" />
  12 + <title>Tianjin Medical University Cancer Institute & Hospital</title>
  13 + <style>
  14 + .single_box {
  15 + width: 600px;
  16 + margin-bottom: 44px;
  17 + }
  18 +
  19 + .single_box:last-child {
  20 + margin: 0;
  21 + }
  22 +
  23 + .content-word {
  24 + position: relative;
  25 + }
  26 +
  27 + .content-word-left {
  28 + width: 300px;
  29 + flex: unset;
  30 + align-self: flex-start;
  31 + justify-self: flex-end;
  32 + margin-left: 60px;
  33 + }
  34 +
  35 + .content-word-right {
  36 + flex: 1;
  37 + display: none !important;
  38 + display: -webkit-flex;
  39 + flex-wrap: wrap;
  40 + padding: 0;
  41 + position: relative;
  42 + }
  43 +
  44 + .content-word-right.active {
  45 + display: flex !important;
  46 + }
  47 +
  48 + .content-word-right .single_part {
  49 + width: 243px;
  50 + display: flex;
  51 + margin-bottom: 50px;
  52 + font-size: 17px;
  53 + color: #040404;
  54 + flex-flow: column;
  55 + align-items: flex-start;
  56 + margin-left: 50px;
  57 + }
  58 +
  59 + .content-word-left h4 {
  60 + color: #232323;
  61 + opacity: 0.7;
  62 + line-height: 2.5;
  63 + padding: 0;
  64 + margin: 0;
  65 + cursor: pointer;
  66 + }
  67 +
  68 + .single_part p {
  69 + margin-top: 10px;
  70 + }
  71 +
  72 + .content-word-left {
  73 + background: #ebfbf8;
  74 + height: 863px;
  75 + position: relative;
  76 + }
  77 +
  78 + .part_box {
  79 + width: 242px;
  80 + height: 115px;
  81 + overflow: hidden;
  82 + background-color: #898989;
  83 + }
  84 +
86 .depart_introduce { 85 .depart_introduce {
87 - overflow: hidden;  
88 - color: #232323;  
89 - margin-top: 60px;  
90 - box-sizing: border-box;  
91 - padding: 60px;  
92 - margin-bottom: 50px;  
93 - width: 100%;  
94 - background: #EBFBF8; 86 + overflow: hidden;
  87 + color: #232323;
  88 + margin-top: 60px;
  89 + box-sizing: border-box;
  90 + padding: 60px;
  91 + margin-bottom: 50px;
  92 + width: 100%;
  93 + background: #ebfbf8;
95 } 94 }
  95 +
  96 + .depart_introduce.auto {
  97 + height: auto;
  98 + }
  99 +
  100 + .part_top {
  101 + height: 74px;
  102 + background: #83ad9f;
  103 + color: #000000;
  104 + font-size: 16px;
  105 + font-weight: bold;
  106 + text-align: center;
  107 + line-height: 74px;
  108 + }
  109 +
  110 + .part_inner_content {
  111 + padding: 20px 40px;
  112 + }
  113 +
  114 + .person_introduce_box {
  115 + border-top: 5px solid #999;
  116 + margin-top: 100px;
  117 + padding-top: 50px;
  118 + }
  119 +
  120 + .person_introduce_box h3 {
  121 + color: #00a16c;
  122 + }
  123 +
  124 + .next {
  125 + width: 32px;
  126 + height: 22px;
  127 + position: absolute;
  128 + bottom: -15px;
  129 + left: 50%;
  130 + margin-left: -11px;
  131 + cursor: pointer;
  132 + }
  133 +
  134 + .contant {
  135 + width: 1122px;
  136 + margin: 70px auto 0 auto;
  137 + }
  138 +
  139 + .contant_img {
  140 + width: 256px;
  141 + height: 304px;
  142 + }
  143 +
  144 + .contant_img img {
  145 + width: 100%;
  146 + height: 100%;
  147 + }
  148 +
  149 + .contant_name {
  150 + margin: 26px 0;
  151 + font-size: 30px;
  152 + font-weight: 400;
  153 + color: rgba(114, 113, 113, 1);
  154 + line-height: 30px;
  155 + }
  156 +
  157 + .contant_word {
  158 + font-size: 20px;
  159 + font-weight: 400;
  160 + color: rgba(86, 86, 86, 1);
  161 + line-height: 30px;
  162 + }
  163 +
  164 + .contant_center_img {
  165 + margin-top: 36px;
  166 + width: 877px;
  167 + height: 541px;
  168 + }
  169 +
  170 + .contant_center_img img {
  171 + width: 100%;
  172 + height: 100%;
  173 + }
  174 + </style>
  175 +</head>
96 176
97 - .depart_introduce.auto {  
98 - height: auto;  
99 - }  
100 -  
101 - .part_top {  
102 - height: 74px;  
103 - background: #83AD9F;  
104 - color: #000000;  
105 - font-size: 16px;  
106 - font-weight: bold;  
107 - text-align: center;  
108 - line-height: 74px;  
109 - }  
110 -  
111 - .part_inner_content {  
112 - padding: 20px 40px;  
113 - }  
114 -  
115 - .person_introduce_box {  
116 - border-top: 5px solid #999;  
117 - margin-top: 100px;  
118 - padding-top: 50px;  
119 - }  
120 -  
121 - .person_introduce_box h3 {  
122 - color: #00A16C;  
123 - }  
124 -  
125 - .next {  
126 - width: 32px;  
127 - height: 22px;  
128 - position: absolute;  
129 - bottom: -15px;  
130 - left: 50%;  
131 - margin-left: -11px;  
132 - cursor: pointer;  
133 - }  
134 - </style>  
135 - </head>  
136 -  
137 - <body>  
138 - <nav class="navbar navbar-default bgf mb0">  
139 - <div class="container-fluid top_pc_brand">  
140 - <div class="navbar-header">  
141 - <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse"  
142 - data-target="#bs-example-navbar-collapse-4" aria-expanded="true">  
143 - <span class="sr-only">Toggle navigation</span>  
144 - <span class="icon-bar"></span>  
145 - <span class="icon-bar"></span>  
146 - <span class="icon-bar"></span>  
147 - </button>  
148 - <a class="navbar-brand logo" href="../index.html">  
149 - <img class="brand-logo" src="../images/logo.png" alt="">  
150 - </a>  
151 - </div>  
152 - <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true">  
153 - <div class="search-group mt30 form-group navbar-text navbar-right">  
154 - <a href="http://www.tjmuch.com/" class="langue">中文</a>  
155 - <input type="text" class="form-control search-input" placeholder="Search">  
156 - <div class="magnifier">  
157 - <img src="../images/01pc-main/pic%20(11).png" alt="">  
158 - </div>  
159 - </div>  
160 - </div>  
161 - </div>  
162 - </nav>  
163 - <div class="container-fluid pc">  
164 - <div class="mask"></div>  
165 - <div class="bs-example" data-example-id="simple-justified-button-group">  
166 - <ul class="nav_menu_items">  
167 - <li class="btn navbtn-a" role="button">  
168 - <a href="javascript:;">ABOUT US</a>  
169 - <div class='sec_menu_items'>  
170 - <a href="../about/welcome.html" class="inner_item">  
171 - Welcome Message  
172 - </a>  
173 - <a href="../about/mission.html" class="inner_item">  
174 - Mission and Vision  
175 - </a>  
176 - <a href="../about/leadership.html" class="inner_item">  
177 - Leadership  
178 - </a>  
179 - <a href="../about/history.html" class="inner_item">  
180 - History and Milestones  
181 - </a>  
182 - <a href="../about/quick.html" class="inner_item">  
183 - Quick Facts  
184 - </a>  
185 - <a href="../about/contact.html" class="inner_item">Contact Us</a>  
186 - </div>  
187 - </li>  
188 - <li class="btn navbtn-a" role="button">  
189 - <a href="JavaScript:;">CLINICAL RESOURCES</a>  
190 - <div class='sec_menu_items'>  
191 - <div href="../clinical/departments.html"  
192 - onclick="window.location.href='../clinical/departments.html'" class="inner_item">  
193 - Clinical Departments  
194 - <div class="third_menu_items">  
195 - <a href="../clinical/departm.html" class="inner_item">  
196 - Surgical Department  
197 - </a>  
198 - <a href="../clinical/medical.html" class="inner_item">  
199 - Medical Oncology  
200 - </a>  
201 - <a href="../clinical/radiation.html" class="inner_item">  
202 - Radiation Oncology  
203 - </a>  
204 - <a href="../clinical/diagnostic.html" class="inner_item">  
205 - Diagnostic Oncology  
206 - </a>  
207 - <a href="../clinical/center.html" class="inner_item">  
208 - Center of Excellences  
209 - </a>  
210 - </div>  
211 - </div>  
212 - <a href="../clinical/activities.html" class="inner_item">  
213 - Clinical Activities  
214 - </a>  
215 - <a href="../clinical/trials.html" class="inner_item">  
216 - Clinical Trials  
217 - </a>  
218 - <a href="../clinical/finddoctor.html" class="inner_item">  
219 - Find a Doctor  
220 - </a>  
221 - </div>  
222 - </li>  
223 - <li class="btn navbtn-a" role="button">  
224 - <a href="javascript:;">RESEARCH & EDUCATION</a>  
225 - <div class='sec_menu_items'>  
226 -  
227 - <a href="../research/nationalCancer.html" class="inner_item">  
228 - National Cancer Clinical Research Center  
229 - </a>  
230 - <div href="../research/research.html" onclick="location.href='../research/research.html'"  
231 - class="inner_item">  
232 - Research  
233 - <div class="third_menu_items">  
234 - <a href="../research/research1.html" class="inner_item">  
235 - Research programs  
236 - </a>  
237 - <a href="../research/research2.html" class="inner_item">  
238 - Achievements  
239 - </a>  
240 - <a href="../research/research3.html" class="inner_item">  
241 - Key Labaratories  
242 - </a>  
243 - <a href="../research/researcher.html" class="inner_item">  
244 - Find a Researcher  
245 - </a>  
246 - </div>  
247 - </div>  
248 - <div href="../research/education.html" onclick="location.href='../research/education.html'"  
249 - class="inner_item">  
250 - Education  
251 - <div class="third_menu_items">  
252 - <a href="../research/education.html" class="inner_item">  
253 - Graduate Study  
254 - </a>  
255 - <a href="../research/education.html" class="inner_item">  
256 - International Study  
257 - </a>  
258 - <a href="../research/education.html" class="inner_item">  
259 - Continuing Study  
260 - </a>  
261 - </div>  
262 - </div>  
263 - <a href="../research/news.html" class="inner_item">  
264 - News  
265 - </a>  
266 - </div>  
267 - </li>  
268 - <li class="btn navbtn-a" role="button">  
269 - <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>  
270 - <div class='sec_menu_items'>  
271 - <div href="javascript:;" class="inner_item">  
272 - About Us  
273 - <div class="third_menu_items">  
274 - <a href="../institute/aboutus.html" class="inner_item">  
275 - About Us  
276 - </a>  
277 - <a href="../institute/leadership.html" class="inner_item">  
278 - Leadership  
279 - </a>  
280 - <a href="../institute/history.html" class="inner_item">  
281 - History  
282 - </a>  
283 - <a href="../institute/report.html" class="inner_item">  
284 - Annual Report  
285 - </a>  
286 - </div>  
287 - </div>  
288 - <div href="../clinical/nursing.html" class="inner_item">  
289 - Research  
290 - <div class="third_menu_items">  
291 - <a href="../institute/researchers.html" class="inner_item">  
292 - Our Researchers  
293 - </a>  
294 - <a href="../institute/facilities.html" class="inner_item">  
295 - Core Facilities and Services  
296 - </a>  
297 - <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">  
298 - Journal of Clinical Oncology  
299 - </a>  
300 - </div>  
301 - </div>  
302 - <a href="../institute/news.html" class="inner_item">  
303 - News  
304 - </a>  
305 - <a href="../institute/concat.html" class="inner_item">  
306 - Contact Us  
307 - </a>  
308 - </div>  
309 - </li>  
310 - <li class="btn navbtnActive navbtn-a" role="button">  
311 - <a href="../contact.html">NURSING CARE</a>  
312 - <div class='sec_menu_items'>  
313 - <a href="../care/aboutus.html" class="inner_item">  
314 - About Us  
315 - </a>  
316 - <a href="../care/activity.html" class="inner_item">  
317 - Nursing Activities  
318 - </a>  
319 - <a href="../care/training.html" class="inner_item">  
320 - Nurse Training  
321 - </a>  
322 - <a href="../care/achievement.html" class="inner_item">  
323 - Research Achievement  
324 - </a>  
325 - <a href="../care/exchange.html" class="inner_item">  
326 - International Exchanges  
327 - </a>  
328 - <a href="../care/news.html" class="inner_item">  
329 - News & Events  
330 - </a>  
331 - <a href="../care/contactUs.html" class="inner_item">  
332 - Contact Us  
333 - </a>  
334 - </div>  
335 - </li>  
336 - <li class="btn navbtn-a" role="button">  
337 - <a href="javascript:;">INTERNATIONAL AFFAIRS</a>  
338 - <div class='sec_menu_items'>  
339 - <a href="../international/conference.html" class="inner_item">  
340 - International Conferences  
341 - </a>  
342 - <a href="../international/training.html" class="inner_item">  
343 - Oversea Trainings  
344 - </a>  
345 - <a href="../international/referral.html" class="inner_item">  
346 - International Patients  
347 - </a>  
348 - <a href="../international/partners.html" class="inner_item">  
349 - Partnership Institutions  
350 - </a>  
351 - <!--<a href="../international/exchange.html" class="inner_item">-->  
352 - <!--International Exchanges News-->  
353 - <!--</a>-->  
354 - </div>  
355 - </li>  
356 - <li class="btn navbtn-a" role="button">  
357 - <a href="../news.html">NEWS RELEASE</a>  
358 - </li>  
359 - </ul>  
360 - </div> 177 +<body>
  178 + <nav class="navbar navbar-default bgf mb0">
  179 + <div class="container-fluid top_pc_brand">
  180 + <div class="navbar-header">
  181 + <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse" data-target="#bs-example-navbar-collapse-4" aria-expanded="true">
  182 + <span class="sr-only">Toggle navigation</span>
  183 + <span class="icon-bar"></span>
  184 + <span class="icon-bar"></span>
  185 + <span class="icon-bar"></span>
  186 + </button>
  187 + <a class="navbar-brand logo" href="../index.html">
  188 + <img class="brand-logo" src="../images/logo.png" alt="" />
  189 + </a>
  190 + </div>
  191 + <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true">
  192 + <div class="search-group mt30 form-group navbar-text navbar-right">
  193 + <a href="http://www.tjmuch.com/" class="langue">中文</a>
  194 + <input type="text" class="form-control search-input" placeholder="Search" />
  195 + <div class="magnifier">
  196 + <img src="../images/01pc-main/pic%20(11).png" alt="" />
  197 + </div>
  198 + </div>
  199 + </div>
  200 + </div>
  201 + </nav>
  202 + <div class="container-fluid pc">
  203 + <div class="mask"></div>
  204 + <div class="bs-example" data-example-id="simple-justified-button-group">
  205 + <ul class="nav_menu_items">
  206 + <li class="btn navbtn-a" role="button">
  207 + <a href="javascript:;">ABOUT US</a>
  208 + <div class="sec_menu_items">
  209 + <a href="../about/welcome.html" class="inner_item">
  210 + Welcome Message
  211 + </a>
  212 + <a href="../about/mission.html" class="inner_item">
  213 + Mission and Vision
  214 + </a>
  215 + <a href="../about/leadership.html" class="inner_item">
  216 + Leadership
  217 + </a>
  218 + <a href="../about/history.html" class="inner_item">
  219 + History and Milestones
  220 + </a>
  221 + <a href="../about/quick.html" class="inner_item">
  222 + Quick Facts
  223 + </a>
  224 + <a href="../about/contact.html" class="inner_item">Contact Us</a>
  225 + </div>
  226 + </li>
  227 + <li class="btn navbtn-a" role="button">
  228 + <a href="JavaScript:;">CLINICAL RESOURCES</a>
  229 + <div class="sec_menu_items">
  230 + <div href="../clinical/departments.html" onclick="window.location.href='../clinical/departments.html'" class="inner_item">
  231 + Clinical Departments
  232 + <div class="third_menu_items">
  233 + <a href="../clinical/departm.html" class="inner_item">
  234 + Surgical Department
  235 + </a>
  236 + <a href="../clinical/medical.html" class="inner_item">
  237 + Medical Oncology
  238 + </a>
  239 + <a href="../clinical/radiation.html" class="inner_item">
  240 + Radiation Oncology
  241 + </a>
  242 + <a href="../clinical/diagnostic.html" class="inner_item">
  243 + Diagnostic Oncology
  244 + </a>
  245 + <a href="../clinical/center.html" class="inner_item">
  246 + Center of Excellences
  247 + </a>
  248 + </div>
  249 + </div>
  250 + <a href="../clinical/activities.html" class="inner_item">
  251 + Clinical Activities
  252 + </a>
  253 + <a href="../clinical/trials.html" class="inner_item">
  254 + Clinical Trials
  255 + </a>
  256 + <a href="../clinical/finddoctor.html" class="inner_item">
  257 + Find a Doctor
  258 + </a>
  259 + </div>
  260 + </li>
  261 + <li class="btn navbtn-a" role="button">
  262 + <a href="javascript:;">RESEARCH & EDUCATION</a>
  263 + <div class="sec_menu_items">
  264 + <a href="../research/nationalCancer.html" class="inner_item">
  265 + National Cancer Clinical Research Center
  266 + </a>
  267 + <div href="../research/research.html" onclick="location.href='../research/research.html'" class="inner_item">
  268 + Research
  269 + <div class="third_menu_items">
  270 + <a href="../research/research1.html" class="inner_item">
  271 + Research programs
  272 + </a>
  273 + <a href="../research/research2.html" class="inner_item">
  274 + Achievements
  275 + </a>
  276 + <a href="../research/research3.html" class="inner_item">
  277 + Key Labaratories
  278 + </a>
  279 + <a href="../research/researcher.html" class="inner_item">
  280 + Find a Researcher
  281 + </a>
  282 + </div>
  283 + </div>
  284 + <div href="../research/education.html" onclick="location.href='../research/education.html'" class="inner_item">
  285 + Education
  286 + <div class="third_menu_items">
  287 + <a href="../research/education.html" class="inner_item">
  288 + Graduate Study
  289 + </a>
  290 + <a href="../research/education.html" class="inner_item">
  291 + International Study
  292 + </a>
  293 + <a href="../research/education.html" class="inner_item">
  294 + Continuing Study
  295 + </a>
  296 + </div>
  297 + </div>
  298 + <a href="../research/news.html" class="inner_item">
  299 + News
  300 + </a>
  301 + </div>
  302 + </li>
  303 + <li class="btn navbtn-a" role="button">
  304 + <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
  305 + <div class="sec_menu_items">
  306 + <div href="javascript:;" class="inner_item">
  307 + About Us
  308 + <div class="third_menu_items">
  309 + <a href="../institute/aboutus.html" class="inner_item">
  310 + About Us
  311 + </a>
  312 + <a href="../institute/leadership.html" class="inner_item">
  313 + Leadership
  314 + </a>
  315 + <a href="../institute/history.html" class="inner_item">
  316 + History
  317 + </a>
  318 + <a href="../institute/report.html" class="inner_item">
  319 + Annual Report
  320 + </a>
  321 + </div>
  322 + </div>
  323 + <div href="../clinical/nursing.html" class="inner_item">
  324 + Research
  325 + <div class="third_menu_items">
  326 + <a href="../institute/researchers.html" class="inner_item">
  327 + Our Researchers
  328 + </a>
  329 + <a href="../institute/facilities.html" class="inner_item">
  330 + Core Facilities and Services
  331 + </a>
  332 + <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
  333 + Journal of Clinical Oncology
  334 + </a>
  335 + </div>
  336 + </div>
  337 + <a href="../institute/news.html" class="inner_item">
  338 + News
  339 + </a>
  340 + <a href="../institute/concat.html" class="inner_item">
  341 + Contact Us
  342 + </a>
  343 + </div>
  344 + </li>
  345 + <li class="btn navbtnActive navbtn-a" role="button">
  346 + <a href="../contact.html">NURSING CARE</a>
  347 + <div class="sec_menu_items">
  348 + <a href="../care/aboutus.html" class="inner_item">
  349 + About Us
  350 + </a>
  351 + <a href="../care/activity.html" class="inner_item">
  352 + Nursing Activities
  353 + </a>
  354 + <a href="../care/training.html" class="inner_item">
  355 + Nurse Training
  356 + </a>
  357 + <a href="../care/achievement.html" class="inner_item">
  358 + Research Achievement
  359 + </a>
  360 + <a href="../care/exchange.html" class="inner_item">
  361 + International Exchanges
  362 + </a>
  363 + <a href="../care/news.html" class="inner_item">
  364 + News & Events
  365 + </a>
  366 + <a href="../care/contactUs.html" class="inner_item">
  367 + Contact Us
  368 + </a>
  369 + </div>
  370 + </li>
  371 + <li class="btn navbtn-a" role="button">
  372 + <a href="javascript:;">INTERNATIONAL AFFAIRS</a>
  373 + <div class="sec_menu_items">
  374 + <a href="../international/conference.html" class="inner_item">
  375 + International Conferences
  376 + </a>
  377 + <a href="../international/training.html" class="inner_item">
  378 + Oversea Trainings
  379 + </a>
  380 + <a href="../international/referral.html" class="inner_item">
  381 + International Patients
  382 + </a>
  383 + <a href="../international/partners.html" class="inner_item">
  384 + Partnership Institutions
  385 + </a>
  386 + <!--<a href="../international/exchange.html" class="inner_item">-->
  387 + <!--International Exchanges News-->
  388 + <!--</a>-->
  389 + </div>
  390 + </li>
  391 + <li class="btn navbtn-a" role="button">
  392 + <a href="../news.html">NEWS RELEASE</a>
  393 + </li>
  394 + </ul>
  395 + </div>
361 396
362 - <!-- Swiper -->  
363 - <div class="img-header"> 397 + <!-- Swiper -->
  398 + <!-- <div class="img-header">
364 <img src="../images/cli2_top.png" width="100%" alt=""> 399 <img src="../images/cli2_top.png" width="100%" alt="">
365 - </div>  
366 - <div class="content">  
367 - <div class="content-word">  
368 - <div class="content-word-right active">  
369 - <div class="person_desc">  
370 - <div class="person_desc_photo">  
371 - <img src="../images/wangmin.png" alt="" srcset="">  
372 - </div>  
373 - <div class="person_desc_box">  
374 - <h4 class="pername">  
375 - Wanmin Qiang  
376 - </h4>  
377 - </div>  
378 - </div>  
379 - <div class="depart_introduce">  
380 - <div class="part_desc">  
381 - <p style="font-size: 18px">  
382 - Director Nurse of Tianjin Medical University Cancer Institute & Hospital, Postgraduate  
383 - tutors of Tianjin Medical University and Tianjin University of Traditional Chinese  
384 - Medicine,Good Nurse with People’s Satisfaction, Top Ten Medical Workers(Sole Nurse),  
385 - Former Chairman of China Anti-Cancer Association Oncological Nursing Committee,  
386 - Editorial board of Chinese Journal of nursing, Chinese Journal of nursing management,  
387 - Journal of Nurses Training,and 33 members of the Chinese Society of Nursing, Tianjin  
388 - Nursing Association and other academic organizations.  
389 - </p>  
390 - </div>  
391 - <img src="../images/team_detail_2.png" alt="" srcset="">  
392 -  
393 -  
394 -  
395 - </div>  
396 - </div>  
397 - <!-- <div class="content-word-left">  
398 - <div class="part_top">  
399 - DEPARTMENTS DYNAMICS  
400 - </div>  
401 - <div class="part_inner_content">  
402 - under construction under construction  
403 - under construction under construction  
404 - under construction under construction  
405 - under construction under construction  
406 - under construction under construction  
407 - under construction under construction  
408 - </div>  
409 - <img src="../images/next.png" class="next" alt="" srcset="">  
410 - </div> -->  
411 - </div>  
412 -  
413 - </div>  
414 - <footer class="footer-content">  
415 - <div class="footer-main">  
416 -  
417 - <ul class="list-unstyled third-ul">  
418 - <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li>  
419 - <li>Tianjin 300060</li>  
420 - <li>China</li>  
421 - <li>Tel/Fax: 0086-22-23359337</li>  
422 - <li>Email: info@tjmuch.com</li>  
423 - </ul>  
424 - <ul class="list-unstyled first-ul">  
425 - <li><img src="../images/yikeda.png" width="160px" alt=""></li>  
426 - <li><img src="../images/tjuc.png" width="160px" alt=""></li>  
427 - </ul>  
428 - </div>  
429 - </footer>  
430 -  
431 - </div>  
432 - <script src="../js/jquery-1.11.3.min.js"></script>  
433 - <script src="../js/bootstrap.min.js"></script>  
434 - <script src="../js/swiper-3.4.2.jquery.min.js"></script>  
435 - <script src="../js/common.js"></script>  
436 - <script>  
437 - $(document).ready(function () {  
438 - $(".btn-group").find(".navbtn-a").click(function () {  
439 - console.log(this)  
440 - $(this).siblings('.navbtn-a').removeClass('navbtnActive'); // 删除其他兄弟元素的样式  
441 - $(this).addClass('navbtnActive'); // 添加当前元素的样式  
442 - })  
443 - })  
444 - var swiper = new Swiper('.swiper-container', {  
445 - pagination: '.swiper-pagination',  
446 - paginationClickable: true  
447 - }); 400 + </!-->
  401 + <div class="content">
  402 + <div class="navpath">
  403 + Nursing Care<span>></span>About Us
  404 + <span>></span>Leadership Team
  405 + </div>
  406 + <div class="contant">
  407 + <div class="contant_top">
  408 + <div class="contant_img">
  409 + <img src="../images/wangmin.png" alt="" />
  410 + </div>
  411 + <div class="contant_name">Wanmin Qiang</div>
  412 + <div class="contant_word">
  413 + Director Nurse of Tianjin Medical University Cancer Institute & Hospital, Postgraduate tutors of Tianjin Medical University and Tianjin University of Traditional Chinese Medicine
  414 + </div>
  415 + <div class="contant_center_img">
  416 + <img src="../images/team_detail_2.png" alt="" />
  417 + </div>
  418 + </div>
  419 + </div>
  420 + </div>
  421 + <footer class="footer-content">
  422 + <div class="footer-main">
  423 + <ul class="list-unstyled third-ul">
  424 + <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li>
  425 + <li>Tianjin 300060</li>
  426 + <li>China</li>
  427 + <li>Tel/Fax: 0086-22-23359337</li>
  428 + <li>Email: info@tjmuch.com</li>
  429 + </ul>
  430 + <ul class="list-unstyled first-ul">
  431 + <li><img src="../images/yikeda.png" width="160px" alt="" /></li>
  432 + <li><img src="../images/tjuc.png" width="160px" alt="" /></li>
  433 + </ul>
  434 + </div>
  435 + </footer>
  436 + </div>
  437 + <script src="../js/jquery-1.11.3.min.js"></script>
  438 + <script src="../js/bootstrap.min.js"></script>
  439 + <script src="../js/swiper-3.4.2.jquery.min.js"></script>
  440 + <script src="../js/common.js"></script>
  441 + <script>
  442 + $(document).ready(function() {
  443 + $(".btn-group")
  444 + .find(".navbtn-a")
  445 + .click(function() {
  446 + console.log(this);
  447 + $(this)
  448 + .siblings(".navbtn-a")
  449 + .removeClass("navbtnActive"); // 删除其他兄弟元素的样式
  450 + $(this).addClass("navbtnActive"); // 添加当前元素的样式
  451 + });
  452 + });
  453 + var swiper = new Swiper(".swiper-container", {
  454 + pagination: ".swiper-pagination",
  455 + paginationClickable: true
  456 + });
448 457
449 - var swiper = new Swiper('.swiper-container1', {  
450 - pagination: '.swiper-pagination',  
451 - slidesPerView: 3,  
452 - paginationClickable: true,  
453 - spaceBetween: 30  
454 - }); 458 + var swiper = new Swiper(".swiper-container1", {
  459 + pagination: ".swiper-pagination",
  460 + slidesPerView: 3,
  461 + paginationClickable: true,
  462 + spaceBetween: 30
  463 + });
455 464
456 - $('.content-word-left').on('click', 'h4', function () {  
457 - $(this).addClass('active').siblings().removeClass('active')  
458 - $('.content-word-right').eq($(this).index()).addClass('active').siblings().removeClass('active')  
459 - })  
460 - //  
461 - </script>  
462 - </body> 465 + $(".content-word-left").on("click", "h4", function() {
  466 + $(this)
  467 + .addClass("active")
  468 + .siblings()
  469 + .removeClass("active");
  470 + $(".content-word-right")
  471 + .eq($(this).index())
  472 + .addClass("active")
  473 + .siblings()
  474 + .removeClass("active");
  475 + });
  476 + //
  477 + </script>
  478 +</body>
463 479
464 - </html>  
  480 +</html>
@@ -2,29 +2,29 @@ @@ -2,29 +2,29 @@
2 <html lang="en"> 2 <html lang="en">
3 3
4 <head> 4 <head>
5 - <meta charset="UTF-8">  
6 - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">  
7 - <meta http-equiv="X-UA-Compatible" content="ie=edge">  
8 - <link rel="stylesheet" href="../css/bootstrap.min.css">  
9 - <link rel="stylesheet" href="../css/swiper-3.4.2.min.css">  
10 - <link rel="stylesheet" href="../css/base.css">  
11 - <link rel="stylesheet" href="../css/index.css"> 5 + <meta charset="UTF-8" />
  6 + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
  7 + <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  8 + <link rel="stylesheet" href="../css/bootstrap.min.css" />
  9 + <link rel="stylesheet" href="../css/swiper-3.4.2.min.css" />
  10 + <link rel="stylesheet" href="../css/base.css" />
  11 + <link rel="stylesheet" href="../css/index.css" />
12 <title>Tianjin Medical University Cancer Institute & Hospital</title> 12 <title>Tianjin Medical University Cancer Institute & Hospital</title>
13 <style> 13 <style>
14 .single_box { 14 .single_box {
15 width: 600px; 15 width: 600px;
16 margin-bottom: 44px; 16 margin-bottom: 44px;
17 } 17 }
18 - 18 +
19 .single_box:last-child { 19 .single_box:last-child {
20 margin: 0; 20 margin: 0;
21 } 21 }
22 - 22 +
23 .content-word { 23 .content-word {
24 position: relative; 24 position: relative;
25 align-items: flex-start; 25 align-items: flex-start;
26 } 26 }
27 - 27 +
28 .content-word-left { 28 .content-word-left {
29 width: 300px; 29 width: 300px;
30 flex: unset; 30 flex: unset;
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 justify-self: flex-end; 32 justify-self: flex-end;
33 margin-left: 60px; 33 margin-left: 60px;
34 } 34 }
35 - 35 +
36 .content-word-right { 36 .content-word-right {
37 flex: unset; 37 flex: unset;
38 display: none !important; 38 display: none !important;
@@ -41,12 +41,12 @@ @@ -41,12 +41,12 @@
41 padding: 0; 41 padding: 0;
42 position: relative; 42 position: relative;
43 } 43 }
44 - 44 +
45 .content-word-right.active { 45 .content-word-right.active {
46 display: flex !important; 46 display: flex !important;
47 flex-flow: column; 47 flex-flow: column;
48 } 48 }
49 - 49 +
50 .content-word-right .single_part { 50 .content-word-right .single_part {
51 display: flex; 51 display: flex;
52 margin-bottom: 50px; 52 margin-bottom: 50px;
@@ -56,43 +56,43 @@ @@ -56,43 +56,43 @@
56 align-items: flex-start; 56 align-items: flex-start;
57 margin-left: 50px; 57 margin-left: 50px;
58 } 58 }
59 - 59 +
60 .content-word-left h4 { 60 .content-word-left h4 {
61 color: #232323; 61 color: #232323;
62 - opacity: .7; 62 + opacity: 0.7;
63 line-height: 2.5; 63 line-height: 2.5;
64 padding: 0; 64 padding: 0;
65 margin: 0; 65 margin: 0;
66 cursor: pointer; 66 cursor: pointer;
67 } 67 }
68 - 68 +
69 .single_part p { 69 .single_part p {
70 margin-top: 10px; 70 margin-top: 10px;
71 } 71 }
72 - 72 +
73 .content-word-left { 73 .content-word-left {
74 - background: #EBFBF8; 74 + background: #ebfbf8;
75 position: relative; 75 position: relative;
76 height: 1380px; 76 height: 1380px;
77 } 77 }
78 - 78 +
79 .part_box { 79 .part_box {
80 width: 242px; 80 width: 242px;
81 height: 115px; 81 height: 115px;
82 overflow: hidden; 82 overflow: hidden;
83 background-color: #898989; 83 background-color: #898989;
84 } 84 }
85 - 85 +
86 .depart_introduce { 86 .depart_introduce {
87 - background: #EBFBF8; 87 + background: #ebfbf8;
88 color: #232323; 88 color: #232323;
89 box-sizing: border-box; 89 box-sizing: border-box;
90 padding: 20px; 90 padding: 20px;
91 } 91 }
92 - 92 +
93 .part_top { 93 .part_top {
94 height: 74px; 94 height: 74px;
95 - background: #83AD9F; 95 + background: #83ad9f;
96 color: #000000; 96 color: #000000;
97 font-size: 18px; 97 font-size: 18px;
98 font-weight: bold; 98 font-weight: bold;
@@ -100,17 +100,17 @@ @@ -100,17 +100,17 @@
100 line-height: 74px; 100 line-height: 74px;
101 width: 100%; 101 width: 100%;
102 } 102 }
103 - 103 +
104 .part_inner_content { 104 .part_inner_content {
105 - padding: 20px 105 + padding: 20px;
106 } 106 }
107 - 107 +
108 .person_introduce_box { 108 .person_introduce_box {
109 padding-top: 100px; 109 padding-top: 100px;
110 border-top: 5px solid #999; 110 border-top: 5px solid #999;
111 margin-top: 100px; 111 margin-top: 100px;
112 } 112 }
113 - 113 +
114 .next { 114 .next {
115 width: 300px; 115 width: 300px;
116 position: absolute; 116 position: absolute;
@@ -119,38 +119,82 @@ @@ -119,38 +119,82 @@
119 margin-left: -150px; 119 margin-left: -150px;
120 cursor: pointer; 120 cursor: pointer;
121 } 121 }
122 - .news_container{ 122 +
  123 + .news_container {
123 display: flex; 124 display: flex;
124 justify-content: space-between; 125 justify-content: space-between;
125 flex-wrap: wrap; 126 flex-wrap: wrap;
126 } 127 }
127 - .singleNews{ 128 +
  129 + .singleNews {
128 cursor: pointer; 130 cursor: pointer;
129 font-size: 16px; 131 font-size: 16px;
130 width: 590px; 132 width: 590px;
131 } 133 }
132 -  
133 - .single_news_content{  
134 - color: #232323;  
135 - margin-top: 30px;  
136 - margin-bottom: 20px;  
137 - display: block;  
138 - }  
139 - .top_line{  
140 - text-align: left;  
141 - padding-left: 15px;  
142 - font-weight: bold;  
143 - background: #FFF;  
144 - }  
145 - .cooper_desc{  
146 - color: #333;  
147 - font-size: 18px;  
148 - padding: 15px;  
149 - }  
150 - .single_Conferences p{  
151 - margin-bottom: 30px;  
152 - margin-top: 10px;  
153 - } 134 +
  135 + .single_news_content {
  136 + color: #232323;
  137 + margin-top: 30px;
  138 + margin-bottom: 20px;
  139 + display: block;
  140 + }
  141 +
  142 + .top_line {
  143 + text-align: left;
  144 + padding-left: 15px;
  145 + font-weight: bold;
  146 + background: #fff;
  147 + }
  148 +
  149 + .cooper_desc {
  150 + color: #333;
  151 + font-size: 18px;
  152 + padding: 15px;
  153 + }
  154 +
  155 + .single_Conferences p {
  156 + margin-bottom: 30px;
  157 + margin-top: 10px;
  158 + }
  159 +
  160 + .contant {
  161 + width: 1122px;
  162 + margin: 60px auto 0 auto;
  163 + }
  164 +
  165 + .contant_title {
  166 + font-size: 20px;
  167 + font-weight: 400;
  168 + color: rgba(114, 113, 113, 1);
  169 + line-height: 36px;
  170 + }
  171 +
  172 + .contant_one_img {
  173 + width: 96%;
  174 + height: 386px;
  175 + }
  176 +
  177 + .contant_one_img img {
  178 + width: 100%;
  179 + height: 100%;
  180 + }
  181 +
  182 + .contant_one_title {
  183 + margin-top: 24px;
  184 + font-size: 20px;
  185 + font-weight: 400;
  186 + color: rgba(114, 113, 113, 1);
  187 + line-height: 30px;
  188 + }
  189 +
  190 + .contant_word {
  191 + margin-top: 26px;
  192 + display: -webkit-box;
  193 + display: -ms-flexbox;
  194 + display: -webkit-flex;
  195 + display: flex;
  196 + justify-content: space-around;
  197 + }
154 </style> 198 </style>
155 </head> 199 </head>
156 200
@@ -158,23 +202,22 @@ @@ -158,23 +202,22 @@
158 <nav class="navbar navbar-default bgf mb0"> 202 <nav class="navbar navbar-default bgf mb0">
159 <div class="container-fluid top_pc_brand"> 203 <div class="container-fluid top_pc_brand">
160 <div class="navbar-header"> 204 <div class="navbar-header">
161 - <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse"  
162 - data-target="#bs-example-navbar-collapse-4" aria-expanded="true">  
163 - <span class="sr-only">Toggle navigation</span>  
164 - <span class="icon-bar"></span>  
165 - <span class="icon-bar"></span>  
166 - <span class="icon-bar"></span>  
167 - </button> 205 + <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse" data-target="#bs-example-navbar-collapse-4" aria-expanded="true">
  206 + <span class="sr-only">Toggle navigation</span>
  207 + <span class="icon-bar"></span>
  208 + <span class="icon-bar"></span>
  209 + <span class="icon-bar"></span>
  210 + </button>
168 <a class="navbar-brand logo" href="../index.html"> 211 <a class="navbar-brand logo" href="../index.html">
169 - <img class="brand-logo" src="../images/logo.png" alt=""> 212 + <img class="brand-logo" src="../images/logo.png" alt="" />
170 </a> 213 </a>
171 </div> 214 </div>
172 <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true"> 215 <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true">
173 <div class="search-group mt30 form-group navbar-text navbar-right"> 216 <div class="search-group mt30 form-group navbar-text navbar-right">
174 <a href="http://www.tjmuch.com/" class="langue">中文</a> 217 <a href="http://www.tjmuch.com/" class="langue">中文</a>
175 - <input type="text" class="form-control search-input" placeholder="Search"> 218 + <input type="text" class="form-control search-input" placeholder="Search" />
176 <div class="magnifier"> 219 <div class="magnifier">
177 - <img src="../images/search_btn.png" alt=""> 220 + <img src="../images/search_btn.png" alt="" />
178 </div> 221 </div>
179 </div> 222 </div>
180 </div> 223 </div>
@@ -186,191 +229,187 @@ @@ -186,191 +229,187 @@
186 <ul class="nav_menu_items"> 229 <ul class="nav_menu_items">
187 <li class="btn navbtn-a" role="button"> 230 <li class="btn navbtn-a" role="button">
188 <a href="javascript:;">ABOUT US</a> 231 <a href="javascript:;">ABOUT US</a>
189 - <div class='sec_menu_items'> 232 + <div class="sec_menu_items">
190 <a href="../about/welcome.html" class="inner_item"> 233 <a href="../about/welcome.html" class="inner_item">
191 - Welcome Message  
192 - </a> 234 + Welcome Message
  235 + </a>
193 <a href="../about/mission.html" class="inner_item"> 236 <a href="../about/mission.html" class="inner_item">
194 - Mission and Vision  
195 - </a> 237 + Mission and Vision
  238 + </a>
196 <a href="../about/leadership.html" class="inner_item"> 239 <a href="../about/leadership.html" class="inner_item">
197 - Leadership  
198 - </a> 240 + Leadership
  241 + </a>
199 <a href="../about/history.html" class="inner_item"> 242 <a href="../about/history.html" class="inner_item">
200 - History and Milestones  
201 - </a> 243 + History and Milestones
  244 + </a>
202 <a href="../about/quick.html" class="inner_item"> 245 <a href="../about/quick.html" class="inner_item">
203 - Quick Facts  
204 - </a> 246 + Quick Facts
  247 + </a>
205 <a href="../about/contact.html" class="inner_item">Contact Us</a> 248 <a href="../about/contact.html" class="inner_item">Contact Us</a>
206 </div> 249 </div>
207 </li> 250 </li>
208 <li class="btn navbtn-a" role="button"> 251 <li class="btn navbtn-a" role="button">
209 <a href="JavaScript:;">CLINICAL RESOURCES</a> 252 <a href="JavaScript:;">CLINICAL RESOURCES</a>
210 - <div class='sec_menu_items'>  
211 - <div href="../clinical/departments.html"  
212 - onclick="window.location.href='../clinical/departments.html'" class="inner_item"> 253 + <div class="sec_menu_items">
  254 + <div href="../clinical/departments.html" onclick="window.location.href='../clinical/departments.html'" class="inner_item">
213 Clinical Departments 255 Clinical Departments
214 <div class="third_menu_items"> 256 <div class="third_menu_items">
215 <a href="../clinical/departm.html" class="inner_item"> 257 <a href="../clinical/departm.html" class="inner_item">
216 - Surgical Department  
217 - </a> 258 + Surgical Department
  259 + </a>
218 <a href="../clinical/medical.html" class="inner_item"> 260 <a href="../clinical/medical.html" class="inner_item">
219 - Medical Oncology  
220 - </a> 261 + Medical Oncology
  262 + </a>
221 <a href="../clinical/radiation.html" class="inner_item"> 263 <a href="../clinical/radiation.html" class="inner_item">
222 - Radiation Oncology  
223 - </a> 264 + Radiation Oncology
  265 + </a>
224 <a href="../clinical/diagnostic.html" class="inner_item"> 266 <a href="../clinical/diagnostic.html" class="inner_item">
225 - Diagnostic Oncology  
226 - </a> 267 + Diagnostic Oncology
  268 + </a>
227 <a href="../clinical/center.html" class="inner_item"> 269 <a href="../clinical/center.html" class="inner_item">
228 - Center of Excellences  
229 - </a> 270 + Center of Excellences
  271 + </a>
230 </div> 272 </div>
231 </div> 273 </div>
232 <a href="../clinical/activities.html" class="inner_item"> 274 <a href="../clinical/activities.html" class="inner_item">
233 - Clinical Activities  
234 - </a> 275 + Clinical Activities
  276 + </a>
235 <a href="../clinical/trials.html" class="inner_item"> 277 <a href="../clinical/trials.html" class="inner_item">
236 - Clinical Trials  
237 - </a> 278 + Clinical Trials
  279 + </a>
238 <a href="../clinical/finddoctor.html" class="inner_item"> 280 <a href="../clinical/finddoctor.html" class="inner_item">
239 - Find a Doctor  
240 - </a> 281 + Find a Doctor
  282 + </a>
241 </div> 283 </div>
242 </li> 284 </li>
243 <li class="btn navbtn-a" role="button"> 285 <li class="btn navbtn-a" role="button">
244 <a href="javascript:;">RESEARCH & EDUCATION</a> 286 <a href="javascript:;">RESEARCH & EDUCATION</a>
245 - <div class='sec_menu_items'> 287 + <div class="sec_menu_items">
246 <a href="../research/nationalCancer.html" class="inner_item"> 288 <a href="../research/nationalCancer.html" class="inner_item">
247 - National Cancer Clinical Research Center  
248 - </a>  
249 - <div href="../research/research.html" onclick="location.href='../research/research.html'"  
250 - class="inner_item"> 289 + National Cancer Clinical Research Center
  290 + </a>
  291 + <div href="../research/research.html" onclick="location.href='../research/research.html'" class="inner_item">
251 Research 292 Research
252 <div class="third_menu_items"> 293 <div class="third_menu_items">
253 <a href="../research/research1.html" class="inner_item"> 294 <a href="../research/research1.html" class="inner_item">
254 - Research programs  
255 - </a> 295 + Research programs
  296 + </a>
256 <a href="../research/research2.html" class="inner_item"> 297 <a href="../research/research2.html" class="inner_item">
257 - Achievements  
258 - </a> 298 + Achievements
  299 + </a>
259 <a href="../research/research3.html" class="inner_item"> 300 <a href="../research/research3.html" class="inner_item">
260 - Key Labaratories  
261 - </a> 301 + Key Labaratories
  302 + </a>
262 <a href="../research/researcher.html" class="inner_item"> 303 <a href="../research/researcher.html" class="inner_item">
263 - Find a Researcher  
264 - </a> 304 + Find a Researcher
  305 + </a>
265 </div> 306 </div>
266 </div> 307 </div>
267 - <div href="../research/education.html" onclick="location.href='../research/education.html'"  
268 - class="inner_item"> 308 + <div href="../research/education.html" onclick="location.href='../research/education.html'" class="inner_item">
269 Education 309 Education
270 <div class="third_menu_items"> 310 <div class="third_menu_items">
271 <a href="../research/education.html" class="inner_item"> 311 <a href="../research/education.html" class="inner_item">
272 - Graduate Study  
273 - </a> 312 + Graduate Study
  313 + </a>
274 <a href="../research/education.html" class="inner_item"> 314 <a href="../research/education.html" class="inner_item">
275 - International Study  
276 - </a> 315 + International Study
  316 + </a>
277 <a href="../research/education.html" class="inner_item"> 317 <a href="../research/education.html" class="inner_item">
278 - Continuing Study  
279 - </a> 318 + Continuing Study
  319 + </a>
280 </div> 320 </div>
281 </div> 321 </div>
282 <a href="../research/news.html" class="inner_item"> 322 <a href="../research/news.html" class="inner_item">
283 - News  
284 - </a> 323 + News
  324 + </a>
285 </div> 325 </div>
286 </li> 326 </li>
287 <li class="btn navbtn-a" role="button"> 327 <li class="btn navbtn-a" role="button">
288 <a href="javascript:;">TIANJIN CANCER INSTITUTE</a> 328 <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
289 - <div class='sec_menu_items'> 329 + <div class="sec_menu_items">
290 <div href="javascript:;" class="inner_item"> 330 <div href="javascript:;" class="inner_item">
291 About Us 331 About Us
292 <div class="third_menu_items"> 332 <div class="third_menu_items">
293 <a href="../institute/aboutus.html" class="inner_item"> 333 <a href="../institute/aboutus.html" class="inner_item">
294 - About Us  
295 - </a> 334 + About Us
  335 + </a>
296 <a href="../institute/leadership.html" class="inner_item"> 336 <a href="../institute/leadership.html" class="inner_item">
297 - Leadership  
298 - </a> 337 + Leadership
  338 + </a>
299 <a href="../institute/history.html" class="inner_item"> 339 <a href="../institute/history.html" class="inner_item">
300 - History  
301 - </a> 340 + History
  341 + </a>
302 <a href="../institute/report.html" class="inner_item"> 342 <a href="../institute/report.html" class="inner_item">
303 - Annual Report  
304 - </a> 343 + Annual Report
  344 + </a>
305 </div> 345 </div>
306 </div> 346 </div>
307 <div href="../clinical/nursing.html" class="inner_item"> 347 <div href="../clinical/nursing.html" class="inner_item">
308 Research 348 Research
309 <div class="third_menu_items"> 349 <div class="third_menu_items">
310 <a href="../institute/researchers.html" class="inner_item"> 350 <a href="../institute/researchers.html" class="inner_item">
311 - Our Researchers  
312 - </a> 351 + Our Researchers
  352 + </a>
313 <a href="../institute/facilities.html" class="inner_item"> 353 <a href="../institute/facilities.html" class="inner_item">
314 - Core Facilities and Services  
315 - </a> 354 + Core Facilities and Services
  355 + </a>
316 <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item"> 356 <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
317 - Journal of Clinical Oncology  
318 - </a> 357 + Journal of Clinical Oncology
  358 + </a>
319 </div> 359 </div>
320 </div> 360 </div>
321 <a href="../institute/news.html" class="inner_item"> 361 <a href="../institute/news.html" class="inner_item">
322 - News  
323 - </a> 362 + News
  363 + </a>
324 <a href="../institute/concat.html" class="inner_item"> 364 <a href="../institute/concat.html" class="inner_item">
325 - Contact Us  
326 - </a> 365 + Contact Us
  366 + </a>
327 </div> 367 </div>
328 </li> 368 </li>
329 <li class="btn navbtnActive navbtn-a" role="button"> 369 <li class="btn navbtnActive navbtn-a" role="button">
330 <a href="../contact.html">NURSING CARE</a> 370 <a href="../contact.html">NURSING CARE</a>
331 - <div class='sec_menu_items'> 371 + <div class="sec_menu_items">
332 <a href="../care/aboutus.html" class="inner_item"> 372 <a href="../care/aboutus.html" class="inner_item">
333 - About Us  
334 - </a> 373 + About Us
  374 + </a>
335 <a href="../care/activity.html" class="inner_item"> 375 <a href="../care/activity.html" class="inner_item">
336 - Nursing Activities  
337 - </a> 376 + Nursing Activities
  377 + </a>
338 <a href="../care/training.html" class="inner_item"> 378 <a href="../care/training.html" class="inner_item">
339 - Nurse Training  
340 - </a> 379 + Nurse Training
  380 + </a>
341 <a href="../care/achievement.html" class="inner_item"> 381 <a href="../care/achievement.html" class="inner_item">
342 - Research Achievement  
343 - </a> 382 + Research Achievement
  383 + </a>
344 <a href="../care/exchange.html" class="inner_item"> 384 <a href="../care/exchange.html" class="inner_item">
345 - International Exchanges  
346 - </a> 385 + International Exchanges
  386 + </a>
347 <a href="../care/cancer.html" class="inner_item"> 387 <a href="../care/cancer.html" class="inner_item">
348 - Cancer Survivorship Support  
349 - </a> 388 + Cancer Survivorship Support
  389 + </a>
350 <a href="../care/news.html" class="inner_item"> 390 <a href="../care/news.html" class="inner_item">
351 - News & Events  
352 - </a> 391 + News & Events
  392 + </a>
353 <a href="../care/contactUs.html" class="inner_item"> 393 <a href="../care/contactUs.html" class="inner_item">
354 - Contact Us  
355 - </a> 394 + Contact Us
  395 + </a>
356 </div> 396 </div>
357 </li> 397 </li>
358 <li class="btn navbtn-a" role="button"> 398 <li class="btn navbtn-a" role="button">
359 <a href="javascript:;">INTERNATIONAL AFFAIRS</a> 399 <a href="javascript:;">INTERNATIONAL AFFAIRS</a>
360 - <div class='sec_menu_items'> 400 + <div class="sec_menu_items">
361 <a href="../international/conference.html" class="inner_item"> 401 <a href="../international/conference.html" class="inner_item">
362 - International Conferences  
363 - </a> 402 + International Conferences
  403 + </a>
364 <a href="../international/training.html" class="inner_item"> 404 <a href="../international/training.html" class="inner_item">
365 - Oversea Trainings  
366 - </a> 405 + Oversea Trainings
  406 + </a>
367 <a href="../international/referral.html" class="inner_item"> 407 <a href="../international/referral.html" class="inner_item">
368 - International Patients  
369 - </a> 408 + International Patients
  409 + </a>
370 <a href="../international/partners.html" class="inner_item"> 410 <a href="../international/partners.html" class="inner_item">
371 - Partnership Institutions  
372 - </a>  
373 - 411 + Partnership Institutions
  412 + </a>
374 </div> 413 </div>
375 </li> 414 </li>
376 <li class="btn navbtn-a" role="button"> 415 <li class="btn navbtn-a" role="button">
@@ -381,110 +420,115 @@ @@ -381,110 +420,115 @@
381 420
382 <div class="content padding0"> 421 <div class="content padding0">
383 <!-- Swiper --> 422 <!-- Swiper -->
384 - <div class="img-header"> 423 + <!-- <div class="img-header">
385 <img src="../images/care_top.png" width="100%" alt=""> 424 <img src="../images/care_top.png" width="100%" alt="">
386 - </div> 425 + </div> -->
387 </div> 426 </div>
388 <div class="content"> 427 <div class="content">
389 -  
390 - <div class="content-word">  
391 - <div class="content-word-right active">  
392 - <div class="part_top top_line">Profession</div>  
393 - <p class="cooper_desc">  
394 - We have established 10 professional groups . They carry out a series of activity based on the  
395 - patient's needs and cooperate multidisciplinary to lead and improve the development of cancer  
396 - care</p>  
397 - <div class="news_container">  
398 - <a class="singleNews" href="profession_detail.html">  
399 - <div class="time">  
400 - <img src="../images/5-2-1.png" width='100%' alt="" srcset=""> 428 + <div class="navpath">
  429 + Nursing Care<span>></span>Nursing Activity
  430 + <span>></span>Profession
  431 + </div>
  432 + <div class="contant">
  433 + <div class="contant_title">
  434 + We have established 10 professional groups . They carry out a series of activity based on the patient's needs and cooperate multidisciplinary to lead and improve the development of cancer care
  435 + </div>
  436 + <div class="contant_center">
  437 + <div class="contant_word">
  438 + <div class="contant_one">
  439 + <div class="contant_one_img">
  440 + <img src="../images/5-2-1.png" alt="" />
401 </div> 441 </div>
402 - <span class="single_news_content"> 442 + <div class="contant_one_title">
403 Professional Activities of the Psychological Support team 443 Professional Activities of the Psychological Support team
404 - </span>  
405 - </a>  
406 - <a class="singleNews">  
407 - <div class="time">  
408 - <img src="../images/5-2-2.png" width='100%' alt="" srcset="">  
409 </div> 444 </div>
410 - <span class="single_news_content"> 445 + </div>
  446 + <div class="contant_one">
  447 + <div class="contant_one_img">
  448 + <img src="../images/5-2-2.png" alt="" />
  449 + </div>
  450 + <div class="contant_one_title">
411 professional Activities of Colostomy & Wound Team 451 professional Activities of Colostomy & Wound Team
412 - </span>  
413 - </a>  
414 - <a class="singleNews">  
415 - <div class="time">  
416 - <img src="../images/5-2-3.png" width='100%' alt="" srcset="">  
417 </div> 452 </div>
418 - <span class="single_news_content"> 453 + </div>
  454 + </div>
  455 + <div class="contant_word">
  456 + <div class="contant_one">
  457 + <div class="contant_one_img">
  458 + <img src="../images/5-2-3.png" alt="" />
  459 + </div>
  460 + <div class="contant_one_title">
419 Professional Activities of IV Team 461 Professional Activities of IV Team
420 - </span>  
421 - </a>  
422 - <a class="singleNews">  
423 - <div class="time">  
424 - <img src="../images/5-2-4.png" width='100%' alt="" srcset="">  
425 </div> 462 </div>
426 - <span class="single_news_content"> 463 + </div>
  464 + <div class="contant_one">
  465 + <div class="contant_one_img">
  466 + <img src="../images/5-2-4.png" alt="" />
  467 + </div>
  468 + <div class="contant_one_title">
427 Professional Activities of Symptom Management Team 469 Professional Activities of Symptom Management Team
428 - </span>  
429 - </a>  
430 - <a class="singleNews">  
431 - <div class="time">  
432 - <img src="../images/5-2-5.png" width='100%' alt="" srcset="">  
433 </div> 470 </div>
434 - <span class="single_news_content"> 471 + </div>
  472 + </div>
  473 + <div class="contant_word">
  474 + <div class="contant_one">
  475 + <div class="contant_one_img">
  476 + <img src="../images/5-2-5.png" alt="" />
  477 + </div>
  478 + <div class="contant_one_title">
435 Professional Activities of Nutrition Support Team 479 Professional Activities of Nutrition Support Team
436 - </span>  
437 - </a>  
438 - <a class="singleNews">  
439 - <div class="time">  
440 - <img src="../images/5-2-6.png" width='100%' alt="" srcset="">  
441 </div> 480 </div>
442 - <span class="single_news_content">  
443 - Rofessional Activities of the Intensive Care Team  
444 - </span>  
445 - </a>  
446 - <a class="singleNews">  
447 - <div class="time">  
448 - <img src="../images/5-2-7.png" width='100%' alt="" srcset=""> 481 + </div>
  482 + <div class="contant_one">
  483 + <div class="contant_one_img">
  484 + <img src="../images/5-2-6.png" alt="" />
  485 + </div>
  486 + <div class="contant_one_title">
  487 + Professional Activities of the Intensive Care Team
  488 + </div>
  489 + </div>
  490 + </div>
  491 + <div class="contant_word">
  492 + <div class="contant_one">
  493 + <div class="contant_one_img">
  494 + <img src="../images/5-2-7.png" alt="" />
449 </div> 495 </div>
450 - <span class="single_news_content"> 496 + <div class="contant_one_title">
451 Professional Activities of Drug Safty Management Team 497 Professional Activities of Drug Safty Management Team
452 - </span>  
453 - </a>  
454 - <a class="singleNews">  
455 - <div class="time">  
456 - <img src="../images/5-2-8.png" width='100%' alt="" srcset="">  
457 </div> 498 </div>
458 - <span class="single_news_content"> 499 + </div>
  500 + <div class="contant_one">
  501 + <div class="contant_one_img">
  502 + <img src="../images/5-2-8.png" alt="" />
  503 + </div>
  504 + <div class="contant_one_title">
459 A special Group in Evidence Based Nursing Research of TCIH 505 A special Group in Evidence Based Nursing Research of TCIH
460 - </span>  
461 - </a>  
462 - <a class="singleNews">  
463 - <div class="time">  
464 - <img src="../images/5-2-9.png" width='100%' alt="" srcset="">  
465 </div> 506 </div>
466 - <span class="single_news_content"> 507 + </div>
  508 + </div>
  509 + <div class="contant_word">
  510 + <div class="contant_one">
  511 + <div class="contant_one_img">
  512 + <img src="../images/5-2-9.png" alt="" />
  513 + </div>
  514 + <div class="contant_one_title">
467 Professional Activities of the Innovation R&D Project Team 515 Professional Activities of the Innovation R&D Project Team
468 - </span>  
469 - </a>  
470 - <a class="singleNews">  
471 - <div class="time">  
472 - <img src="../images/5-2-10.png" width='100%' alt="" srcset="">  
473 </div> 516 </div>
474 - <span class="single_news_content">  
475 - Professional Activities of the ERAS Team  
476 - </span>  
477 - </a>  
478 -  
479 - 517 + </div>
  518 + <div class="contant_one">
  519 + <div class="contant_one_img">
  520 + <img src="../images/5-2-10.png" alt="" />
  521 + </div>
  522 + <div class="contant_one_title">
  523 + Professional Activities of the ERAS Team
  524 + </div>
  525 + </div>
480 </div> 526 </div>
481 </div> 527 </div>
482 </div> 528 </div>
483 -  
484 </div> 529 </div>
485 <footer class="footer-content"> 530 <footer class="footer-content">
486 <div class="footer-main"> 531 <div class="footer-main">
487 -  
488 <ul class="list-unstyled third-ul"> 532 <ul class="list-unstyled third-ul">
489 <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li> 533 <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li>
490 <li>Tianjin 300060</li> 534 <li>Tianjin 300060</li>
@@ -493,41 +537,51 @@ @@ -493,41 +537,51 @@
493 <li>Email: info@tjmuch.com</li> 537 <li>Email: info@tjmuch.com</li>
494 </ul> 538 </ul>
495 <ul class="list-unstyled first-ul"> 539 <ul class="list-unstyled first-ul">
496 - <li><img src="../images/yikeda.png" width="160px" alt=""></li>  
497 - <li><img src="../images/tjuc.png" width="160px" alt=""></li> 540 + <li><img src="../images/yikeda.png" width="160px" alt="" /></li>
  541 + <li><img src="../images/tjuc.png" width="160px" alt="" /></li>
498 </ul> 542 </ul>
499 </div> 543 </div>
500 </footer> 544 </footer>
501 -  
502 </div> 545 </div>
503 <script src="../js/jquery-1.11.3.min.js"></script> 546 <script src="../js/jquery-1.11.3.min.js"></script>
504 <script src="../js/bootstrap.min.js"></script> 547 <script src="../js/bootstrap.min.js"></script>
505 <script src="../js/swiper-3.4.2.jquery.min.js"></script> 548 <script src="../js/swiper-3.4.2.jquery.min.js"></script>
506 <script src="../js/common.js"></script> 549 <script src="../js/common.js"></script>
507 <script> 550 <script>
508 - $(document).ready(function () {  
509 - $(".btn-group").find(".navbtn-a").click(function () {  
510 - console.log(this)  
511 - $(this).siblings('.navbtn-a').removeClass('navbtnActive'); // 删除其他兄弟元素的样式  
512 - $(this).addClass('navbtnActive'); // 添加当前元素的样式  
513 - })  
514 - })  
515 - var swiper = new Swiper('.swiper-container', {  
516 - pagination: '.swiper-pagination', 551 + $(document).ready(function() {
  552 + $(".btn-group")
  553 + .find(".navbtn-a")
  554 + .click(function() {
  555 + console.log(this);
  556 + $(this)
  557 + .siblings(".navbtn-a")
  558 + .removeClass("navbtnActive"); // 删除其他兄弟元素的样式
  559 + $(this).addClass("navbtnActive"); // 添加当前元素的样式
  560 + });
  561 + });
  562 + var swiper = new Swiper(".swiper-container", {
  563 + pagination: ".swiper-pagination",
517 paginationClickable: true 564 paginationClickable: true
518 }); 565 });
519 566
520 - var swiper = new Swiper('.swiper-container1', {  
521 - pagination: '.swiper-pagination', 567 + var swiper = new Swiper(".swiper-container1", {
  568 + pagination: ".swiper-pagination",
522 slidesPerView: 3, 569 slidesPerView: 3,
523 paginationClickable: true, 570 paginationClickable: true,
524 spaceBetween: 30 571 spaceBetween: 30
525 }); 572 });
526 573
527 - $('.content-word-left').on('click', 'h4', function () {  
528 - $(this).addClass('active').siblings().removeClass('active')  
529 - $('.content-word-right').eq($(this).index()).addClass('active').siblings().removeClass('active')  
530 - }) 574 + $(".content-word-left").on("click", "h4", function() {
  575 + $(this)
  576 + .addClass("active")
  577 + .siblings()
  578 + .removeClass("active");
  579 + $(".content-word-right")
  580 + .eq($(this).index())
  581 + .addClass("active")
  582 + .siblings()
  583 + .removeClass("active");
  584 + });
531 </script> 585 </script>
532 </body> 586 </body>
533 587
@@ -326,10 +326,11 @@ @@ -326,10 +326,11 @@
326 </div> 326 </div>
327 327
328 <!-- Swiper --> 328 <!-- Swiper -->
329 - <div class="img-header"> 329 + <!-- <div class="img-header">
330 <img src="../images/ac_top.png" width="100%" alt=""> 330 <img src="../images/ac_top.png" width="100%" alt="">
331 - </div> 331 + </div> -->
332 <div class="content "> 332 <div class="content ">
  333 +<div class="navpath">Clinical Resources<span>></span>Clinical Activities</div>
333 334
334 <div class="content-word"> 335 <div class="content-word">
335 <div class="ondata">under construction</div> 336 <div class="ondata">under construction</div>
@@ -11,7 +11,87 @@ @@ -11,7 +11,87 @@
11 <link rel="stylesheet" href="../css/index.css"> 11 <link rel="stylesheet" href="../css/index.css">
12 <title>Tianjin Medical University Cancer Institute & Hospital</title> 12 <title>Tianjin Medical University Cancer Institute & Hospital</title>
13 <style lang=""> 13 <style lang="">
  14 + .contant {
  15 + width: 100%;
  16 + display: -webkit-box;
  17 + display: -moz-box;
  18 + display: -ms-flexbox;
  19 + display: -webkit-flex;
  20 + display: flex;
  21 + justify-content: flex-start;
  22 + /* align-items: center; */
  23 + margin-top: 80px;
  24 + }
14 25
  26 + .contant_right {
  27 + margin-left: 170px;
  28 + display: -webkit-box;
  29 + display: -moz-box;
  30 + display: -ms-flexbox;
  31 + display: -webkit-flex;
  32 + display: flex;
  33 + justify-content: space-between;
  34 + /* align-items: center; */
  35 + }
  36 +
  37 + .left_title {
  38 + font-size: 20px;
  39 + font-weight: bold;
  40 + color: rgba(114, 113, 113, 1);
  41 + line-height: 35px;
  42 + margin-bottom: 46px;
  43 + }
  44 +
  45 + .left_titles {
  46 + font-size: 20px;
  47 + font-weight: bold;
  48 + color: rgba(0, 161, 108, 1);
  49 + line-height: 35px;
  50 + margin-bottom: 46px;
  51 + }
  52 +
  53 + .contant_right_second {
  54 + margin-left: 122px;
  55 + }
  56 +
  57 + .contant_right_title {
  58 + font-size: 20px;
  59 + font-weight: 400;
  60 + color: rgba(86, 86, 86, 1);
  61 + line-height: 24px;
  62 + margin-bottom: 50px;
  63 + text-decoration: underline;
  64 + }
  65 +
  66 + .wire {
  67 + position: relative;
  68 + }
  69 +
  70 + .wire:before {
  71 + content: "";
  72 + width: 2px;
  73 + height: 750px;
  74 + background: rgba(114, 113, 113, 1);
  75 + opacity: 0.7;
  76 + position: absolute;
  77 + top: 0;
  78 + left: 80px;
  79 + }
  80 +
  81 + .wire2 {
  82 + position: relative;
  83 + }
  84 +
  85 + .wire2::before {
  86 + content: "";
  87 + width: 2px;
  88 + height: 370px;
  89 + background: rgba(114, 113, 113, 1);
  90 + opacity: 0.7;
  91 + position: absolute;
  92 + top: 0;
  93 + left: 75px;
  94 + }
15 </style> 95 </style>
16 </head> 96 </head>
17 97
@@ -242,35 +322,37 @@ @@ -242,35 +322,37 @@
242 </div> 322 </div>
243 323
244 <!-- Swiper --> 324 <!-- Swiper -->
245 - <div class="img-header"> 325 + <!-- <div class="img-header">
246 <img src="../images/cli2_top.png" width="100%" alt=""> 326 <img src="../images/cli2_top.png" width="100%" alt="">
247 - </div> 327 + </div> -->
248 <div class="content"> 328 <div class="content">
249 - <div class="department_top">  
250 - Center of Excellences 329 + <div class="navpath">
  330 + Clinical Resources<span>></span>Clinical Departments
  331 + <span>></span>Center of Excellences
251 </div> 332 </div>
252 - <div class="department_main">  
253 - <div class="department_item">  
254 - <div class="single_part">  
255 - <a class="name_box xulie borderBottom" href="depart_detail.215.html">  
256 - <span>Biotherapy Cancer Center</span>  
257 - </a>  
258 - <div class="name_box borderBottom">  
259 - <span>Breast Cancer Center</span>  
260 - </div>  
261 - <div class="name_box xulie borderBottom">  
262 - <span>Lung Cancer Center </span> 333 + <div class="contant">
  334 + <div class="contant_left">
  335 + <div class="left_title">Surgical Oncology</div>
  336 + <div class="left_title">Medical Oncology</div>
  337 + <div class="left_title">Radiation Oncology</div>
  338 + <div class="left_title">Diagnostic Oncology</div>
  339 + <div class="left_titles">Center of Excellences</div>
  340 + </div>
  341 + <div class="wire2 ">
  342 + <div class="contant_right">
  343 + <div class="contant_right_first">
  344 + <div class="contant_right_title">
  345 + Biotherapy Cancer Center
  346 + </div>
  347 + <div class="contant_right_title">
  348 + Breast Cancer Center
  349 + </div>
  350 + </div>
  351 + <div class="contant_right_second">
  352 + <div class="contant_right_title">Lung Cancer Center</div>
  353 + </div>
263 </div> 354 </div>
264 -  
265 </div> 355 </div>
266 - </div>  
267 - <div class="department_item">  
268 -  
269 -  
270 - </div>  
271 - <div class="department_item">  
272 -  
273 - </div>  
274 </div> 356 </div>
275 </div> 357 </div>
276 <footer class="footer-content"> 358 <footer class="footer-content">
@@ -326,7 +326,7 @@ @@ -326,7 +326,7 @@
326 </div> 326 </div>
327 <div class="contant"> 327 <div class="contant">
328 <div class="contant_left"> 328 <div class="contant_left">
329 - <div class="left_title">Surgical Oncology</div> 329 + <div class="left_titles">Surgical Oncology</div>
330 <div class="left_title">Medical Oncology</div> 330 <div class="left_title">Medical Oncology</div>
331 <div class="left_title">Radiation Oncology</div> 331 <div class="left_title">Radiation Oncology</div>
332 <div class="left_title">Diagnostic Oncology</div> 332 <div class="left_title">Diagnostic Oncology</div>
@@ -573,25 +573,25 @@ @@ -573,25 +573,25 @@
573 <script src="../js/swiper-3.4.2.jquery.min.js"></script> 573 <script src="../js/swiper-3.4.2.jquery.min.js"></script>
574 <script src="../js/common.js"></script> 574 <script src="../js/common.js"></script>
575 <script> 575 <script>
576 - $(".left_title").mouseover(function() {  
577 - $(this)  
578 - .addClass("left_titles")  
579 - .siblings()  
580 - .removeClass("left_titles");  
581 - });  
582 - $(".left_title").click(function() {  
583 - $(this)  
584 - .addClass("left_titles")  
585 - .siblings()  
586 - .removeClass("left_titles");  
587 - var index = $(this).index();  
588 - console.log(index);  
589 - $(".neirong")  
590 - .eq(index)  
591 - .show()  
592 - .siblings()  
593 - .hide();  
594 - }); 576 + // $(".left_title").mouseover(function() {
  577 + // $(this)
  578 + // .addClass("left_titles")
  579 + // .siblings()
  580 + // .removeClass("left_titles");
  581 + // });
  582 + // $(".left_title").click(function() {
  583 + // $(this)
  584 + // .addClass("left_titles")
  585 + // .siblings()
  586 + // .removeClass("left_titles");
  587 + // var index = $(this).index();
  588 + // console.log(index);
  589 + // $(".neirong")
  590 + // .eq(index)
  591 + // .show()
  592 + // .siblings()
  593 + // .hide();
  594 + // });
595 </script> 595 </script>
596 </body> 596 </body>
597 597
@@ -11,7 +11,87 @@ @@ -11,7 +11,87 @@
11 <link rel="stylesheet" href="../css/index.css"> 11 <link rel="stylesheet" href="../css/index.css">
12 <title>Tianjin Medical University Cancer Institute & Hospital</title> 12 <title>Tianjin Medical University Cancer Institute & Hospital</title>
13 <style lang=""> 13 <style lang="">
  14 + .contant {
  15 + width: 100%;
  16 + display: -webkit-box;
  17 + display: -moz-box;
  18 + display: -ms-flexbox;
  19 + display: -webkit-flex;
  20 + display: flex;
  21 + justify-content: flex-start;
  22 + /* align-items: center; */
  23 + margin-top: 80px;
  24 + }
14 25
  26 + .contant_right {
  27 + margin-left: 170px;
  28 + display: -webkit-box;
  29 + display: -moz-box;
  30 + display: -ms-flexbox;
  31 + display: -webkit-flex;
  32 + display: flex;
  33 + justify-content: space-between;
  34 + /* align-items: center; */
  35 + }
  36 +
  37 + .left_title {
  38 + font-size: 20px;
  39 + font-weight: bold;
  40 + color: rgba(114, 113, 113, 1);
  41 + line-height: 35px;
  42 + margin-bottom: 46px;
  43 + }
  44 +
  45 + .left_titles {
  46 + font-size: 20px;
  47 + font-weight: bold;
  48 + color: rgba(0, 161, 108, 1);
  49 + line-height: 35px;
  50 + margin-bottom: 46px;
  51 + }
  52 +
  53 + .contant_right_second {
  54 + margin-left: 122px;
  55 + }
  56 +
  57 + .contant_right_title {
  58 + font-size: 20px;
  59 + font-weight: 400;
  60 + color: rgba(86, 86, 86, 1);
  61 + line-height: 24px;
  62 + margin-bottom: 50px;
  63 + text-decoration: underline;
  64 + }
  65 +
  66 + .wire {
  67 + position: relative;
  68 + }
  69 +
  70 + .wire:before {
  71 + content: "";
  72 + width: 2px;
  73 + height: 750px;
  74 + background: rgba(114, 113, 113, 1);
  75 + opacity: 0.7;
  76 + position: absolute;
  77 + top: 0;
  78 + left: 80px;
  79 + }
  80 +
  81 + .wire2 {
  82 + position: relative;
  83 + }
  84 +
  85 + .wire2::before {
  86 + content: "";
  87 + width: 2px;
  88 + height: 370px;
  89 + background: rgba(114, 113, 113, 1);
  90 + opacity: 0.7;
  91 + position: absolute;
  92 + top: 0;
  93 + left: 75px;
  94 + }
15 </style> 95 </style>
16 </head> 96 </head>
17 97
@@ -242,56 +322,60 @@ @@ -242,56 +322,60 @@
242 </div> 322 </div>
243 323
244 <!-- Swiper --> 324 <!-- Swiper -->
245 - <div class="img-header"> 325 + <!-- <div class="img-header">
246 <img src="../images/cli2_top.png" width="100%" alt=""> 326 <img src="../images/cli2_top.png" width="100%" alt="">
247 - </div> 327 + </div> -->
248 <div class="content"> 328 <div class="content">
249 - <div class="department_top">  
250 - Diagnostic Oncology 329 + <div class="navpath">
  330 + Clinical Resources<span>></span>Clinical Departments
  331 + <span>></span>Diagnostic Oncology
251 </div> 332 </div>
252 - <div class="department_main">  
253 - <div class="department_item">  
254 -  
255 - <div class="single_part">  
256 - <a class="name_box xulie borderBottom" href="depart_detail.214.html">  
257 - <span>Anti-Infection Management</span>  
258 - </a>  
259 - <a class="name_box borderBottom" href="depart_detail.214.html">  
260 - <span>Breast Imaging</span>  
261 - </a>  
262 - <a class="name_box xulie borderBottom" href="depart_detail.214.html">  
263 - <span>Cancer Prevention Center</span>  
264 - </a>  
265 - <a class="name_box borderBottom" href="depart_detail.214.html">  
266 - <span>Cardio-Pulmonary Function</span>  
267 - </a>  
268 - <a class="name_box xulie borderBottom" href="depart_detail.214.html">  
269 - <span>Clinical Laboratory</span>  
270 - </a>  
271 - </div> 333 + <!-- <div class="department_top">
  334 + Diagnostic Oncology
  335 + </div> -->
  336 + <div class="contant">
  337 + <div class="contant_left">
  338 + <div class="left_title">Surgical Oncology</div>
  339 + <div class="left_title">Medical Oncology</div>
  340 + <div class="left_title">Radiation Oncology</div>
  341 + <div class="left_titles">Diagnostic Oncology</div>
  342 + <div class="left_title">Center of Excellences</div>
272 </div> 343 </div>
273 - <div class="department_item">  
274 - <div class="single_part">  
275 - <a class="name_box xulie borderBottom" href="depart_detail.214.html">  
276 - <span>Endoscopy Department</span>  
277 - </a>  
278 - <div class="name_box borderBottom">  
279 - <span>Medical Records</span>  
280 - </div>  
281 - <div class="name_box xulie borderBottom">  
282 - <span>Molecular Imaging and Nuclear Medicine</span>  
283 - </div>  
284 - <div class="name_box borderBottom">  
285 - <span>Radiology</span>  
286 - </div>  
287 - <div class="name_box xulie borderBottom">  
288 - <span>Ultrasound Department</span> 344 +
  345 + <div class="wire2" >
  346 + <div class="contant_right">
  347 + <div class="contant_right_first">
  348 + <div class="contant_right_title">
  349 + Anti-Infection Management
  350 + </div>
  351 + <div class="contant_right_title">
  352 + Breast Imaging
  353 + </div>
  354 + <div class="contant_right_title">
  355 + Cancer Prevention Center
  356 + </div>
  357 + <div class="contant_right_title">
  358 + Cardio-Pulmonary Function
  359 + </div>
  360 + <div class="contant_right_title">
  361 + Clinical Laboratory
  362 + </div>
  363 + </div>
  364 + <div class="contant_right_second">
  365 + <div class="contant_right_title">Endoscopy Department</div>
  366 + <div class="contant_right_title">Medical Records</div>
  367 + <div class="contant_right_title">
  368 + Molecular Imaging and Nuclear Medicine
  369 + </div>
  370 + <div class="contant_right_title">
  371 + Radiology
  372 + </div>
  373 + <div class="contant_right_title">
  374 + Ultrasound Department
  375 + </div>
  376 + </div>
289 </div> 377 </div>
290 </div> 378 </div>
291 - </div>  
292 - <div class="department_item">  
293 -  
294 - </div>  
295 </div> 379 </div>
296 </div> 380 </div>
297 <footer class="footer-content"> 381 <footer class="footer-content">
@@ -27,6 +27,9 @@ @@ -27,6 +27,9 @@
27 width: 178px; 27 width: 178px;
28 margin: 0 40px 40px 40px; 28 margin: 0 40px 40px 40px;
29 } 29 }
  30 + .single_ship_box{
  31 + margin-top: 60px
  32 + }
30 </style> 33 </style>
31 </head> 34 </head>
32 35
@@ -257,10 +260,12 @@ @@ -257,10 +260,12 @@
257 </div> 260 </div>
258 261
259 <!-- Swiper --> 262 <!-- Swiper -->
260 - <div class="img-header"> 263 + <!-- <div class="img-header">
261 <img src="../images/find_top.png" width="100%" alt=""> 264 <img src="../images/find_top.png" width="100%" alt="">
262 - </div> 265 + </div> -->
263 <div class="content "> 266 <div class="content ">
  267 + <div class="navpath">Clinical Resources<span>></span>Find a Doctor</div>
  268 +
264 <div class='single_ship_box'> 269 <div class='single_ship_box'>
265 <div class='left_ship_box'> 270 <div class='left_ship_box'>
266 <div class="header-title-right"> 271 <div class="header-title-right">
@@ -268,7 +273,7 @@ @@ -268,7 +273,7 @@
268 <div class="form-group" data-toggle="modal" data-target="#gridSystemModal"> 273 <div class="form-group" data-toggle="modal" data-target="#gridSystemModal">
269 <input type="text" class="form-control input-lg"> 274 <input type="text" class="form-control input-lg">
270 <button type="button" class="btn btn-warning btn-lg "> 275 <button type="button" class="btn btn-warning btn-lg ">
271 - <img src="../images/01pc-main/pic (9).png" alt=""> 276 + <img src="../images/01pc-main/pic (9).png" alt="" style="margin-bottom: 6px">
272 </button> 277 </button>
273 </div> 278 </div>
274 <h4>click here</h4> 279 <h4>click here</h4>
@@ -279,7 +284,7 @@ @@ -279,7 +284,7 @@
279 <div class="form-group" data-toggle="modal" data-target="#gridSystemModal"> 284 <div class="form-group" data-toggle="modal" data-target="#gridSystemModal">
280 <input type="text" class="form-control input-lg"> 285 <input type="text" class="form-control input-lg">
281 <button type="button" class="btn btn-warning btn-lg "> 286 <button type="button" class="btn btn-warning btn-lg ">
282 - <img src="../images/01pc-main/pic (9).png" alt=""> 287 + <img src="../images/01pc-main/pic (9).png" alt="" style="margin-bottom: 6px">
283 </button> 288 </button>
284 </div> 289 </div>
285 <h4>click here</h4> 290 <h4>click here</h4>
@@ -21,6 +21,87 @@ @@ -21,6 +21,87 @@
21 overflow: hidden; 21 overflow: hidden;
22 text-overflow: ellipsis; 22 text-overflow: ellipsis;
23 } 23 }
  24 + .contant {
  25 + width: 100%;
  26 + display: -webkit-box;
  27 + display: -moz-box;
  28 + display: -ms-flexbox;
  29 + display: -webkit-flex;
  30 + display: flex;
  31 + justify-content: flex-start;
  32 + /* align-items: center; */
  33 + margin-top: 80px;
  34 + }
  35 +
  36 + .contant_right {
  37 + margin-left: 170px;
  38 + display: -webkit-box;
  39 + display: -moz-box;
  40 + display: -ms-flexbox;
  41 + display: -webkit-flex;
  42 + display: flex;
  43 + justify-content: space-between;
  44 + /* align-items: center; */
  45 + }
  46 +
  47 + .left_title {
  48 + font-size: 20px;
  49 + font-weight: bold;
  50 + color: rgba(114, 113, 113, 1);
  51 + line-height: 35px;
  52 + margin-bottom: 46px;
  53 + }
  54 +
  55 + .left_titles {
  56 + font-size: 20px;
  57 + font-weight: bold;
  58 + color: rgba(0, 161, 108, 1);
  59 + line-height: 35px;
  60 + margin-bottom: 46px;
  61 + }
  62 +
  63 + .contant_right_second {
  64 + margin-left: 122px;
  65 + }
  66 +
  67 + .contant_right_title {
  68 + font-size: 20px;
  69 + font-weight: 400;
  70 + color: rgba(86, 86, 86, 1);
  71 + line-height: 24px;
  72 + margin-bottom: 50px;
  73 + text-decoration: underline;
  74 + }
  75 +
  76 + .wire {
  77 + position: relative;
  78 + }
  79 +
  80 + .wire:before {
  81 + content: "";
  82 + width: 2px;
  83 + height: 750px;
  84 + background: rgba(114, 113, 113, 1);
  85 + opacity: 0.7;
  86 + position: absolute;
  87 + top: 0;
  88 + left: 80px;
  89 + }
  90 +
  91 + .wire2 {
  92 + position: relative;
  93 + }
  94 +
  95 + .wire2::before {
  96 + content: "";
  97 + width: 2px;
  98 + height: 370px;
  99 + background: rgba(114, 113, 113, 1);
  100 + opacity: 0.7;
  101 + position: absolute;
  102 + top: 0;
  103 + left: 75px;
  104 + }
24 </style> 105 </style>
25 </head> 106 </head>
26 107
@@ -251,14 +332,58 @@ @@ -251,14 +332,58 @@
251 </div> 332 </div>
252 333
253 <!-- Swiper --> 334 <!-- Swiper -->
254 - <div class="img-header"> 335 + <!-- <div class="img-header">
255 <img src="../images/cli2_top.png" width="100%" alt=""> 336 <img src="../images/cli2_top.png" width="100%" alt="">
256 - </div> 337 + </div> -->
257 <div class="content"> 338 <div class="content">
258 - <div class="department_top"> 339 + <div class="navpath">
  340 + Clinical Resources<span>></span>Clinical Departments
  341 + <span>></span>Medical Oncology
  342 + </div>
  343 + <!-- <div class="department_top">
259 Medical Oncology 344 Medical Oncology
  345 + </div> -->
  346 + <div class="contant">
  347 + <div class="contant_left">
  348 + <div class="left_title">Surgical Oncology</div>
  349 + <div class="left_titles">Medical Oncology</div>
  350 + <div class="left_title">Radiation Oncology</div>
  351 + <div class="left_title">Diagnostic Oncology</div>
  352 + <div class="left_title">Center of Excellences</div>
  353 + </div>
  354 + <div class="wire2">
  355 + <div class="contant_right">
  356 + <div class="contant_right_first">
  357 + <div class="contant_right_title">
  358 + Biotherapy
  359 + </div>
  360 + <div class="contant_right_title">
  361 + Breast Cancer Medical Oncology
  362 + </div>
  363 + <div class="contant_right_title">
  364 + Gastrointestinal Cancer Medical Oncology
  365 + </div>
  366 + <div class="contant_right_title">
  367 + Hematology
  368 + </div>
  369 + <div class="contant_right_title">
  370 + Integrated chinese traditional and western medicine
  371 + </div>
  372 + </div>
  373 + <div class="contant_right_second">
  374 + <div class="contant_right_title">Lymphoma</div>
  375 + <div class="contant_right_title">Pain Management</div>
  376 + <div class="contant_right_title">
  377 + Thoracic Medical Oncology
  378 + </div>
  379 + <div class="contant_right_title">
  380 + V.I.P. Wards
  381 + </div>
  382 + </div>
  383 + </div>
  384 + </div>
260 </div> 385 </div>
261 - <div class="department_main"> 386 + <!-- <div class="department_main">
262 <div class="department_item"> 387 <div class="department_item">
263 <a class="name_box xulie borderBottom" > 388 <a class="name_box xulie borderBottom" >
264 <span>Biotherapy</span> 389 <span>Biotherapy</span>
@@ -294,7 +419,7 @@ @@ -294,7 +419,7 @@
294 <div class="department_item"> 419 <div class="department_item">
295 420
296 </div> 421 </div>
297 - </div> 422 + </div> -->
298 </div> 423 </div>
299 <footer class="footer-content"> 424 <footer class="footer-content">
300 <div class="footer-main"> 425 <div class="footer-main">
@@ -11,7 +11,87 @@ @@ -11,7 +11,87 @@
11 <link rel="stylesheet" href="../css/index.css"> 11 <link rel="stylesheet" href="../css/index.css">
12 <title>Tianjin Medical University Cancer Institute & Hospital</title> 12 <title>Tianjin Medical University Cancer Institute & Hospital</title>
13 <style lang=""> 13 <style lang="">
  14 + .contant {
  15 + width: 100%;
  16 + display: -webkit-box;
  17 + display: -moz-box;
  18 + display: -ms-flexbox;
  19 + display: -webkit-flex;
  20 + display: flex;
  21 + justify-content: flex-start;
  22 + /* align-items: center; */
  23 + margin-top: 80px;
  24 + }
14 25
  26 + .contant_right {
  27 + margin-left: 170px;
  28 + display: -webkit-box;
  29 + display: -moz-box;
  30 + display: -ms-flexbox;
  31 + display: -webkit-flex;
  32 + display: flex;
  33 + justify-content: space-between;
  34 + /* align-items: center; */
  35 + }
  36 +
  37 + .left_title {
  38 + font-size: 20px;
  39 + font-weight: bold;
  40 + color: rgba(114, 113, 113, 1);
  41 + line-height: 35px;
  42 + margin-bottom: 46px;
  43 + }
  44 +
  45 + .left_titles {
  46 + font-size: 20px;
  47 + font-weight: bold;
  48 + color: rgba(0, 161, 108, 1);
  49 + line-height: 35px;
  50 + margin-bottom: 46px;
  51 + }
  52 +
  53 + .contant_right_second {
  54 + margin-left: 122px;
  55 + }
  56 +
  57 + .contant_right_title {
  58 + font-size: 20px;
  59 + font-weight: 400;
  60 + color: rgba(86, 86, 86, 1);
  61 + line-height: 24px;
  62 + margin-bottom: 50px;
  63 + text-decoration: underline;
  64 + }
  65 +
  66 + .wire {
  67 + position: relative;
  68 + }
  69 +
  70 + .wire:before {
  71 + content: "";
  72 + width: 2px;
  73 + height: 750px;
  74 + background: rgba(114, 113, 113, 1);
  75 + opacity: 0.7;
  76 + position: absolute;
  77 + top: 0;
  78 + left: 80px;
  79 + }
  80 +
  81 + .wire2 {
  82 + position: relative;
  83 + }
  84 +
  85 + .wire2::before {
  86 + content: "";
  87 + width: 2px;
  88 + height: 370px;
  89 + background: rgba(114, 113, 113, 1);
  90 + opacity: 0.7;
  91 + position: absolute;
  92 + top: 0;
  93 + left: 75px;
  94 + }
15 </style> 95 </style>
16 </head> 96 </head>
17 97
@@ -242,27 +322,32 @@ @@ -242,27 +322,32 @@
242 </div> 322 </div>
243 323
244 <!-- Swiper --> 324 <!-- Swiper -->
245 - <div class="img-header"> 325 + <!-- <div class="img-header">
246 <img src="../images/cli2_top.png" width="100%" alt=""> 326 <img src="../images/cli2_top.png" width="100%" alt="">
247 - </div> 327 + </!-->
248 <div class="content"> 328 <div class="content">
249 - <div class="department_top">  
250 - Radiation Oncology 329 + <div class="navpath">
  330 + Clinical Resources<span>></span>Clinical Departments
  331 + <span>></span>Radiation Oncology
251 </div> 332 </div>
252 - <div class="department_main">  
253 - <div class="department_item">  
254 - <div class="single_part">  
255 - <a class="name_box xulie borderBottom" href="depart_detail.2.3.html">  
256 - <span>Radiation Oncology</span>  
257 - </a>  
258 - </div> 333 + <div class="contant">
  334 + <div class="contant_left">
  335 + <div class="left_title">Surgical Oncology</div>
  336 + <div class="left_title">Medical Oncology</div>
  337 + <div class="left_titles">Radiation Oncology</div>
  338 + <div class="left_title">Diagnostic Oncology</div>
  339 + <div class="left_title">Center of Excellences</div>
259 </div> 340 </div>
260 - <div class="department_item">  
261 341
262 - </div>  
263 - <div class="department_item">  
264 -  
265 - </div> 342 + <div class="wire2 ">
  343 + <div class="contant_right">
  344 + <div class="contant_right_first">
  345 + <div class="contant_right_title">
  346 + Radiation Oncology
  347 + </div>
  348 + </div>
  349 + </div>
  350 + </div>
266 </div> 351 </div>
267 </div> 352 </div>
268 <footer class="footer-content"> 353 <footer class="footer-content">
@@ -24,6 +24,7 @@ @@ -24,6 +24,7 @@
24 font-size: 21px; 24 font-size: 21px;
25 } 25 }
26 .content-word-left{ 26 .content-word-left{
  27 + margin-top: 60px;
27 border-right: 1px solid #666; 28 border-right: 1px solid #666;
28 width: 300px; 29 width: 300px;
29 flex: unset; 30 flex: unset;
@@ -31,6 +32,7 @@ @@ -31,6 +32,7 @@
31 .content-word-left h4{ 32 .content-word-left h4{
32 line-height: 2.5; 33 line-height: 2.5;
33 cursor: pointer; 34 cursor: pointer;
  35 +font-weight: bold;
34 } 36 }
35 .content-word-left h4:hover, .content-word-left h4.active { 37 .content-word-left h4:hover, .content-word-left h4.active {
36 color: #00A16C; 38 color: #00A16C;
@@ -272,12 +274,13 @@ @@ -272,12 +274,13 @@
272 </div> 274 </div>
273 275
274 <!-- Swiper --> 276 <!-- Swiper -->
275 - <div class="img-header"> 277 + <!-- <div class="img-header">
276 <img src="../images/clinical_top.png" width="100%" alt=""> 278 <img src="../images/clinical_top.png" width="100%" alt="">
277 - </div> 279 + </div> -->
278 <div class="content "> 280 <div class="content ">
279 281
280 <div class="content "> 282 <div class="content ">
  283 +<div class="navpath">Clinical Resources<span>></span>Clinical Trials</div>
281 284
282 <div class="content-word"> 285 <div class="content-word">
283 <div class="content-word-left"> 286 <div class="content-word-left">
@@ -309,7 +312,7 @@ @@ -309,7 +312,7 @@
309 <div class="form-group" data-toggle="modal" data-target="#gridSystemModal"> 312 <div class="form-group" data-toggle="modal" data-target="#gridSystemModal">
310 <input type="text" class="form-control input-lg"> 313 <input type="text" class="form-control input-lg">
311 <button type="button" class="btn btn-warning btn-lg "> 314 <button type="button" class="btn btn-warning btn-lg ">
312 - <img src="../images/01pc-main/pic (11).png" alt=""> 315 + <img src="../images/01pc-main/pic (11).png" alt="" style="margin-bottom: 6px">
313 </button> 316 </button>
314 </div> 317 </div>
315 </div> 318 </div>
@@ -54,7 +54,6 @@ ul { @@ -54,7 +54,6 @@ ul {
54 text-decoration: none; 54 text-decoration: none;
55 font-family: "Arial-BoldMT"; 55 font-family: "Arial-BoldMT";
56 font-weight: bold; 56 font-weight: bold;
57 -  
58 } 57 }
59 58
60 .nav_menu_items li:hover>a, 59 .nav_menu_items li:hover>a,
@@ -228,6 +227,7 @@ ul { @@ -228,6 +227,7 @@ ul {
228 display: flex; 227 display: flex;
229 display: -webkit-flex; 228 display: -webkit-flex;
230 } 229 }
  230 +
231 .first-ul li { 231 .first-ul li {
232 padding: 0 15px; 232 padding: 0 15px;
233 } 233 }
@@ -244,6 +244,7 @@ ul { @@ -244,6 +244,7 @@ ul {
244 z-index: 5; 244 z-index: 5;
245 border-radius: 4px; 245 border-radius: 4px;
246 } 246 }
  247 +
247 .container-fluid .content:first-child { 248 .container-fluid .content:first-child {
248 padding-top: 0; 249 padding-top: 0;
249 } 250 }
@@ -261,82 +262,99 @@ ul { @@ -261,82 +262,99 @@ ul {
261 color: #01a26e; 262 color: #01a26e;
262 padding-top: 10px; 263 padding-top: 10px;
263 } 264 }
264 -.prof_box{ 265 +
  266 +.prof_box {
265 display: flex; 267 display: flex;
266 display: -webkit-flex; 268 display: -webkit-flex;
267 margin-top: 30px; 269 margin-top: 30px;
268 justify-content: space-between; 270 justify-content: space-between;
269 } 271 }
270 -.prof_item{ 272 +
  273 +.prof_item {
271 width: 200px; 274 width: 200px;
272 margin-right: 20px; 275 margin-right: 20px;
273 font-size: 16px; 276 font-size: 16px;
274 } 277 }
275 -.prof_img_box{ 278 +
  279 +.prof_img_box {
276 overflow: hidden; 280 overflow: hidden;
277 } 281 }
278 -.prof_desc{ 282 +
  283 +.prof_desc {
279 margin-top: 20px; 284 margin-top: 20px;
280 } 285 }
281 -.flex_content{ 286 +
  287 +.flex_content {
282 display: flex; 288 display: flex;
283 display: -webkit-flex; 289 display: -webkit-flex;
284 } 290 }
285 -.left_imgbox{ 291 +
  292 +.left_imgbox {
286 flex: 1; 293 flex: 1;
287 -webkit-flex: 1; 294 -webkit-flex: 1;
288 } 295 }
289 -.right_desc{ 296 +
  297 +.right_desc {
290 flex: 2; 298 flex: 2;
291 -webkit-flex: 2; 299 -webkit-flex: 2;
292 margin-left: 30px; 300 margin-left: 30px;
293 } 301 }
294 -.single_ship_box{ 302 +
  303 +.single_ship_box {
295 display: flex; 304 display: flex;
296 display: -webkit-flex; 305 display: -webkit-flex;
297 } 306 }
298 -.left_ship_box{ 307 +
  308 +.left_ship_box {
299 width: 240px; 309 width: 240px;
300 height: 300px; 310 height: 300px;
301 align-self: flex-start; 311 align-self: flex-start;
302 - border-right: 1px solid #000; 312 + /* border-right: 1px solid #000; */
303 } 313 }
304 -.ships_list{ 314 +
  315 +.ships_list {
305 display: flex; 316 display: flex;
306 display: -webkit-flex; 317 display: -webkit-flex;
307 flex: 1; 318 flex: 1;
308 - padding:20px 30px; 319 + padding: 20px 30px;
309 flex-wrap: wrap; 320 flex-wrap: wrap;
310 justify-content: center; 321 justify-content: center;
311 margin: 0 auto; 322 margin: 0 auto;
312 } 323 }
313 -.ships_item{ 324 +
  325 +.ships_item {
314 width: 178px; 326 width: 178px;
315 - margin:0 0 40px 40px; 327 + margin: 0 0 40px 40px;
316 } 328 }
317 329
318 -.ships_item_imgbox{ 330 +.ships_item_imgbox {
319 background-color: #999; 331 background-color: #999;
320 height: 196px; 332 height: 196px;
321 } 333 }
322 334
323 -.ships_name{ 335 +.ships_name {
324 margin-top: 15px 336 margin-top: 15px
325 } 337 }
326 -.ondata{ 338 +
  339 +.ondata {
327 height: 180px; 340 height: 180px;
328 color: #00A16C; 341 color: #00A16C;
329 font-size: 22px; 342 font-size: 22px;
330 line-height: 180px; 343 line-height: 180px;
331 } 344 }
332 -.nopadding{ 345 +
  346 +.nopadding {
333 padding-top: 0 347 padding-top: 0
334 } 348 }
335 -.padding0{ 349 +
  350 +.padding0 {
336 padding: 0; 351 padding: 0;
337 } 352 }
  353 +
  354 +
338 /* 修改 */ 355 /* 修改 */
339 -.sec_menu_items{ 356 +
  357 +.sec_menu_items {
340 position: absolute; 358 position: absolute;
341 background: #F5F6F6; 359 background: #F5F6F6;
342 top: 58px; 360 top: 58px;
@@ -348,7 +366,8 @@ ul { @@ -348,7 +366,8 @@ ul {
348 padding-top: 18px; 366 padding-top: 18px;
349 padding-right: 30px; 367 padding-right: 30px;
350 } 368 }
351 -.sec_menu_items::after{ 369 +
  370 +.sec_menu_items::after {
352 content: ''; 371 content: '';
353 position: absolute; 372 position: absolute;
354 background: #00A16C; 373 background: #00A16C;
@@ -357,7 +376,8 @@ ul { @@ -357,7 +376,8 @@ ul {
357 left: 0; 376 left: 0;
358 top: 0; 377 top: 0;
359 } 378 }
360 -.nav_menu_items li:hover .sec_menu_items{ 379 +
  380 +.nav_menu_items li:hover .sec_menu_items {
361 display: block 381 display: block
362 } 382 }
363 383
@@ -371,6 +391,7 @@ ul { @@ -371,6 +391,7 @@ ul {
371 white-space: nowrap; 391 white-space: nowrap;
372 position: relative; 392 position: relative;
373 } 393 }
  394 +
374 .third_menu_items { 395 .third_menu_items {
375 position: absolute; 396 position: absolute;
376 right: 0; 397 right: 0;
@@ -381,8 +402,9 @@ ul { @@ -381,8 +402,9 @@ ul {
381 display: none; 402 display: none;
382 padding: 0 15px; 403 padding: 0 15px;
383 } 404 }
384 -.third_menu_items:before{  
385 - content:''; 405 +
  406 +.third_menu_items:before {
  407 + content: '';
386 border-width: 8px 0 8px 8px; 408 border-width: 8px 0 8px 8px;
387 border-color: #F5F5F5 #F5F5F5 #F5F5F5 #00A16C; 409 border-color: #F5F5F5 #F5F5F5 #F5F5F5 #00A16C;
388 border-style: solid; 410 border-style: solid;
@@ -398,9 +420,11 @@ ul { @@ -398,9 +420,11 @@ ul {
398 color: #00A16C; 420 color: #00A16C;
399 position: relative; 421 position: relative;
400 } 422 }
  423 +
401 .nav_menu_items li .sec_menu_items .inner_item:hover .third_menu_items { 424 .nav_menu_items li .sec_menu_items .inner_item:hover .third_menu_items {
402 display: block; 425 display: block;
403 } 426 }
  427 +
404 .nav_menu_items li .sec_menu_items .inner_item:hover:before { 428 .nav_menu_items li .sec_menu_items .inner_item:hover:before {
405 content: ''; 429 content: '';
406 position: absolute; 430 position: absolute;
@@ -410,6 +434,7 @@ ul { @@ -410,6 +434,7 @@ ul {
410 top: 0; 434 top: 0;
411 background: #00A16C; 435 background: #00A16C;
412 } 436 }
  437 +
413 .nav_menu_items li .sec_menu_items .third_menu_items .inner_item:hover:before { 438 .nav_menu_items li .sec_menu_items .third_menu_items .inner_item:hover:before {
414 content: ''; 439 content: '';
415 position: absolute; 440 position: absolute;
@@ -420,17 +445,21 @@ ul { @@ -420,17 +445,21 @@ ul {
420 background: #00A16C; 445 background: #00A16C;
421 } 446 }
422 447
423 -.base_margin{ 448 +.base_margin {
424 margin: 60px 0; 449 margin: 60px 0;
425 } 450 }
426 -.inner_content{ 451 +
  452 +.inner_content {
427 margin: 0 auto; 453 margin: 0 auto;
428 width: 300px; 454 width: 300px;
429 } 455 }
  456 +
  457 +
430 /* 2019-04-02 departments */ 458 /* 2019-04-02 departments */
431 -.department_top{ 459 +
  460 +.department_top {
432 height: 122px; 461 height: 122px;
433 - background:rgba(235, 251, 248, 1); 462 + background: rgba(235, 251, 248, 1);
434 font-size: 20px; 463 font-size: 20px;
435 color: #00A16C; 464 color: #00A16C;
436 display: flex; 465 display: flex;
@@ -440,15 +469,19 @@ ul { @@ -440,15 +469,19 @@ ul {
440 margin-bottom: 30px; 469 margin-bottom: 30px;
441 padding-left: 30px; 470 padding-left: 30px;
442 } 471 }
443 -.department_main{ 472 +
  473 +.department_main {
444 display: flex; 474 display: flex;
445 width: 100%; 475 width: 100%;
446 justify-content: space-between; 476 justify-content: space-between;
447 } 477 }
448 -.department_item{ 478 +
  479 +.department_item {
449 width: 370px; 480 width: 370px;
450 } 481 }
451 -.xulie,.xulie.name_box { 482 +
  483 +.xulie,
  484 +.xulie.name_box {
452 height: 56px; 485 height: 56px;
453 align-items: center; 486 align-items: center;
454 background-color: #83AD9F; 487 background-color: #83AD9F;
@@ -457,7 +490,8 @@ ul { @@ -457,7 +490,8 @@ ul {
457 display: -webkit-flex; 490 display: -webkit-flex;
458 padding-left: 19px; 491 padding-left: 19px;
459 } 492 }
460 -.name_box{ 493 +
  494 +.name_box {
461 height: 60px; 495 height: 60px;
462 line-height: 60px; 496 line-height: 60px;
463 font-size: 18px; 497 font-size: 18px;
@@ -471,20 +505,23 @@ ul { @@ -471,20 +505,23 @@ ul {
471 line-height: 60px; 505 line-height: 60px;
472 font-size: 18px; 506 font-size: 18px;
473 background-color: #83AD9F; 507 background-color: #83AD9F;
474 -  
475 padding-left: 30px; 508 padding-left: 30px;
476 } 509 }
477 -.name_box span{ 510 +
  511 +.name_box span {
478 text-decoration: underline; 512 text-decoration: underline;
479 color: #565656; 513 color: #565656;
480 cursor: pointer; 514 cursor: pointer;
481 } 515 }
482 -.borderBottom{ 516 +
  517 +.borderBottom {
483 margin-bottom: 4px; 518 margin-bottom: 4px;
484 } 519 }
485 -.margin0{ 520 +
  521 +.margin0 {
486 margin-top: 0!important; 522 margin-top: 0!important;
487 } 523 }
  524 +
488 .top_title_inner { 525 .top_title_inner {
489 background-color: #00A16C; 526 background-color: #00A16C;
490 font-size: 20px; 527 font-size: 20px;
@@ -494,13 +531,15 @@ ul { @@ -494,13 +531,15 @@ ul {
494 margin-bottom: 70px; 531 margin-bottom: 70px;
495 margin-top: 20px; 532 margin-top: 20px;
496 } 533 }
497 -.bold_title{ 534 +
  535 +.bold_title {
498 font-size: 28px; 536 font-size: 28px;
499 color: #00A16C; 537 color: #00A16C;
500 text-align: center; 538 text-align: center;
501 margin-bottom: 30px; 539 margin-bottom: 30px;
502 } 540 }
503 -.news_item{ 541 +
  542 +.news_item {
504 display: flex; 543 display: flex;
505 height: 45px; 544 height: 45px;
506 align-items: center; 545 align-items: center;
@@ -508,12 +547,14 @@ ul { @@ -508,12 +547,14 @@ ul {
508 font-size: 16px; 547 font-size: 16px;
509 color: #00A16C; 548 color: #00A16C;
510 } 549 }
511 -.news_inner_content{ 550 +
  551 +.news_inner_content {
512 margin-bottom: 0; 552 margin-bottom: 0;
513 margin-left: 15px; 553 margin-left: 15px;
514 color: #333; 554 color: #333;
515 } 555 }
516 -.top_title_inner_short{ 556 +
  557 +.top_title_inner_short {
517 min-width: 280px; 558 min-width: 280px;
518 padding: 10px 15px; 559 padding: 10px 15px;
519 text-align: center; 560 text-align: center;
@@ -523,47 +564,56 @@ ul { @@ -523,47 +564,56 @@ ul {
523 font-size: 24px; 564 font-size: 24px;
524 margin-bottom: 40px; 565 margin-bottom: 40px;
525 } 566 }
526 -.photo_box{ 567 +
  568 +.photo_box {
527 display: flex; 569 display: flex;
528 display: -webkit-flex; 570 display: -webkit-flex;
529 flex-wrap: wrap; 571 flex-wrap: wrap;
530 -  
531 } 572 }
532 -.photo_item_box{ 573 +
  574 +.photo_item_box {
533 width: 285px; 575 width: 285px;
534 padding: 20px; 576 padding: 20px;
535 margin-right: 15px; 577 margin-right: 15px;
536 margin-bottom: 25px; 578 margin-bottom: 25px;
537 background-color: #EBFBF8; 579 background-color: #EBFBF8;
538 } 580 }
539 -.photo_item_desc{ 581 +
  582 +.photo_item_desc {
540 height: 130px; 583 height: 130px;
541 font-size: 18px; 584 font-size: 18px;
542 padding-top: 20px; 585 padding-top: 20px;
543 } 586 }
544 -.person_desc{ 587 +
  588 +.person_desc {
545 display: flex; 589 display: flex;
546 display: -webkit-flex; 590 display: -webkit-flex;
547 } 591 }
548 -.person_desc_photo{ 592 +
  593 +.person_desc_photo {
549 width: 249px; 594 width: 249px;
550 } 595 }
551 -.person_desc_photo img{ 596 +
  597 +.person_desc_photo img {
552 width: 100%; 598 width: 100%;
553 } 599 }
554 -.person_desc_box{ 600 +
  601 +.person_desc_box {
555 align-self: center; 602 align-self: center;
556 margin-left: 28px; 603 margin-left: 28px;
557 width: 200px; 604 width: 200px;
558 } 605 }
559 -.person_desc_box h4{ 606 +
  607 +.person_desc_box h4 {
560 color: #000; 608 color: #000;
561 } 609 }
  610 +
562 .person_introduce_box h3 { 611 .person_introduce_box h3 {
563 color: #00A16C; 612 color: #00A16C;
564 margin-bottom: 50px; 613 margin-bottom: 50px;
565 } 614 }
566 -.photo_item_imageBox{ 615 +
  616 +.photo_item_imageBox {
567 background: #B9BDBE; 617 background: #B9BDBE;
568 width: 245px; 618 width: 245px;
569 height: 290px; 619 height: 290px;
@@ -920,13 +920,15 @@ li { @@ -920,13 +920,15 @@ li {
920 .navpath { 920 .navpath {
921 height: 66px; 921 height: 66px;
922 background-color: #00a16c; 922 background-color: #00a16c;
923 - padding: 26px 0 26px 32px; 923 + /* padding: 26px 0 26px 32px; */
924 font-size: 16px; 924 font-size: 16px;
925 font-weight: normal; 925 font-weight: normal;
926 font-stretch: normal; 926 font-stretch: normal;
927 letter-spacing: 2px; 927 letter-spacing: 2px;
928 color: #feffff; 928 color: #feffff;
929 box-sizing: border-box; 929 box-sizing: border-box;
  930 + line-height: 66px;
  931 + padding-left: 32px
930 } 932 }
931 933
932 .navpath span { 934 .navpath span {
@@ -2,30 +2,54 @@ @@ -2,30 +2,54 @@
2 <html lang="en"> 2 <html lang="en">
3 3
4 <head> 4 <head>
5 - <meta charset="UTF-8">  
6 - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">  
7 - <meta http-equiv="X-UA-Compatible" content="ie=edge">  
8 - <link rel="stylesheet" href="../css/bootstrap.min.css">  
9 - <link rel="stylesheet" href="../css/swiper-3.4.2.min.css">  
10 - <link rel="stylesheet" href="../css/base.css">  
11 - <link rel="stylesheet" href="../css/index.css"> 5 + <meta charset="UTF-8" />
  6 + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
  7 + <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  8 + <link rel="stylesheet" href="../css/bootstrap.min.css" />
  9 + <link rel="stylesheet" href="../css/swiper-3.4.2.min.css" />
  10 + <link rel="stylesheet" href="../css/base.css" />
  11 + <link rel="stylesheet" href="../css/index.css" />
12 <title>Tianjin Medical University Cancer Institute & Hospital</title> 12 <title>Tianjin Medical University Cancer Institute & Hospital</title>
13 <style> 13 <style>
14 .prof_box { 14 .prof_box {
15 justify-content: space-around; 15 justify-content: space-around;
16 } 16 }
17 - .prof_item{  
18 - width:auto; 17 +
  18 + .prof_item {
  19 + width: auto;
19 font-size: 20px; 20 font-size: 20px;
20 color: #333; 21 color: #333;
21 } 22 }
22 - .prof_img_box{ 23 +
  24 + .prof_img_box {
23 width: 200px; 25 width: 200px;
24 } 26 }
25 - .bottom_imgBox{ 27 +
  28 + .bottom_imgBox {
26 flex: 1; 29 flex: 1;
27 } 30 }
28 - 31 +
  32 + .contant {
  33 + width: 1122px;
  34 + margin: 70px auto 0 auto;
  35 + }
  36 +
  37 + .contant_one {
  38 + font-size: 20px;
  39 + font-weight: 400;
  40 + color: rgba(114, 113, 113, 1);
  41 + }
  42 +
  43 + .contant_img {
  44 + margin: 40px auto;
  45 + width: 698px;
  46 + height: 426px;
  47 + }
  48 +
  49 + .contant_img img {
  50 + width: 100%;
  51 + height: 100%;
  52 + }
29 </style> 53 </style>
30 </head> 54 </head>
31 55
@@ -33,23 +57,22 @@ @@ -33,23 +57,22 @@
33 <nav class="navbar navbar-default bgf mb0"> 57 <nav class="navbar navbar-default bgf mb0">
34 <div class="container-fluid top_pc_brand"> 58 <div class="container-fluid top_pc_brand">
35 <div class="navbar-header"> 59 <div class="navbar-header">
36 - <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse"  
37 - data-target="#bs-example-navbar-collapse-4" aria-expanded="true">  
38 - <span class="sr-only">Toggle navigation</span>  
39 - <span class="icon-bar"></span>  
40 - <span class="icon-bar"></span>  
41 - <span class="icon-bar"></span>  
42 - </button> 60 + <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse" data-target="#bs-example-navbar-collapse-4" aria-expanded="true">
  61 + <span class="sr-only">Toggle navigation</span>
  62 + <span class="icon-bar"></span>
  63 + <span class="icon-bar"></span>
  64 + <span class="icon-bar"></span>
  65 + </button>
43 <a class="navbar-brand logo" href="../index.html"> 66 <a class="navbar-brand logo" href="../index.html">
44 - <img class="brand-logo" src="../images/logo.png" alt=""> 67 + <img class="brand-logo" src="../images/logo.png" alt="" />
45 </a> 68 </a>
46 </div> 69 </div>
47 <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true"> 70 <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true">
48 <div class="search-group mt30 form-group navbar-text navbar-right"> 71 <div class="search-group mt30 form-group navbar-text navbar-right">
49 <a href="http://www.tjmuch.com/" class="langue">中文</a> 72 <a href="http://www.tjmuch.com/" class="langue">中文</a>
50 - <input type="text" class="form-control search-input" placeholder="Search"> 73 + <input type="text" class="form-control search-input" placeholder="Search" />
51 <div class="magnifier"> 74 <div class="magnifier">
52 - <img src="../images/search_btn.png" alt=""> 75 + <img src="../images/search_btn.png" alt="" />
53 </div> 76 </div>
54 </div> 77 </div>
55 </div> 78 </div>
@@ -61,193 +84,189 @@ @@ -61,193 +84,189 @@
61 <ul class="nav_menu_items"> 84 <ul class="nav_menu_items">
62 <li class="btn navbtn-a" role="button"> 85 <li class="btn navbtn-a" role="button">
63 <a href="javascript:;">ABOUT US</a> 86 <a href="javascript:;">ABOUT US</a>
64 - <div class='sec_menu_items'> 87 + <div class="sec_menu_items">
65 <a href="../about/welcome.html" class="inner_item"> 88 <a href="../about/welcome.html" class="inner_item">
66 - Welcome Message  
67 - </a> 89 + Welcome Message
  90 + </a>
68 <a href="../about/mission.html" class="inner_item"> 91 <a href="../about/mission.html" class="inner_item">
69 - Mission and Vision  
70 - </a> 92 + Mission and Vision
  93 + </a>
71 <a href="../about/leadership.html" class="inner_item"> 94 <a href="../about/leadership.html" class="inner_item">
72 - Leadership  
73 - </a> 95 + Leadership
  96 + </a>
74 <a href="../about/history.html" class="inner_item"> 97 <a href="../about/history.html" class="inner_item">
75 - History and Milestones  
76 - </a> 98 + History and Milestones
  99 + </a>
77 <a href="../about/quick.html" class="inner_item"> 100 <a href="../about/quick.html" class="inner_item">
78 - Quick Facts  
79 - </a> 101 + Quick Facts
  102 + </a>
80 <a href="../about/contact.html" class="inner_item">Contact Us</a> 103 <a href="../about/contact.html" class="inner_item">Contact Us</a>
81 </div> 104 </div>
82 </li> 105 </li>
83 <li class="btn navbtn-a" role="button"> 106 <li class="btn navbtn-a" role="button">
84 <a href="JavaScript:;">CLINICAL RESOURCES</a> 107 <a href="JavaScript:;">CLINICAL RESOURCES</a>
85 - <div class='sec_menu_items'>  
86 - <div href="../clinical/departments.html"  
87 - onclick="window.location.href='../clinical/departments.html'" class="inner_item"> 108 + <div class="sec_menu_items">
  109 + <div href="../clinical/departments.html" onclick="window.location.href='../clinical/departments.html'" class="inner_item">
88 Clinical Departments 110 Clinical Departments
89 <div class="third_menu_items"> 111 <div class="third_menu_items">
90 <a href="../clinical/departm.html" class="inner_item"> 112 <a href="../clinical/departm.html" class="inner_item">
91 - Surgical Department  
92 - </a> 113 + Surgical Department
  114 + </a>
93 <a href="../clinical/medical.html" class="inner_item"> 115 <a href="../clinical/medical.html" class="inner_item">
94 - Medical Oncology  
95 - </a> 116 + Medical Oncology
  117 + </a>
96 <a href="../clinical/radiation.html" class="inner_item"> 118 <a href="../clinical/radiation.html" class="inner_item">
97 - Radiation Oncology  
98 - </a> 119 + Radiation Oncology
  120 + </a>
99 <a href="../clinical/diagnostic.html" class="inner_item"> 121 <a href="../clinical/diagnostic.html" class="inner_item">
100 - Diagnostic Oncology  
101 - </a> 122 + Diagnostic Oncology
  123 + </a>
102 <a href="../clinical/center.html" class="inner_item"> 124 <a href="../clinical/center.html" class="inner_item">
103 - Center of Excellences  
104 - </a> 125 + Center of Excellences
  126 + </a>
105 </div> 127 </div>
106 </div> 128 </div>
107 <a href="../clinical/activities.html" class="inner_item"> 129 <a href="../clinical/activities.html" class="inner_item">
108 - Clinical Activities  
109 - </a> 130 + Clinical Activities
  131 + </a>
110 <a href="../clinical/trials.html" class="inner_item"> 132 <a href="../clinical/trials.html" class="inner_item">
111 - Clinical Trials  
112 - </a> 133 + Clinical Trials
  134 + </a>
113 <a href="../clinical/finddoctor.html" class="inner_item"> 135 <a href="../clinical/finddoctor.html" class="inner_item">
114 - Find a Doctor  
115 - </a> 136 + Find a Doctor
  137 + </a>
116 </div> 138 </div>
117 </li> 139 </li>
118 <li class="btn navbtn-a" role="button"> 140 <li class="btn navbtn-a" role="button">
119 <a href="javascript:;">RESEARCH & EDUCATION</a> 141 <a href="javascript:;">RESEARCH & EDUCATION</a>
120 - <div class='sec_menu_items'>  
121 - 142 + <div class="sec_menu_items">
122 <a href="../research/nationalCancer.html" class="inner_item"> 143 <a href="../research/nationalCancer.html" class="inner_item">
123 - National Cancer Clinical Research Center  
124 - </a>  
125 - <div href="../research/research.html" onclick="location.href='../research/research.html'"  
126 - class="inner_item"> 144 + National Cancer Clinical Research Center
  145 + </a>
  146 + <div href="../research/research.html" onclick="location.href='../research/research.html'" class="inner_item">
127 Research 147 Research
128 <div class="third_menu_items"> 148 <div class="third_menu_items">
129 <a href="../research/research1.html" class="inner_item"> 149 <a href="../research/research1.html" class="inner_item">
130 - Research programs  
131 - </a> 150 + Research programs
  151 + </a>
132 <a href="../research/research2.html" class="inner_item"> 152 <a href="../research/research2.html" class="inner_item">
133 - Achievements  
134 - </a> 153 + Achievements
  154 + </a>
135 <a href="../research/research3.html" class="inner_item"> 155 <a href="../research/research3.html" class="inner_item">
136 - Key Labaratories  
137 - </a> 156 + Key Labaratories
  157 + </a>
138 <a href="../research/researcher.html" class="inner_item"> 158 <a href="../research/researcher.html" class="inner_item">
139 - Find a Researcher  
140 - </a> 159 + Find a Researcher
  160 + </a>
141 </div> 161 </div>
142 </div> 162 </div>
143 - <div href="../research/education.html" onclick="location.href='../research/education.html'"  
144 - class="inner_item"> 163 + <div href="../research/education.html" onclick="location.href='../research/education.html'" class="inner_item">
145 Education 164 Education
146 <div class="third_menu_items"> 165 <div class="third_menu_items">
147 <a href="../research/education.html" class="inner_item"> 166 <a href="../research/education.html" class="inner_item">
148 - Graduate Study  
149 - </a> 167 + Graduate Study
  168 + </a>
150 <a href="../research/education.html" class="inner_item"> 169 <a href="../research/education.html" class="inner_item">
151 - International Study  
152 - </a> 170 + International Study
  171 + </a>
153 <a href="../research/education.html" class="inner_item"> 172 <a href="../research/education.html" class="inner_item">
154 - Continuing Study  
155 - </a> 173 + Continuing Study
  174 + </a>
156 </div> 175 </div>
157 </div> 176 </div>
158 <a href="../research/news.html" class="inner_item"> 177 <a href="../research/news.html" class="inner_item">
159 - News  
160 - </a> 178 + News
  179 + </a>
161 </div> 180 </div>
162 </li> 181 </li>
163 <li class="btn navbtnActive navbtn-a" role="button"> 182 <li class="btn navbtnActive navbtn-a" role="button">
164 <a href="javascript:;">TIANJIN CANCER INSTITUTE</a> 183 <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
165 - <div class='sec_menu_items'> 184 + <div class="sec_menu_items">
166 <div href="javascript:;" class="inner_item"> 185 <div href="javascript:;" class="inner_item">
167 About Us 186 About Us
168 <div class="third_menu_items"> 187 <div class="third_menu_items">
169 <a href="../institute/aboutus.html" class="inner_item"> 188 <a href="../institute/aboutus.html" class="inner_item">
170 - About Us  
171 - </a> 189 + About Us
  190 + </a>
172 <a href="../institute/leadership.html" class="inner_item"> 191 <a href="../institute/leadership.html" class="inner_item">
173 - Leadership  
174 - </a> 192 + Leadership
  193 + </a>
175 <a href="../institute/history.html" class="inner_item"> 194 <a href="../institute/history.html" class="inner_item">
176 - History  
177 - </a> 195 + History
  196 + </a>
178 <a href="../institute/report.html" class="inner_item"> 197 <a href="../institute/report.html" class="inner_item">
179 - Annual Report  
180 - </a> 198 + Annual Report
  199 + </a>
181 </div> 200 </div>
182 </div> 201 </div>
183 <div href="../clinical/nursing.html" class="inner_item"> 202 <div href="../clinical/nursing.html" class="inner_item">
184 Research 203 Research
185 <div class="third_menu_items"> 204 <div class="third_menu_items">
186 <a href="../institute/researchers.html" class="inner_item"> 205 <a href="../institute/researchers.html" class="inner_item">
187 - Our Researchers  
188 - </a> 206 + Our Researchers
  207 + </a>
189 <a href="../institute/facilities.html" class="inner_item"> 208 <a href="../institute/facilities.html" class="inner_item">
190 - Core Facilities and Services  
191 - </a> 209 + Core Facilities and Services
  210 + </a>
192 <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item"> 211 <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
193 - Journal of Clinical Oncology  
194 - </a> 212 + Journal of Clinical Oncology
  213 + </a>
195 </div> 214 </div>
196 </div> 215 </div>
197 <a href="../institute/news.html" class="inner_item"> 216 <a href="../institute/news.html" class="inner_item">
198 - News  
199 - </a> 217 + News
  218 + </a>
200 <a href="../institute/concat.html" class="inner_item"> 219 <a href="../institute/concat.html" class="inner_item">
201 - Contact Us  
202 - </a> 220 + Contact Us
  221 + </a>
203 </div> 222 </div>
204 </li> 223 </li>
205 <li class="btn navbtn-a" role="button"> 224 <li class="btn navbtn-a" role="button">
206 <a href="../contact.html">NURSING CARE</a> 225 <a href="../contact.html">NURSING CARE</a>
207 - <div class='sec_menu_items'> 226 + <div class="sec_menu_items">
208 <a href="../care/aboutus.html" class="inner_item"> 227 <a href="../care/aboutus.html" class="inner_item">
209 - About Us  
210 - </a> 228 + About Us
  229 + </a>
211 <a href="../care/activity.html" class="inner_item"> 230 <a href="../care/activity.html" class="inner_item">
212 - Nursing Activities  
213 - </a> 231 + Nursing Activities
  232 + </a>
214 <a href="../care/training.html" class="inner_item"> 233 <a href="../care/training.html" class="inner_item">
215 - Nurse Training  
216 - </a> 234 + Nurse Training
  235 + </a>
217 <a href="../care/achievement.html" class="inner_item"> 236 <a href="../care/achievement.html" class="inner_item">
218 - Research Achievement  
219 - </a> 237 + Research Achievement
  238 + </a>
220 <a href="../care/exchange.html" class="inner_item"> 239 <a href="../care/exchange.html" class="inner_item">
221 - International Exchanges  
222 - </a> 240 + International Exchanges
  241 + </a>
223 <a href="../care/cancer.html" class="inner_item"> 242 <a href="../care/cancer.html" class="inner_item">
224 - Cancer Survivorship Support  
225 - </a> 243 + Cancer Survivorship Support
  244 + </a>
226 <a href="../care/news.html" class="inner_item"> 245 <a href="../care/news.html" class="inner_item">
227 - News & Events  
228 - </a> 246 + News & Events
  247 + </a>
229 <a href="../care/contactUs.html" class="inner_item"> 248 <a href="../care/contactUs.html" class="inner_item">
230 - Contact Us  
231 - </a> 249 + Contact Us
  250 + </a>
232 </div> 251 </div>
233 </li> 252 </li>
234 <li class="btn navbtn-a" role="button"> 253 <li class="btn navbtn-a" role="button">
235 <a href="javascript:;">INTERNATIONAL AFFAIRS</a> 254 <a href="javascript:;">INTERNATIONAL AFFAIRS</a>
236 - <div class='sec_menu_items'> 255 + <div class="sec_menu_items">
237 <a href="../international/conference.html" class="inner_item"> 256 <a href="../international/conference.html" class="inner_item">
238 - International Conferences  
239 - </a> 257 + International Conferences
  258 + </a>
240 <a href="../international/training.html" class="inner_item"> 259 <a href="../international/training.html" class="inner_item">
241 - Oversea Trainings  
242 - </a> 260 + Oversea Trainings
  261 + </a>
243 <a href="../international/referral.html" class="inner_item"> 262 <a href="../international/referral.html" class="inner_item">
244 - International Patients  
245 - </a> 263 + International Patients
  264 + </a>
246 <a href="../international/partners.html" class="inner_item"> 265 <a href="../international/partners.html" class="inner_item">
247 - Partnership Institutions  
248 - </a> 266 + Partnership Institutions
  267 + </a>
249 <!--<a href="../international/exchange.html" class="inner_item">--> 268 <!--<a href="../international/exchange.html" class="inner_item">-->
250 - <!--International Exchanges News--> 269 + <!--International Exchanges News-->
251 <!--</a>--> 270 <!--</a>-->
252 </div> 271 </div>
253 </li> 272 </li>
@@ -258,101 +277,56 @@ @@ -258,101 +277,56 @@
258 </div> 277 </div>
259 278
260 <!-- Swiper --> 279 <!-- Swiper -->
261 - <div class="img-header"> 280 + <!-- <div class="img-header">
262 <img src="../images/ins_banner.png" width="100%" alt=""> 281 <img src="../images/ins_banner.png" width="100%" alt="">
263 - </div> 282 + </div> -->
264 <div class="content"> 283 <div class="content">
265 - <div class="content-word">  
266 - <div class="content-word-left">  
267 - <div class="top_title_inner_short">  
268 - About Us  
269 - </div>  
270 - <p style="font-size: 18px; color:#000;">Tianjin Cancer Institute was established in 1977 by the late Chinese oncologist Professor Jin  
271 - Xianzhai. It used to be the Cancer Prevention Research Laboratory of Tianjin People’s Hospital.  
272 - In 1987, Tianjin People’s Hospital was renamed Tianjin Cancer Hospital, and the Research  
273 - Laboratory was set as an institute. In 1997, the Cancer Hospital and Research Institute were  
274 - assigned to Tianjin Medical University. In 2007, the Institute became an independent legal  
275 - entity. Jin Xianzhai, Zhou Yanchang, Zhang Tianze and Jin Jiarui have served as the director of  
276 - has served as the director successively. Academician Hao Xishan is the current director, with  
277 - Professor Ying Guoguang, Professor Niu Ruifang and Professor Li Hui acting as the deputy  
278 - directors. <br>  
279 - Tianjin Cancer Institute has 12 departments, namely the Laboratory for Cancer Epidemiology &  
280 - Biostatistics, the Laboratory for Pathology, the Laboratory for Biochemistry & Molecular  
281 - Biology, the Laboratory for Cancer Cell Biology, the Laboratory for Immuno-Biotechnology, the  
282 - Laboratory for Gastrointestinal Tumor Biology, the Pharmacology Laboratory, the Public  
283 - Laboratory, the Tumor Molecular Diagnostic Center, the Tissue Bank, the Library and the  
284 - Editorial Department. <br>  
285 - Relying on the discipline of oncology which is the national key discipline, Tianjin Medical  
286 - University became a national first-class discipline construction university in 2017, and the  
287 - clinical medicine (basics and clinical discipline of tumors) is the discipline to be  
288 - constructed. It has the Key Laboratory of Breast Cancer Prevention and Control directly under  
289 - the Ministry of Education, the Tianjin Municipal Key Laboratory of Cancer Prevention and  
290 - Control, the Tianjin Municipal Key Laboratory of Cancer Immunity and Biotherapy, and positions  
291 - of the “Changjiang Scholars and Innovation Team Development Plan” of the Ministry of Education. <br>  
292 - Having focused on oncology basic research and clinical transformation application research for  
293 - years, the Institute lays emphasis on the prevention, early diagnosis and individualized  
294 - clinical treatment of tumor diseases. Our main research directions include tumor epidemiology,  
295 - tumor pathology and molecular typing, tumor genesis, tumor immunity and immunotherapy. The  
296 - Institute has made a series of achievements and progress in establishing a three-level  
297 - prevention and control model for the common malignant tumors in China, screening high-risk  
298 - populations, discovering new tumor-related genes, exploring tumor development mechanisms, and  
299 - the R&D of new theory about the tumor angiogenesis, the new methods of tumor diagnosis, and the  
300 - new technologies for tumor immunotherapy. <br>  
301 - In the past 5 years, the Institute has obtained 83 scientific research projects at and above the  
302 - provincial and ministerial level, including 3 National Key Technology Research and Development  
303 - Programs of the Ministry of Science and Technology of China and 55 programs supported by the  
304 - National Natural Science Foundation of China. Besides, the Institute has published altogether  
305 - 314 SCI papers. Since the 12th Five-Year Plan was implemented, the Institute has been awarded a  
306 - total of 6 scientific and technological achievements at and above the provincial and ministerial  
307 - level. Moreover, Academician Hao Xishan was given the Science and Technology Major Achievement  
308 - Prize of Tianjin in 2011. <br>  
309 - With the aim of consolidating and improving the level of the discipline construction, the  
310 - Institute has been continuously strengthening the construction of its talent teams. The  
311 - Institute currently has a total of 179 professional technical personnel at various levels,  
312 - including 1 academician of the Chinese Academy of Engineering, 1 foreign academician of the  
313 - Chinese Academy of Engineering, 1 Distinguished Young Scholar of the National Natural Science  
314 - Foundation of China, 4 special lecturers of the Chang Jiang Scholars Program of the Ministry of  
315 - Education, 1 leading talent of the Ten Thousand Talent Program, 1 person of Millions of Talents  
316 - in the Ministry of Human Resources and Social Security, 1 talent of the National Special Support  
317 - Program for High-level Personnel Recruitment, 1 leader of the “Changjiang Scholars” Innovation  
318 - Team, 2 personnel supported by the Ministry of Education’s Program for New Century Excellent  
319 - Talents, 2 Outstanding Mid-aged Experts awarded by the Ministry of Health, 1 “131” Innovative  
320 - Talent Team of Tianjin, 5 specially-appointed professors of Tianjin, 5 people supported by the  
321 - “Thousand Talent Program” of Tianjin, and 4 “131” Innovative Talents of Tianjin at the first  
322 - level. <br>  
323 - The Institute has implemented a management system based on current principle  
324 - investigators(PIs)since 2013, We currently has 17 full-time PIs with their research teams. There  
325 - are 24 doctoral tutors and 37 master tutors. In the past 5 years, the Institute has recruited a  
326 - total of 62 doctoral students, 124 postgraduate students. In additions, there are 64 graduated  
327 - doctoral students and 86 graduated postgraduate students. <br>  
328 - We have been attaching the great importance to the construction of the core facilities and  
329 - services. In order to provide a strong support for the high-level researches to be carried out,  
330 - the Institute has built the Tissue Bank, the Tumor Molecular Diagnostic Center, the Large-Scale  
331 - instrument platform, the bioinformatics platform, the Pharmacology Laboratory, the clinical drug  
332 - evaluation, and the SPF experimental animal platform. <br>  
333 - The Institute will closely continue tracking the international frontier trends in the research  
334 - field of the oncology and the translational medicine, and emphasizing the original and  
335 - independent innovation of the theory and the technology, so as to cultivate more senior  
336 - personnel for the oncology research and medical development of China, and make the positive  
337 - contributions to comprehensively improve the ability of preventing and treating cancer of China.  
338 -</p>  
339 - </div>  
340 - 284 + <div class="navpath">
  285 + Tianjin Cancer Institute<span>></span>About Us<span>></span>About Us
341 </div> 286 </div>
342 - <!-- 形象墙 -->  
343 - <div class='prof_box'>  
344 -  
345 - <div class="bottom_imgBox">  
346 - <img src="../images/bottom_left.png" alt="" srcset="">  
347 - </div>  
348 - <div class="bottom_imgBox">  
349 - <img src="../images/bottom_right.png" alt="" srcset=""> 287 + <div class="contant">
  288 + <div class="contant_one">
  289 + Tianjin Cancer Institute was established in 1977 by the late Chinese oncologist Professor Jin Xianzhai. It used to be the Cancer Prevention Research Laboratory of Tianjin People’s Hospital. In 1987, Tianjin People’s Hospital was renamed Tianjin Cancer
  290 + Hospital, and the Research Laboratory was set as an institute. In 1997, the Cancer Hospital and Research Institute were assigned to Tianjin Medical University. In 2007, the Institute became an independent legal entity. Jin Xianzhai,
  291 + Zhou Yanchang, Zhang Tianze and Jin Jiarui have served as the director of has served as the director successively. Academician Hao Xishan is the current director, with Professor Ying Guoguang, Professor Niu Ruifang and Professor Li
  292 + Hui acting as the deputy directors.
350 </div> 293 </div>
351 </div> 294 </div>
  295 + <div class="contant_img">
  296 + <img src="../images/71.png" alt="" />
  297 + </div>
  298 + <div class="contant_one">
  299 + Tianjin Cancer Institute has 12 departments, namely the Laboratory for Cancer Epidemiology & Biostatistics, the Laboratory for Pathology, the Laboratory for Biochemistry & Molecular Biology, the Laboratory for Cancer Cell Biology, the Laboratory for Immuno-Biotechnology,
  300 + the Laboratory for Gastrointestinal Tumor Biology, the Pharmacology Laboratory, the Public Laboratory, the Tumor Molecular Diagnostic Center, the Tissue Bank, the Library and the Editorial Department.<br />Relying on the
  301 + discipline of oncology which is the national key discipline, Tianjin Medical University became a national first-class discipline construction university in 2017, and the clinical medicine (basics and clinical discipline of tumors) is the
  302 + discipline to be constructed. It has the Key Laboratory of Breast Cancer Prevention and Control directly under the Ministry of Education, the Tianjin Municipal Key Laboratory of Cancer Prevention and Control, the Tianjin Municipal Key
  303 + Laboratory of Cancer Immunity and Biotherapy, and positions of the “Changjiang Scholars and Innovation Team Development Plan” of the Ministry of Education. Having focused on oncology basic research and clinical transformation application
  304 + research for years, the Institute lays emphasis on the prevention, early diagnosis and individualized clinical treatment of tumor diseases. Our main research directions include tumor epidemiology, tumor pathology and molecular typing,
  305 + tumor genesis, tumor immunity and immunotherapy. The Institute has made a series of achievements and progress in establishing a three-level prevention and control model for the common malignant tumors in China, screening high-risk populations,
  306 + discovering new tumor-related genes, exploring tumor development mechanisms, and the R&D of new theory about the tumor angiogenesis, the new methods of tumor diagnosis, and the new technologies for tumor immunotherapy.
  307 + </div>
  308 + <div class="contant_img">
  309 + <img src="../images/72.png" alt="" />
  310 + </div>
  311 + <div class="contant_one">
  312 + In the past 5 years, the Institute has obtained 83 scientific research projects at and above the provincial and ministerial level, including 3 National Key Technology Research and Development Programs of the Ministry of Science and Technology of China
  313 + and 55 programs supported by the National Natural Science Foundation of China. Besides, the Institute has published altogether 314 SCI papers. Since the 12th Five-Year Plan was implemented, the Institute has been awarded a total of 6 scientific
  314 + and technological achievements at and above the provincial and ministerial level. Moreover, Academician Hao Xishan was given the Science and Technology Major Achievement Prize of Tianjin in 2011. <br /> With the aim of
  315 + consolidating and improving the level of the discipline construction, the Institute has been continuously strengthening the construction of its talent teams. The Institute currently has a total of 179 professional technical personnel at
  316 + various levels, including 1 academician of the Chinese Academy of Engineering, 1 foreign academician of the Chinese Academy of Engineering, 1 Distinguished Young Scholar of the National Natural Science Foundation of China, 4 special lecturers
  317 + of the Chang Jiang Scholars Program of the Ministry of Education, 1 leading talent of the Ten Thousand Talent Program, 1 person of Millions of Talents in the Ministry of Human Resources and Social Security, 1 talent of the National Special
  318 + Support Program for High-level Personnel Recruitment, 1 leader of the “Changjiang Scholars” Innovation Team, 2 personnel supported by the Ministry of Education’s Program for New Century Excellent Talents, 2 Outstanding Mid-aged Experts
  319 + awarded by the Ministry of Health, 1 “131” Innovative Talent Team of Tianjin, 5 specially-appointed professors of Tianjin, 5 people supported by the “Thousand Talent Program” of Tianjin, and 4 “131” Innovative Talents of Tianjin at the
  320 + first level. <br /> The Institute has implemented a management system based on current principle investigators(PIs)since 2013, We currently has 17 full-time PIs with their research teams. There are 24 doctoral tutors and 37 master tutors.
  321 + In the past 5 years, the Institute has recruited a total of 62 doctoral students, 124 postgraduate students. In additions, there are 64 graduated doctoral students and 86 graduated postgraduate students. <br /> We have been attaching the
  322 + great importance to the construction of the core facilities and services. In order to provide a strong support for the high-level researches to be carried out, the Institute has built the Tissue Bank, the Tumor Molecular Diagnostic Center,
  323 + the Large-Scale instrument platform, the bioinformatics platform, the Pharmacology Laboratory, the clinical drug evaluation, and the SPF experimental animal platform. <br /> The Institute will closely continue tracking the international
  324 + frontier trends in the research field of the oncology and the translational medicine, and emphasizing the original and independent innovation of the theory and the technology, so as to cultivate more senior personnel for the oncology research
  325 + and medical development of China, and make the positive contributions to comprehensively improve the ability of preventing and treating cancer of China.
  326 + </div>
352 </div> 327 </div>
353 <footer class="footer-content"> 328 <footer class="footer-content">
354 <div class="footer-main"> 329 <div class="footer-main">
355 -  
356 <ul class="list-unstyled third-ul"> 330 <ul class="list-unstyled third-ul">
357 <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li> 331 <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li>
358 <li>Tianjin 300060</li> 332 <li>Tianjin 300060</li>
@@ -361,32 +335,35 @@ @@ -361,32 +335,35 @@
361 <li>Email: info@tjmuch.com</li> 335 <li>Email: info@tjmuch.com</li>
362 </ul> 336 </ul>
363 <ul class="list-unstyled first-ul"> 337 <ul class="list-unstyled first-ul">
364 - <li><img src="../images/yikeda.png" width="160px" alt=""></li>  
365 - <li><img src="../images/tjuc.png" width="160px" alt=""></li> 338 + <li><img src="../images/yikeda.png" width="160px" alt="" /></li>
  339 + <li><img src="../images/tjuc.png" width="160px" alt="" /></li>
366 </ul> 340 </ul>
367 </div> 341 </div>
368 </footer> 342 </footer>
369 -  
370 </div> 343 </div>
371 <script src="../js/jquery-1.11.3.min.js"></script> 344 <script src="../js/jquery-1.11.3.min.js"></script>
372 <script src="../js/bootstrap.min.js"></script> 345 <script src="../js/bootstrap.min.js"></script>
373 <script src="../js/swiper-3.4.2.jquery.min.js"></script> 346 <script src="../js/swiper-3.4.2.jquery.min.js"></script>
374 <script src="../js/common.js"></script> 347 <script src="../js/common.js"></script>
375 <script> 348 <script>
376 - $(document).ready(function () {  
377 - $(".btn-group").find(".navbtn-a").click(function () {  
378 - console.log(this)  
379 - $(this).siblings('.navbtn-a').removeClass('navbtnActive'); // 删除其他兄弟元素的样式  
380 - $(this).addClass('navbtnActive'); // 添加当前元素的样式  
381 - })  
382 - })  
383 - var swiper = new Swiper('.swiper-container', {  
384 - pagination: '.swiper-pagination', 349 + $(document).ready(function() {
  350 + $(".btn-group")
  351 + .find(".navbtn-a")
  352 + .click(function() {
  353 + console.log(this);
  354 + $(this)
  355 + .siblings(".navbtn-a")
  356 + .removeClass("navbtnActive"); // 删除其他兄弟元素的样式
  357 + $(this).addClass("navbtnActive"); // 添加当前元素的样式
  358 + });
  359 + });
  360 + var swiper = new Swiper(".swiper-container", {
  361 + pagination: ".swiper-pagination",
385 paginationClickable: true 362 paginationClickable: true
386 }); 363 });
387 364
388 - var swiper = new Swiper('.swiper-container1', {  
389 - pagination: '.swiper-pagination', 365 + var swiper = new Swiper(".swiper-container1", {
  366 + pagination: ".swiper-pagination",
390 slidesPerView: 3, 367 slidesPerView: 3,
391 paginationClickable: true, 368 paginationClickable: true,
392 spaceBetween: 30 369 spaceBetween: 30