index.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. .research-interests {
  2. background-color: #005389F5;
  3. }
  4. .research-interests .head {
  5. height: 180px;
  6. background-image: url(../../images/version2/index/research-interests-head.png);
  7. background-size: 28% 100%;
  8. background-repeat: no-repeat;
  9. font-size: 40px;
  10. color: #fff;
  11. }
  12. .research-interests .head .body-container {
  13. height: 100%;
  14. display: flex;
  15. align-items: center;
  16. }
  17. .research-interests .head .body-container .title {
  18. width: 640px;
  19. text-align: justify;
  20. }
  21. .research-interests .research-interests-content {
  22. padding: 120px 0;
  23. }
  24. .research-interests .research-interests-content .body-container {
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: center;
  28. flex-wrap: wrap;
  29. }
  30. .research-interests .research-interests-content .body-container .item {
  31. width: 50%;
  32. padding-right: 50px;
  33. box-sizing: border-box;
  34. display: flex;
  35. justify-content: flex-start;
  36. align-items: center;
  37. margin-top: 50px;
  38. }
  39. .research-interests .research-interests-content .body-container .item:nth-child(2n) {
  40. padding-right: 0;
  41. padding-left: 50px;
  42. }
  43. .research-interests .research-interests-content .body-container .item:nth-child(1),
  44. .research-interests .research-interests-content .body-container .item:nth-child(2) {
  45. margin-top: 0;
  46. }
  47. .research-interests .research-interests-content .body-container .item .logo {
  48. width: 100px;
  49. height: 76px;
  50. }
  51. .research-interests .research-interests-content .body-container .item .logo img {
  52. display: block;
  53. width: 100%;
  54. height: 100%;
  55. }
  56. .research-interests .research-interests-content .body-container .item .info {
  57. width: 478px;
  58. height: 76px;
  59. flex: 1;
  60. background-image: url(../../images/version2/index/research-interests-bg.png);
  61. background-size: 100% 100%;
  62. background-repeat: no-repeat;
  63. text-indent: 30px;
  64. line-height: 76px;
  65. text-overflow: ellipsis;
  66. overflow: hidden;
  67. }
  68. .research-interests .research-interests-content .body-container .item .info a {
  69. font-size: 18px;
  70. color: #fff;
  71. }
  72. .research-interests .research-interests-content .body-container .item .info:hover a {
  73. color: #E0620D;
  74. text-decoration: underline;
  75. }
  76. .new_center {
  77. background-image: url(../../images/version2/index/newsBg.png);
  78. background-size: 100% 100%;
  79. background-repeat: no-repeat;
  80. padding-bottom: 100px;
  81. }
  82. .new_center .body-container .head {
  83. height: 194px;
  84. display: flex;
  85. justify-content: space-between;
  86. align-items: center;
  87. }
  88. .new_center .body-container .head .title {
  89. color: #E0620D;
  90. font-size: 40px;
  91. font-weight: bold;
  92. position: relative;
  93. }
  94. .new_center .body-container .head .title::after {
  95. display: block;
  96. content: "";
  97. position: absolute;
  98. width: 199px;
  99. height: 52px;
  100. top: 26px;
  101. left: 0;
  102. z-index: 9999;
  103. background-image: url(../../images/version2/index/NEWS.png);
  104. background-size: 100% 100%;
  105. background-repeat: no-repeat;
  106. }
  107. .new_center .body-container .head .more {
  108. width: 122px;
  109. height: 30px;
  110. line-height: 30px;
  111. background-image: url(../../images/version2/index/news_more.png);
  112. background-size: 100% 100%;
  113. background-repeat: no-repeat;
  114. text-align: center;
  115. }
  116. .new_center .body-container .head .more span {
  117. position: relative;
  118. }
  119. .new_center .body-container .head .more span::after {
  120. display: block;
  121. content: "";
  122. width: 20px;
  123. background-color: #333;
  124. height: 1px;
  125. position: absolute;
  126. left: 100%;
  127. top: 50%;
  128. margin-left: 3px;
  129. }
  130. .new_center .body-container .head .more span a {
  131. color: #333;
  132. font-size: 14px;
  133. }
  134. .new_center .body-container .head .more:hover {
  135. background-image: url(../../images/version2/index/news_more_hover.png);
  136. }
  137. .new_center .body-container .head .more:hover span a {
  138. color: #fff;
  139. }
  140. .new_center .body-container .head .more:hover span::after {
  141. background-color: #fff;
  142. }
  143. .new_center .body-container .news_content {
  144. display: flex;
  145. justify-content: space-between;
  146. }
  147. .new_center .body-container .news_content .new_card img {
  148. width: 600px;
  149. height: 398px;
  150. display: block;
  151. }
  152. .new_center .body-container .news_content .new_card .info {
  153. width: 600px;
  154. height: 132px;
  155. color: #333;
  156. background-color: #fff;
  157. padding: 34px 0 0 40px;
  158. position: relative;
  159. box-sizing: border-box;
  160. }
  161. .new_center .body-container .news_content .new_card .info::after {
  162. display: block;
  163. content: "";
  164. position: absolute;
  165. width: 4px;
  166. height: 70%;
  167. left: 0;
  168. top: 50%;
  169. transform: translateY(-50%);
  170. background-color: #ED6D17;
  171. }
  172. .new_center .body-container .news_content .new_card .info .time {
  173. font-size: 16px;
  174. line-height: 22px;
  175. }
  176. .new_center .body-container .news_content .new_card .info .message {
  177. white-space: nowrap;
  178. text-overflow: ellipsis;
  179. overflow: hidden;
  180. word-break: break-all;
  181. line-height: 28px;
  182. margin-top: 12px;
  183. }
  184. .new_center .body-container .news_content .new_card .info .message a {
  185. color: #333;
  186. font-size: 16px;
  187. }
  188. .new_center .body-container .news_content .new_card .info .message a:hover {
  189. color: #E0620D;
  190. text-decoration: underline;
  191. }
  192. .new_center .body-container .news_content .new_list_container .item {
  193. width: 500px;
  194. height: 76px;
  195. display: flex;
  196. justify-content: flex-start;
  197. align-items: center;
  198. padding: 8px;
  199. box-sizing: border-box;
  200. background-color: #E2D8CF;
  201. margin-top: 24px;
  202. }
  203. .new_center .body-container .news_content .new_list_container .item .logo .number,
  204. .new_center .body-container .news_content .new_list_container .item .logo .time {
  205. width: 66px;
  206. height: 30px;
  207. background-color: #ED6D17;
  208. font-size: 18px;
  209. font-weight: 600;
  210. color: #fff;
  211. text-align: center;
  212. line-height: 30px;
  213. }
  214. .new_center .body-container .news_content .new_list_container .item .logo .time {
  215. background-color: #005389;
  216. font-size: 12px;
  217. }
  218. .new_center .body-container .news_content .new_list_container .item .info {
  219. flex: 1;
  220. line-height: 22px;
  221. padding: 16px;
  222. }
  223. .new_center .body-container .news_content .new_list_container .item .info a {
  224. font-size: 14px;
  225. color: #333;
  226. text-overflow: -o-ellipsis-lastline;
  227. overflow: hidden;
  228. text-overflow: ellipsis;
  229. display: -webkit-box;
  230. -webkit-line-clamp: 3;
  231. line-clamp: 3;
  232. -webkit-box-orient: vertical;
  233. }
  234. .new_center .body-container .news_content .new_list_container .item .info a:hover {
  235. color: #E0620D;
  236. }