Talent.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. *{
  2. padding: :0;
  3. margin:0;
  4. font-family: "微软雅黑";
  5. text-decoration: none;
  6. }
  7. ul{
  8. padding:0px;
  9. list-style: none;
  10. }
  11. .clear {
  12. clear:both;
  13. height: 0;
  14. line-height: 0;
  15. font-size: 0;
  16. }
  17. .wrapper{
  18. background-image:url('../../img/homepage/bg.jpg');
  19. background-repeat: no-repeat;
  20. background-attachment: fixed;
  21. background-size:100% 100%;
  22. -moz-background-size:100% 100%;
  23. clear:both;
  24. overflow:hidden;
  25. }
  26. .topbar{
  27. width: 100%;
  28. height: 40px;
  29. /*position: absolute;*/
  30. /*background-color: #0b3a7d;*/
  31. /*opacity: .8; */
  32. background: rgba(11, 58, 125, 0.8);
  33. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C80b3a7d,endColorstr=#C80b3a7d);/*rgba不起作用的时候执行*/
  34. font-size: 14px;
  35. }
  36. .some{
  37. width: 1200px;
  38. margin: 0 auto;
  39. padding-top: 9px;
  40. }
  41. .date{
  42. float: left;
  43. color: #fff;
  44. }
  45. .sign{
  46. float: right;
  47. margin-right: 10px;
  48. }
  49. .sign a{
  50. color: #fff;
  51. margin-left:10px;
  52. }
  53. .contents{
  54. width: 1200px;
  55. margin: 0 auto;
  56. clear:both;
  57. }
  58. .logo{
  59. height: 205px;
  60. display: table-cell;
  61. vertical-align:middle;
  62. }
  63. .nav{
  64. height: 70px;
  65. text-align: center;
  66. line-height: 70px;
  67. font-size: 23px;
  68. }
  69. .nav a{
  70. /*background-color: #000;*/
  71. /*opacity: .4;*/
  72. background: rgba(0, 0, 0, 0.4);
  73. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  74. width: 132px;
  75. color: #fff;
  76. display: inline-block;
  77. border-left:1px solid #6b6c70;
  78. }
  79. .nav a:nth-child(1),.nav a:nth-child(2){
  80. width: 134px;
  81. }
  82. .nav a:nth-child(8){
  83. background-color: #215299;
  84. border-left:0;
  85. }
  86. /*ie*/
  87. .nav a:first-child,.nav a:first-child+a{
  88. width: 134px;
  89. }
  90. .nav a:first-child{
  91. /*background-color: #215299;*/
  92. border-left:0;
  93. }
  94. /*ie*/
  95. .nav a:hover{
  96. background-color: #215299;
  97. }
  98. .main{
  99. margin-top: 10px auto;
  100. width: 1200px;
  101. float:left;
  102. }
  103. .partone{
  104. height: 364px;
  105. width:1220px;
  106. margin: 10px 0;
  107. float:left;
  108. }
  109. .oneleft{
  110. float: left;
  111. width: 240px;
  112. height: 364px;
  113. margin-bottom:10px;
  114. background-color: #fff;
  115. margin-right: 10px;
  116. font-size: 22px;
  117. text-align: center;
  118. line-height: 60px;
  119. }
  120. .oneleft li{
  121. height: 60px;
  122. width: 240px;
  123. border-bottom:1px dotted #215496;
  124. }
  125. .oneleft a{
  126. height: 60px;
  127. width: 240px;
  128. display: block;
  129. color: #22529a;
  130. }
  131. .oneleft li:first-child{
  132. background-color: #22529a;
  133. }
  134. .oneleft li:nth-child(6){
  135. border:none;
  136. }
  137. .oneleft li:first-child a{
  138. color: #fff;
  139. }
  140. .parttwo{
  141. height: 364px;
  142. width:950px;
  143. background:#fff;
  144. float:left;
  145. }
  146. .latestinfo{
  147. height: 364px;
  148. width:950px;
  149. /* margin-top:10px; */
  150. background-color: #fff;
  151. overflow:hidden
  152. }
  153. .title{
  154. width: 885px;
  155. height: 22px;
  156. font-size: 22px;
  157. font-weight: bold;
  158. margin:15px 0 20px 20px;
  159. /* margin: 20px; */
  160. }
  161. .title li{
  162. float: left;
  163. margin-right:10px;
  164. }
  165. .title a{
  166. display: block;
  167. padding-right: 10px;
  168. color: #7c808c;
  169. }
  170. .title span{
  171. display: inline-block;
  172. height: 3px;
  173. width: 3px;
  174. text-align: center;
  175. background-color: #2b324e;
  176. margin: -16px 2px 0 2px;
  177. }
  178. .content{
  179. float:left;
  180. margin:0 20px;
  181. }
  182. .content a {
  183. color: #6d6d77;
  184. }
  185. .rencai{
  186. background:#f5f4f4;
  187. width:910px;
  188. line-height:34px;
  189. height:34px;
  190. }
  191. .jianli{
  192. width:130px;
  193. margin-right:10px;
  194. float:left;
  195. text-align:center;
  196. overflow: hidden;
  197. text-overflow: ellipsis;
  198. white-space: nowrap;
  199. }
  200. .rname{
  201. width:107px;
  202. text-align:center;
  203. float:left;
  204. overflow: hidden;
  205. text-overflow: ellipsis;
  206. white-space: nowrap;
  207. }
  208. .sex{
  209. width:52px;
  210. text-align:center;
  211. float:left;
  212. overflow: hidden;
  213. text-overflow: ellipsis;
  214. white-space: nowrap;
  215. }
  216. .age{
  217. width:94px;
  218. text-align:center;
  219. float:left;
  220. overflow: hidden;
  221. text-overflow: ellipsis;
  222. white-space: nowrap;
  223. }
  224. .exp{
  225. width:84px;
  226. text-align:center;
  227. float:left;
  228. overflow: hidden;
  229. text-overflow: ellipsis;
  230. white-space: nowrap;
  231. }
  232. .xueli{
  233. width:155px;
  234. margin-right:10px;
  235. text-align:center;
  236. float:left;
  237. overflow: hidden;
  238. text-overflow: ellipsis;
  239. white-space: nowrap;
  240. }
  241. .qiwang{
  242. width:139px;
  243. margin-right:10px;
  244. float:left;
  245. overflow: hidden;
  246. text-overflow: ellipsis;
  247. white-space: nowrap;
  248. }
  249. .gtime{
  250. width:95px;
  251. float:left;
  252. overflow: hidden;
  253. text-overflow: clip;
  254. white-space: nowrap;
  255. }
  256. .chanpUl{
  257. height:238px;
  258. line-height:34px;
  259. }
  260. .chanpUl li{
  261. height:34px;
  262. }
  263. .chanpUl li:nth-child(even){
  264. background-color: #f3f3f3;
  265. }
  266. .chanpUl li:nth-child(n+8) {display:none; }
  267. .w89{
  268. width:89px !important;
  269. }
  270. .w79{
  271. width:79px !important;
  272. }
  273. .w125{
  274. width:125px !important;
  275. }
  276. .w145{
  277. width:145px !important;
  278. }
  279. .w157{
  280. width:152px !important;
  281. }
  282. .w160{
  283. width:160px !important;
  284. }
  285. .w322{
  286. width:250px !important;
  287. }
  288. .h336{
  289. dispaly:block !important;
  290. height:33.6px !important;
  291. }
  292. .mr10{
  293. margin-right:10px !important;
  294. }
  295. .partthree{
  296. height: 382px;
  297. background-color: #fff;
  298. width:1200px;
  299. float:left;
  300. }
  301. .partthree h2{
  302. font-size: 23px;
  303. color: #22529a;
  304. padding:20px;
  305. }
  306. /* .partthree h2 span:nth-child(1){
  307. font-size: 14px;
  308. color: #22529a;
  309. padding-right:20px;
  310. } */
  311. .ineed{
  312. font-size: 14px;
  313. color: #22529a;
  314. padding-right:20px;
  315. }
  316. /* .partthree a{
  317. float: right;
  318. } */
  319. .partthree h2 span:nth-child(2),.partthree h2 span:nth-child(3),.partthree h2 span:nth-child(4){
  320. display: inline-block;
  321. width: 3px;
  322. height: 3px;
  323. background-color: #22529a;
  324. margin:2px 2px 3px 2px;
  325. }
  326. .mo{
  327. display: inline-block;
  328. width: 3px;
  329. height: 3px;
  330. background-color: #22529a;
  331. margin:2px 2px 3px 2px;
  332. line-height:30px;
  333. }
  334. .need{
  335. float:right;
  336. padding-left:955px;
  337. line-height:30px;
  338. }
  339. .more{
  340. float:right;
  341. width:30px;
  342. line-height:30px;
  343. }
  344. .h277{
  345. height:277px !important;
  346. overflow: hidden !important;
  347. text-overflow: clip !important;
  348. white-space: nowrap !important;
  349. }
  350. .fb{
  351. width:1180px;
  352. height: 302px;
  353. margin-left: 20px;
  354. overflow: hidden;
  355. text-overflow: clip;
  356. white-space: nowrap;
  357. }
  358. .fb a{
  359. width: 185px;
  360. height: 277px;
  361. display: block;
  362. float: left;
  363. margin-right: 10px;
  364. }
  365. .fb a:nth-child(6){
  366. margin-right: 0px;
  367. }
  368. .fb img{
  369. display: block;
  370. height: 247px;
  371. width: 185px;
  372. }
  373. .fbinfo{
  374. width: 185px;
  375. overflow: hidden;
  376. text-overflow: ellipsis;
  377. white-space: nowrap;
  378. clear:both;
  379. height: 30px;
  380. background-color: #f3f3f3;
  381. color: #215299;
  382. text-align: center;
  383. font-size: 14px;
  384. line-height:30px;
  385. }
  386. .fbinfo p{
  387. padding:0 10px;
  388. }
  389. .fbinfo p:nth-child(2){
  390. color: #fe0002;
  391. max-width:130px;
  392. overflow: hidden;
  393. text-overflow: ellipsis;
  394. white-space: nowrap;
  395. }
  396. .mt10{
  397. margin-top:10px !important;
  398. }
  399. .h360{
  400. height:360px !important;
  401. }
  402. .main1{
  403. margin-top: 10px auto;
  404. width: 1200px;
  405. height:412px;
  406. background:#fff;
  407. margin-bottom:10px;
  408. }
  409. .maintop{
  410. height:60px;
  411. line-height:60px;
  412. margin:0 20px 0 20px;
  413. }
  414. .fuwu{
  415. overflow:hidden;
  416. margin-left:35px;
  417. width:1154px;
  418. height:337px;
  419. }
  420. .fuwui{
  421. float:left;
  422. width:389px;
  423. height:110px;
  424. }
  425. .w355{
  426. width:355px !important;
  427. }
  428. /* */
  429. .clear {
  430. clear:both;
  431. height: 0;
  432. line-height: 0;
  433. font-size: 0;
  434. }
  435. .contentlist span{
  436. }
  437. .notification1 ul{
  438. margin:8px 20px;
  439. width: 354px;
  440. overflow:hidden
  441. }
  442. .latestinfo li span:first-child{
  443. display: inline-block;
  444. max-width:420px;
  445. overflow: hidden;
  446. text-overflow: ellipsis;
  447. white-space: nowrap;
  448. }
  449. .notification1 li span:first-child{
  450. display: inline-block;
  451. max-width: 230px;
  452. overflow: hidden;
  453. text-overflow: ellipsis;
  454. white-space: nowrap;
  455. }
  456. .notification a,.side a{
  457. font-size: 14px;
  458. color:#60626e;
  459. }
  460. .latestinfo ul span:nth-child(2),.latestinfo h2 span{
  461. color:#60636d;
  462. float: right;
  463. }
  464. .spand{
  465. display: inline-block;
  466. height: 4px;
  467. width: 4px;
  468. text-align: center;
  469. background-color: #2b324e;
  470. margin: 25px 0px 0 2px;
  471. }
  472. .footer{
  473. color: #858f9b;
  474. width:1200px;
  475. font-size: 14px;
  476. height: 120px;
  477. background: rgba(0, 0, 0, 0.4);
  478. margin-top: 10px;
  479. overflow: hidden;
  480. }
  481. .footer div{
  482. width: 650px;
  483. margin: 20px auto;
  484. }
  485. .footer p{
  486. float: left;
  487. margin-right: 24px;
  488. line-height: 24px;
  489. }
  490. .footer p:first-child{
  491. float: none;
  492. }
  493. .content .contentlist{display: none;}
  494. .content .contentlist:nth-child(1){display: block;}
  495. /*有备无患...*/
  496. .side1 ul li:nth-child(n+7) {display:none; }
  497. .nono{
  498. display: none;
  499. }
  500. .look{
  501. display: block;
  502. }
  503. .active a{
  504. color:#22529a;
  505. }