main_index_icon.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740
  1. html,body{
  2. margin: 0;
  3. padding: 0;
  4. width: 100%;
  5. /*min-height:100%!important;*/
  6. height: auto;
  7. }
  8. a {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. a:LINK {
  13. color: rgb(151, 0, 173);
  14. }
  15. img{
  16. border:0;
  17. }
  18. ul {
  19. margin: 0;
  20. padding: 0;
  21. }
  22. li {
  23. margin: 0;
  24. padding: 0;
  25. list-style-type: none;
  26. }
  27. .index_content{
  28. width: 100%;
  29. height:auto;
  30. margin: 0 auto;
  31. }
  32. .index_main_cursor{
  33. cursor: pointer;
  34. width: 90%;
  35. /* height:28px; */
  36. display: block;
  37. white-space: nowrap;
  38. overflow: hidden;
  39. text-overflow: ellipsis;
  40. }
  41. .con_d{
  42. margin-left: auto;
  43. width: 95%;
  44. }
  45. .index_main_cursor1{
  46. width: 58%;
  47. /* width: 35%; */
  48. display: inline-block;
  49. white-space: nowrap;
  50. overflow: hidden;
  51. margin-left: 5%;
  52. text-overflow: ellipsis;
  53. font-size: 12px;
  54. }
  55. .index_main_cursor2{
  56. width: 35%;
  57. /* width: 58%; */
  58. display: inline-block;
  59. white-space: nowrap;
  60. overflow: hidden;
  61. margin-left: 2%;
  62. text-overflow: ellipsis;
  63. }
  64. .idx_ic_circle {
  65. background-image: url(/nwyj/images/index/list_point.png);
  66. background-repeat: no-repeat;
  67. background-position: 0 50%;
  68. padding: 0 5px 0 18px;
  69. display:inline-block;
  70. white-space:nowrap;
  71. word-break: keep-all;
  72. word-wrap: normal;
  73. }
  74. .idx_ic_circle:hover{
  75. color: blue;
  76. text-decoration: underline;
  77. }
  78. /* .close_hide{
  79. display:none !important;
  80. } */
  81. .fixItem {
  82. position: absolute;
  83. /* position: fixed;
  84. right: 20px;
  85. bottom: 200px;
  86. z-index: 999;*/
  87. top: 200px;
  88. right: 10px;
  89. z-index: 999;
  90. }
  91. .fixItem div{
  92. position:relative;
  93. margin-bottom: 3px;
  94. }
  95. .fixItem img{
  96. width:36px;
  97. height:36px;
  98. }
  99. .fixItem div:hover .floating_left{display:block;}
  100. .floating_left{
  101. position:absolute;
  102. left:-80px;
  103. top:0px;
  104. width:80px;
  105. height:36px;
  106. background-color:#78cbe2;
  107. border-bottom:solid 0px #78cbe2;
  108. text-align:center;
  109. line-height:36px;
  110. font-size:12px;
  111. color:#ffffff;
  112. display:none;
  113. cursor: pointer;
  114. }
  115. .conten{
  116. float: left;
  117. display: inline-block;
  118. }
  119. #left_list {
  120. width: 26%;
  121. list-style-type: none;
  122. margin: 0px 0.3% 0.3% 0.6%;
  123. }
  124. #right_list {
  125. width:72%;
  126. list-style-type: none;
  127. margin: 0px 0.3% 0.3% 0.6%;
  128. }
  129. #left_list .li_cont {
  130. position:relative;
  131. margin-top: 10px;
  132. min-width: 26%;
  133. height: auto;
  134. background: #fff;
  135. }
  136. #right_list .li_cont {
  137. position:relative;
  138. margin-top: 10px;
  139. min-width: 72%;
  140. height: auto;
  141. background: #fff;
  142. }
  143. .placeHolder {
  144. margin-top: 10px;
  145. background-color: #ffffec !important;
  146. border: dashed 1px gray !important;
  147. border-radius: 3px 3px 3px 3px;
  148. width:100%;
  149. height: 101%;
  150. }
  151. /* 锟斤拷锟斤拷锟斤拷锟斤拷 */
  152. li.li_cont{
  153. border: 1px solid #cdcaca;
  154. }
  155. .shedu_cont{
  156. box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1), 1px 1px 4px
  157. rgba(0, 0, 0, 0.1);
  158. -webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1), 1px 1px 4px
  159. rgba(0, 0, 0, 0.1);
  160. -moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1), 1px 1px 4px
  161. rgba(0, 0, 0, 0.1);
  162. -ms-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1), 1px 1px 4px
  163. rgba(0, 0, 0, 0.1);
  164. -o-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1), 1px 1px 4px
  165. rgba(0, 0, 0, 0.1);
  166. border: 1px solid #e7e7e7;
  167. }
  168. /* 锟斤拷锟斤拷锟斤拷锟斤拷锟�*/
  169. .content_title{
  170. border-bottom: 1px solid #cdcaca;
  171. position: relative;
  172. height:40px;
  173. line-height: 40px;
  174. width:100%;
  175. cursor: move;
  176. }
  177. /* 锟斤拷锟斤拷锟斤拷锟斤拷 */
  178. .title_text{
  179. padding-left:10px;
  180. font-size: 14px;
  181. font-weight: bold;
  182. font-family:"锟斤拷锟斤拷";
  183. color:#333333;
  184. width:100%;
  185. }
  186. /* 锟截闭帮拷钮 */
  187. .setModuleCont{
  188. top: 10px;
  189. right: 10px;
  190. position: absolute;
  191. border: 0px none;
  192. height: 19px;
  193. width:60px;
  194. display: inline-block;
  195. /* background-color: red; */
  196. }
  197. .setModuleCont span{
  198. margin-left:10px;
  199. border: 0px none;
  200. width: 19px;
  201. height: 19px;
  202. display: inline-block;
  203. }
  204. span.closeimg{
  205. }
  206. .closeimg img{
  207. width:24px;
  208. height:24px;
  209. vertical-align: sub;
  210. }
  211. .div_content{
  212. margin:10px 0;
  213. width:100%;
  214. }
  215. .iframe_cont{
  216. overflow:auto;
  217. width:98% !important;
  218. margin:10px auto !important;
  219. }
  220. /*锟剿碉拷模锟斤拷*/
  221. .cont_ul{
  222. /* height:100px; */
  223. margin:0 auto;
  224. width: 98% ;
  225. text-align: left;
  226. position: relative;
  227. /* display: inline-block; */
  228. }
  229. .menu_grid{
  230. /* float: left; */
  231. display: inline-block;
  232. text-align: center;
  233. margin: 0px 0px;
  234. width: 32%;
  235. border: 1px solid transparent;
  236. cursor: pointer;
  237. padding-bottom: 10px;
  238. }
  239. .menu_grid:hover{
  240. box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2), 1px 1px 4px
  241. rgba(0, 0, 0, 0.2);
  242. -webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2), 1px 1px 4px
  243. rgba(0, 0, 0, 0.2);
  244. -moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2), 1px 1px 4px
  245. rgba(0, 0, 0, 0.2);
  246. -ms-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2), 1px 1px 4px
  247. rgba(0, 0, 0, 0.2);
  248. -o-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2), 1px 1px 4px
  249. rgba(0, 0, 0, 0.2);
  250. border: 1px solid #ccc;
  251. }
  252. .menu_grid img{
  253. margin-top:10px;
  254. /* width:60px;
  255. height:60px; */
  256. width: 55%;
  257. /* height: 55%; */
  258. }
  259. .menu_text{
  260. white-space: nowrap;
  261. overflow: hidden;
  262. text-overflow: ellipsis;
  263. width: 100%;
  264. margin-top:5px;
  265. font-size: 12px;
  266. }
  267. .ev_title{
  268. width:40px;
  269. padding-left: 10px;
  270. }
  271. /**表格*/
  272. .l-grid-header {
  273. border-bottom: 1px solid #c7c6c6;
  274. height: 32px;
  275. line-height: 120%!important;
  276. background:#e7e9e9 !important;
  277. overflow: hidden;
  278. width: 100%;
  279. }
  280. .l-grid-row-cell {
  281. border-right: 1px solid #c7c6c6;
  282. border-bottom: 1px solid #c7c6c6;
  283. text-align: center;
  284. }
  285. .l-grid-hd-cell {
  286. padding: 0;
  287. margin: 0;
  288. overflow: hidden;
  289. border-right: 1px solid #c7c6c6;
  290. text-align: center;
  291. }
  292. /**表格*/
  293. .dutyTable{
  294. min-height:88px;
  295. max-height:350px;
  296. overflow:auto;
  297. text-align: center;
  298. font-size: 14px;
  299. }
  300. .dutyTableCont{
  301. margin: 0px auto;
  302. width: 96%;
  303. font-size: 12px;
  304. }
  305. .date_tab_cont{
  306. position: absolute;
  307. top:8px;
  308. left:140px;
  309. }
  310. .changeDate{
  311. font-size:12px;
  312. margin: 0 8px;
  313. height: 25px;
  314. display: inline-block;
  315. line-height: 25px;
  316. border-radius: 5px;
  317. position:relative;
  318. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);
  319. padding: 0 10px;
  320. cursor: pointer;
  321. }
  322. .changeDate:hover{
  323. background: #5DECE6;
  324. }
  325. .selectDate{
  326. background: #5DECE6;
  327. }
  328. /**代办**/
  329. .caozuo{
  330. height:100%;
  331. line-height: 100%;
  332. }
  333. .caozuo_btn{
  334. background: #D9E0E7;
  335. cursor: pointer;
  336. height: 20px;
  337. line-height: 20px;
  338. display: inline-block;
  339. margin-top: 8px;
  340. padding: 2px 8px;
  341. }
  342. .caozuo_btn:hover{
  343. background:#7FF1B7
  344. }
  345. /**代办**/
  346. .l3_url_tab{
  347. margin: 10px auto;
  348. width: 90%;
  349. text-align: center;
  350. }
  351. .l3_url_tab div{
  352. position:relative;
  353. display:inline-block;
  354. width: 50%;
  355. }
  356. .l3_url_tab div span{
  357. /* border-radius: 7px;
  358. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc); */
  359. cursor: pointer;
  360. }
  361. .l3_url_tab_span{
  362. height:27px;
  363. line-height:27px;
  364. margin-left: auto;
  365. display:inline-block;
  366. font-size:14px;
  367. background-color:#78cbe2;
  368. width:85%;
  369. color:#ffffff;
  370. }
  371. .url_li1{
  372. margin: 10px auto;
  373. width: 90%;
  374. }
  375. .url_list1{
  376. font-size: 12px;
  377. color: #78cbe2;
  378. line-height: 100%
  379. }
  380. .url_list1:hover{
  381. color: blue;
  382. text-decoration: underline;
  383. }
  384. .alert_title{
  385. margin:5px;
  386. padding-left:15px;
  387. height: 38px;
  388. line-height: 38px;
  389. font-size: 18px;
  390. color:#1f1f1f;
  391. background-color: #e7e9e9;
  392. z-index: 1;
  393. }
  394. .alert_cont{
  395. width:100%;
  396. overflow: hidden;
  397. z-index: -1;
  398. }
  399. .alert_cont ul{
  400. width:100%;
  401. display:inline-block;
  402. overflow: hidden;
  403. }
  404. .alert_cont li{
  405. width:90%;
  406. display:block;
  407. margin:5px auto;
  408. font-size: 14px;
  409. font-family: "锟斤拷锟斤拷";
  410. }
  411. .alert_cont_div{
  412. width: 100%;
  413. line-height: 150%;
  414. margin: 8px 0;
  415. padding-bottom:5px;
  416. border-bottom: 1px solid #E3E3E3;
  417. }
  418. .alert_cont_div a{
  419. color: #494949;
  420. }
  421. .alert_text{
  422. color: #227ead;
  423. font-size: small;
  424. }
  425. .ev_title {
  426. padding-left: 10px;
  427. margin-left: 5px;
  428. border-left: 2px solid #6aa725;
  429. display: inline-block;
  430. }
  431. hr {
  432. position: absolute;
  433. width: 94%;
  434. top: 6px;
  435. left: 50px;
  436. }
  437. .shijian_cont {
  438. position: relative;
  439. margin: 5px 0;
  440. }
  441. .shijian_info{
  442. height:80px;
  443. }
  444. .l4_cont1{
  445. margin: 0 0 0 auto;
  446. width: 95%;
  447. min-height: 90px;
  448. position: relative;
  449. }
  450. .l4_img_div_bg{
  451. background-image: url(/nwyj/images/index/module_img/user_photo.png);
  452. background-repeat: no-repeat;
  453. background-position: 0px 10px;
  454. padding: 0px 0px 0px 25%;
  455. display:inline-block;
  456. /* white-space:nowrap;
  457. word-break: keep-all;
  458. word-wrap: normal; */
  459. }
  460. .l4_cont1_right{
  461. /* float: left; */
  462. margin-top:0;
  463. min-height: 70px;
  464. max-width: 100%;
  465. }
  466. .l4_cont1_right span{
  467. display:block;
  468. line-height: 180%;
  469. color: #333333;
  470. margin-left: 10px;
  471. }
  472. .l4_text{
  473. font-size: 14px;
  474. font-weight: bold;
  475. position: relative;
  476. }
  477. .l4_text1{
  478. font-size: 12px;
  479. font-weight: bold;
  480. position: relative;
  481. }
  482. .l4_text2{
  483. font-size: 12px;
  484. }
  485. .l4_date{
  486. color: blue;
  487. font-size: 12px;
  488. }
  489. .msg_img_cont{
  490. display: inline-block;
  491. position: relative;
  492. }
  493. .msg_img{
  494. margin-left: 10px;
  495. width: 22px;
  496. }
  497. .msg_numb_cont{
  498. background-color: rgb(255, 0, 0);
  499. border-radius: 20px;
  500. height: 13px;
  501. line-height: 13px;
  502. left: 35px;
  503. padding:2px;
  504. min-width: 13px;
  505. position: absolute;
  506. top: -10px;
  507. text-align: center;
  508. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);
  509. cursor: pointer;
  510. }
  511. .msg_numb{
  512. font-size: 12px;
  513. font-weight: normal;
  514. color: #fff;
  515. }
  516. .cont_close1 {
  517. background-image: url(/nwyj/scripts/qui/libs/images/icons/cont_close1.png);
  518. background-repeat: no-repeat;
  519. background-position: center;
  520. _background-position: center;
  521. /* white-space:nowrap;
  522. word-break: keep-all;
  523. word-wrap: normal; */
  524. }
  525. .cont_close2 {
  526. background-image: url(/nwyj/scripts/qui/libs/images/icons/cont_close2.png);
  527. background-repeat: no-repeat;
  528. background-position: center;
  529. _background-position: center;
  530. /* white-space:nowrap;
  531. word-break: keep-all;
  532. word-wrap: normal; */
  533. cursor: pointer;
  534. }
  535. .freshimg1 {
  536. background-image: url(/nwyj/scripts/qui/libs/images/icons/freshimg1.png);
  537. background-repeat: no-repeat;
  538. background-position: center;
  539. _background-position: center;
  540. /* white-space:nowrap;
  541. word-break: keep-all;
  542. word-wrap: normal; */
  543. }
  544. .freshimg2 {
  545. background-image: url(/nwyj/scripts/qui/libs/images/icons/freshimg2.png);
  546. background-repeat: no-repeat;
  547. background-position: center;
  548. _background-position: center;
  549. /* white-space:nowrap;
  550. word-break: keep-all;
  551. word-wrap: normal; */
  552. cursor: pointer;
  553. }
  554. .empty_style{
  555. text-align: center;
  556. font-size: 12px;
  557. }
  558. .empty_style span{
  559. font-size: 12px;
  560. display:inline-block;
  561. margin: 10px auto;
  562. }
  563. /*
  564. .loading-masker {
  565. height: 60px;
  566. width: 60px;
  567. background: url( '/nwyj/scripts/showLoading/loading.gif' );
  568. background-repeat: no-repeat;
  569. background-position: center center;
  570. z-index: 1001;
  571. }
  572. .masker {
  573. width: 100%;
  574. height: 100%;
  575. background-color: #ffffff;
  576. filter: alpha(opacity=50);
  577. -moz-opacity: 0.5;
  578. opacity: 0.5;
  579. position: absolute;
  580. left: 0px;
  581. top: 0px;
  582. display: none;
  583. z-index: 1000;
  584. }*/
  585. /*公告*/
  586. .rl6_cont{
  587. padding: 0px 1% 0px 1%;
  588. width: 98%;
  589. position: relative;
  590. }
  591. .rl6_title{
  592. text-align: center;
  593. font-size:24px;
  594. font-weight: bold;
  595. font-family: "微软雅黑"
  596. }
  597. .rl6_time{
  598. margin-top:10px;
  599. text-align: center;
  600. font-size: small;
  601. /* margin-left: 60%; */
  602. }
  603. .rl6_marquee{
  604. font-size:12px;
  605. color:#52565a;
  606. padding: 0px 3%;
  607. margin: 10px 0px;
  608. overflow: hidden;
  609. height: 125px;
  610. width: 94%;
  611. }
  612. .rl6_text{
  613. font-size:12px;
  614. color:#52565a;
  615. /* background-color:threeddarkshadow; */
  616. /* text-align: center; */
  617. padding: 0px 80px;
  618. margin: 10px 0px;
  619. /* -webkit-box-shadow: 0px 0px 5px 0px;
  620. box-shadow: 0px 0px 5px 0px; */
  621. }
  622. .rl6_text_more{
  623. height:125px;
  624. overflow: hidden;
  625. }
  626. .rl6_dept{
  627. margin-top:10px;
  628. margin-left: 60%;
  629. font-size: small;
  630. }
  631. .rl6_more{
  632. /* float:right; */
  633. margin-top:10px;
  634. margin-left: 84%;
  635. }
  636. .rl6_more a{
  637. font-size: 12px;
  638. color:blue;
  639. }
  640. .rl6_more a:hover{
  641. cursor:pointer;
  642. color:blue;
  643. text-decoration: underline;
  644. }
  645. .rl6_more_btn{
  646. position: absolute;
  647. color: #227ead;
  648. top:20px;
  649. right:20px;
  650. width: 40px;
  651. height: 20px;
  652. cursor: pointer;
  653. }
  654. .idxModule-loading-box {
  655. width: 102px;
  656. height: 32px;
  657. position: absolute;
  658. left: 50%;
  659. margin-left: -54px;
  660. top: 50%;
  661. margin-top: 0px;
  662. border: 1px solid #ddd;
  663. padding: 2px;
  664. background-color: #fff;
  665. display: none;
  666. z-index: 101;
  667. border-radius: 3px;
  668. overflow: hidden;
  669. }
  670. .idxModule-loading-box span {
  671. display: block;
  672. line-height: 30px;
  673. height: 30px;
  674. padding-left: 32px;
  675. background: url(/nwyj/images/index/idx_main/loading.gif) no-repeat 8px 8px;
  676. font-size: 12px;
  677. }
  678. .idxModule-loading-bg {
  679. width: 100%;
  680. height: 100%;
  681. background-color: #f2f2f2;
  682. opacity: .5;
  683. filter: alpha(opacity=50);
  684. position: absolute;
  685. left: 0;
  686. top: 0;
  687. z-index: 100;
  688. }