common.less 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. body{
  2. &{
  3. -webkit-transform: translate3d(0, 0, 0) ;
  4. transform: translate3d(0, 0, 0);
  5. }
  6. .body-container{
  7. width: 1200px;
  8. margin: 0 auto;
  9. }
  10. .nav{
  11. .nav-top{
  12. &{
  13. height: 30px;
  14. background-color: #021622;
  15. font-size: 12px;
  16. color: #fff;
  17. }
  18. .body-container{
  19. &{
  20. height: 100%;
  21. display: flex;
  22. justify-content: flex-end;
  23. align-items: center;
  24. }
  25. .tip{
  26. padding-right: 30px;
  27. }
  28. #needlogin{
  29. color: #fff;
  30. padding-right: 10px;
  31. &:hover{
  32. color: #E0620D;
  33. }
  34. }
  35. #needlogout{
  36. color: #fff;
  37. &:hover{
  38. color: #E0620D;
  39. }
  40. }
  41. }
  42. }
  43. .nav-bottom{
  44. &{
  45. background-color: #fff;
  46. }
  47. .body-container{
  48. &{
  49. height: 100px;
  50. display: flex;
  51. justify-content: space-between;
  52. align-items: center;
  53. }
  54. .logo-container{
  55. &{
  56. display: flex;
  57. justify-content: flex-start;
  58. align-items: center;
  59. }
  60. .logo{
  61. display: block;
  62. width: 100px;
  63. height: 100px;
  64. }
  65. .word{
  66. &{
  67. flex: 1;
  68. }
  69. .name{
  70. color: #213E5C;
  71. font-size: 24px;
  72. font-weight: 600;
  73. font-family:Source Han Sans CN ;
  74. }
  75. .name-es{
  76. color: #213E5C;
  77. font-size: 10px;
  78. }
  79. }
  80. }
  81. .side-container{
  82. ul{
  83. li{
  84. &:hover,&.active{
  85. &::after{
  86. display: block;
  87. }
  88. a{
  89. color: #005389;
  90. }
  91. }
  92. position: relative;
  93. &::after{
  94. display: none;
  95. content: "";
  96. position:absolute;
  97. bottom: -16px;
  98. width: 100%;
  99. border-bottom: 2px solid #005389;
  100. }
  101. a{
  102. font-size: 18px;
  103. color: #333;
  104. line-height: 1;
  105. }
  106. margin-left: 40px;
  107. &:first-child{
  108. margin-left: 0;
  109. }
  110. }
  111. &{
  112. display: flex;
  113. justify-content: space-between;
  114. align-items: center;
  115. }
  116. }
  117. }
  118. }
  119. }
  120. }
  121. }
  122. .banner{
  123. &.common-banner{
  124. position: relative;
  125. &::after{
  126. width: 100%;
  127. height: 100%;
  128. display: block;
  129. content: "";
  130. left: 0;
  131. top: 0;
  132. background-color: rgba(0,0,0,0.1);
  133. }
  134. .title{
  135. position: absolute;
  136. top: 45px;
  137. left: 50%;
  138. transform: translateX(-50%);
  139. color: #fff;
  140. h3{
  141. font-size: 36px;
  142. line-height: 54px;
  143. font-weight: 500;
  144. }
  145. p{
  146. font-size: 14px;
  147. line-height: 22px;
  148. }
  149. }
  150. }
  151. }
  152. .direction-container{
  153. .headline{
  154. .body-container{
  155. &{
  156. height: 84px;
  157. background-color: #EEEEEE;
  158. display: flex;
  159. justify-content: space-between;
  160. align-items: center;
  161. }
  162. .title{
  163. font-size: 14px;
  164. color: #999;
  165. }
  166. .back{
  167. a{
  168. font-size: 14px;
  169. color: #005389;
  170. }
  171. }
  172. }
  173. }
  174. .direction-content{
  175. background-color: #fff;
  176. padding: 40px 0 100px 0;
  177. .body-container{
  178. &{
  179. display: flex;
  180. justify-content: flex-start;
  181. }
  182. .lf{
  183. &{
  184. width: 810px;
  185. }
  186. .title{
  187. font-size: 40px;
  188. line-height: 1;
  189. color: #000;
  190. margin-bottom: 34px;
  191. }
  192. .item{
  193. &{
  194. margin-bottom: 20px;
  195. }
  196. .article-title{
  197. font-size: 20px;
  198. font-weight: 700;
  199. line-height: 30px;
  200. color: #000;
  201. position: relative;
  202. padding-left: 20px;
  203. margin-bottom: 20px;
  204. &::after{
  205. content: "";
  206. display: block;
  207. width: 12px;
  208. height: 12px;
  209. background-color: #005389;
  210. position: absolute;
  211. left: 0;
  212. top: 9px;
  213. }
  214. }
  215. .article{
  216. font-size: 18px;
  217. line-height: 36px;
  218. color: #000;
  219. text-indent: 36px;
  220. text-align: justify;
  221. }
  222. img{
  223. width: 749px;
  224. display: block;
  225. margin-top: 34px;
  226. }
  227. }
  228. }
  229. .rt{
  230. width: 310px;
  231. margin-left: 80px;
  232. .time{
  233. font-size: 14px;
  234. color: #333;
  235. padding-bottom: 30px;
  236. line-height: 20px;
  237. text-align: right;
  238. }
  239. .title{
  240. height: 64px;
  241. text-align: center;
  242. line-height: 64px;
  243. background-color: #E0620D;
  244. color: #fff;
  245. background-image: url(../images/version2/direction/title.png);
  246. background-size: 100% 100%;
  247. background-repeat: no-repeat;
  248. }
  249. ul>li{
  250. height: 64px;
  251. line-height: 64px;
  252. color: #fff;
  253. border-top: 1px solid #E7E7E7;
  254. position: relative;
  255. padding-left: 10px;
  256. &::after{
  257. content: "";
  258. display: block;
  259. width: 5px;
  260. height: 5px;
  261. background-color: #005389;
  262. position: absolute;
  263. left: 0;
  264. top: 50%;
  265. transform: translateY(-50%);
  266. }
  267. a{
  268. color: #333;
  269. font-size: 16px;
  270. &:hover{
  271. color: #005389;
  272. text-decoration: underline;
  273. }
  274. }
  275. }
  276. }
  277. }
  278. }
  279. }
  280. .info-head-conatiner{
  281. &{
  282. font-size: 24px;
  283. line-height: 1;
  284. font-weight: bold;
  285. color: #333;
  286. border-bottom: 2px solid #005389;
  287. margin-bottom: 20px;
  288. }
  289. span{
  290. display: inline-block;
  291. border-bottom: 2px solid #005389;
  292. height: 100%;
  293. padding-bottom: 16px;
  294. padding-right: 30px;
  295. }
  296. }
  297. .zy_public-tip{
  298. color: #E0620D;
  299. font-size: 12px;
  300. line-height: 21px;
  301. padding-bottom:24px;
  302. text-align: justify;
  303. }