portal html css js resource

genindex.css 40KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. @charset "utf-8";
  2. /* CSS Document */
  3. html,body{background: #f4f6f8;}
  4. .userRadius{ border-radius: 50%;border:1px solid #E5E5E5;}
  5. .otherRadius{ border-radius:0;border:1px solid #E5E5E5;}
  6. .cmpRadius{border-radius:4px;border:1px solid #E5E5E5;}
  7. .con-center{padding:20px 10px 40px; margin:10px auto;}
  8. /*/////////////////////表单样式/////////////////////// */
  9. /*div模拟textarea多行文本框*/
  10. div.textareaboxEmp{min-height:40px;height:auto;-webkit-user-select:text;-webkit-user-modify: read-write-plaintext-only;cursor: text;}
  11. div.textareaboxEmp:empty:before {content: attr(placeholder);font-size:16px;display: block;color: #AAAAAA;}
  12. /*div.textareaboxEmp:focus{content:none;}
  13. div.textareaboxEmp:focus:before{content:none;}*/
  14. /*多行文本框样式(带有限制数字)*/
  15. .msgContbox{border: 1px solid #E5E5E5;min-height:120px;height:auto;position: relative;}
  16. .msgContbox textarea{background:none;border:none;color: #55636D;outline: none;padding:12px;
  17. width: 100%;font-size: 16px;resize:vertical;margin-bottom: 15px;min-height:92px;}
  18. .msgContbox .msgconNum{position:absolute;bottom:2px;right:10px;color:#999;font-size:14px;}
  19. /*登录注册外部表单样式*/
  20. .frmtype{border:none;height:36px;background:#edeff4;font-size:14px;outline: none;/* padding:6px 20px 6px 10px;*/border-radius: 6px;}
  21. .frmtype:focus{box-shadow: none;outline:none; border:1px solid #ff8500;}
  22. .frmtypeW{width:98%;margin: auto;}
  23. textarea.frmtype{height:100px;}
  24. input.frmtype[readonly]{background:#EFEFEF;color:#AAAAAA;}
  25. input.frmtype[readonly]:focus{border:1px transparent solid;}
  26. .requiredcon{font-style:none;color:red;font-size:16px;}/*必填项*/
  27. .emspace{letter-spacing: 2em;}
  28. /*网站内部表单样式*/
  29. .frmcontype{width:100%;border:1px solid #E5E5E5;height:40px;background:#FFFFFF;font-size:16px;color:#666;line-height:28px;outline: none; padding:6px 12px;border-radius:0;}
  30. .frmcontype:focus{border-color:#ff9900;}
  31. .frmconbtn{width:100%;height:40px;background:#ff9900;font-size:16px;color:#666;line-height:28px;outline:none;border:none;padding:6px 12px;border-radius:0;}
  32. .frmconmsg{color:#fd5f39;margin-left:12px;font-size: 14px;}
  33. /*小按钮*/
  34. .btnModel{display:inline-block;color:#FFFFFF;text-align:center;border:none;background: #FFFFFF; padding:6px 20px;background:#ff9900;}
  35. .btnModel:hover{background:#ff8f00;}
  36. /*取消按钮*/
  37. .btnCancel{background:#edeff4;}
  38. .btnCancel:hover,.btnCancel:active,.btnCancel:link{background:#d6d8de;border:none;}
  39. /*按钮不可用状态*/
  40. button.btnModel[disabled]{background:#d6d8de;}
  41. button.btnModel[disabled]:hover{background:#d6d8de;}
  42. .save-block{margin:20px auto 40px;padding:0 40px;}/*保存按钮*/
  43. .fontLink{background:none;border:none;color:#ff9900;}/*字体链接按钮*/
  44. /*表单消息提示*/
  45. .frmmsg{background:url(../images/con_icon_info_warn.png) 0 center no-repeat;background-size: auto 50%;padding-left:18px;line-height:28px;color: #fd5f39;}
  46. .frmmsg-warning{border:1px solid #fd5f39;}
  47. /*////////////个人设置/////////////////*/
  48. ul.cmpAllUl{}
  49. ul.cmpAllUl li{position:relative;clear:both;padding:6px 0;}
  50. ul.cmpAllUl li:before,ul.cmpAllUl li:after{display:table;content:" "}
  51. ul.cmpAllUl li:after{clear: both;}
  52. ul.cmpAllUl li .col-w-2{text-align: right;padding-right: 10px;line-height: 30px;}
  53. ul.cmpAllUl li .col-w-10{position: relative;}
  54. .successImg{display:inline-block;width:100%; height:88px; background:url(../images/sign_icon_chenggong_nor.png) center center no-repeat;}
  55. .failImg{display:inline-block;width:100%; height:88px; background:url(../images/sign_icon_shibai_nor.png) center center no-repeat;}
  56. /*登录相关*/
  57. .signLogo{display:block;height:64px;width:274px;background:url(../images/c-sign-on_icon_logo_nor.png);background-size:cover;margin: 30px 20px 20px 0}
  58. .covbodyBg{background:url(../images/c-sign-on_bg_img_nor.png) 0 bottom no-repeat;background-size:cover;}
  59. .contConP{position:static}
  60. .covFrmblock{position:absolute;top:50%; left:50%; transform:translate(-50%,-50%);padding:40px 30px 30px 30px;width:420px;max-width:420px;background:#fff;border-radius:8px;z-index:1056;
  61. box-shadow: 2px 6px 30px #d68203;
  62. -webkit-box-shadow: 2px 6px 30px #d68203;}
  63. .covFrmblock .h1Font{margin-bottom:24px;font-size:22px;}
  64. .cmpOrgName{font-size: 24px;line-height: 60px;}
  65. ul.cmpAllUl.cmpCoverUl{width:100%;margin:10px auto 20px;}
  66. ul.cmpAllUl.cmpCoverUl>li .frmtypeW{width:100%;height:40px;}
  67. ul.cmpAllUl.cmpCoverUl>li .save-block{margin-bottom:0;}
  68. ul.cmpAllUl>li .form_head{position: relative;margin-bottom: 10px;line-height:26px;}
  69. ul.cmpAllUl>li .form_head:before{position: absolute;content: '';background: #E6E6E6;margin:auto;width:60%;height:1px;top:-30px;bottom: 0;right: 0;left:0;}
  70. ul.cmpAllUl>li .form_head li{ position: relative;clear:none; text-align: center;color: #b5b5b5; float: left;}
  71. ul.cmpAllUl>li .form_head .icon_step {display: block;width: 40px;height: 40px; margin: 0 auto;margin-bottom: 8px;}
  72. ul.cmpAllUl>li .form_head .icon_step.step1{background: url(../images/c-sign-on_icon_1_hig.png) 0 0 no-repeat;background-size: cover;}
  73. ul.cmpAllUl>li .form_head .icon_step.step2{background: url(../images/c-sign-on_icon_2_nor.png) 0 0 no-repeat;background-size: cover;}
  74. ul.cmpAllUl>li .form_head .icon_step.step2g{background: url(../images/c-sign-on_icon_2_hig.png) 0 0 no-repeat;background-size: cover;}
  75. ul.cmpAllUl>li .form_head .icon_step.step3{background: url(../images/c-sign-on_icon_3_nor.png) 0 0 no-repeat;background-size: cover;}
  76. ul.cmpAllUl>li .form_head .icon_step.step3g{background: url(../images/c-sign-on_icon_3_hig.png) 0 0 no-repeat;background-size: cover;}
  77. ul.cmpAllUl>li .form_head li.stepActive{color: #555;}
  78. ul.cmpAllUl.cmpCoverUl .importTip{font-size:18px;color:#333;margin:10px 0;}
  79. ul.loginWaySort{overflow: hidden;border-bottom:1px solid #e5e5e5;margin-bottom:30px;}
  80. ul.loginWaySort li{text-align: center;line-height: 36px;font-size:14px;color:#333;cursor: pointer;}
  81. ul.loginWaySort li.liactive{border-bottom: 2px solid #ff9900;}
  82. /*客服电话*/
  83. .serviceBox{position: relative;}
  84. .serviceBox .serviceTel{position:absolute;padding:14px 20px;width:240px;bottom:32px;left:-20px;border-radius:6px;background:rgba(0,0,0,.4);color: #FFFFFF;}
  85. .serviceBox .triangleB{position:absolute;width: 0;height: 0;border:14px solid transparent;left:14%;border-top-color: rgba(0,0,0,.4);margin-top: 14px;}
  86. /*身份选择*/
  87. .bindtip{text-align: center; margin:-4px auto 32px;}
  88. .bindtip img{height:16px;width: auto;}
  89. .selectSortBox ul{margin:20px 0;overflow: hidden;}
  90. .selectSortBox li{padding:20px;position: relative;text-align: center;cursor: pointer;}
  91. .selectSortBox li .sortbody{font-size:14px;color:#666;}
  92. .selectSortBox li.selectNow{background: #E5E5E5;}
  93. .selectSortBox li .selectNowicon{display:inline-block;position:absolute;width: 16px;height: 16px;bottom:46px;right:30px;background: url(../images/sign_icon_xuanze_hig.png);}
  94. .selectSort{display: inline-block;width: 74px;height: 74px;background-repeat:no-repeat;background-position: center;background-size: cover;}
  95. .selectSort.sort-pro{background-image: url(../images/sign_icon_keyan_nor.png);}
  96. .selectSort.sort-mana{background-image: url(../images/sign_icon_qiyegaoguan_nor.png);}
  97. .selectSort.sort-stu{background-image: url(../images/sign_icon_xuesheng_nor.png);}
  98. .selectSort.sort-skill{background-image: url(../images/sign_icon_jishu_nor.png);}
  99. .selectSort.sort-hr{background-image: url(../images/sign_icon_hr_nor.png);}
  100. .selectSort.sort-sale{background-image: url(../images/sign_icon_xiaoshou_nor.png);}
  101. .selectSort.sort-invest{background-image: url(../images/sign_icon_touzifang_nor.png);}
  102. .selectSort.sort-consult{background-image: url(../images/sign_icon_zixun_nor.png);}
  103. .selectSort.sort-user{background-image: url(../images/sign_icon_putong_nor.png);}
  104. .selectSortBox .frmboxNew .save-block{padding:0 40px;margin:10px auto 20px;}
  105. /*完善信息*/
  106. .fillMoreHead{padding:0 16px 8px 16px;}
  107. .fillMore .fillHead{ position: relative;width:100px; height:100px; margin:0 auto; overflow: hidden;background: url(../images/default-photo-up.png); background-size:cover;}
  108. .fillMore .h1Font{color:#666666;line-height:40px;font-size: 16px;}
  109. .fillMore .fillShow>ul>li{clear:both;margin:6px 0;font-size: 15px;line-height:40px;color:#666666;}
  110. .fillMore .fillShow>ul>li:before,.fillMore .fillShow ul>li:after{display:table;content:" "}
  111. .fillMore .fillShow>ul>li:after{clear:both}
  112. .fillMore div[contentEditable]{-webkit-user-modify: read-write;
  113. word-wrap: break-word;outline: 0;
  114. -webkit-line-break: after-white-space;
  115. -webkit-tap-highlight-color: rgba(225,225,225,.5);}
  116. .fillMore div[contentEditable]:focus{border-color:#ff9900;}
  117. .fillMore .textinput{margin-left:2%;width:98%;padding:5px 10px;min-height:40px;font-size: 16px;line-height:26px;color: #222;cursor: text;
  118. border: 1px solid #ddd;border-radius: 6px;box-sizing: border-box;background: #fff;}
  119. .fillMore .textinput.frmmsg-warning{border:1px solid #fd5f39;}
  120. .fillMore .fillShow .downarrow{ position:absolute; right:10px; top:50%; margin-top:-10px; color: #999999;}
  121. .fillMore .btnModel{width: 80%;margin: 20px auto 0;}
  122. /*<!--城市选择器-->*/
  123. .citybox{margin-left:2%;width:98%;}
  124. .infolist{width:100%;}
  125. .infolist .liststyle span{position:relative;line-height:26px;width:49%;display:inline-block;cursor:pointer;float:left;margin:0;background:#fff;border:1px solid #CCCCCC;border-radius: 6px;}
  126. .infolist .liststyle span .mr_show{color:#AAAAAA;font-style:normal;width:100%;display:inline-block;line-height:26px;padding:6px 10px;position:relative;}
  127. .infolist .liststyle span .mr_show.mr_select{color:#333;}
  128. .infolist .liststyle span .mr_sj{position: absolute;right:8px;top:50%;margin-top:-4px;border: 6px solid #fff;border-color: #ff9900 transparent transparent;display: block;font-size: 0;height: 0;width: 0;}
  129. .infolist .liststyle span ul{width:100%;border-radius:0 0 5px 5px;position:absolute;border:1px solid #E8E8E8;background:white;left:-1px;top:40px;margin-bottom:10px;display:none;z-index:10;max-height:160px; overflow:auto;}
  130. .infolist .liststyle span ul li{width:100%;float:left;overflow:hidden;border-top:1px solid #E8E8E8;}
  131. .infolist .liststyle span ul li:first-child{border-top:0;}
  132. .infolist .liststyle span ul li a{display:block;height:30px;line-height:30px;font-size:14px;padding:0 8px;color:#494949;}
  133. /*--------------发现--------------*/
  134. .contentCon{padding-top:80px;}
  135. .leftconBox{width:820px;padding-bottom:20px;margin-bottom:20px;background: #FFFFFF;}
  136. .table-item{/*padding:10px;*/}
  137. .table-item>li{position:relative;padding:25px 20px;}
  138. .table-item>li:after{content:"";position:absolute; left:0; right:0; bottom:0;height: 2px;background: #f7f7f8;}
  139. .table-item-media{height: 40px;margin-bottom:20px;}
  140. .table-item-media .table-item-logo{position:absolute;border:1px solid #f2f3f4;display: inline-block;width: 40px; height:40px;z-index:4;}
  141. .table-item-media .table-item-name{position:relative;width:90%;padding-left:50px;}
  142. .table-item-media .table-item-name .nameSpan{color:#000;font-size: 16px;line-height: 18px;}
  143. .table-item-media .table-item-name .timeLabel{color:#AAAAAA;}
  144. .table-item-media .authicon{bottom:9px;}
  145. .table-item-cell{position:relative;font-size:16px;color:#000;cursor: pointer;}
  146. .table-item-cell a{display:block;min-height: 110px;color:#000;}
  147. .table-item-cell a:hover{background: #f4f6f8;color:#5c99d8;}
  148. .table-item-cell .table-item-img{position:absolute;border:1px solid #f2f3f4;width: 164px;height: 110px;top:50%;left:0;margin-top:-55px;}
  149. .table-item-cell .table-item-img.artical-default{background:url(../images/default-artical.jpg) center center;background-size:cover;}
  150. .table-item-cell .table-item-img.resource-default{background:url(../images/default-resource.jpg) center center;background-size:cover;}
  151. .table-item-cell .table-item-body{position:absolute;top:50%;width:100%;margin-top:-28px;padding-left:184px;padding-right: 10px;}
  152. .cmplogohead{ background: url(../images/default-icon.jpg);background-size: cover;border-radius:4px;}
  153. .userhead{ background: url(../images/default-photo.jpg);background-size: cover;border-radius:50%;}
  154. .cmpLable{display:inline-block;margin:8px 0;border:1px solid;border-radius:3px;padding:2px 6px;font-style: normal;font-size: 12px; line-height: 14px; vertical-align: middle;}
  155. .cmpLable.articalLabel{border-color:#ff6b57;color:#ff6b57;}
  156. .cmpLable.resourceLabel{border-color:#28b8fa;color:#28b8fa;}
  157. /*发现右侧新闻*/
  158. .advertBox{min-height: 100px;margin-left: 20px;}
  159. .advertItem li{width: 260px;margin-bottom:20px;}
  160. .advertItem li img{width: 100%;}
  161. /*--------------搜索--------------*/
  162. .searchdiv{position: relative;height:42px;font-size:16px;line-height: 40px;border:1px solid #FFFFFF;background: #FFFFFF;}
  163. .searchsome{border:none;padding-right:120px;height: 40px;padding-left:20px;}
  164. .searchgo{position:absolute;right:0;padding:0 40px;background: #FF9900;color: #FFFFFF;cursor: pointer;}
  165. .filterdiv{background: #FFFFFF;margin:20px 0;}
  166. ul.choosediv{background: #E6E6E6;}
  167. ul.choosediv>li{float: left;padding:0 20px;font-size: 14px;color:#666;line-height: 42px;border-top:4px solid transparent;cursor: pointer;}
  168. ul.choosediv>li.liactive{border-color: #ff9900;color:#ff9900;background: #FFFFFF;}
  169. ul.filterListNew{padding:8px 20px 0;}
  170. ul.filterListNew>li{position: relative;line-height: 28px;font-size:12px;line-height: 24px;}
  171. ul.filterListNew>li:before,.filterListNew>li:after{display:table;content:" "}
  172. ul.filterListNew>li:after{clear:both;content:"";position:absolute;height: 1px;width:100%;background: #E5E5E5;}
  173. ul.filterListNew>li:last-child:after{height: 0;}
  174. .filterListNew .leftsort{position: absolute;left: 0;top:12px;color:#666;}
  175. .filterListNew .rightbtn{position: absolute;right:0;padding-right:32px;top:12px;color:#999;cursor: pointer;}
  176. /*展开fold关闭unfold三角*/
  177. .filterListNew .rightbtn .foldtr{position: absolute;top:8px;right: 42px;}
  178. .filterListNew .rightbtn .foldtr:after{ border:solid transparent;border-top-color:#fff;border-width:5px;content:" ";position:absolute;top:100%;left:20px;}
  179. .filterListNew .rightbtn .foldtr:before{border:solid transparent;border-top-color:#ff9900;border-width:7px;content:" ";position:absolute;top:100%;left:18px;}
  180. .filterListNew .rightbtn .unfoldtr{position: absolute;top:15px;right: 42px;}
  181. .filterListNew .rightbtn .unfoldtr:after{ border:solid transparent;border-bottom-color:#fff;border-width:5px;content:" ";position:absolute;bottom:100%;left:20px;}
  182. .filterListNew .rightbtn .unfoldtr:before{border:solid transparent;border-bottom-color:#ff9900;border-width:7px;content:" ";position:absolute;bottom:100%;left:18px;}
  183. ul.filterUl{overflow: hidden;width: 100%;height:26px;overflow:hidden;margin:10px 0;padding-left:64px;padding-right: 60px;}
  184. ul.filterUl.filterUlactive{height:auto;}
  185. ul.filterUl>li{float:left;margin:0 5px 4px;padding:0 10px;cursor: pointer;color:#999;border:1px solid transparent;}
  186. ul.filterUl>li.filterCurrent{border-color:#e1e1e1;border-radius: 20px;color:#ff9900;}
  187. .listdiv{background: #FFFFFF;padding-bottom:20px;margin-bottom:20px;}
  188. .listdiv ul.listitemdiv{}
  189. ul.listitemdiv li{position:relative;min-height:132px;padding:15px 20px;}
  190. ul.listitemdiv li:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 2px;background: #f7f7f8;}
  191. ul.listitemdiv li a.linkhref{display: block;width: 100%;}
  192. ul.listitemdiv li .lefthead{position:absolute;top:50%;overflow: hidden;background-size: cover;background-position: center;}
  193. ul.listitemdiv li .userheadt{width: 100px;height:100px;margin-top:-50px;background-image: url(../images/default-photo.jpg);}
  194. ul.listitemdiv li .centercon{padding-left:120px;padding-right:200px;}
  195. ul.listitemdiv li .centercon .h1font{font-size: 16px;line-height: 28px; color:#000;}
  196. ul.listitemdiv li .centercon .h2font{font-size: 14px;line-height: 24px; color:#666;}
  197. ul.listitemdiv li .rightop{padding:0 24px;line-height:32px;font-size:16px;color:#FFFFFF;cursor:pointer;border-radius:4px;background:#ff9900;
  198. box-shadow: 1px 2px 13px 0px rgba(255, 153, 0, 0.6);
  199. -webkit-box-shadow: 1px 2px 13px 0px rgba(255, 153, 0, 0.6);
  200. position:absolute;top:50%;margin-top:-16px;right:60px;}
  201. ul.listitemdiv.listmorediv li{min-height: 142px;}
  202. ul.listitemdiv.listmorediv .resouhead{width: 164px;height: 110px;margin-top:-55px;background-image: url(../images/default-resource.jpg);}
  203. ul.listitemdiv.listmorediv .centercon{padding-left:184px;padding-right: 10px;}
  204. ul.listitemdiv.listmorediv .margin-top:16px;{margin-top:30px;}
  205. ul.listitemdiv.listmorediv .articalhead{width: 164px;height: 110px;margin-top:-55px;background-image: url(../images/default-artical.jpg);}
  206. /*--------------新版文章--------------*/
  207. /*文章发布*/
  208. .conBlock .leftconBox{width:764px;padding:30px;position: relative;}
  209. /*热门文章添加<span class="hotThis"></span>-->*/
  210. .hotThis{position:absolute;top:-5px;right:-5px;display:inline-block;width:63px;height:63px;background:url(../images/g_article_bg_redu_nor.png);}
  211. .conBlock .rightconBox{width: 315px;}
  212. .conBlock .rightconBox .conItem{padding:30px;background: #FFFFFF;margin-bottom: 20px;}
  213. .conBlock .rightconBox .conItem:first-child{padding:30px 10px;border-top:4px #ff9900 solid;}
  214. ul.artAbout>li{clear:both;}
  215. ul.artAbout>li:before,ul.artAbout>li:after{display:table;content:" "}
  216. ul.artAbout>li:after{clear:both}
  217. ul.artAbout .uploadFile{line-height:28px;text-align: center;font-size: 16px;color:#666666;}
  218. ul.artAbout .uploadFile .uploadblock{position:relative;width:100%;height:190px;padding:30px;border:1px solid #E5E5E5; border-radius: 0;
  219. background-position:center;background-size:cover;background-repeat:no-repeat;}
  220. ul.artAbout .uploadFile .upFront{position:relative;}
  221. ul.artAbout .uploadFile input.upInp[type="file"]{position:absolute;height: 46px;width:60%;bottom:30px;left:50%;margin-left:-30%;outline: none;opacity: 0;cursor: pointer;z-index:20;}
  222. ul.artAbout .uploadFile .upbtn{display:inline-block;padding:7px 23px;background: #E5E5E5;color:#333333;margin-top:30px;}
  223. ul.artAbout .uploadFile .uploadblock .upBackbtn{position:absolute;bottom:30px;left:50%;margin-left:-55px;background:rgba(0,0,0,.5);color:#FFFFFF;z-index:10;display: none;}
  224. .conBlock .aboutTit{font-size:16px;line-height:40px;color:#666666;margin-top:18px;}
  225. /*ul.artAbout .editBlock{height:320px;border:1px solid #E5E5E5;}*/
  226. ul.artAbout #filePicker{position:absolute;left:50%; bottom:25px; margin-left:-52px;opacity:0; z-index:88;}
  227. ul.artAbout .frmadd{width:auto;position:absolute;right:0;top:0;background: #ff9900;color:#fff;border:none;padding:6px 25px;}
  228. .conItem ul.operateBlock{overflow: hidden;margin-top:-20px;}
  229. .conItem ul.operateBlock>li{font-size:16px; color:#666666;float:left;width:33.333%;margin-top:20px;text-align: center;cursor: pointer;}
  230. .conItem ul.operateBlock>li p{margin-top:6px;}
  231. .operateicon{display:inline-block;width:22px;height:22px;background-position: center;background-repeat: no-repeat;}
  232. .operateicon.icon-issue{background-image:url(../images/g_article_icon_fabu_hig.png);}
  233. .operateicon.icon-timeissue{background-image:url(../images/g_article_icon_dingshi_nor.png);}
  234. .operateicon.icon-preview{background-image:url(../images/g_article_icon_yulan_nor.png);}
  235. .operateicon.icon-draft{background-image:url(../images/g_article_icon_caogao_nor.png);}
  236. .operateicon.icon-delete{background-image:url(../images/g_article_icon_shanchu_nor.png);}
  237. .conItem ul.operateBlock>li:hover{color:#ff9900;}
  238. .conItem ul.operateBlock>li.goFabu{color:#ff9900;opacity:0.8;}
  239. .conItem ul.operateBlock>li.goFabu:hover{opacity:1;}
  240. .conItem ul.operateBlock>li:hover .operateicon.icon-timeissue{background-image:url(../images/g_article_icon_dingshi_hig.png);}
  241. .conItem ul.operateBlock>li:hover .operateicon.icon-preview{background-image:url(../images/g_article_icon_yulan_hig.png);}
  242. .conItem ul.operateBlock>li:hover .operateicon.icon-draft{background-image:url(../images/g_article_icon_caogao_hig.png);}
  243. .conItem ul.operateBlock>li:hover .operateicon.icon-delete{background-image:url(../images/g_article_icon_shanchu_hig.png);}
  244. /*鼠标不可点击状态*/
  245. .conItem ul.operateBlock>li.disableLi{opacity: .5;cursor:auto;}
  246. .conItem ul.operateBlock>li.disableLi:hover{color:#666666;}
  247. .conItem ul.operateBlock>li.disableLi:hover .operateicon.icon-delete{background-image:url(../images/g_article_icon_shanchu_nor.png);}
  248. .conItem .aboutTit{margin-top:-10px;}
  249. .conItem .otherBlock{padding-bottom: 30px;border-bottom:1px dashed #E5E5E5;margin-bottom: 30px;}
  250. .conItem .otherBlock:last-child{padding:0;margin:0;border: 0;}
  251. .flexCenter{position: relative; min-height:90px;
  252. display: -webkit-box;
  253. display: -webkit-flex;
  254. display: -ms-flexbox;
  255. display: flex;
  256. -webkit-align-items: center;
  257. align-items: center;}
  258. /*.form-item .flexCenter{min-height: 60px;}*/
  259. .form-drop{position:relative;top:0;border:1px solid #E5E5E5;border-top:none;width: 100%;}
  260. .form-item .madiaHead{position:absolute;border:1px solid #E5E5E5;width: 50px;height:50px;background-position: center;background-size: cover;}
  261. .form-item .madiaHead.useHead{background-image: url(../images/default-photo.jpg);border-radius: 50%;}
  262. .form-item .madiaHead.resouseHead{background-image: url(../images/default-resource.jpg);border-radius:0;}
  263. .form-item .madiaHead.artHead{background-image: url(../images/default-artical.jpg);border-radius:0;}
  264. .form-item .madiaInfo{width:100%;padding-left:62px;margin:2px 0;}
  265. .form-item ul .h1Font{font-size:16px;color:#333;line-height: 24px;}
  266. .form-item ul .h2Font{font-size:14px;color:#666;line-height: 24px;}
  267. .form-drop>ul>li{position:relative;min-height:76px;padding:12px;cursor:pointer;}
  268. .form-drop>ul>li:hover{background: #EEEEEE;}
  269. .form-drop>ul>li:active{background: #ff9900;color:#fff;}
  270. .form-drop>ul>li:active .h1Font,.form-drop>ul>li:active .h2Font{color:#fff;}
  271. .form-result{margin:18px -30px 0 -30px;}
  272. .form-result>ul>li{position:relative;padding:12px 30px;min-height: 76px;}
  273. .form-result>ul>li .deleteThis{display:none;position:absolute;top:50%;margin-top:-20px;right:28px;width:40px;height:40px;background:url(../images/g_article_button_shanchu_hig.png);background-size:cover;cursor:pointer;}
  274. .form-result>ul>li:hover{background: #EEEEEE;}
  275. .form-result>ul>li:hover .deleteThis{display:block;}
  276. .form-drop.keydrop>ul>li{min-height:auto;padding:8px 12px;}
  277. .form-result.keyResult{margin:18px 0 0;margin-right: -20px;}
  278. .keyResult>ul{margin-bottom:-10px;}
  279. .keyResult>ul>li{float: left;margin-right:20px;margin-bottom:10px;padding:2px 12px;color: #999;border: 1px solid #E5E5E5;border-radius: 20px;min-height: auto;}
  280. .keyResult>ul>li .closeThis{display:none;position:absolute;top:-8px;right:-12px;width:28px;height:28px;background:url(../images/g_article_button_guanbi_hig.png);background-size:cover;cursor:pointer;}
  281. .keyResult>ul>li:hover{background: #E5E5E5;}
  282. .keyResult>ul>li:hover .closeThis{display:block;}
  283. /*文章浏览*/
  284. .showDetail .h1Font{font-size: 20px;line-height:32px;color:#000;}
  285. .showDetail .h2Font{font-size:14px;color:#999;}
  286. .showDetail .readNum{margin-left: 20px;}
  287. .showDetail .showBigOpen{width:100%;height:190px;margin:24px 0;background-position:center;background-size:cover;background-repeat:no-repeat;}
  288. .showDetail .showMain{font-size:16px;color:#333;line-height: 30px;/*text-indent: 2em;*/}
  289. .showDetail .showMain img{max-width: 100%;/*margin-left:-32px;*/}
  290. .showDetail .showMain p{margin-bottom:10px;}
  291. ul.tagList{margin:20px 0 -10px;overflow: hidden;}
  292. ul.tagList>li{float: left;margin-right:10px;margin-bottom:10px;padding:0 12px;color: #999;border: 1px solid #E5E5E5;border-radius: 20px;}
  293. ul.tagList>li .h2Font{color:#666}
  294. .otherShow{}
  295. .otherShow.otherShowFirst{padding-bottom:12px;border-bottom:2px dashed #E5E5E5;}
  296. .otherShow .aboutTit{font-size:18px;color:#666;}
  297. .otherShow .form-result{margin:0 -30px;}
  298. .form-item.otherShow .madiaHead{width: 80px;height: 80px;}
  299. .form-item.otherShow .madiaInfo{padding-left:92px;margin:4px 0;}
  300. .otherShow .form-result>ul>li{/*min-height:104px;*/}
  301. .form-item.otherShow .pointOk>ul>li{cursor: pointer;}
  302. .form-item.otherShow .aboutRes .madiaHead{width:118px;height: 80px;}
  303. .form-item.otherShow .aboutRes .madiaInfo{padding-left:130px;margin:4px 0;}
  304. .form-item.otherShow .aboutRes .ellipsisSty-2{height:48px;}
  305. /*点赞模块*/
  306. .thumbBlock{text-align: center;margin:30px 0;}
  307. .thumbBlock .thumbBtn{display:inline-block;position:relative;padding:10px 24px;padding-left:44px;font-size:16px;color:#fff;background:#ff9900;border-radius:30px;
  308. box-shadow: 1px 2px 13px 0px rgba(255, 153, 0, 0.6);
  309. -webkit-box-shadow: 1px 2px 13px 0px rgba(255, 153, 0, 0.6);cursor: pointer;}
  310. .thumbBlock .thumbBtn:before{position:absolute;content:url(../images/g_article_icon_dianzan_nor.png);top:50%;left:24px;margin-top:-9px;}
  311. .thumbBlock .thumbBtn:hover{background: #ff9000;}
  312. .thumbBlock .thumbBtn.thumbedBtn{background: #e0e0e0;box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.2);
  313. -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.2);}
  314. .thumbBlock .thumbBtn.thumbedBtn:hover{background: #e0e0e0;}
  315. /*分享操作栏*/
  316. .shareBlock{background:rgba(60,62,81,.5);margin:0 -30px;padding:26px 30px;}
  317. .shareInfo .madiaHead{border-color:#999}
  318. .shareInfo .madiaInfo{margin-top:12px;}
  319. .shareInfo .madiaInfo .h1Font{display:inline-block;max-width: 200px;font-size: 16px;color:#fff;}
  320. .shareInfo .madiaInfo .authiconNew{top:-8px;}
  321. .shareBlock>ul.shareWays{width:50%;cursor: pointer;text-align:right;}
  322. .shareBlock>ul.shareWays>li{float:left;padding:16px 0 10px;width:19%;color:#fff;}
  323. .shareBlock>ul.shareWays>li .message{position:relative;top:-5px;left:6px;}
  324. /*白色icon*/
  325. .operateicon.icon-message{background-image:url(../images/g_article_button_liuyan_nor.png);}
  326. .operateicon.icon-collect{background-image:url(../images/g_all_icon_shoucang_nor_1.png);}
  327. .operateicon.icon-wechat{width:24px;background-image:url(../images/g_all_icon_weixin_nor_1.png);}
  328. .operateicon.icon-sina{width:26px;background-image:url(../images/g_all_icon_xinlang_nor_1.png);}
  329. .operateicon.icon-qq{background-image:url(../images/g_article_button_liuyan_nor.png);}
  330. .operateicon.icon-totop{background-image:url(../images/g_article_button_dingbu_nor.png);}
  331. /*灰色icon*/
  332. .operateicon.operateicon2.icon-collect{background-image:url(../images/g_all_icon_shoucang_nor_2.png);}
  333. .operateicon.operateicon2.icon-wechat{width:24px;background-image:url(../images/g_all_icon_weixin_nor_2.png);}
  334. .operateicon.operateicon2.icon-sina{width:26px;background-image:url(../images/g_all_icon_xinlang_nor_2.png);}
  335. /*悬浮效果*/
  336. .operateicon.icon-message:hover{background-image:url(../images/g_article_button_liuyan_hig.png);}
  337. /*.operateicon.icon-collect:hover{background-image:url(../images/g_all_icon_shoucang_hig.png);}*/
  338. .operateicon.icon-collected{background-image:url(../images/g_all_icon_shoucang_hig.png);}
  339. .operateicon.icon-wechat:hover{background-image:url(../images/g_all_icon_weixin_hig.png);}
  340. .operateicon.icon-sina:hover{background-image:url(../images/g_all_icon_xinlang_hig.png);}
  341. .operateicon.icon-qq:hover{background-image:url(../images/g_article_button_liuyan_hig.png);}
  342. .operateicon.icon-totop:hover{background-image:url(../images/g_article_button_dingbu_hig.png);}
  343. .shareWeixin{font-style: normal;position: relative;}
  344. .shareWeixin .shareCode{display:none;position: absolute;bottom: 40px;left:-24px;background:rgba(0,0,0,.6);padding: 8px;width: 260px;}
  345. .shareWeixin .shareCode:after{display: block;width: 0;height: 0;border:12px solid transparent;border-top-color:rgba(0,0,0,.6);position: absolute;bottom:-24px;left:22px;}
  346. .shareWeixin .shareCode .shareWord {width: 126px;margin: 10px;color: #FFF;text-align: left;font-size: 14px;line-height: 20px;}
  347. .shareWeixin .shareCode img{width: 80px;height: 80px;border: 4px solid #fff;}
  348. .ifLogin{margin:30px 0;}
  349. .ifLogin .ifLoginUn{background: #fff7e7;border:1px solid #E5E5E5;line-height:18px;padding:25px;color:#7b4b2b;font-size:14px;}
  350. .ifLogin .ifLoginUn>ul>li{float: right;padding:0 6px;}
  351. .ifLogin .ifLoginUn a{color:#666;}
  352. .ifLogin .ifLoginOn .btnModel{margin:12px 0;width: 80px;border-radius:0;cursor: pointer;}
  353. .commentsArea .btnCancel{height:auto;border-radius:0;color: #ff9900;}
  354. .commentsArea ul.commentList{margin-top:-20px;}
  355. .commentsArea ul.commentList>li{padding:10px 0 20px;}
  356. .commentsArea ul.commentList>li .h2Font{font-size: 16px;color: #666;line-height: 26px;}
  357. .commentsArea ul.commentList>li .commenttime{font-size: 14px;color: #999;margin-left:18px;}
  358. .commentsArea ul.commentList>li .operateSpan{margin:10px 0 0;color:#9d9ea8;font-size:14px;cursor: pointer;}
  359. .commentsArea ul.commentList>li .operateSpan .callBack{display:none;position:relative;padding-left:20px;margin-right:40px;}
  360. .commentsArea ul.commentList>li .operateSpan .callBack:before{position:absolute;content:url(../images/g_article_button_huifu_nor.png);top:50%;left:0;margin-top:-8px;}
  361. .rightconBox .conItem.conItemG .madiaHead{width: 120px; height: 120px;border:1px solid #E5E5E5;margin:0 auto 10px;background-position:center;background-size:cover;}
  362. .rightconBox .conItem.conItemG .madiaHead.useHead{background-image:url(../images/default-photo.jpg);border-radius: 50%;}
  363. .rightconBox .conItem.conItemG .madiaHead.cmpHead{background-image:url(../images/default-icon.jpg);}
  364. .rightconBox .conItem.conItemG .h2Font{font-size:16px;color:#666;line-height:26px;}
  365. .rightconBox .conItem.conItemG .h3Font>a{color:#333}
  366. .rightconBox .conItem.conItemG .goSpan span{background: #ff9900;display:inline-block;min-width:80px;cursor:pointer;color:#fff;font-size:16px;margin:20px 10px 0;}
  367. .rightconBox .conItem.conItemG .attenSpan{position: relative;padding:9px 20px;padding-left:38px;}
  368. .rightconBox .conItem.conItemG .attenSpan:before{position:absolute;content:url(../images/g_article_icon_jia_nor.png);top:50%;left:20px;margin-top:-8px;}
  369. .rightconBox .conItem.conItemG .consultSpan{padding:9px 20px;}
  370. /*文章列表*/
  371. .itemListCon{background: #fff;}
  372. .itemListBolck .searchAbout{position: relative;}
  373. .itemListBolck .searchAbout .searchSpan{position:absolute;top:50%;margin-top:-9px;right:18px;display:inline-block;width:18px;height:18px;background: url(../images/g_article_icon_sousuo_nor.png);cursor: pointer;}
  374. .itemListBolck .frmcontype{width:100%;border-radius: 20px;padding-left:20px;background: #f5f6f8;}
  375. .itemListBolck .topOperaBlock{padding:30px 0 10px 20px;}
  376. .itemListBolck .issueSpanBlock{text-align: right;}
  377. .itemListBolck .issueSpan{position:relative;display:inline-block;background:#e03b43;color:#fff;font-size:18px;cursor:pointer;padding:8px 25px 7px;padding-left:50px;border-radius: 20px 0 0 20px;}
  378. .itemListBolck .issueSpan:before{position:absolute;content:url(../images/g_article_icon_fanbu_nor.png);top:50%;left:26px;margin-top:-12px;}
  379. .itemListBolck .itemListCon .form-result>ul>li{padding:20px;cursor:pointer; }
  380. .itemListBolck .itemListCon .form-result>ul>li:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 2px;background: #f4f6f8;}
  381. .itemListBolck .itemListCon .form-result>ul>li:hover{background:#EEEEEE;}
  382. .itemListBolck .itemListCon .form-result{margin:20px 0 30px;border-top:1px solid #E5E5E5;}
  383. .itemListBolck .itemListCon .madiaHead{width:120px;height:80px;}
  384. .itemListBolck .itemListCon .madiaInfo>ul>li{float: left;margin-left:20px;}
  385. .itemListBolck .itemListCon .madiaInfo>ul>li:first-child{margin-left:0;}
  386. .itemListBolck .itemListCon .madiaInfo{padding-left:140px;min-height: 80px;padding-top:15px;}
  387. .itemListCon.form-item ul .h1Font{font-size:18px;}
  388. .itemListCon .draftLable{font-size:14px; color:#e03b43;line-height:24px;}
  389. .itemListCon .form-result>ul>li .madiaEdit>li{float: left;margin-right: 28px;}
  390. .itemListCon .form-result>ul>li .madiaEdit .editThis{display:inline-block;width:72px;height:46px;background:url(../images/g_article_button_xiugai_hig.png);background-size:cover;cursor:pointer;}
  391. .itemListCon .form-result>ul>li .madiaEdit .deteleThis2{display:inline-block;width:46px;height:46px;background:url(../images/g_article_button_shanchu_hig.png);background-size:cover;cursor:pointer;}
  392. .itemListCon .form-result>ul>li .madiaEdit{display:none;overflow:hidden;position:absolute;top:50%;margin-top:-23px;right:0;}
  393. .itemListCon .form-result>ul>li:hover .madiaEdit{display: block;}
  394. .itemListCon li.draftList .madiaInfo{padding-top:4px;}
  395. /*.pointSp{position:relative;}
  396. .pointSp:before{content:"";display: inline-block; width: 0; height: 0;border:2px #999 solid;margin: 2px 6px; border-radius:100%;}
  397. */
  398. /*定时发送时间选择器*/
  399. .blackcover2{display:none;overflow-x: hidden;overflow-y:auto;position:fixed;top:0;right:0;bottom:0;left:0; background:rgba(0,0,0,.5);z-index: 1000;}
  400. .modelContain{display:none;position:relative;clear:both;margin:40px auto;width:600px;background:#fff;border-radius:8px;z-index:1056;
  401. box-shadow: 2px 4px 10px 4px #555;
  402. -webkit-box-shadow: 2px 4px 10px 4px #555;}
  403. .modelContain:before,.modelContain:after{display:table;content:" "}
  404. .modelContain:after{clear: both;}
  405. .modelOpen{overflow: hidden;}
  406. .setTimeBlock{z-index: 999999; width: 400px; position: fixed; background-color: white; border-radius: 6px; box-shadow: rgb(102, 102, 102) 1px 1px 20px 4px;top:50%;left:50%;margin:-167px 0 0 -200px;}
  407. .setTimeBlock .mb_tit{display: block; font-size: 18px; color: rgb(255, 255, 255); background-color: rgb(255, 153, 0); line-height: 60px; text-align: center; border-radius: 6px 6px 0 0; }
  408. .setTimeBlock .mb_close{display: block; position: absolute; right: 20px; top: 18px; background: url(../images/sign_icon_guanbi_nor.png) center center no-repeat; width: 20px; height: 20px; cursor: pointer;}
  409. .setTimeBlock .mb_msg{position: relative; padding: 30px 20px 20px; line-height: 24px; text-align: center; font-size: 16px;}
  410. .setTimeBlock .formTime{padding:10px 24px;}
  411. .setTimeBlock .mb_btnbox{margin: 0px auto 30px; text-align: center; position: relative;}
  412. .setTimeBlock .mb_btn{width: 100px; font-size: 14px; height: 32px; color: white; border: none; background-image: none; padding: 0px; margin: 0px 10px; border-radius: 6px;}
  413. .setTimeBlock .mb_btnOk{ background-color:#ff9900;}
  414. .setTimeBlock .mb_btnNo{ background-color:#ccc;}
  415. /*--------------新版资源--------------*/
  416. .showDetail .showMain.showMain2{text-indent:0;}
  417. .showDetail .showMain.showMain2>ul>li{margin:10px 0;}
  418. .showDetail .showMain .showTit{position:relative;padding-left:10px;}
  419. .showDetail .showMain .showTit:before{position:absolute;top:50%;margin-top:-10px;left:0;display:inline-block;content:"";width:4px;height:18px;background:#ff9900;}
  420. /*资源发布图片上传模块*/
  421. .artAbout>li>dl{margin-top:-10px;margin-right: -15px;height: 200px;overflow: hidden;padding-top:10px;}
  422. .artAbout>li>dl>dd{position:relative;float: left;width:31.2%;border: 1px solid #E5E5E5;height: 190px;margin-right: 15px;}
  423. .artAbout>li>dl>dd:nth-child(2),.artAbout>li>dl>dd:nth-child(3){background:url(../images/g_resource_bg_tianjia_nor.png) center center no-repeat;}
  424. .artAbout>li>dl>dd.uploadD{background: none;}
  425. .artAbout>li>dl>dd .imgItem{background:#fff;display: table-cell;text-align: center;vertical-align: middle;width: 222px;height: 188px;}
  426. .artAbout>li>dl>dd .imgItem img{vertical-align: middle;max-width:222px;max-height:188px;}
  427. .artAbout>li>dl>dd .uploadFile .uploadblock{border: none;}
  428. .artAbout>li>dl>dd .file-panel{position:absolute;top:-10px;right:-10px;text-align:center;overflow:hidden;}
  429. .artAbout>li>dl>dd .file-panel .cancel{display: inline-block;width: 20px;height: 20px;cursor: pointer;background: url(../images/g_resource_button_guanbi_nor.png);background-size: cover;}
  430. .form-item .addexpertRe{margin:0 -30px;}
  431. .form-item .addexpertRe ul.addexpert>li .madiaInfo{padding-right:42px;}
  432. .form-item .addexpertRe ul.addexpert>li .addbtn{position: absolute;right: 20px;background: #ff9900;top: 50%;margin-top: -14px;cursor: pointer;padding: 4px 10px;color: #fff;border-radius: 4px;}
  433. /*资源图片展示*/
  434. .Imagebox{width:360px;}
  435. .Imagebox .tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
  436. .Imagebox .tb-pic a img{vertical-align:middle;}
  437. .Imagebox .tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
  438. .Imagebox .tb-thumb{margin:10px 0 0;overflow:hidden;}
  439. .Imagebox .tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:50px;margin:0 6px 0 0;overflow:hidden;}
  440. .Imagebox .tb-s360, .tb-s360 a{height:270px;width:360px;}
  441. .Imagebox .tb-s360, .tb-s360 img{max-height:270px;max-width:360px;}
  442. .Imagebox .tb-s66, .tb-s66 a{height:50px;width:66px;}
  443. .Imagebox .tb-s66 img{max-height:46px;max-width:66px;}
  444. .Imagebox .tb-booth{border:1px solid #E5E5E5;position:relative;z-index:1;}
  445. .Imagebox .tb-thumb .tb-selected{border:4px solid #ff9900;}
  446. .Imagebox .tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
  447. .Imagebox .tb-thumb .tb-selected .tb-s66 a,.Imagebox .tb-thumb .tb-selected .tb-s66{height:44px;width:58px;}
  448. .Imagebox .tb-thumb li div{border:1px solid #E5E5E5;}
  449. div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #E5E5E5;display:none;text-align:center;overflow:hidden;}
  450. div.zoomMask{position:absolute;background:url("../images/g-resource-mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
  451. .conBlock .leftconBox2{background:none;padding:0;}
  452. .conBlock .leftconBox2 .reInfoBlock{width:320px;margin-left:24px;position: relative;height: 270px;}
  453. .conBlock .leftconBox2 .reInfoBlock .h2Font{font-size:16px;color:#666;line-height: 26px;margin-top:12px;}
  454. .conBlock .leftconBox2 .showReBasic{background: #FFFFFF;padding:30px;margin-bottom:20px;}
  455. .conBlock .leftconBox2 .showReOther{background: #FFFFFF;padding:30px;}
  456. .conBlock .leftconBox2 .resShareUl{position:absolute;bottom:0;}
  457. .conBlock .leftconBox2 .resShareUl>ul>li{float: left;margin-right:30px;font-size: 16px;color:#999;}
  458. .conBlock .leftconBox2 .resShareUl>ul>li .operateicon{margin-left:10px;cursor: pointer;}
  459. .conBlock .leftconBox2 .resShareUl>ul>li>span{position: relative;top:-6px;}
  460. .keydrop>ul>li.orgList{overflow: hidden;}
  461. .keydrop>ul>li.orgList img{width:50px;height:50px;margin-right:10px;}
  462. .keydrop>ul>li.orgList p{line-height:50px;font-size:14px;}
  463. /*资源导入*/
  464. .tipShow{background: #fff7e7;border-bottom: 1px solid #E5E5E5;line-height: 18px;padding:16px 20px;overflow:hidden;color: #7b4b2b;font-size: 14px;}
  465. .tipShow .tipClose{display:inline-block;width:14px;height:14px;background:url(../images/g_resource_button_guanbi_2_nor.png);background-size:cover;cursor:pointer;}
  466. .itemListBolck .itemListCon ul.importUl .madiaHead{top:50%;margin-top:-40px;}
  467. .itemListBolck .itemListCon ul.importUl .madiaInfo{min-height:auto;padding-right:140px;padding-top:0;margin:0;}
  468. .importBtn{position: absolute;top:50%;margin-top:-20px;right:20px;}
  469. .importBtn span{display:inline-block;width: 100px;font-size:16px;line-height:40px;text-align:center;height: 40px;color:#fff;border-radius:4px;cursor:pointer;}
  470. .importBtn span.importSpan-1{background: #ff9900;}
  471. .importBtn span.importSpan-2{background: #ff5738;}
  472. .importBtn span.importSpan-3{background: #dcdcdc;}
  473. /*--------------新版工作台框架--------------*/
  474. .conBlock .workmenu{text-align: center;float: left;width:12%;background: #fff;}
  475. .conBlock .workmenu>ul{overflow: hidden;}
  476. .conBlock .workmenu>ul>li>a{display: inline-block;width: 100%;height:48px;line-height: 48px;color:#666;font-size:16px;background-position:14px center;background-repeat: no-repeat;}
  477. .conBlock .workmenu>ul>li:nth-child(1)>a{background-image:url(../images/g_article_icon_gongzuotai_nor.png);}
  478. .conBlock .workmenu>ul>li:nth-child(2)>a{background-image:url(../images/g_article_icon_zixun_nor.png);}
  479. .conBlock .workmenu>ul>li:nth-child(3)>a{background-image:url(../images/g_article_icon_ziyuan_nor.png);}
  480. .conBlock .workmenu>ul>li:nth-child(4)>a{background-image:url(../images/g_article_icon_wenzhang_nor.png);}
  481. .conBlock .workmenu>ul>li:nth-child(5)>a{background-image:url(../images/g_article_icon_xuqiu_nor.png);}
  482. .conBlock .workmenu>ul>li>a:hover{background-color: #E5E5E5;}
  483. .conBlock .workmenu>ul>.nowLi>a{background-color: #ff9900;color:#fff;}
  484. .conBlock .workmenu>ul>li.nowLi:nth-child(1)>a{background-image:url(../images/g_article_icon_gongzuotai_hig.png);}
  485. .conBlock .workmenu>ul>li.nowLi:nth-child(2)>a{background-image:url(../images/g_article_icon_zixun_hig.png);}
  486. .conBlock .workmenu>ul>li.nowLi:nth-child(3)>a{background-image:url(../images/g_article_icon_ziyuan_hig.png);}
  487. .conBlock .workmenu>ul>li.nowLi:nth-child(4)>a{background-image:url(../images/g_article_icon_wenzhang_hig.png);}
  488. .conBlock .workmenu>ul>li.nowLi:nth-child(5)>a{background-image:url(../images/g_article_icon_xuqiu_hig.png);}
  489. .conBlock .workmenu>ul>.nowLi>a:hover{background-color: #ff9900;}
  490. .conBlock .workconG{float:right;/*width:86%;*/width:87%;background: #FFFFFF;}
  491. .conBlock .workconG .workcontit{height: 60px;padding: 0 20px;font-size: 16px;line-height:60px;border-bottom: 1px solid #e7e7e7;}
  492. .workcontit a:link, .workcontit a:active, .workcontit a:visited {color: #313131;}
  493. .conBlock .workconG .worksamlltit{font-size: 16px;line-height: 30px; margin-right:30px;padding: 10px 4px 8px;cursor: pointer;}
  494. .conBlock .workconG .worksamlltit.worksamlltitnow{color:#ff9900;border-bottom: 2px solid #ff9900;}