style.css 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484
  1. @import "./base.css";
  2. .headtop {
  3. background-color: #fff;
  4. }
  5. .header_wapper {
  6. position: fixed;
  7. left: 0;
  8. top: 0;
  9. z-index: 200;
  10. width: 100%;
  11. box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.06);
  12. }
  13. .header_layout {
  14. display: flex;
  15. align-items: center;
  16. padding: 16px 25px;
  17. background: #fff;
  18. }
  19. .header_logo a {
  20. display: block;
  21. font-size: 0;
  22. }
  23. .header_logo img {
  24. max-width: 440px;
  25. height: 65px;
  26. object-fit: contain;
  27. }
  28. .header_layout .header_menu {
  29. position: relative;
  30. padding-left: 50px;
  31. flex: 1;
  32. }
  33. .header_layout .nav .wp-menu {
  34. display: flex;
  35. justify-content: flex-end;
  36. align-items: center;
  37. }
  38. .header_layout .nav .wp-menu .menu-item {
  39. width: 10%;
  40. margin-top: 16px;
  41. padding-bottom: 22px;
  42. max-width: 120px;
  43. position: relative;
  44. }
  45. .header_layout .nav .wp-menu .menu-item .menu-link {
  46. display: inline-block;
  47. width: 100%;
  48. font-size: 18px;
  49. line-height: 20px;
  50. text-align: center;
  51. white-space: nowrap;
  52. color: #767676;
  53. }
  54. .header_layout .nav .wp-menu .menu-item::before {
  55. content: "";
  56. position: absolute;
  57. bottom: 10px;
  58. left: 50%;
  59. transform: translateX(-50%);
  60. width: 0;
  61. height: 2px;
  62. background-color: var(--vt-c-primary);
  63. transition: width 0.3s ease-in-out;
  64. }
  65. .header_layout .nav .wp-menu .menu-item a:hover {
  66. color: var(--vt-c-primary);
  67. }
  68. .header_layout .nav .wp-menu .menu-item.hover::before {
  69. width: 24px;
  70. }
  71. .header_layout .nav .wp-menu .menu-item.hover .menu-link {
  72. color: var(--vt-c-primary);
  73. }
  74. .header_layout .nav .wp-menu .menu-item::after {
  75. content: "";
  76. position: absolute;
  77. top: 2px;
  78. right: 0;
  79. height: 20px;
  80. border-right: 1px solid rgba(132, 132, 132, 20%);
  81. }
  82. .header_layout .nav .sub-menu {
  83. display: none;
  84. position: absolute;
  85. left: 50%;
  86. top: 38px;
  87. min-width: 130px;
  88. transform: translateX(-50%);
  89. z-index: 100;
  90. padding: 10px 0;
  91. background: #fff;
  92. box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
  93. 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  94. }
  95. .header_layout .nav .sub-menu .sub-item {
  96. position: relative;
  97. white-space: nowrap;
  98. vertical-align: top;
  99. _zoom: 1;
  100. }
  101. .header_layout .nav .sub-menu .sub-item a {
  102. display: block;
  103. height: 32px;
  104. line-height: 32px;
  105. padding: 0 12px;
  106. font-size: 16px;
  107. text-align: center;
  108. }
  109. .header_layout .nav .sub-menu .sub-item a:hover {
  110. color: var(--vt-c-primary);
  111. background-color: #f5f5f5;
  112. }
  113. .header_layout .mobile_menu {
  114. position: relative;
  115. display: none;
  116. margin-left: 15px;
  117. padding-left: 15px;
  118. }
  119. .header_layout .mobile_menu .menu_divider {
  120. position: absolute;
  121. top: 50%;
  122. left: 0;
  123. height: 20px;
  124. transform: translateY(-50%);
  125. border-left: 1px solid rgba(132, 132, 132, 0.2);
  126. }
  127. .mobile_menu .mobile_menu_taggle {
  128. width: 40px;
  129. height: 40px;
  130. }
  131. .wp-navi-aside {
  132. display: none;
  133. }
  134. .banner_wrapper {
  135. padding-top: 98px;
  136. background: #fff;
  137. }
  138. .banner_wrapper .inner {
  139. width: auto;
  140. padding: 0;
  141. max-width: 1920px;
  142. text-align: center;
  143. position: relative;
  144. }
  145. .banner_wrapper .focus .focus-pagination {
  146. position: absolute;
  147. left: 50%;
  148. bottom: 12px;
  149. right: auto;
  150. height: auto;
  151. transform: translateX(-50%);
  152. display: inline-block;
  153. padding: 6px 9px;
  154. border-radius: 30px;
  155. background-color: rgba(0, 0, 0, 0.56);
  156. z-index: 60;
  157. font-size: 0;
  158. }
  159. .banner_wrapper .focus .focus-page {
  160. display: inline-block;
  161. width: 12px;
  162. height: 12px;
  163. margin: 0 4px;
  164. line-height: 1;
  165. font-size: 0;
  166. border-radius: 6px;
  167. background-color: rgba(255, 255, 255, 0.6);
  168. -webkit-transition: all 0.3s ease-in-out;
  169. transition: all 0.3s ease-in-out;
  170. cursor: pointer;
  171. }
  172. .banner_wrapper .focus .focus-page-active {
  173. width: 24px;
  174. background-color: rgba(255, 255, 255, 1);
  175. }
  176. .banner_wrapper .focus .focus-navigation {
  177. width: 66px;
  178. height: 66px;
  179. opacity: 0.7;
  180. filter: alpha(opacity=70);
  181. font-size: 0;
  182. }
  183. .banner_wrapper .focus .focus-navigation:hover {
  184. opacity: 1;
  185. filter: alpha(opacity=100);
  186. }
  187. .banner_wrapper .focus .focus-navigation:active {
  188. opacity: 1;
  189. filter: alpha(opacity=100);
  190. }
  191. .banner_wrapper .focus .focus-prev {
  192. background: url("../images/botton_prev.png") no-repeat center/contain;
  193. }
  194. .banner_wrapper .focus .focus-next {
  195. background: url("../images/botton_next.png") no-repeat center/contain;
  196. }
  197. .header_btm_wrapper {
  198. padding: 130px 0;
  199. display: flex;
  200. width: 100%;
  201. max-width: 1280px;
  202. margin: 0 auto;
  203. }
  204. .home_lay_title {
  205. margin-bottom: 30px;
  206. font-size: 30px;
  207. color: var(--vt-c-indigo);
  208. line-height: 1;
  209. }
  210. .home_lay_title span {
  211. text-transform: uppercase;
  212. padding-left: 10px;
  213. font-weight: 100;
  214. color: rgba(123, 123, 123, 1);
  215. }
  216. .home_lay_title.white {
  217. color: #fff;
  218. }
  219. .home_lay_title.white span {
  220. color: #fff;
  221. }
  222. .home_lay_item_box {
  223. padding: 60px 0;
  224. }
  225. .news_tit {
  226. display: flex;
  227. align-items: center;
  228. justify-content: space-between;
  229. font-size: 20px;
  230. color: var(--vt-c-indigo);
  231. line-height: 1;
  232. margin-bottom: 14px;
  233. }
  234. .news_tit .list_more {
  235. font-size: 16px;
  236. }
  237. .news_lay_box {
  238. display: grid;
  239. grid-template-columns: 2fr 1fr 1fr;
  240. gap: 24px;
  241. }
  242. .news_lay_box .news_lay_item {
  243. /* flex: 1; */
  244. /* max-width: 390px; */
  245. padding: 20px;
  246. overflow: hidden;
  247. background-color: #fff;
  248. }
  249. .news_lay_box .news_lay_item .list_item {
  250. position: relative;
  251. padding: 20px 0;
  252. font-size: 14px;
  253. line-height: 28px;
  254. border-bottom: 1px solid #e5e5e5;
  255. }
  256. .news_lay_box .news_lay_item .list_item img {
  257. width: 100%;
  258. }
  259. .news_lay_box .news_lay_item .list_item .cover {
  260. display: none;
  261. height: 430px;
  262. width: 100%;
  263. overflow: hidden;
  264. }
  265. .news_lay_box .news_lay_item .list_item.news_1 {
  266. display: block;
  267. }
  268. .news_lay_box .news_lay_item .list_item .item_info {
  269. display: flex;
  270. align-items: center;
  271. justify-content: space-between;
  272. }
  273. .news_lay_box .news_lay_item .list_item.news_1 .item_info {
  274. position: absolute;
  275. display: block;
  276. left: 0;
  277. bottom: 20px;
  278. width: 100%;
  279. height: 80px;
  280. padding: 10px 20px;
  281. background: linear-gradient(180deg, rgba(3, 3, 3, 0) 0%, #000000 100%);
  282. color: #fff;
  283. }
  284. .news_lay_box .news_lay_item .list_item.news_1 .cover {
  285. display: block;
  286. }
  287. .news_lay_box .news_lay_item .list_item.news_1 .first_date {
  288. display: block;
  289. }
  290. .news_lay_box .news_lay_item .list_item.news_1 .item_date {
  291. display: none;
  292. }
  293. .news_lay_box .news_lay_item .list_item .first_date {
  294. display: none;
  295. font-size: 16px;
  296. }
  297. .news_lay_box .news_lay_item .list_item .item_date {
  298. display: block;
  299. color: #848484;
  300. }
  301. .news_lay_box .news_lay_item .list_item.news_1 {
  302. padding-top: 0;
  303. font-size: 24px;
  304. line-height: 28px;
  305. }
  306. .news_lay_box .news_lay_item .list_item.news_1 .title {
  307. padding-right: 0;
  308. }
  309. .news_lay_box .news_lay_item .list_item.news_1 a {
  310. color: #fff;
  311. }
  312. .news_lay_box .news_lay_item .list_item.news_1 a:hover {
  313. color: #fff;
  314. }
  315. .news_lay_box .news_lay_item .list_item .title {
  316. flex: 1;
  317. padding-right: 30px;
  318. text-overflow: ellipsis;
  319. white-space: nowrap;
  320. overflow: hidden;
  321. }
  322. .news_lay_box .news_lay_item .s_item {
  323. padding: 12px 0;
  324. font-size: 14px;
  325. line-height: 28px;
  326. border-bottom: 1px solid #e5e5e5;
  327. }
  328. .news_lay_box .news_lay_item .s_item .title {
  329. width: 100%;
  330. overflow: hidden;
  331. text-overflow: ellipsis;
  332. white-space: nowrap;
  333. }
  334. .news_lay_box .news_lay_item .s_item .item_date {
  335. font-size: 12px;
  336. color: #848484;
  337. }
  338. .news_lay_box .news_lay_item .s_item img {
  339. height: 210px;
  340. width: 100%;
  341. object-fit: cover;
  342. }
  343. .news_lay_box .news_lay_item .s_item .cover {
  344. display: none;
  345. height: 210px;
  346. width: 100%;
  347. overflow: hidden;
  348. margin-bottom: 10px;
  349. }
  350. .news_lay_box .news_lay_item .s_item.news_1 {
  351. padding-top: 0;
  352. font-size: 16px;
  353. }
  354. .news_lay_box .news_lay_item .s_item.news_1 .cover {
  355. display: block;
  356. }
  357. .news_lay_box .news_lay_item .item {
  358. width: 100%;
  359. color: var(--vt-c-indigo);
  360. cursor: pointer;
  361. overflow: hidden;
  362. transition: all 0.2s ease-in-out;
  363. }
  364. .news_lay_box .news_lay_item .item a:hover {
  365. color: var(--vt-c-primary);
  366. }
  367. .news_lay_box .news_lay_item .item:hover img {
  368. transform: scale(1.2);
  369. transition: all 0.2s ease-in-out;
  370. }
  371. .list_more {
  372. text-align: center;
  373. }
  374. .list_more.mt {
  375. margin-top: 50px;
  376. }
  377. .list_more .more_text {
  378. color: var(--vt-c-primary);
  379. cursor: pointer;
  380. }
  381. .list_more .arrow {
  382. display: inline-block;
  383. margin-left: 6px;
  384. width: 18px;
  385. height: 18px;
  386. object-fit: contain;
  387. vertical-align: text-bottom;
  388. background: url("../images/arrow_right_primary.png") no-repeat center/contain;
  389. }
  390. .spe_cards {
  391. display: flex;
  392. height: 460px;
  393. }
  394. .spe_cards .cards_item {
  395. position: relative;
  396. flex: 1;
  397. margin: 0 12px;
  398. height: 460px;
  399. padding: 70px 20px 40px;
  400. color: #fff;
  401. box-sizing: border-box;
  402. background-color: #fff;
  403. transition: all 0.3s ease-in-out;
  404. }
  405. .spe_cards .cards_item:first-child {
  406. margin-left: 0;
  407. }
  408. .spe_cards .cards_item:last-child {
  409. margin-right: 0;
  410. }
  411. .spe_cards .cards_item .card_icon {
  412. line-height: 1;
  413. }
  414. .spe_cards .cards_item .card_icon {
  415. width: 72px;
  416. height: 72px;
  417. }
  418. .spe_cards .cards_item .card_icon.icon_1 {
  419. background: url("../images/icon_home_specialty_1.png") no-repeat center /
  420. contain;
  421. }
  422. .spe_cards .cards_item:hover .card_icon.icon_1 {
  423. background: url("../images/icon_home_specialty_1_hover.png") no-repeat center /
  424. contain;
  425. }
  426. .spe_cards .cards_item .card_icon.icon_2 {
  427. background: url("../images/icon_home_specialty_2.png") no-repeat center /
  428. contain;
  429. }
  430. .spe_cards .cards_item:hover .card_icon.icon_2 {
  431. background: url("../images/icon_home_specialty_2_hover.png") no-repeat center /
  432. contain;
  433. }
  434. .spe_cards .cards_item .card_icon.icon_3 {
  435. background: url("../images/icon_home_specialty_3.png") no-repeat center /
  436. contain;
  437. }
  438. .spe_cards .cards_item:hover .card_icon.icon_3 {
  439. background: url("../images/icon_home_specialty_3_hover.png") no-repeat center /
  440. contain;
  441. }
  442. .spe_cards .cards_item .card_icon.icon_4 {
  443. background: url("../images/icon_home_specialty_4.png") no-repeat center /
  444. contain;
  445. }
  446. .spe_cards .cards_item:hover .card_icon.icon_4 {
  447. background: url("../images/icon_home_specialty_4_hover.png") no-repeat center /
  448. contain;
  449. }
  450. .spe_cards .cards_item .card_icon.icon_5 {
  451. background: url("../images/icon_home_specialty_5.png") no-repeat center /
  452. contain;
  453. }
  454. .spe_cards .cards_item:hover .card_icon.icon_5 {
  455. background: url("../images/icon_home_specialty_5_hover.png") no-repeat center /
  456. contain;
  457. }
  458. .spe_cards .cards_item .card_tit {
  459. margin-top: 20px;
  460. font-size: 20px;
  461. line-height: 1;
  462. color: var(--vt-c-primary);
  463. }
  464. .spe_cards .cards_item .card_tit a {
  465. color: var(--vt-c-primary);
  466. }
  467. .spe_cards .cards_item:hover .card_tit,
  468. .spe_cards .cards_item:hover .card_tit a {
  469. color: #fff;
  470. }
  471. .spe_cards .cards_item .card_desc a {
  472. color: #fff;
  473. }
  474. .spe_cards .cards_item .card_desc {
  475. position: absolute;
  476. bottom: 0;
  477. left: 0;
  478. width: 100%;
  479. padding: 0 20px 40px;
  480. opacity: 0;
  481. }
  482. .spe_cards .cards_item .card_desc .desc {
  483. font-size: 14px;
  484. line-height: 24px;
  485. }
  486. .spe_cards .cards_item .card_desc .more {
  487. margin-top: 20px;
  488. text-align: r;
  489. }
  490. .spe_cards .cards_item .card_desc .more .more_text {
  491. font-size: 16px;
  492. color: #fff;
  493. }
  494. .spe_cards .cards_item .card_desc .more .arrow {
  495. margin-left: 6px;
  496. width: 18px;
  497. height: 18px;
  498. display: inline-block;
  499. object-fit: contain;
  500. vertical-align: text-bottom;
  501. background: url("../images/arrow_right.png") no-repeat center/contain;
  502. }
  503. .spe_cards .cards_item:hover {
  504. flex: 2;
  505. background-color: var(--vt-c-primary);
  506. }
  507. .spe_cards .cards_item:hover .card_desc {
  508. animation: fadeInUp 0.3s ease-in-out;
  509. animation-fill-mode: forwards;
  510. }
  511. .wrapper.wrapper_teacher_bg {
  512. background: url("../images/bg_teachers.png") no-repeat center/cover;
  513. }
  514. /*teacher*/
  515. .teachers_box .teachers_swiper {
  516. width: 100%;
  517. display: grid;
  518. gap: 24px;
  519. grid-template-columns: repeat(5, 1fr);
  520. }
  521. .teachers_box .teachers_swiper .teacher_slide {
  522. text-align: center;
  523. }
  524. .teachers_box .teacher_item {
  525. width: 100%;
  526. position: relative;
  527. }
  528. .teachers_box .teacher_item img {
  529. width: 100%;
  530. height: 300;
  531. object-fit: cover;
  532. border-radius: 50%;
  533. transition: all 0.3s ease-in-out;
  534. }
  535. .teachers_box .teacher_slide .item_footer {
  536. margin-top: 20px;
  537. display: block;
  538. }
  539. .teachers_box .teacher_slide .name a {
  540. color: #000;
  541. font-size: 20px;
  542. font-weight: 600;
  543. }
  544. .teachers_box .teacher_slide .name a:hover {
  545. color: var(--vt-c-primary);
  546. }
  547. .tabs_header {
  548. display: flex;
  549. align-items: center;
  550. margin-bottom: 30px;
  551. }
  552. .tabs_header .home_lay_title {
  553. margin-bottom: 0;
  554. }
  555. .tabs_header .tabs_nav_list {
  556. flex: 1;
  557. position: relative;
  558. display: flex;
  559. align-self: stretch;
  560. overflow: hidden;
  561. white-space: nowrap;
  562. justify-content: flex-end;
  563. }
  564. .tabs_header .tabs_nav_list .list_item {
  565. position: relative;
  566. padding: 14px 0;
  567. font-size: 18px;
  568. color: rgba(0, 0, 0, 0.8);
  569. cursor: pointer;
  570. }
  571. .works_tab .tabs_header .tabs_nav_list .list_item {
  572. color: rgba(255, 255, 255, 0.8);
  573. }
  574. .tabs_header .tabs_nav_list .list_item.selected {
  575. color: #000;
  576. }
  577. .works_tab .tabs_header .tabs_nav_list .list_item.selected {
  578. color: #fff;
  579. }
  580. .tabs_header .tabs_nav_list .list_item.selected::after {
  581. position: absolute;
  582. content: "";
  583. bottom: 0;
  584. left: 50%;
  585. -webkit-transform: translateX(-50%);
  586. -ms-transform: translateX(-50%);
  587. transform: translateX(-50%);
  588. width: 28px;
  589. height: 2px;
  590. background-color: var(--vt-c-primary);
  591. }
  592. .works_tab .tabs_header .tabs_nav_list .list_item.selected::after {
  593. background-color: #fff;
  594. }
  595. .tabs_header .tabs_nav_list .list_item + .list_item {
  596. margin-left: 30px;
  597. }
  598. .tab_list {
  599. display: grid;
  600. grid-template-columns: repeat(4, 1fr);
  601. gap: 24px;
  602. }
  603. .tab_list.research_list {
  604. grid-template-columns: repeat(2, 1fr);
  605. }
  606. .tab_list .list_item,
  607. .page_article_list .list_item {
  608. width: 100%;
  609. background-color: #fff;
  610. overflow: hidden;
  611. position: relative;
  612. }
  613. .tab_list .list_item .item {
  614. position: relative;
  615. display: block;
  616. /* border-bottom: 2px solid rgba(159, 159, 159, 0.5); */
  617. cursor: pointer;
  618. }
  619. .page_article_list .list_item .item {
  620. display: flex;
  621. align-items: center;
  622. margin-bottom: 20px;
  623. }
  624. .page_article_list .list_item .item:hover {
  625. background-color: #f5f5f5;
  626. }
  627. /* .tab_list .list_item .item::before {
  628. content: "";
  629. position: absolute;
  630. bottom: 0;
  631. right: 0;
  632. border-width: 6px;
  633. border-style: solid;
  634. border-color: transparent rgba(159, 159, 159, 0.5) rgba(159, 159, 159, 0.5)
  635. transparent;
  636. } */
  637. /* .tab_list .list_item .item::after {
  638. content: "";
  639. position: absolute;
  640. bottom: -2px;
  641. right: 0;
  642. width: 0;
  643. height: 2px;
  644. background-color: var(--vt-c-primary);
  645. transition: width 0.3s ease-in-out;
  646. }
  647. .tab_list .list_item .item:hover::before {
  648. border-color: transparent var(--vt-c-primary) var(--vt-c-primary) transparent;
  649. }
  650. .tab_list .list_item .item:hover::after {
  651. width: 100%;
  652. } */
  653. .tab_list .list_item .item:hover img,
  654. .page_article_list .list_item .item:hover img {
  655. transform: scale(1.2);
  656. }
  657. .tab_list.research_list .list_item .item {
  658. position: relative;
  659. }
  660. .tab_list.research_list .list_item .item .list_img {
  661. width: 100%;
  662. height: 400px;
  663. overflow: hidden;
  664. }
  665. .tab_list.research_list .list_item img {
  666. height: 400px;
  667. }
  668. .tab_list.research_list .list_item .item_tit a {
  669. color: #fff;
  670. }
  671. .tab_list.research_list .list_item .item_tit a:hover {
  672. color: #fff;
  673. }
  674. .tab_list.research_list .list_item .item .info_box {
  675. position: absolute;
  676. left: 0;
  677. bottom: 0;
  678. padding: 30px 20px;
  679. width: 100%;
  680. color: #fff;
  681. background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  682. opacity: 0;
  683. overflow: hidden;
  684. }
  685. .tab_list.research_list .list_item .item:hover .info_box {
  686. animation: fadeInUp 0.3s ease-in-out;
  687. animation-fill-mode: forwards;
  688. }
  689. .tab_list.research_list .list_item .item .info_box .item_tit {
  690. height: auto;
  691. font-size: 20px;
  692. font-weight: 600;
  693. width: 100%;
  694. overflow: hidden;
  695. text-overflow: ellipsis;
  696. white-space: nowrap;
  697. color: #fff;
  698. }
  699. .tab_list.research_list .list_item .item .info_box .item_date {
  700. color: #fff;
  701. }
  702. .tab_list .list_item .list_img {
  703. width: 100%;
  704. height: 300px;
  705. overflow: hidden;
  706. }
  707. .tab_list .list_item img {
  708. width: 100%;
  709. height: 300px;
  710. object-fit: cover;
  711. transition: all 0.3s ease-in-out;
  712. }
  713. .tab_list .list_item .info_box {
  714. padding: 16px 18px;
  715. }
  716. .tab_list .list_item .item_tit {
  717. height: 48px;
  718. font-size: 16px;
  719. line-height: 24px;
  720. color: var(--vt-c-indigo);
  721. overflow: hidden;
  722. }
  723. .tab_list .list_item .item_tit a {
  724. color: var(--vt-c-indigo);
  725. }
  726. .tab_list .list_item .item_tit a:hover {
  727. color: var(--vt-c-primary);
  728. }
  729. .tab_list .list_item .item_desc {
  730. height: 72px;
  731. overflow: hidden;
  732. margin-top: 20px;
  733. font-size: 16px;
  734. line-height: 24px;
  735. font-weight: 400;
  736. color: #666666;
  737. word-break: break-all;
  738. }
  739. .tab_list .list_item .item_desc a {
  740. color: #666666;
  741. }
  742. .tab_list .list_item .item_desc a:hover {
  743. color: var(--vt-c-primary);
  744. }
  745. .tab_list .list_item .item_date {
  746. font-size: 14px;
  747. margin-top: 10px;
  748. font-weight: 400;
  749. color: #999999;
  750. }
  751. .page_article_list .list_img {
  752. width: 240px;
  753. height: 160px;
  754. overflow: hidden;
  755. }
  756. .page_article_list img {
  757. width: 100%;
  758. height: 160px;
  759. object-fit: cover;
  760. transition: all 0.3s ease-in-out;
  761. }
  762. .page_article_list .info_box {
  763. flex: 1;
  764. height: 160px;
  765. padding: 16px;
  766. }
  767. .page_article_list .item_tit {
  768. width: 100%;
  769. font-weight: 500;
  770. font-size: 20px;
  771. color: #333333;
  772. line-height: 24px;
  773. white-space: nowrap;
  774. text-overflow: ellipsis;
  775. overflow: hidden;
  776. }
  777. .page_article_list .item_tit a {
  778. color: var(--vt-c-indigo);
  779. }
  780. .page_article_list .item_tit a:hover {
  781. color: var(--vt-c-primary);
  782. }
  783. .page_article_list .item_desc {
  784. height: 70px;
  785. margin-top: 15px;
  786. font-size: 12px;
  787. line-height: 20px;
  788. font-weight: 400;
  789. color: #666666;
  790. overflow: hidden;
  791. word-break: break-all;
  792. }
  793. .page_article_list .item_desc a {
  794. color: #666666;
  795. }
  796. .page_article_list .item_desc a:hover {
  797. color: var(--vt-c-primary);
  798. }
  799. .page_article_list .item_date {
  800. font-size: 12px;
  801. font-weight: 300;
  802. color: #999999;
  803. }
  804. .research_bg {
  805. background: url("../images/bg_research.png") no-repeat center top/100% auto;
  806. }
  807. .teach_bg {
  808. position: relative;
  809. }
  810. .talent_tab {
  811. position: relative;
  812. z-index: 2;
  813. }
  814. .work_bg {
  815. background: url("../images/bg_works.png") no-repeat center top/100% auto;
  816. }
  817. .works_tab .tab_list .list_item {
  818. height: 320px;
  819. }
  820. .works_tab .tab_list .list_item .item_link {
  821. display: block;
  822. position: relative;
  823. width: 100%;
  824. height: 100%;
  825. overflow: hidden;
  826. cursor: pointer;
  827. }
  828. .works_tab .tab_list .list_item .item_link .item_txt {
  829. position: absolute;
  830. left: 0;
  831. bottom: 0;
  832. padding: 30px 20px;
  833. width: 100%;
  834. color: #fff;
  835. background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  836. opacity: 0;
  837. overflow: hidden;
  838. }
  839. .works_tab .tab_list .list_item .item_link .item_txt .name {
  840. font-size: 20px;
  841. font-weight: 600;
  842. width: 100%;
  843. overflow: hidden;
  844. text-overflow: ellipsis;
  845. white-space: nowrap;
  846. }
  847. .works_tab .tab_list .list_item .item_link .item_txt .name a {
  848. color: #fff;
  849. }
  850. .works_tab .tab_list .list_item .item_link:hover img {
  851. transform: scale(1.2);
  852. }
  853. .works_tab .tab_list .list_item .item_link:hover .item_txt {
  854. animation: fadeInUp 0.3s ease-in-out;
  855. animation-fill-mode: forwards;
  856. }
  857. .works_tab .tab_list .list_item img {
  858. width: 100%;
  859. height: 100%;
  860. object-fit: cover;
  861. transition: all 0.3s ease-in-out;
  862. }
  863. @keyframes fadeInUp {
  864. from {
  865. opacity: 0;
  866. transform: translate3d(0, 100%, 0);
  867. }
  868. to {
  869. opacity: 1;
  870. transform: translate3d(0, 0, 0);
  871. }
  872. }
  873. .services_bg {
  874. position: relative;
  875. }
  876. /* .services_bg::after {
  877. position: absolute;
  878. content: "";
  879. left: 0;
  880. top: 40%;
  881. width: 60%;
  882. height: 200px;
  883. background-color: rgba(53, 152, 107, 0.1);
  884. } */
  885. .service_list {
  886. position: relative;
  887. display: grid;
  888. grid-template-columns: repeat(3, 1fr);
  889. gap: 24px;
  890. z-index: 2;
  891. }
  892. .service_list .ser_item {
  893. background-color: #fff;
  894. }
  895. .service_list .ser_item a {
  896. padding: 30px 50px;
  897. display: flex;
  898. align-items: center;
  899. color: var(--vt-c-indigo);
  900. }
  901. .service_list .ser_item a .ser_icon {
  902. padding-right: 40px;
  903. border-right: 1px solid #d3d9de;
  904. }
  905. .service_list .ser_item a .ser_icon img {
  906. width: 108px;
  907. height: 108px;
  908. object-fit: contain;
  909. }
  910. .service_list .ser_item a .ser_tit {
  911. flex: 1;
  912. font-size: 24px;
  913. padding-left: 40px;
  914. }
  915. .service_list .ser_item a .ser_tit p {
  916. margin: 0;
  917. }
  918. .service_list .ser_item a .ser_tit .desc {
  919. margin-top: 20px;
  920. font-size: 16px;
  921. line-height: 20px;
  922. color: #999;
  923. }
  924. .service_list .ser_item a:hover .ser_icon img {
  925. animation: heartBeat 2s ease-in-out infinite;
  926. }
  927. @keyframes heartBeat {
  928. 0% {
  929. transform: scale(1);
  930. }
  931. 14% {
  932. transform: scale(1.2);
  933. }
  934. 28% {
  935. transform: scale(1);
  936. }
  937. 42% {
  938. transform: scale(1.2);
  939. }
  940. 70% {
  941. transform: scale(1);
  942. }
  943. }
  944. .footer_layout .footer_fix_link {
  945. position: fixed;
  946. right: 0;
  947. top: 50%;
  948. z-index: 9;
  949. }
  950. .footer_layout .top_btn {
  951. display: none;
  952. position: fixed;
  953. right: 0;
  954. bottom: 40px;
  955. z-index: 9;
  956. cursor: pointer;
  957. }
  958. .footer_layout .top_btn img {
  959. width: 40px;
  960. height: 40px;
  961. object-fit: contain;
  962. }
  963. .footer_layout .footer_fix_link .link_vertical {
  964. display: inline-flex;
  965. flex-direction: column;
  966. }
  967. .footer_layout .footer_fix_link a {
  968. display: inline-flex;
  969. align-items: center;
  970. justify-content: center;
  971. color: #fff;
  972. writing-mode: vertical-lr;
  973. width: 40px;
  974. height: 105px;
  975. }
  976. .footer_layout .footer_fix_link .xihua_link {
  977. background: url("../images/bg_links_1.png") no-repeat center / 100%;
  978. }
  979. .footer_layout .footer_fix_link .index_link {
  980. margin-top: 24px;
  981. background: url("../images/bg_links_2.png") no-repeat center / 100%;
  982. }
  983. .footer_layout .lay_footer {
  984. background-color: #454847;
  985. }
  986. .footer_layout .lay_footer .footer_menu {
  987. padding: 100px 140px;
  988. display: flex;
  989. }
  990. .footer_layout .lay_footer .footer_menu .logo {
  991. padding-right: 75px;
  992. border-right: 1px solid rgba(112, 112, 112, 0.5);
  993. }
  994. .footer_layout .lay_footer .footer_menu .logo .footer_logo img {
  995. height: 65px;
  996. object-fit: contain;
  997. }
  998. .footer_layout .lay_footer .footer_menu .logo .footer_tips {
  999. margin-top: 88px;
  1000. }
  1001. .footer_layout .lay_footer .footer_menu .logo .footer_tips img {
  1002. height: 38px;
  1003. object-fit: contain;
  1004. }
  1005. .footer_layout .lay_footer .footer_menu .logo .contact_view {
  1006. margin-top: 90px;
  1007. color: #ffffff;
  1008. font-size: 14px;
  1009. }
  1010. .footer_layout .lay_footer .footer_menu .logo .contact_view p {
  1011. margin-top: 18px;
  1012. }
  1013. .footer_layout .lay_footer .footer_menu .logo .contact_view .title {
  1014. font-size: 18px;
  1015. margin-top: 0;
  1016. }
  1017. .footer_layout .lay_footer .footer_menu .logo .contact_view .qrcode {
  1018. margin-top: 35px;
  1019. }
  1020. .footer_layout .lay_footer .footer_menu .logo .contact_view .qrcode img {
  1021. height: 120px;
  1022. object-fit: contain;
  1023. }
  1024. .footer_layout .lay_footer .footer_menu .menus .wp-menu {
  1025. flex: 1;
  1026. padding: 30px 0 0 75px;
  1027. display: grid;
  1028. gap: 40px;
  1029. grid-template-columns: repeat(5, 1fr);
  1030. }
  1031. .footer_layout .lay_footer .footer_menu .menus .menu-link {
  1032. font-size: 18px;
  1033. color: #ffffff;
  1034. }
  1035. .footer_layout .lay_footer .footer_menu .menus .sub-link {
  1036. margin-top: 18px;
  1037. display: block;
  1038. font-size: 14px;
  1039. color: rgba(255, 255, 255, 0.5);
  1040. }
  1041. .footer_layout .lay_footer .footer_menu .menus .sub-link:hover {
  1042. color: #ffffff;
  1043. }
  1044. .footer_layout .lay_footer .footer_menu .menus .sub-menu {
  1045. margin-top: 20px;
  1046. }
  1047. .footer_layout .copyright {
  1048. padding: 28px 20px;
  1049. font-size: 12px;
  1050. line-height: 1.5;
  1051. text-align: center;
  1052. background-color: #242424;
  1053. color: rgba(255, 255, 255, 0.6);
  1054. }
  1055. .page_title_box {
  1056. position: relative;
  1057. height: 500px;
  1058. background-position: center center;
  1059. background-repeat: no-repeat;
  1060. background-size: cover;
  1061. }
  1062. .page_title_box img {
  1063. display: none;
  1064. }
  1065. .page_title_box::after {
  1066. content: "";
  1067. position: absolute;
  1068. bottom: 0;
  1069. left: 0;
  1070. width: 100%;
  1071. height: 220px;
  1072. background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  1073. opacity: 0.7;
  1074. z-index: 1;
  1075. }
  1076. .page_title_box .title {
  1077. position: relative;
  1078. height: 100%;
  1079. display: flex;
  1080. flex-direction: column;
  1081. justify-content: flex-end;
  1082. padding-bottom: 28px;
  1083. z-index: 2;
  1084. }
  1085. .page_title_box .title h1 {
  1086. font-size: 36px;
  1087. font-weight: 400;
  1088. margin-bottom: 16px;
  1089. color: #fff;
  1090. }
  1091. .page_title_box .title h2 {
  1092. margin-bottom: 0;
  1093. height: 1em;
  1094. font-size: 14px;
  1095. font-weight: 300;
  1096. color: #fff;
  1097. }
  1098. .content_wrapper {
  1099. flex: 1;
  1100. padding-left: 40px;
  1101. }
  1102. .content_wrapper .page_article_box {
  1103. padding: 20px 28px;
  1104. background-color: #fff;
  1105. }
  1106. .content_wrapper .page_article_box .list_title h2 {
  1107. padding-bottom: 20px;
  1108. font-weight: 500;
  1109. font-size: 20px;
  1110. color: #111111;
  1111. line-height: 26px;
  1112. border-bottom: 1px solid #e5e5e5;
  1113. }
  1114. .article {
  1115. padding: 20px 28px;
  1116. background-color: #fff;
  1117. }
  1118. .article h1.arti_title {
  1119. line-height: 36px;
  1120. font-family: "Microsoft YaHei";
  1121. font-size: 28px;
  1122. color: #333;
  1123. } /**文章标题**/
  1124. .article h2.arti_title {
  1125. line-height: 28px;
  1126. font-family: "Microsoft YaHei";
  1127. font-size: 16px;
  1128. color: var(--vt-c-text-light-2);
  1129. } /**文章副标题**/
  1130. .article .arti_metas {
  1131. padding-top: 10px;
  1132. }
  1133. .article .arti_metas span {
  1134. margin: 0 5px;
  1135. font-size: 12px;
  1136. color: #787878;
  1137. } /**文章其他属性**/
  1138. .article .entry {
  1139. margin: 0 auto;
  1140. overflow: hidden;
  1141. margin-top: 30px;
  1142. } /**文章内容**/
  1143. .article .entry .read,
  1144. .page_article_box .wp_entry {
  1145. font-size: 14px;
  1146. line-height: 1.5;
  1147. }
  1148. .article .entry .read p,
  1149. .page_article_box .wp_entry p {
  1150. margin-bottom: 1em;
  1151. }
  1152. .article .entry .read img,
  1153. .page_article_box .wp_entry img {
  1154. margin: 0 auto;
  1155. max-width: 100%;
  1156. } /**文章阅读部分图片大小限制**/
  1157. .article .entry .read table,
  1158. .page_article_box .wp_entry table {
  1159. border: none !important;
  1160. }
  1161. .article .entry .read table td {
  1162. background-color: transparent;
  1163. }
  1164. .page_tabs_box {
  1165. position: relative;
  1166. width: 220px;
  1167. }
  1168. .page_tabs_box .column_title_box {
  1169. display: flex;
  1170. align-items: center;
  1171. margin-bottom: 16px;
  1172. padding: 24px 20px;
  1173. background: var(--vt-c-primary);
  1174. overflow: hidden;
  1175. width: 100%;
  1176. }
  1177. .page_tabs_box .column_title {
  1178. flex: 1;
  1179. font-weight: 600;
  1180. font-size: 28px;
  1181. line-height: 28px;
  1182. color: #ffffff;
  1183. white-space: nowrap;
  1184. overflow: hidden;
  1185. }
  1186. .column_title_box .arrow {
  1187. display: none;
  1188. width: 40px;
  1189. height: 40px;
  1190. background: url("../images/arrow_down_white.png") no-repeat center/contain;
  1191. transition: all 0.4s ease-in-out;
  1192. cursor: pointer;
  1193. }
  1194. .column_title_box .arrow.up {
  1195. transform: rotate(-180deg);
  1196. }
  1197. .page_tabs_box .page_tab_list {
  1198. position: relative;
  1199. width: 100%;
  1200. background-color: #fff;
  1201. }
  1202. .page_tabs_box .page_tab_list .page_list_item {
  1203. width: 100%;
  1204. overflow: hidden;
  1205. border-bottom: 1px solid #e5e5e5;
  1206. }
  1207. .page_tabs_box .page_tab_list .page_list_item:last-child {
  1208. border-bottom: none;
  1209. }
  1210. .page_tabs_box .page_tab_list .page_list_item.selected .sub_list,
  1211. .page_tabs_box .page_tab_list .page_list_item.parent .sub_list {
  1212. display: block;
  1213. }
  1214. .page_tabs_box .page_tab_list .page_list_item .sub_list {
  1215. display: none;
  1216. padding: 0 20px 20px;
  1217. width: 100%;
  1218. }
  1219. .page_tab_list .sub_list .sub_item {
  1220. margin-bottom: 5px;
  1221. }
  1222. .page_tab_list .sub_list .sub_item:last-child {
  1223. margin-bottom: 0;
  1224. }
  1225. .page_tab_list .sub_list .sub_item .sub_item_link {
  1226. display: block;
  1227. padding: 8px 10px;
  1228. color: #666;
  1229. font-size: 14px;
  1230. font-weight: 500;
  1231. border-radius: 2px;
  1232. }
  1233. .page_tab_list .sub_list .sub_item .sub_item_link:hover,
  1234. .page_tab_list .sub_list .sub_item .sub_item_link.selected {
  1235. color: var(--vt-c-primary);
  1236. background-color: rgba(65, 150, 156, 0.1);
  1237. }
  1238. .page_tabs_box .page_tab_list .page_list_item .item_link {
  1239. position: relative;
  1240. display: block;
  1241. width: 100%;
  1242. padding: 20px 18px;
  1243. color: #666;
  1244. font-size: 16px;
  1245. text-overflow: ellipsis;
  1246. overflow: hidden;
  1247. white-space: nowrap;
  1248. }
  1249. .page_tabs_box .page_tab_list .page_list_item .item_link::after {
  1250. content: "";
  1251. position: absolute;
  1252. top: 50%;
  1253. left: 0;
  1254. -webkit-transform: translateY(-50%);
  1255. -ms-transform: translateY(-50%);
  1256. transform: translateY(-50%);
  1257. height: 0;
  1258. width: 0;
  1259. border-left: 3px solid var(--vt-c-primary);
  1260. }
  1261. .page_tabs_box .page_tab_list .page_list_item .item_link.selected,
  1262. .page_tabs_box .page_tab_list .page_list_item .item_link.parent {
  1263. font-weight: 500;
  1264. color: var(--vt-c-primary);
  1265. }
  1266. .page_tabs_box .page_tab_list .page_list_item .item_link.selected::after,
  1267. .page_tabs_box .page_tab_list .page_list_item .item_link.parent::after {
  1268. height: 18px;
  1269. }
  1270. .page_article_list,
  1271. .page_teacher_list {
  1272. display: block;
  1273. padding: 30px 0 50px;
  1274. }
  1275. .page_teacher_list {
  1276. width: 100%;
  1277. overflow: hidden;
  1278. }
  1279. .page_teacher_list .item {
  1280. display: flex;
  1281. align-items: center;
  1282. margin-bottom: 20px;
  1283. }
  1284. .page_teacher_list .item .list_img {
  1285. width: 160px;
  1286. height: 160px;
  1287. padding-bottom: 20px;
  1288. overflow: hidden;
  1289. }
  1290. .page_teacher_list .item .info_box {
  1291. flex: 1;
  1292. height: 160px;
  1293. padding: 0 16px 20px;
  1294. border-bottom: 1px solid #e5e5e5;
  1295. }
  1296. .page_teacher_list .item .info_box .item_tit {
  1297. width: 100%;
  1298. font-weight: 500;
  1299. font-size: 18px;
  1300. color: #333333;
  1301. line-height: 24px;
  1302. white-space: nowrap;
  1303. text-overflow: ellipsis;
  1304. overflow: hidden;
  1305. }
  1306. .page_teacher_list .item .info_box .item_tit a {
  1307. color: var(--vt-c-indigo);
  1308. }
  1309. .page_teacher_list .item .info_box .item_tit a:hover {
  1310. color: var(--vt-c-primary);
  1311. }
  1312. .page_teacher_list .item .info_box .item_desc {
  1313. height: 70px;
  1314. margin-top: 15px;
  1315. font-size: 12px;
  1316. line-height: 20px;
  1317. font-weight: 400;
  1318. color: #666666;
  1319. overflow: hidden;
  1320. word-break: break-all;
  1321. }
  1322. .page_teacher_list .item .info_box .item_desc a {
  1323. color: #666666;
  1324. }
  1325. .page_teacher_list .item .info_box .item_desc a:hover {
  1326. color: var(--vt-c-primary);
  1327. }
  1328. .page_teacher_list .item .info_box .more {
  1329. text-align: right;
  1330. }
  1331. .page_teacher_list .item .info_box .more_text {
  1332. color: var(--vt-c-primary);
  1333. cursor: pointer;
  1334. }
  1335. .page_teacher_list .item .info_box .arrow {
  1336. display: inline-block;
  1337. margin-left: 4px;
  1338. width: 16px;
  1339. height: 16px;
  1340. object-fit: contain;
  1341. vertical-align: text-bottom;
  1342. background: url("../images/arrow_right_primary.png") no-repeat center/contain;
  1343. }
  1344. .page_teacher_list .item img {
  1345. width: 160px;
  1346. height: 160px;
  1347. object-fit: cover;
  1348. border-radius: 80px;
  1349. transition: all 0.3s ease-in-out;
  1350. }
  1351. .page_def_list {
  1352. display: block;
  1353. padding: 30px 0 50px;
  1354. }
  1355. .page_def_list .item {
  1356. position: relative;
  1357. display: flex;
  1358. align-items: center;
  1359. border-bottom: 1px solid #e5e5e5;
  1360. }
  1361. .page_def_list .item:hover {
  1362. background-color: #f5f5f5;
  1363. }
  1364. .page_def_list .item .item_title {
  1365. flex: 1;
  1366. }
  1367. .page_def_list .item .item_date {
  1368. font-size: 12px;
  1369. color: #747474;
  1370. }
  1371. .page_def_list .item:hover a {
  1372. color: var(--vt-c-primary);
  1373. }
  1374. .page_def_list .item a {
  1375. position: relative;
  1376. display: block;
  1377. line-height: 20px;
  1378. width: 100%;
  1379. font-size: 16px;
  1380. padding: 12px 20px;
  1381. text-overflow: ellipsis;
  1382. white-space: nowrap;
  1383. overflow: hidden;
  1384. }
  1385. .header_btns {
  1386. display: flex;
  1387. align-items: center;
  1388. }
  1389. .search_box {
  1390. position: relative;
  1391. padding-left: 20px;
  1392. }
  1393. .search_box .wp-search {
  1394. position: fixed;
  1395. top: -100%;
  1396. left: 0;
  1397. z-index: 201;
  1398. width: 100%;
  1399. padding: 16px 25px;
  1400. background-color: #fff;
  1401. overflow: hidden;
  1402. }
  1403. .search_box .wp-search .form_box {
  1404. display: flex;
  1405. align-items: center;
  1406. width: 100%;
  1407. height: 65px;
  1408. margin: 0 auto;
  1409. }
  1410. .search_box .wp-search .form_box .search-input {
  1411. flex: 1;
  1412. }
  1413. .search_box .wp-search .form_box .search-input input {
  1414. display: inline-block;
  1415. line-height: 1.5;
  1416. width: 100%;
  1417. padding: 6px 14px;
  1418. color: rgba(0, 0, 0, 0.85);
  1419. font-size: 14px;
  1420. background-color: transparent;
  1421. border: 1px solid #d9d9d9;
  1422. border-radius: 2px 0 0 2px;
  1423. transition: all 0.3s;
  1424. }
  1425. .search_box .wp-search .form_box .search-btn input {
  1426. background-color: var(--vt-c-primary);
  1427. color: #fff;
  1428. line-height: 1.5;
  1429. font-size: 14px;
  1430. padding: 6px 20px;
  1431. border: 1px solid var(--vt-c-primary);
  1432. border-radius: 0 2px 2px 0;
  1433. cursor: pointer;
  1434. }
  1435. .search_box .search_icon {
  1436. display: block;
  1437. width: 40px;
  1438. height: 40px;
  1439. background: url("../images/icon_search.png") no-repeat center/contain;
  1440. cursor: pointer;
  1441. }
  1442. .search_box .close_icon {
  1443. display: block;
  1444. margin-left: 10px;
  1445. width: 40px;
  1446. height: 40px;
  1447. background: url("../images/icon_close.png") no-repeat center/contain;
  1448. cursor: pointer;
  1449. }
  1450. .page_article_box .wp_paging {
  1451. margin-top: 20px;
  1452. float: none;
  1453. text-align: center;
  1454. }
  1455. .page_article_box .wp_paging li {
  1456. float: none;
  1457. }