portal html css js resource

genindex.css 76KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999
  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 0 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;background:#fff;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; line-height: 26px;}
  19. .msgContbox .msgconNum>em{font-style: normal;}
  20. /*登录注册外部表单样式*/
  21. .frmtype{/*border:none;height:36px;background:#edeff4;font-size:14px;*/outline: none;/* padding:6px 20px 6px 10px;*/border-radius: 6px;}
  22. .frmtype:focus{box-shadow: none;outline:none; border:1px solid #ff8500;}
  23. .frmtypeW{width:98%;margin: auto;}
  24. textarea.frmtype{height:100px;}
  25. input.frmtype[readonly]{background:#EFEFEF;color:#AAAAAA;}
  26. .form_date input.frmtype[readonly]{background:#EFEFEF;color:#666;}
  27. input.frmtype[readonly]:focus{border:1px #E5E5E5 solid;}
  28. .requiredcon{font-style:none;color:red;font-size:16px;}/*必填项*/
  29. .emspace{letter-spacing: 2em;}
  30. /*网站内部表单样式*/
  31. .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;}
  32. .frmcontype:focus{border-color:#ff9900;}
  33. .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;}
  34. .frmconmsg{color:#fd5f39;margin-left:12px;font-size: 14px;}
  35. /*小按钮*/
  36. .btnModel{display:inline-block;color:#FFFFFF;text-align:center;border:none;background: #FFFFFF; padding:6px 20px;background:#ff9900;}
  37. .btnModel:hover{background:#ff8f00;}
  38. /*取消按钮*/
  39. .btnCancel{background:none;color: #666;}
  40. .btnCancel:hover,.btnCancel:active,.btnCancel:link{background:none;border:none;}
  41. /*按钮不可用状态*/
  42. .btnModel[disabled]{background:#d6d8de;}
  43. .btnModel[disabled]:hover{background:#d6d8de;}
  44. .save-block{margin:20px auto 40px;padding:0 40px;}/*保存按钮*/
  45. .fontLink{background:none;border:none;color:#ff9900;}/*字体链接按钮*/
  46. .fontLink:hover{border:none;background:none;}
  47. /*表单消息提示*/
  48. .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;}
  49. .frmmsg-warning{border:1px solid #fd5f39;}
  50. /*////////////个人设置/////////////////*/
  51. ul.cmpAllUl{}
  52. ul.cmpAllUl li{position:relative;clear:both;padding:6px 0;}
  53. ul.cmpAllUl li:before,ul.cmpAllUl li:after{display:table;content:" "}
  54. ul.cmpAllUl li:after{clear: both;}
  55. ul.cmpAllUl li .col-w-2{text-align: right;padding-right: 10px;line-height: 30px;}
  56. ul.cmpAllUl li .col-w-10{position: relative;}
  57. .successImg{display:inline-block;width:100%; height:88px; background:url(../images/sign_icon_chenggong_nor.png) center center no-repeat;}
  58. .failImg{display:inline-block;width:100%; height:88px; background:url(../images/sign_icon_shibai_nor.png) center center no-repeat;}
  59. /*登录相关*/
  60. .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}
  61. .covbodyBg{background:url(../images/c-sign-on_bg_img_nor.png) 0 bottom no-repeat;background-size:cover;}
  62. .contConP{position:static}
  63. .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;
  64. box-shadow: 2px 6px 30px #d68203;
  65. -webkit-box-shadow: 2px 6px 30px #d68203;}
  66. .covFrmblock .h1Font{margin-bottom:24px;font-size:22px;}
  67. .cmpOrgName{font-size: 24px;line-height: 60px;}
  68. ul.cmpAllUl.cmpCoverUl{width:100%;margin:10px auto 20px;}
  69. ul.cmpAllUl.cmpCoverUl>li .frmtypeW{width:100%;height:40px;}
  70. ul.cmpAllUl.cmpCoverUl>li .save-block{margin-bottom:0;}
  71. ul.cmpAllUl>li .form_head{position: relative;margin-bottom: 10px;line-height:26px;}
  72. 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;}
  73. ul.cmpAllUl>li .form_head li{ position: relative;clear:none; text-align: center;color: #b5b5b5; float: left;}
  74. ul.cmpAllUl>li .form_head .icon_step {display: block;width: 40px;height: 40px; margin: 0 auto;margin-bottom: 8px;}
  75. 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;}
  76. 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;}
  77. 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;}
  78. 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;}
  79. 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;}
  80. ul.cmpAllUl>li .form_head li.stepActive{color: #555;}
  81. ul.cmpAllUl.cmpCoverUl .importTip{font-size:18px;color:#333;margin:10px 0;}
  82. ul.loginWaySort{overflow: hidden;border-bottom:1px solid #e5e5e5;margin-bottom:30px;}
  83. ul.loginWaySort li{text-align: center;line-height: 36px;font-size:14px;color:#333;cursor: pointer;}
  84. ul.loginWaySort li.liactive{border-bottom: 2px solid #ff9900;}
  85. /*客服电话*/
  86. .serviceBox{position: relative;}
  87. .serviceBox .serviceTel{position:absolute;padding:14px 20px;width:240px;bottom:32px;left:-20px;border-radius:6px;background:rgba(0,0,0,.4);color: #FFFFFF;}
  88. .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;}
  89. /*身份选择*/
  90. .bindtip{text-align: center; margin:-4px auto 32px;}
  91. .bindtip img{height:16px;width: auto;}
  92. .selectSortBox ul{margin:20px 0;overflow: hidden;}
  93. .selectSortBox li{padding:20px;position: relative;text-align: center;cursor: pointer;}
  94. .selectSortBox li .sortbody{font-size:14px;color:#666;}
  95. .selectSortBox li.selectNow{background: #E5E5E5;}
  96. .selectSortBox li .selectNowicon{display:inline-block;position:absolute;width: 16px;height: 16px;bottom:46px;right:30px;background: url(../images/sign_icon_xuanze_hig.png);}
  97. .selectSort{display: inline-block;width: 74px;height: 74px;background-repeat:no-repeat;background-position: center;background-size: cover;}
  98. .selectSort.sort-pro{background-image: url(../images/sign_icon_keyan_nor.png);}
  99. .selectSort.sort-mana{background-image: url(../images/sign_icon_qiyegaoguan_nor.png);}
  100. .selectSort.sort-stu{background-image: url(../images/sign_icon_xuesheng_nor.png);}
  101. .selectSort.sort-skill{background-image: url(../images/sign_icon_jishu_nor.png);}
  102. .selectSort.sort-hr{background-image: url(../images/sign_icon_hr_nor.png);}
  103. .selectSort.sort-sale{background-image: url(../images/sign_icon_xiaoshou_nor.png);}
  104. .selectSort.sort-invest{background-image: url(../images/sign_icon_touzifang_nor.png);}
  105. .selectSort.sort-consult{background-image: url(../images/sign_icon_zixun_nor.png);}
  106. .selectSort.sort-user{background-image: url(../images/sign_icon_putong_nor.png);}
  107. .selectSortBox .frmboxNew .save-block{padding:0 40px;margin:10px auto 20px;}
  108. /*完善信息*/
  109. .fillMoreHead{padding:0 16px 8px 16px;}
  110. .fillMore .fillHead{ position: relative;width:100px; height:100px; margin:0 auto; overflow: hidden;background: url(../images/default-photo-up.png); background-size:cover;}
  111. .fillMore .h1Font{color:#666666;line-height:40px;font-size: 16px;}
  112. .fillMore .fillShow>ul>li{clear:both;margin:6px 0;font-size: 15px;line-height:40px;color:#666666;}
  113. .fillMore .fillShow>ul>li:before,.fillMore .fillShow ul>li:after{display:table;content:" "}
  114. .fillMore .fillShow>ul>li:after{clear:both}
  115. .fillMore div[contentEditable]{-webkit-user-modify: read-write;
  116. word-wrap: break-word;outline: 0;
  117. -webkit-line-break: after-white-space;
  118. -webkit-tap-highlight-color: rgba(225,225,225,.5);}
  119. .fillMore div[contentEditable]:focus{border-color:#ff9900;}
  120. .fillMore .textinput{margin-left:2%;width:98%;padding:5px 10px;min-height:40px;font-size: 16px;line-height:26px;color: #222;cursor: text;
  121. border: 1px solid #ddd;border-radius: 6px;box-sizing: border-box;background: #fff;}
  122. .fillMore .textinput.frmmsg-warning{border:1px solid #fd5f39;}
  123. .fillMore .fillShow .downarrow{ position:absolute; right:10px; top:50%; margin-top:-10px; color: #999999;}
  124. .fillMore .btnModel{width: 80%;margin: 20px auto 0;}
  125. /*<!--城市选择器-->*/
  126. .citybox{margin-left:2%;width:98%;}
  127. .infolist{width:100%;}
  128. .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;}
  129. .infolist .liststyle span .mr_show{color:#AAAAAA;font-style:normal;width:100%;display:inline-block;line-height:26px;padding:6px 10px;position:relative;}
  130. .infolist .liststyle span .mr_show.mr_select{color:#333;}
  131. .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;}
  132. .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;}
  133. .infolist .liststyle span ul li{width:100%;float:left;overflow:hidden;border-top:1px solid #E8E8E8;}
  134. .infolist .liststyle span ul li:first-child{border-top:0;}
  135. .infolist .liststyle span ul li a{display:block;height:30px;line-height:30px;font-size:14px;padding:0 8px;color:#494949;}
  136. /*--------------发现--------------*/
  137. .contentCon{padding-top:80px;}
  138. .leftconBox{width:820px;padding-bottom:20px;margin-bottom:20px;background: #FFFFFF;}
  139. .leftconBoxbg{background:none;}
  140. /*顶部轮播*/
  141. .slide-box{/*background:#f4f6f8;*/margin-bottom: 20px;width:820px;height: 300px;}
  142. .slide-list {position: relative;width:760px;height: 300px;overflow: hidden;
  143. background-image: linear-gradient(to bottom right,rgba(0,0,0,.3),#000);}
  144. .slide-list .slide-item {position: absolute;width: 100%;height: 100%;opacity: 0; transition-property: opacity; transition-duration: .8s;z-index: 1;}
  145. .slide-list .slide-item>a {display: block;width: 100%;height: 100%;background-size:cover;background-position: center;}
  146. .slide-list .slide-item-active{opacity: 1;z-index: 10;}
  147. .slide-tab {width: 60px;height: 300px;color: #fff;font-size: 14px;background-color: #444;padding:10px 0;}
  148. .slide-tab-item {position: relative;cursor: pointer; text-align: center;line-height:46px;margin:8px 0;}
  149. .slide-tab-item-active, .slide-tab-item:hover { background: #ff9900;background: rgba(255,153,0,.9);z-index: 11;}
  150. .slide-tab-item-active:before, .slide-tab-item:hover:before{
  151. content: "";position:absolute;top:50%;margin-top: -8px;left:-8px;width:0;height: 0;
  152. border-top:8px transparent solid;
  153. border-bottom:8px transparent solid;
  154. border-right:8px #ff9900 solid;}
  155. .slide-list .slide-item .title {position: absolute;left: 0;bottom: 0;width: 100%;height: 44px;
  156. line-height: 44px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
  157. padding-left: 22px;color: #fff;font-size: 20px;font-weight: 700;
  158. background-image: linear-gradient(-180deg,transparent,rgba(0,0,0,.8)); box-sizing: border-box;}
  159. /*栏目分类导航*/
  160. .table-tab{width: 100%;margin: 6px auto 10px;background: #fff;overflow: hidden;}
  161. .table-tab-item{position: relative;z-index: 20;overflow: hidden;width: 100%;}
  162. .table-tab-item>li{position:relative;color:#666;float: left;padding:0 32px;text-align: center;font-size: 16px;line-height:60px;cursor: pointer;}
  163. .table-tab-item>li.rightbtn{top:0}
  164. .table-tab-item>li.rightbtn:hover{color:#ff9900}
  165. .table-tab-item>li.rightbtn .foldtr{top:27px;right:64px;}
  166. .table-tab-item>li.rightbtn .unfoldtr{top:34px;right:64px;}
  167. .table-tab-slide {text-align: center;font-size: 16px;line-height:60px;cursor: pointer; }
  168. .table-tab-slide:hover{color:#ff9900}
  169. .table-tab-slide:hover:after{position: absolute;left: 30px;right: 30px;bottom: 0;content:"";height:3px;background:#ff9900;}
  170. .table-tab-item .table-tab-slide-active{color:#ff9900}
  171. .table-tab-item .table-tab-slide-active:after{position: absolute;left: 30px;right: 30px;bottom: 0;content:"";height:3px;background:#ff9900;}
  172. .table-drop{display:none;z-index: 40;position: absolute;width: 130px;height:120px;top: 56px;right: 2px;background: #fff;
  173. box-shadow: 0px 0px 10px 0px rgba(204,204,204,.8);
  174. -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,.8);}
  175. .table-tab-item .rightbtn.table-tab-slide-active:after{left:15px;right:30px;}
  176. .table-drop>li{position:relative;color: #333;border-bottom:1px solid #ddd;}
  177. .table-drop>li:last-child{border: none;}
  178. /*列表*/
  179. .table-body {position: relative;min-height: 200px;/*background: #fff;*/margin-top:20px;margin-bottom: -20px;padding-bottom: 20px;}
  180. .table-body .table-item-list{display: none;}
  181. .table-body .table-item-list:first-child{display: block;}
  182. .table-body ul.listitemdiv{background: #fff;}
  183. .columTag{position: absolute;background: rgba(0,0,0,.6);color:#fff;padding:4px 10px;bottom:6px;left: 6px;font-size: 13px;}
  184. /*.table-item{position: relative;min-height:500px;}
  185. .table-item>li{position:relative;padding:25px 20px;}
  186. .table-item>li:after{content:"";position:absolute; left:0; right:0; bottom:0;height: 2px;background: #f7f7f8;}
  187. .table-item-media{height: 40px;margin-bottom:20px;}
  188. .table-item-media .table-item-logo{position:absolute;border:1px solid #f2f3f4;display: inline-block;width: 40px; height:40px;z-index:4;}
  189. .table-item-media .table-item-name{position:relative;width:90%;padding-left:50px;}
  190. .table-item-media .table-item-name .nameSpan{color:#000;font-size: 16px;line-height: 18px;}
  191. .table-item-media .table-item-name .timeLabel{color:#AAAAAA;}
  192. .table-item-media .authicon{bottom:9px;}
  193. .table-item-cell{position:relative;font-size:16px;color:#000;cursor: pointer;}
  194. .table-item-cell a{display:block;min-height: 110px;color:#000;}
  195. .table-item-cell a:hover{background: #f4f6f8;color:#5c99d8;}
  196. .table-item-cell .table-item-img{position:absolute;border:1px solid #f2f3f4;width: 164px;height: 110px;top:50%;left:0;margin-top:-55px;}
  197. .table-item-cell .table-item-img.artical-default{background:url(../images/default-artical.jpg) center center;background-size:cover;}
  198. .table-item-cell .table-item-img.resource-default{background:url(../images/default-resource.jpg) center center;background-size:cover;}
  199. .table-item-cell .table-item-body{position:absolute;top:50%;width:100%;margin-top:-28px;padding-left:184px;padding-right: 10px;}*/
  200. .cmplogohead{ background: #fff;background-size: cover;border-radius:4px;}
  201. .cmplogohead .boxBlock{width:38px;height:38px;}
  202. .userhead{ background: url(../images/default-photo.jpg);background-size: cover;border-radius:50%;}
  203. .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;}
  204. .cmpLable.articalLabel{border-color:#ff6b57;color:#ff6b57;}
  205. .cmpLable.resourceLabel{border-color:#28b8fa;color:#28b8fa;}
  206. /*--------------搜索--------------*/
  207. .searchdiv{position: relative;height:42px;font-size:16px;line-height: 40px;border:1px solid #FFFFFF;background: #FFFFFF;}
  208. .searchsome{border:none;padding-right:120px;height: 40px;padding-left:20px;}
  209. .searchgo{position:absolute;right:0;padding:0 40px;background: #FF9900;color: #FFFFFF;cursor: pointer;}
  210. .filterdiv{background: #FFFFFF;margin:20px 0 0;}
  211. ul.choosediv{background: #E6E6E6;}
  212. ul.choosediv>li{float: left;padding:0 20px;font-size: 14px;color:#666;line-height: 42px;border-top:4px solid transparent;cursor: pointer;}
  213. ul.choosediv>li.liactive{border-color: #ff9900;color:#ff9900;background: #FFFFFF;}
  214. ul.filterListNew{padding:8px 20px 0;background: #FFFFFF;}
  215. ul.filterListNew>li{position: relative;font-size:13px;line-height: 24px;}
  216. ul.filterListNew>li:before,.filterListNew>li:after{display:table;content:" "}
  217. ul.filterListNew>li:after{clear:both;content:"";position:absolute;height: 1px;width:100%;background: #E5E5E5;}
  218. ul.filterListNew>li:last-child:after{height: 0;}
  219. .filterListNew .leftsort{position: absolute;left: 0;top:12px;color:#666;}
  220. .rightbtn{position: absolute;right:0;padding-right:32px;top:12px;color:#999;cursor: pointer;}
  221. /*展开fold关闭unfold三角*/
  222. .rightbtn .foldtr{position: absolute;top:8px;right: 42px;}
  223. .rightbtn .foldtr:after{ border:solid transparent;border-top-color:#fff;border-width:5px;content:" ";position:absolute;top:100%;left:20px;}
  224. .rightbtn .foldtr:before{border:solid transparent;border-top-color:#ff9900;border-width:7px;content:" ";position:absolute;top:100%;left:18px;}
  225. .rightbtn .unfoldtr{position: absolute;top:15px;right: 42px;}
  226. .rightbtn .unfoldtr:after{ border:solid transparent;border-bottom-color:#fff;border-width:5px;content:" ";position:absolute;bottom:100%;left:20px;}
  227. .rightbtn .unfoldtr:before{border:solid transparent;border-bottom-color:#ff9900;border-width:7px;content:" ";position:absolute;bottom:100%;left:18px;}
  228. ul.filterUl{overflow: hidden;width: 100%;height:26px;overflow:hidden;margin:10px 0;padding-left:64px;padding-right: 60px;}
  229. ul.filterUl.filterUlactive{height:auto;}
  230. ul.filterUl>li{float:left;margin:0 5px 4px;padding:0 10px;cursor: pointer;color:#999;border:1px solid transparent;}
  231. ul.filterUl>li.filterCurrent{border-color:#e1e1e1;border-radius: 20px;color:#ff9900;}
  232. .listdiv{overflow: hidden;}
  233. .listdiv .listbox{display: none;}
  234. .listdiv .searchCon{background: #FFFFFF;overflow: hidden;margin-top:20px;}
  235. .listdiv ul.listitemdiv{background: #FFFFFF;position: relative;min-height:200px;}
  236. ul.listitemdiv li{position:relative;min-height:132px;padding:15px 20px;}
  237. ul.listitemdiv li:hover{background: #EEEEEE;}
  238. ul.listitemdiv li:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 2px;background: #f7f7f8;}
  239. ul.listitemdiv li a.linkhref{display: block;width: 100%;}
  240. ul.listitemdiv li .lefthead{width: 164px;height: 110px;margin-top:-55px;position:absolute;top:50%;overflow: hidden;background-size: cover;background-position: center;/*border:1px solid #e5e5e5;*/}
  241. ul.listitemdiv li .userheadt{width: 100px;height:100px;margin-top:-50px;background-image: url(../images/default-photo.jpg);border-radius: 50%;}
  242. ul.listitemdiv li .centercon{padding-left:120px;padding-right:20px;}
  243. ul.listitemdiv li .centercon .h1font{font-size: 16px;line-height: 28px; color:#333;}
  244. ul.listitemdiv li .centercon .h2font{font-size: 14px;line-height: 24px; color:#666;}
  245. ul.listitemdiv li .centercon .showInfo>span{margin-right:20px}
  246. ul.listitemdiv li .centercon .ellipsisSty-2{margin-bottom:8px;max-height: 56px;}
  247. ul.listitemdiv li .centercon .h2font.ellipsisSty-2{line-height: 20px;margin-top:4px;}
  248. ul.listitemdiv li .rightop{padding:0 24px;line-height:32px;font-size:16px;color:#FFFFFF;cursor:pointer;border-radius:4px;background:#ff9900;
  249. box-shadow: 1px 2px 13px 0px rgba(255, 153, 0, 0.6);
  250. -webkit-box-shadow: 1px 2px 13px 0px rgba(255, 153, 0, 0.6);
  251. position:absolute;top:50%;margin-top:-16px;right:60px;}
  252. ul.listitemdiv.listmorediv li{min-height: 142px;}
  253. ul.listitemdiv.listmorediv .resouhead{background-image: url(../images/default-resource.jpg);}
  254. ul.listitemdiv.listmorediv .centercon{padding-left:184px;padding-right: 10px;}
  255. ul.listitemdiv.listmorediv .margin-top:16px;{margin-top:30px;}
  256. ul.listitemdiv.listmorediv .articalhead{background-image: url(../images/default-artical.jpg);}
  257. ul.listitemdiv.listmorediv .paperhead{background-image: url(../images/default-paper.jpg);}
  258. ul.listitemdiv.listmorediv .patenthead{background-image: url(../images/default-patent.jpg);}
  259. ul.listitemdiv.listmorediv .companyhead{background:#fff;border:none}
  260. ul.listitemdiv.listmorediv .companyhead .boxBlock{width: 164px;height: 110px;}
  261. .qa-Head{background-image: url(../images/default-q&a.jpg);}
  262. /*--------------新版文章--------------*/
  263. /*文章发布*/
  264. .conBlock .leftconBox{width:820px;padding:30px;position: relative;}
  265. /*热门文章添加<span class="hotThis"></span>-->*/
  266. .hotThis{position:absolute;top:-5px;right:-5px;display:inline-block;width:63px;height:63px;background:url(../images/g_article_bg_redu_nor.png);}
  267. .rightconBox{width:260px;margin-left: 20px;}
  268. .rightconBox .conItem{padding:30px 20px;background: #FFFFFF;margin-bottom: 20px;}
  269. .rightconBox .conItem .form-result{margin:18px -20px 0 -20px}
  270. .rightconBox .conItem .form-result.form-M0{margin-top:0;}
  271. .rightconBox .conItem .form-result>ul>li{padding:8px 20px}
  272. .rightconBox .conItem.conItemFirst{padding:30px 20px;border-top:4px #ff9900 solid;}
  273. ul.artAbout>li{clear:both;position: relative;}
  274. ul.artAbout>li:before,ul.artAbout>li:after{display:table;content:" "}
  275. ul.artAbout>li:after{clear:both}
  276. ul.artAbout .uploadFile{line-height:28px;text-align: center;font-size: 16px;color:#666666;}
  277. ul.artAbout .uploadFile .uploadblock{position:relative;width:100%;height:190px;padding:30px;border:1px solid #E5E5E5; border-radius: 0;
  278. background-position:center;background-size:cover;background-repeat:no-repeat;}
  279. ul.artAbout .uploadFile .upFront{position:relative;}
  280. ul.artAbout .uploadFile .uploadtip{color:#999999}
  281. 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;}
  282. ul.artAbout .uploadFile .upbtn{display:inline-block;padding:7px 23px;background: #E5E5E5;color:#333333;margin-top:30px;}
  283. 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;}
  284. .aboutTit{font-size:16px;line-height:40px;color:#666666;margin-top:18px;}
  285. ul.artAbout #filePicker{position:absolute;left:50%; bottom:22px; margin-left:-52px;opacity:0; z-index:88;}
  286. ul.artAbout .frmadd{width:auto;position:absolute;right:0;top:0;background: #ff9900;color:#fff;border:none;padding:6px 25px; z-index:4;}
  287. .conItem ul.operateBlock{overflow: hidden;margin-top:-30px;}
  288. .conItem ul.operateBlock>li{font-size:15px; color:#666666;float:left;width:33.333%;margin-top:30px;text-align: center;cursor: pointer;}
  289. .conItem ul.operateBlock>li p{margin-top:6px;}
  290. .operateicon{display:inline-block;width:18px;height:18px;background-position: center;background-repeat: no-repeat;background-size: cover;}
  291. .operateicon.icon-issue{background-image:url(../images/g_article_icon_fabu_hig.png);}
  292. .operateicon.icon-timeissue{background-image:url(../images/g_article_icon_dingshi_nor.png);}
  293. .operateicon.icon-preview{background-image:url(../images/g_article_icon_yulan_nor.png);}
  294. .operateicon.icon-draft{background-image:url(../images/g_article_icon_caogao_nor.png);}
  295. .operateicon.icon-delete{background-image:url(../images/g_article_icon_shanchu_nor.png);}
  296. .operateicon.icon-feedback{background-image:url(../images/g_article_icon_jiucuo_nor.png);}
  297. .conItem ul.operateBlock>li:hover{color:#ff9900;}
  298. .conItem ul.operateBlock>li.goFabu{color:#ff9900;opacity:0.8;}
  299. .conItem ul.operateBlock>li.goFabu:hover{opacity:1;}
  300. .conItem ul.operateBlock>li:hover .operateicon.icon-timeissue{background-image:url(../images/g_article_icon_dingshi_hig.png);}
  301. .conItem ul.operateBlock>li:hover .operateicon.icon-preview{background-image:url(../images/g_article_icon_yulan_hig.png);}
  302. .conItem ul.operateBlock>li:hover .operateicon.icon-draft{background-image:url(../images/g_article_icon_caogao_hig.png);}
  303. .conItem ul.operateBlock>li:hover .operateicon.icon-delete{background-image:url(../images/g_article_icon_shanchu_hig.png);}
  304. .conItem ul.operateBlock>li:hover .operateicon.icon-feedback{background-image:url(../images/g_article_icon_jiucuo_hig.png);}
  305. /*鼠标不可点击状态*/
  306. .conItem ul.operateBlock>li.disableLi{opacity: .5;cursor:auto;}
  307. .conItem ul.operateBlock>li.disableLi:hover{color:#666666;}
  308. .conItem ul.operateBlock>li.disableLi:hover .operateicon.icon-delete{background-image:url(../images/g_article_icon_shanchu_nor.png);}
  309. .conItem .aboutTit{margin-top:-10px;}
  310. .conItem .otherBlock{padding-bottom: 30px;border-bottom:1px dashed #E5E5E5;margin-bottom: 30px;text-align: left;}
  311. .conItem .otherBlock:last-child{padding:0;margin:0;border: 0;}
  312. .flexCenter{position: relative;width: 100%; min-height:90px;
  313. display: -webkit-box;
  314. display: -webkit-flex;
  315. display: -ms-flexbox;
  316. display: flex;
  317. -webkit-align-items: center;
  318. align-items: center;}
  319. /*.form-item .flexCenter{min-height: 60px;}*/
  320. .madiaHead{width: 100px;height:100px;background-position: center;background-size: cover;margin:0 auto 10px}
  321. .madiaHead.useHead{background-image: url(../images/default-photo.jpg);border-radius: 50%;}
  322. .madiaInfo{width:100%;padding-left:0;}
  323. .form-drop{position:relative;top:-1px;border:1px solid #E5E5E5;border-top:none;width: 100%;z-index: 0;}
  324. .form-item input.frmcontype{position: relative;z-index: 2;}
  325. .form-item .frmaddG{display:none;width: auto;position: absolute;right: 0;top: 0;background:#ff9900;color: #fff;border: none;padding: 6px 25px;z-index: 6;}
  326. .form-item .madiaHead{position:absolute;/*border:1px solid #E5E5E5;*/width: 50px;height:50px;top:50%;margin-top:-25px;background-position: center;background-size: cover;}
  327. .form-item .madiaHead.useHead{background-image: url(../images/default-photo.jpg);border-radius: 50%;}
  328. .form-item .madiaHead.cmpHead{background:#FFFFFF;border-radius:0;}
  329. .form-item .madiaHead.cmpHead .boxBlock{width:118px;height:80px;}
  330. .form-item .madiaHead.cmpHead2{width:50px;height:34px;margin-top:-17px}
  331. .form-item .madiaHead.cmpHead2 .boxBlock{width:50px;height:34px;}
  332. .form-item .madiaHead.resouseHead{background-image: url(../images/default-resource.jpg);border-radius:0;}
  333. .form-item .madiaHead.paperHead{background-image: url(../images/default-paper.jpg);border-radius:0;}
  334. .form-item .madiaHead.patentHead{background-image: url(../images/default-patent.jpg);border-radius:0;}
  335. .form-item .madiaHead.artHead{background-image: url(../images/default-artical.jpg);border-radius:0;}
  336. .form-item .madiaInfo{width:100%;padding-left:62px;margin:2px 0;}
  337. .form-item .madiaInfo .showInfo>span{margin-right:10px;}
  338. .form-item ul .h1Font{font-size:16px;color:#333;line-height: 20px;margin-bottom:4px;}
  339. .form-item ul .h2Font,.form-item ol .h2Font{font-size:14px;color:#666;line-height: 22px;}
  340. .form-item ul .time{font-size:14px;color:#999;line-height: 22px;}
  341. .form-item ul .h3Font{font-size:13px;color:#999;line-height:20px;}
  342. .form-item ul .circlePre{display: inline-block;content:"";width:5px;height: 5px;border-radius: 50%;background:#ff9900;position: relative;top:-3px;margin-right:5px;}
  343. .form-drop>ul>li{position:relative;min-height:76px;padding:12px;cursor:pointer;background: #FFFFFF;}
  344. .form-drop>ul>li:hover{background: #EEEEEE;}
  345. .form-drop>ul>li:active{background: #ff9900;color:#fff;}
  346. .form-drop>ul>li:active .h1Font,.form-drop>ul>li:active .h2Font{color:#fff;}
  347. .form-result{margin:18px -30px 0 -30px;}
  348. .form-result>ul>li{position:relative;padding:8px 30px;min-height: 76px;cursor: pointer;}
  349. .form-result>ul>li>a{width: 100%;}
  350. .form-result>ul>li .deleteThis{display:none;position:absolute;top:50%;margin-top:-16px;right:28px;width:32px;height:32px;background:url(../images/g_article_button_shanchu_hig.png);background-size:cover;cursor:pointer;}
  351. .form-result>ul>li:hover{background: #EEEEEE;}
  352. .form-result>ul>li:hover .deleteThis{display:block;}
  353. .form-drop.keydrop>ul>li{min-height:auto;padding:8px 12px;}
  354. .form-result.keyResult{margin:18px 0 0;margin-right: -20px;}
  355. .keyResult>ul{margin-bottom:-10px;}
  356. .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;}
  357. .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;}
  358. .keyResult>ul>li:hover{background: #E5E5E5;}
  359. .keyResult>ul>li:hover .closeThis{display:block;}
  360. .rightconBox .conItem .currentArt.form-result{margin-top:0}
  361. .rightconBox .conItem .currentArt.form-result li{padding:6px 20px;min-height:62px;}
  362. .rightconBox .conItem .currentArt2.form-result li{min-height: 40px;}
  363. .rightconBox .conItem.conItemG .currentArt.form-result .ellipsisSty-2{max-height:42px;line-height: 20px;}
  364. .rightconBox .conItem .smalltip{display:inline-block;color:#999;margin-top:6px}
  365. .rightconBox .conItem.conItemG .currentBlock{margin-top:30px;padding-top:16px;border-top:1px solid #E5E5E5}
  366. .rightconBox .conItem.conItemG .currentBlock .madiaHead{width:50px;height: 50px;margin-top:-25px}
  367. .conItem .otherBlock.currentBlock{border:none;margin-bottom: 0;padding-bottom: 0;}
  368. .rightconBox .hotList{list-style-type:none;counter-reset:li;}
  369. .rightconBox .hotList>li a {position: relative;display: block;padding: 4px 2px;padding-left:26px;color: #444;width: 100%;}
  370. .rightconBox .hotList>li a::before {content: counter(li);counter-increment: li;
  371. position: absolute;left: 0;top: 4px;background:#ccc;width: 20px;height: 20px;line-height: 22px;text-align: center;}
  372. .rightconBox .hotList>li:nth-child(1) a::before,.rightconBox .hotList>li:nth-child(2) a::before,.rightconBox .hotList>li:nth-child(3) a::before{background: #FF9e3a;}
  373. /*文章浏览*/
  374. .showDetail .h1Font{font-size: 20px;line-height:32px;color:#000;}
  375. .showDetail .h2Font{font-size:14px;color:#999;}
  376. .showDetail .readNum{margin-left: 20px;}
  377. .showDetail .showBigOpen{width:100%;height:300px;margin:24px 0;background-position:center;background-size:cover;background-repeat:no-repeat;}
  378. .showMain{font-size:16px;color:#333;line-height:28px;word-break: break-word;}
  379. .showMain img{max-width: 100%;}
  380. .showMain p{margin-bottom:16px;text-align:justify}
  381. .showMain .showStatus{margin:40px 0 20px;text-align: center;color:#ff9900}
  382. .showStatus .btnModel{width: 140px;margin: auto;}
  383. ul.tagList{margin:16px 0 2px;overflow: hidden;}
  384. ul.tagList>li{float: left;margin-right:10px;margin-bottom:10px;padding:0 12px;color: #999;border: 1px solid #E5E5E5;border-radius: 20px;cursor: pointer;}
  385. ul.tagList>li .h2Font{color:#666;font-size:14px;line-height:30px;}
  386. ul.atachList{margin:16px 0 2px;overflow: hidden;}
  387. ul.atachList>li{margin-bottom:10px;padding:2px 12px;border: 1px solid #E5E5E5;display: flex;display: -webkit-flex;align-items: center;justify-content: space-around;}
  388. ul.atachList>li:hover{border-color:#28b8fa}
  389. ul.atachList>li span,ul.atachList>li a{display:inline-block;color:#666;font-size:14px;line-height:36px;}
  390. ul.atachList>li span.atach-name{width:540px;}
  391. ul.atachList>li span.atach-size{width:120px;}
  392. ul.atachList>li a.atach-down{width:60px;}
  393. ul.atachList>li a.atach-down:hover{color:#28b8fa;text-decoration: underline;}
  394. .otherShow{}
  395. .otherShow.otherShowFirst{padding-bottom:12px;border-bottom:2px dashed #E5E5E5;}
  396. .otherShow .aboutTit{font-size:18px;color:#666;}
  397. .otherShow .form-result{margin:0 -30px;}
  398. .form-item.otherShow .madiaHead{width: 80px;height: 80px;margin-top:-40px}
  399. .form-item.otherShow .madiaInfo{padding-left:92px;margin:4px 0;}
  400. /*.otherShow .form-result>ul>li{min-height:80px;}*/
  401. .form-item.otherShow .pointOk>ul>li{cursor: pointer;}
  402. .form-item.otherShow .aboutRes .madiaHead{width:118px;height: 80px;margin-top:-40px}
  403. .form-item.otherShow .aboutRes .madiaInfo{padding-left:130px;margin:4px 0;}
  404. /*点赞模块*/
  405. .thumbBlock{text-align: center;margin:30px 0;}
  406. .thumbBlock .thumbBtn{display:inline-block;position:relative;padding:10px 24px;padding-left:44px;font-size:16px;color:#fff;background:url(../images/g_article_icon_dianzan_nor.png) no-repeat 24px center;background-size:16px 16px;background-color:#ff9900;border-radius:30px;cursor: pointer;opacity: .9;}
  407. .thumbBlock .thumbBtn:hover{opacity: 1;}
  408. .thumbBlock .thumbBtn.thumbedBtn{background-color: #e0e0e0;opacity: 1;}
  409. /*分享操作栏*/
  410. .offmsg{margin:0 -30px;}
  411. .shareBlock{background:rgba(60,62,81,.5);padding:14px 30px;}
  412. .shareInfo>a{position: relative;display:block;}
  413. .shareInfo .madiaHead{border-color:#999}
  414. .shareInfo .madiaInfo{margin-top:8px;}
  415. .shareInfo .madiaInfo .h1Font{display:inline-block;max-width: 200px;font-size: 16px;color:#fff;}
  416. .shareInfo .madiaInfo .authiconNew{top:-8px;}
  417. .shareBlock>ul.shareWays{width:50%;cursor: pointer;text-align:right;}
  418. .shareBlock>ul.shareWays>li{float:left;padding:16px 0 10px;width:24%;color:#fff;}
  419. .shareBlock>ul.shareWays>li .message{position:relative;top:-5px;left:6px;}
  420. /*白色icon*/
  421. .operateicon.icon-message{background-image:url(../images/g_article_button_liuyan_nor.png);}
  422. .operateicon.icon-collect{background-image:url(../images/g_all_icon_shoucang_nor_1.png);}
  423. .operateicon.icon-wechat{width:22px;background-image:url(../images/g_all_icon_weixin_nor_1.png);}
  424. .operateicon.icon-sina{width:24px;background-image:url(../images/g_all_icon_xinlang_nor_1.png);}
  425. .operateicon.icon-qq{background-image:url(../images/g_article_button_liuyan_nor.png);}
  426. .operateicon.icon-totop{background-image:url(../images/g_article_button_dingbu_nor.png);}
  427. /*灰色icon*/
  428. .operateicon.operateicon2.icon-collect{width:16px;height:16px;background-image:url(../images/g_all_icon_shoucang_nor_2.png);}
  429. .operateicon.operateicon2.icon-collected{width:16px;height:16px;background-image:url(../images/g_all_icon_shoucang_hig.png);}
  430. .operateicon.operateicon2.icon-wechat{width:19px;height:15px;background-image:url(../images/g_all_icon_weixin_nor_2.png);}
  431. .operateicon.operateicon2.icon-sina{width:20px;height:15px;background-image:url(../images/g_all_icon_xinlang_nor_2.png);}
  432. .operateicon.operateicon2.icon-leavemsg{width:16px;height:16px;position: relative;top: 1px;background-image:url(../images/g_all_icon_leaveword_nor.png);}
  433. /*悬浮效果*/
  434. .operateicon.icon-message:hover{background-image:url(../images/g_article_button_liuyan_hig.png);}
  435. .operateicon.icon-collected{background-image:url(../images/g_all_icon_shoucang_hig.png);}
  436. .operateicon.icon-wechat:hover{background-image:url(../images/g_all_icon_weixin_hig.png);}
  437. .operateicon.icon-sina:hover{background-image:url(../images/g_all_icon_xinlang_hig.png);}
  438. .operateicon.icon-leavemsg:hover{background-image:url(../images/g_all_icon_leaveword_hig.png);}
  439. .operateicon.icon-qq:hover{background-image:url(../images/g_article_button_liuyan_hig.png);}
  440. .operateicon.icon-totop:hover{background-image:url(../images/g_article_button_dingbu_hig.png);}
  441. .shareWeixin{font-style: normal;position: relative;}
  442. .shareCode{display:none;position: absolute;bottom: 40px;left:-24px;background:rgba(0,0,0,.6);padding: 8px;width:320px;z-index: 688;}
  443. .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;}
  444. .shareCode .shareWord {width:160px;margin: 16px 10px;color: #FFF;text-align: left;font-size: 14px;line-height: 28px;}
  445. .shareCode .shareWord p{font-size: 14px;line-height: 28px;}
  446. .shareCode img{width:120px;height:120px;border: 4px solid #fff;}
  447. .rightconBox .conItem.conItemG .madiaHead{display:block;width: 100px; height: 100px;border:1px solid #E5E5E5;margin:0 auto 10px;background-position:center;background-size:cover;}
  448. .rightconBox .conItem.conItemG .madiaHead.useHead{background-image:url(../images/default-photo.jpg);border-radius: 50%;}
  449. .rightconBox .conItem.conItemG .madiaHead.cmpHead{background:#fff;border:none;width: 200px;height:120px;}
  450. .rightconBox .conItem.conItemG .madiaHead.cmpHead .boxBlock{width:198px;height:118px;}
  451. .rightconBox .conItem.conItemG .h1Font{font-size:16px;}
  452. .rightconBox .conItem.conItemG .h2Font{font-size:14px;color:#666;line-height:26px;}
  453. .rightconBox .conItem.conItemG .h3Font>a{color:#333}
  454. .goSpan span{background: #ff9900;display:inline-block;text-align: center;width:84px;cursor:pointer;color:#fff;font-size:15px;margin:20px 4px 0;border-radius:4px;padding:7px 16px;}
  455. .goSpan .attenSpan{position: relative;padding-left:34px;background-image:url(../images/g_article_icon_jia_nor.png);background-size:12px 12px;background-position: 18px center;background-repeat: no-repeat;}
  456. .goSpan .attenedSpan{background:#ccc;padding-left:16px;}
  457. .goSpan .consultSpan{}
  458. .goSpan .consultedSpan{background:#ccc;padding-left:16px;cursor: auto;}
  459. .goSpanTo{background: #ff9900;text-align: center;width:110px;cursor:pointer;color:#fff;font-size:16px;margin:20px 4px 0;border-radius:4px;padding:7px 16px;}
  460. .rightconBox .conItem.privateInfo{padding:16px 20px;text-align: center;}
  461. .unlogined{cursor:pointer;}
  462. .privateInfo .goSpan span{margin:4px 0;width:49%;}
  463. .goSpanLine span{border:1px solid #ff9900;display:inline-block;text-align: center;width:100%;cursor:pointer;color:#ff9900;font-size:15px;margin:4px 0;border-radius:4px;padding:7px 16px;}
  464. /*文章列表*/
  465. .itemListCon{background: #fff;}
  466. .itemListBolck .searchAbout{position: relative;}
  467. .itemListBolck .searchAbout .frmcontype{height: 36px;font-size: 14px;}
  468. .itemListBolck .searchAbout .searchSpan{position:absolute;top:50%;margin-top:-9px;right:18px;display:inline-block;width:16px;height:16px;background: url(../images/g_article_icon_sousuo_nor.png);background-size:cover;cursor: pointer;}
  469. .itemListBolck .frmcontype{width:100%;border-radius: 20px;padding-left:20px;background: #f5f6f8;}
  470. .itemListBolck .topOperaBlock{padding:20px 0 0 20px;width: 100%;}
  471. .itemListBolck .issueSpanBlock{text-align: right;}
  472. .itemListBolck .issueSpan{position:relative;display:inline-block;background:#e03b43;color:#fff;font-size:16px;cursor:pointer;padding:7px 25px 7px;padding-left:50px;border-radius: 20px 0 0 20px;}
  473. .itemListBolck .issueSpan:before{position:absolute;content:url(../images/g_article_icon_fanbu_nor.png);top:50%;left:26px;margin-top:-9px;}
  474. .itemListBolck .itemListCon .form-result>ul>li{padding:20px;cursor:pointer; }
  475. .itemListBolck .itemListCon .form-result>ul>li:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 2px;background: #f4f6f8;}
  476. .itemListBolck .itemListCon .form-result>ul>li:hover{background:#EEEEEE;}
  477. .itemListBolck .itemListCon .form-result{margin:20px 0 30px;border-top:1px solid #E5E5E5;position: relative;}
  478. .itemListBolck .itemListCon .madiaHead{width:120px;height:80px;margin-top:-40px;}
  479. .itemListBolck .itemListCon .madiaInfo{padding-left:140px;min-height: 80px;padding-top:15px;}
  480. .itemListCon.form-item ul .h1Font{font-size:18px;margin-bottom:6px;line-height:24px;}
  481. .itemListCon .draftLable{font-size:14px;color:#e03b43;line-height:24px;}
  482. .itemListCon .overLable{font-size:14px;color:#14b521;line-height:24px;}
  483. .itemListCon .form-result>ul>li .madiaEdit>li{float: left;margin-right: 28px;}
  484. .itemListCon .form-result>ul>li .madiaEdit .editThis{display:inline-block;width:60px;height:32px;background:url(../images/g_article_button_xiugai_hig.png);background-size:cover;cursor:pointer;}
  485. .itemListCon .form-result>ul>li .madiaEdit .deteleThis2{display:inline-block;width:32px;height:32px;background:url(../images/g_article_button_shanchu_hig.png);background-size:cover;cursor:pointer;}
  486. .itemListCon .form-result>ul>li .madiaEdit .closeThis{color:#FF0000;}
  487. .itemListCon .form-result>ul>li .madiaEdit{display:none;overflow:hidden;position:absolute;top:50%;margin-top:-16px;right:0;}
  488. .itemListCon .form-result>ul>li:hover .madiaEdit{display: block;}
  489. .itemListCon .form-result>ul>li .madiaEdit span{display:inline-block;width:60px;height:32px;font-size:15px;letter-spacing:0.1em;background:#ff9900;color:#fff;line-height: 32px;text-align: center;border-radius: 4px;}
  490. .itemListCon li.draftList .madiaInfo{padding-top:4px;}
  491. /*.form-need{min-height:160px;}*/
  492. .form-need a{display:block;}
  493. .form-need>li{position: relative;}
  494. .form-need>li:after{content: "";position: absolute;bottom: 0;left:30px;right: 0;height: 1px;background: #E5E5E5;}
  495. .form-need>li:last-child:after{background: transparent;}
  496. .itemListBolck .itemListCon .form-need .madiaInfo{padding-left:0px;}
  497. /*.pointSp{position:relative;}
  498. .pointSp:before{content:"";display: inline-block; width: 0; height: 0;border:2px #999 solid;margin: 2px 6px; border-radius:100%;}
  499. */
  500. /*定时发送时间选择器*/
  501. .blackcover{ width:100%; height:100%;top:0;overflow-x: hidden;overflow-y: auto; position:fixed; background:rgba(0,0,0,.6); z-index:1008; }
  502. .workclose{ position:absolute; top:0; right:-50px; display:block; width:20px; height:20px; background:url(../images/workclose.png) center center no-repeat; padding:20px;cursor:pointer; z-index:999;}
  503. .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;}
  504. .modelContain{display:none;position:relative;clear:both;margin:40px auto;width:600px;background:#fff;border-radius:8px;z-index:1056;
  505. box-shadow: 2px 4px 10px 4px #555;
  506. -webkit-box-shadow: 2px 4px 10px 4px #555;}
  507. .modelContain:before,.modelContain:after{display:table;content:" "}
  508. .modelContain:after{clear: both;}
  509. .modelOpen{overflow: hidden;}
  510. /*.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;}
  511. .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; }
  512. .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;}
  513. .setTimeBlock .mb_msg{position: relative; padding: 30px 20px 20px; line-height: 24px; text-align: center; font-size: 16px;}
  514. .setTimeBlock .formTime{padding:10px 24px;}*/
  515. .setTimeBlock .mb_btnbox{margin: 0px auto 30px; text-align: center; position: relative;}
  516. .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;}
  517. .setTimeBlock .mb_btnOk{ background-color:#ff9900;}
  518. .setTimeBlock .mb_btnOk:disabled{background-color:#ccc;}
  519. .setTimeBlock .mb_btnNo{ background:none;color:#666}
  520. .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;}
  521. .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; }
  522. .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;}
  523. .setTimeBlock .mb_msg{position: relative; padding: 30px 40px 20px; line-height: 24px; text-align: center; font-size: 16px;}
  524. .setTimeBlock .mb_msg .mb-list{margin:6px 6px 12px 6px}
  525. .setTimeBlock .mb_msg .msg-tit{margin-bottom: 10px;font-size: 16px;}
  526. .setTimeBlock .mb_msg .msg-tit>small{color:#999;font-size: 12px;}
  527. .setTimeBlock .mb_msg .msg-tip{margin-top:6px;}
  528. .setTimeBlock .mb_msg .msg-tip>p{color:#999;font-size: 14px;margin: 0;}
  529. .setTimeBlock .msg-warning{color:#fd5f39;display:none;font-size:13px;}
  530. /*--------------新版资源--------------*/
  531. .showMain.showMain2{text-indent:0;}
  532. #articleContent ul,#articleContent ol{padding-left: 20px;}
  533. #articleContent ul{list-style-type:disc;}
  534. #articleContent ol{list-style-type:decimal;}
  535. #articleContent ul>li,#articleContent ol>li{padding-left:0px;}
  536. #articleContent ul>li>p,#articleContent ol>li>p{margin: 0;}
  537. .showMain.showMain2>ul>li{margin:10px 0;display:none;}
  538. .showMain .showTit{position:relative;padding-left:10px;}
  539. .showMain .showTit:before{position:absolute;top:50%;margin-top:-10px;left:0;display:inline-block;content:"";width:4px;height:18px;background:#ff9900;}
  540. /*资源发布图片上传模块*/
  541. .artAbout>li>dl{margin-top:-10px;margin-right: -15px;height: 200px;overflow: hidden;padding-top:10px;}
  542. .artAbout>li>dl>dd{position:relative;float: left;width:31.2%;border: 1px solid #E5E5E5;height: 190px;margin-right: 15px;}
  543. .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;}
  544. .artAbout>li>dl>dd.uploadD{background: none;}
  545. .artAbout>li>dl>dd .imgItem{background:#fff;display: table-cell;text-align: center;vertical-align: middle;width: 240px;height: 188px;}
  546. .artAbout>li>dl>dd .imgItem img{vertical-align: middle;max-width:240px;max-height:188px;}
  547. .artAbout>li>dl>dd .uploadFile .uploadblock{border: none;}
  548. .artAbout>li>dl>dd .file-panel{position:absolute;top:-10px;right:-10px;text-align:center;overflow:hidden;}
  549. .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;}
  550. .form-item .addexpertRe{margin:0 -30px;}
  551. .form-item .addexpertRe ul.addexpert>li .madiaInfo{padding-right:42px;}
  552. .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;}
  553. .form-item ul.addexpert>li .selectNull{position:absolute; right:10px;top:50%;margin-top:-11px;width:22px; height:22px;background-image: url(../../images/c-sign-on_button_xuanze_nor.png);background-size: cover;}
  554. .form-item ul.addexpert>li .selectAdd{background-image: url(../../images/c-sign-on_button_xuanze_hig.png);}
  555. .childElement{position: absolute;top: 50%;transform: translateY(-50%);left:10px;}
  556. #expertli li:hover {background-color:#EEEEEE;}
  557. #sevriceli li:hover {background-color:#EEEEEE;}
  558. #resouceli li:hover {background-color:#EEEEEE;}
  559. .listy{position:relative;min-height:55px;color:#666;cursor:pointer;}
  560. .seRe{height:100px;text-align:center;padding:30px 0;font-size:16px;line-height: 28px;color:#888;}
  561. /*资源图片展示*/
  562. .Imagebox{width:362px;}
  563. .Imagebox .tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
  564. .Imagebox .tb-pic a img{vertical-align:middle;}
  565. .Imagebox .tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
  566. .Imagebox .tb-thumb{margin:10px 0 0;overflow:hidden;}
  567. .Imagebox .tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:50px;margin:0 6px 0 0;overflow:hidden;}
  568. .Imagebox .tb-s360 a{height:270px;width:360px;}
  569. .Imagebox .tb-s360 img{max-height:270px;max-width:360px;}
  570. .Imagebox .tb-s66 a{height:48px;width:66px;}
  571. .Imagebox .tb-s66 img{max-height:46px;max-width:66px;}
  572. .Imagebox .tb-booth{border:1px solid #E5E5E5;position:relative;z-index:1;}
  573. .Imagebox .tb-thumb .tb-selected{border:3px solid #ff9900;}
  574. .Imagebox .tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
  575. .Imagebox .tb-thumb .tb-selected .tb-s66 a,.Imagebox .tb-thumb .tb-selected .tb-s66{height:44px;width:58px;}
  576. .Imagebox .tb-thumb .tb-selected .tb-s66 img{max-height:44px;max-width:58px;}
  577. .Imagebox .tb-thumb li div{border:1px solid #E5E5E5;}
  578. 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;}
  579. div.zoomMask{position:absolute;background:url("../images/g-resource-mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
  580. .conBlock .leftconBox2{background:none;padding:0;}
  581. .conBlock .leftconBox2 .reInfoBlock{width:320px;margin-left:24px;position: relative;min-height: 270px;}
  582. .conBlock .leftconBox2 .showDetail .reInfoBlock{width:368px;padding-bottom:32px}
  583. .conBlock .leftconBox2 .reInfoBlock .h2Font{font-size:16px;color:#666;line-height: 26px;margin-top:6px;}
  584. .conBlock .leftconBox2 .showReBasic{background: #FFFFFF;padding:30px;margin-bottom:20px;}
  585. .conBlock .leftconBox2 .showReOther{background: #FFFFFF;padding:30px;}
  586. .conBlock .leftconBox2 .resShareUl{position:absolute;bottom:0;}
  587. .conBlock .leftconBox2 .resShareUl>ul>li{float: left;margin-right:30px;font-size: 14px;color:#999;}
  588. .conBlock .leftconBox2 .resShareUl>ul>li .operateicon{margin-left:10px;cursor: pointer;}
  589. .conBlock .leftconBox2 .resShareUl>ul>li>span{position: relative;top:-2px;font-size: 14px;}
  590. .keydrop>ul>li.orgList{overflow: hidden;}
  591. .keydrop>ul>li.orgList img{width:50px;height:50px;margin-right:10px;}
  592. .keydrop>ul>li.orgList p{line-height:50px;font-size:14px;}
  593. /*资源导入*/
  594. .tipShow{background: #fff7e7;border-bottom: 1px solid #E5E5E5;line-height: 18px;padding:16px 20px;overflow:hidden;color: #7b4b2b;font-size: 14px;}
  595. .tipShow .tipClose{display:inline-block;width:14px;height:14px;background:url(../images/g_resource_button_guanbi_2_nor.png);background-size:cover;cursor:pointer;}
  596. .itemListBolck .itemListCon ul.importUl .madiaHead{top:50%;margin-top:-40px;}
  597. .itemListBolck .itemListCon ul.importUl .madiaInfo{min-height:auto;padding-right:140px;padding-top:0;margin:0;}
  598. .importBtn{position: absolute;top:50%;margin-top:-20px;right:20px;}
  599. .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;}
  600. .importBtn span.importSpan-1{background: #ff9900;}
  601. .importBtn span.importSpan-2{background: #ff5738;}
  602. .importBtn span.importSpan-3{background: #dcdcdc;}
  603. /*--------------新版工作台框架--------------*/
  604. .workmenu{text-align: center; float:left; width:12%;overflow: hidden;}
  605. .workmenu>ul{background:#fff;overflow: hidden;margin-bottom: 20px;}
  606. .workmenu>ul>li>a{display: inline-block;width: 100%;height:52px;line-height: 52px;color:#666;font-size:16px;background-size:18px 18px;background-position:14px center;background-repeat: no-repeat;}
  607. .workmenu>ul>li:nth-child(1)>a{background-image:url(../images/g_article_icon_gongzuotai_nor.png);}
  608. .workmenu>ul>li.zixunIcon>a{background-image:url(../images/g_article_icon_zixun_nor.png);}
  609. .workmenu>ul>li.serIcon>a{background-image:url(../images/g_article_icon_fuwu_nor.png);background-size:21px 21px;}
  610. .workmenu>ul>li.demandIcon>a{background-image:url(../images/g_article_icon_xuqiu_nor.png);}
  611. .workmenu>ul>li.resIcon>a{background-image:url(../images/g_article_icon_ziyuan_nor.png);}
  612. .workmenu>ul>li.patentIcon>a{background-image:url(../images/g_article_icon_zhuanli_nor.png);}
  613. .workmenu>ul>li.paperIcon>a{background-image:url(../images/g_article_icon_lunwen_nor.png);}
  614. .workmenu>ul>li.artIcon>a{background-image:url(../images/g_article_icon_wenzhang_nor.png);}
  615. .workmenu>ul>li>a:hover{background-color: #f0f0f0;}
  616. .workmenu>ul>li:first-child>a:hover{background-color: #fff;}
  617. .workmenu>ul>.nowLi>a{background-color: #f7eee1;color:#ff9900;}
  618. .workmenu>ul>li.zixunIcon.nowLi>a{background-image:url(../images/g_article_icon_zixun_hig.png);}
  619. .workmenu>ul>li.serIcon.nowLi>a{background-image:url(../images/g_article_icon_fuwu_hig.png);}
  620. .workmenu>ul>li.demandIcon.nowLi>a{background-image:url(../images/g_article_icon_xuqiu_hig.png);}
  621. .workmenu>ul>li.resIcon.nowLi>a{background-image:url(../images/g_article_icon_ziyuan_hig.png);}
  622. .workmenu>ul>li.patentIcon.nowLi>a{background-image:url(../images/g_article_icon_zhuanli_hig.png);}
  623. .workmenu>ul>li.paperIcon.nowLi>a{background-image:url(../images/g_article_icon_lunwen_hig.png);}
  624. .workmenu>ul>li.artIcon.nowLi>a{background-image:url(../images/g_article_icon_wenzhang_hig.png);}
  625. .workmenu>ul>.nowLi>a:hover{background-color: #f7eee1;}
  626. .conBlock .workconG{float:right;position:relative;width:87%;background: #FFFFFF;margin-bottom:20px;}
  627. .conBlock .workconG .workcontit{height: 60px;padding: 0 20px;font-size: 16px;line-height:60px;border-bottom: 1px solid #e7e7e7;}
  628. .workcontit a:link, .workcontit a:active, .workcontit a:visited {color: #313131;}
  629. .conBlock .workconG .worksamlltit{font-size: 16px;line-height: 30px; margin-right:30px;padding: 10px 4px 8px;cursor: pointer;}
  630. .conBlock .workconG .worksamlltit.worksamlltitnow{color:#ff9900;border-bottom: 2px solid #ff9900;}
  631. .conBlock .workconG .worksamlltit.worksamlltitnowR {color:#ff9900;float: right;}
  632. /*--------------新版产品下载--------------*/
  633. .mainDownP{height: 100%;}
  634. .mainDownP .containerCon{height: 100%;}
  635. .mainDownP .contentCon{position: relative;height: 100%;width: 100%;}
  636. .mainDownP .main{width:1000px;overflow: hidden;width: 1000px;overflow: hidden;position: absolute;top: 50%;margin-top: -190px;left: 50%;margin-left: -500px;}
  637. .mainDownP .main_left{width:410px;height:500px;float: left;background: url(../images/download_bg_shouji_nor.png)no-repeat left 2px;background-size: cover;}
  638. .mainDownP .main_right{margin-left:44%;}
  639. .mainDownP .mright_top{width: 520px;height: 200px;margin-top:14%;margin-left: 20px;background: url(../images/download_bg_logo_nor.png) no-repeat left center;}
  640. .mainDownP .mbleft{float: left;width: 120px;height: 120px;margin-left: 24px;background: url(../images/download_bg_erweima_nor.png) no-repeat left center;}
  641. .mainDownP .mbright{margin-left:24%;overflow: hidden;}
  642. .mainDownP .mright_bottom{margin-top:15px;}
  643. .mainDownP .downlond_box{width: 191px;height: 132px;display: inline-block;margin-left: 10px;}
  644. .mainDownP .downlond{width: 168px;height: 40px;background: #fff;margin-top: 6px;border-radius: 5px;margin-left: 20px;}
  645. .mainDownP .downlond span{float: right;width:20px;height: 20px;margin:10px 14px 0 0;background: url(../images/download_button_xiazai_nor.png) no-repeat 0 center;}
  646. .mainDownP .downlond h4{font-weight: 500;float:left;line-height:40px;font-size:18px;height: 40px;padding-left: 50px;color: #666666;background-position: 15px center;background-repeat: no-repeat;}
  647. .mainDownP .iphons h4{background-image: url(../images/download_icon_pingguo_nor.png);}
  648. .mainDownP .Android{margin-top: 26px;}
  649. .mainDownP .Android h4{background-image: url(../images/download_icon_anzhuo_nor.png);}
  650. .mainDownP .downlond:hover{opacity: 0.9;}
  651. /*发布相关页面回到顶部*/
  652. .footer_tools{position:fixed;z-index:1070;left:50%;margin-left:562px;bottom:20px;}
  653. .footer_tools>a{margin-top:10px;position: relative;display:inline-block;width:52px;height:52px;background-position:center;background-size:cover;opacity: .8;}
  654. #scrollUp{display:none;background-image:url(../images/bottom_button_dingbu_hig.png);}
  655. #feedback{background-image:url(../images/bottom_button_jiucuo_hig.png);}
  656. .footer_tools>a:hover{opacity:1;}
  657. .footer_tools .correctBlock{display:none;width:270px;position: fixed;bottom:0px;right:0px;border-radius: 6px 6px 0 0;overflow: hidden;box-shadow: 1px 1px 13px 1px rgba(195, 195, 195, .3)}
  658. .correctBlock .cBacktit{position: relative;background:#ff9900;line-height: 42px;font-size: 16px;color: #fff;padding:0 20px;}
  659. .correctBlock .cBacktit>span{position: relative;display: inline-block;padding-left: 24px;}
  660. .correctBlock .cBacktit>span:before{position: absolute; content: url(../images/bottom_icon_xiugai_nor.png);left: 0px;margin-top: 2px;}
  661. .correctBlock .cBacktit>em{position:absolute;right:0px;cursor:pointer;display: inline-block;width:42px;height:42px;background-position:center;background-repeat:no-repeat;background-image:url(../images/bottom_button_guanbi_nor.png);}
  662. .correctBlock .frmcontype{font-size: 16px;color: #fff;}
  663. .correctBlock textarea.frmcontype{height: 280px;border: none;font-size: 14px;color: #666;}
  664. .correctBlock.feedbackBox{display:none;}
  665. /*--------------新版个人中心浏览以及修改--------------*/
  666. .headconBox{padding:30px;min-height:200px;background: #fff;position: relative;margin-bottom: 20px;}
  667. .bottomShow .shareCode{bottom:auto;top:30px;}
  668. .bottomShow .shareCode:after{border:12px solid transparent;border-bottom-color:rgba(0,0,0,.6);top:-24px;left:22px;bottom:auto;}
  669. .headconBox .headimgBox{width: 140px;height: 140px;position:absolute;overflow:hidden;border:1px solid #E5E5E5;border-radius:50%;background-image:url(../images/default-photo.jpg);background-size: cover;top: 50%;margin-top: -71px;}
  670. .headconBox .cmpimgBox{width:210px;border-radius:0;background:#fff;}
  671. .headconBox .cmpimgBox .boxBlock{width:210px;}
  672. .headconBox .reInfoBlock{width:100%;padding-left:170px;/*padding-right:190px;*/}
  673. .headconBox .reInfoBlock .h1Font{font-size: 18px;color:#666;margin-bottom:10px;}
  674. .headconBox .reInfoBlock .h2Font{font-size: 16px;color:#666;margin-bottom:8px;}
  675. .headconBox .reInfoBlock .h3Font{font-size: 14px;color:#999;line-height: 20px;}
  676. .headconBox .reInfoBlock.head-center{}
  677. .headconBox .head-center .h1Font{margin-bottom:0;}
  678. .headconBox .head-center .h2Font{margin-bottom:0;}
  679. .headconBox .head-center .proEdit{font-size: 14px;padding-left:24px;right: 34px;top:40px;}
  680. .headconBox .goSpan{position: absolute;right: 30px;top:50%;margin-top:-35px;}
  681. .operateBlock{font-size: 14px;color:#999;}
  682. .operateBlock>ul>li{float: left;font-size: 14px;color:#999;min-height: 24px;margin-right: 20px;}
  683. .operateBlock>ul>li .operateicon{margin-left:5px;cursor: pointer;}
  684. .operateBlock>ul>li>span{position: relative;top:-2px;font-size: 14px;}
  685. .headconBox .operateBlock>ul>li{margin-right:0;}
  686. .navconBox{padding:0 30px;background: #fff;border-bottom: 20px #f4f6f8 solid;position: relative;}
  687. .navconBox .rightbtn{position: relative;top:0;width:54px;}
  688. .navconBox .rightbtn .foldtr {top: 26px;right:32px;}
  689. .navconBox .rightbtn .foldtr:before{border-top-color:#666;}
  690. .navconBox>ul{position: relative}
  691. .navconBox>ul>li{position:relative;float: left;padding:20px 0;cursor:pointer;margin-right:36px;font-size: 16px;color: #999;}
  692. .navconBox>ul>li:last-child{margin-right: 0;}
  693. .navconBox>ul>li>.counts{font-size: 15px;}
  694. .navconBox>ul>li.liNow:after{position: absolute;left: 0;bottom: 0;content:"";height:3px;background:#000;width: 100%;}
  695. .navconBox>ul>li.liNow{color: #000;}
  696. .navconBox .moreNav{display:none;border-top: 1px solid #E5E5E5;margin:0 -30px;padding:0 30px}
  697. .navconBox .moreNav .moreNavUl{}
  698. .navconBox .moreNav .moreNavUl>li{position: relative;float: left;padding: 20px 0;cursor: pointer;margin-right: 60px; font-size: 16px;color: #999;}
  699. .navconBox .moreNav .moreNavUl>li:last-child{margin-right: 0;}
  700. .navconBox .moreNav .moreNavUl>li.liNow{color: #000;}
  701. .navconBox .moreNav .moreNavUl .rightbtn{width:110px;}
  702. .navconBox .moreNav .table-drop{height:auto;top:50px;right:-8px;width:140px;}
  703. .navconBox .moreNav .table-drop>li{position: relative;padding:10px 0;text-align:center;cursor: pointer;font-size: 16px;color: #999;}
  704. .navconBox .moreNav .table-drop>li.liNow{color: #000;}
  705. .navconBox .moreNav .moreNavUl .rightbtn .foldtr{right:24px;}
  706. /*统计数据*/
  707. .statisticsBox{overflow: hidden;}
  708. .privateInfo .statisticsBox{margin:10px 0}
  709. .statisticsBox.last_meg{height:150px;}
  710. .statisticsBox span{font-size: 26px;color:#333;line-height: 28px;}
  711. .statisticsBox p{font-size: 14px;color:#999;margin-bottom:4px;}
  712. .statisticsBox p>em{font-style: normal;}
  713. .statisticsBox p>a{color: #FF9900;cursor: pointer;}
  714. .statisticsBox .wayTel{font-size: 13px;font-weight: bold;color: #399A9B}
  715. .goarrow{font-size:16px;display:inline-block;color: #ff9900;padding:0 6px;position: relative;}
  716. .goarrow em{position:absolute;right:0;top:-15px;}
  717. .goarrow em:before{border: solid transparent;border-left-color: #ff9900;border-width:8px;content: " ";position: absolute;left: 100%;top: 18px;}
  718. .goarrow em:after{border: solid transparent;border-left-color:#fff;border-width:6px;content: " ";position: absolute;left: 100%;top: 20px;}
  719. /*相关信息*/
  720. .coninfobox{padding:30px 30px 0;background: #FFF;}
  721. .coninfobox .coninfotit{position:relative;font-size: 18px;color:#666;margin-bottom:10px;}
  722. .coninfobox .seeMore{cursor:pointer;font-size:14px;color:#999;padding:0 10px;position: absolute;right:12px;top:50%;margin-top:-10px;}
  723. .coninfobox .seeMore em{position:absolute;right:0;top:-16px;}
  724. .coninfobox .seeMore em:before{border: solid transparent;border-left-color:#ccc;border-width: 7px;content: " ";position: absolute;left: 100%;top: 18px;}
  725. .coninfobox .seeMore em:after{border: solid transparent;border-left-color:#fff;border-width: 5px;content: " ";position: absolute;left: 100%;top: 20px;}
  726. .coninfobox .coninfocon{font-size: 14px;color:#666;line-height:24px;margin-top: 0;}
  727. .coninfobox .coninfocon .h4Font{font-size:16px;color: #333;}
  728. .coninfobox .coninfocon .h5Font{font-size:14px;color: #666;}
  729. .coninfocon.listArea>ul{overflow: hidden;margin-right: -10px;margin-top:-10px;}
  730. .coninfocon.listArea>ul>li{float: left;margin-right: 10px;margin-top:10px;border:1px solid #E5E5E5;border-radius: 20px;padding:2px 12px;}
  731. /*教育背景类型列表*/
  732. .coninfocon.listSector>ul{}
  733. .coninfocon.listSector>ul>li{border-left: 2px solid #efefef;padding-top:4px;padding-bottom:4px;padding-left:16px;margin-left:6px;}
  734. .updateLeft .coninfocon.listSector>ul>li{padding-top:0;padding-bottom:0;}
  735. .coninfocon.listSector>ul>li .showBx{padding-top:6px;}
  736. .coninfocon.listSector>ul>li .h4tit{position:relative;padding:2px 0;}
  737. .coninfocon.listSector>ul>li .h4tit:before{content:"";position: absolute;left:-23px;top:8px;width:12px; height:12px;background:#ff9900;border-radius: 50%;}
  738. /*研究方向类型列表*/
  739. .coninfocon.listResearch>ul>li{clear:both;margin:8px 0}
  740. .coninfocon.listResearch>ul>li:before,.coninfocon.listResearch>ul>li:after{display:table;content:" "}
  741. .coninfocon.listResearch>ul>li:after{clear:both}
  742. .coninfocon.listResearch>ul .favorBox{box-shadow:1px 1px 3px 1px #ccc; text-align:center;font-size:14px;line-height:26px; color:#666;float:left;cursor:pointer;padding-right: 8px;max-width: 60%;text-overflow: ellipsis;white-space: nowrap; overflow:hidden;}
  743. .coninfocon.listResearch>ul .favorBox .like{ display:inline-block;float: left; min-width:28px;padding:0 6px;background:#ff9900; color:#fff;font-size:10px;margin-right:5px;}
  744. .coninfocon.listResearch>ul .plus{ float:left;display:block; width:26px; height:26px; cursor:pointer; background:url(../images/thumb-up.png) no-repeat 0 0; margin-left:10px; }
  745. .coninfocon.listResearch>ul .favorCount{ float:right;max-width:38%;overflow:hidden;}
  746. .coninfocon.listResearch>ul .like-people{cursor:pointer; width:28px; height:28px; float:left;border-radius:50%;border:1px solid #E5E5E5; overflow:hidden; margin-right:5px; background-image:url(../images/default-photo.png); background-size:cover;}
  747. .coninfocon.listResearch>ul .like-people .like-h{ width:100%; height:100%;}
  748. .coninfocon.listResearch>ul .like-more{background:url(../images/likemore.png) no-repeat center center;border:1px solid #ccc;}
  749. .coninfocon.cmpdetail>ul>li{width: 50%;float: left;}
  750. .form-item.otherShow .coninfocon .madiaInfo .ellipsisSty-2{height:auto;max-height: 48px;}
  751. .form-item.coninfobox .coninfotit{margin-bottom: 0;}
  752. .form-item.coninfobox .madiaInfo>ul>li{float: left;margin-right: 20px;font-size:14px;color:#999;}
  753. .form-item.coninfobox .madiaInfo>.showli>li{margin-right:0;}
  754. .form-item.coninfobox .form-result>ul>li:after{content: "";position: absolute;left:30px;right: 0;bottom: 0;height: 1px;background: #E5E5E5;}
  755. .form-item.coninfobox .form-result>ul>li:last-child:after{background:transparent;}
  756. .commentsArea.coninfobox ul.commentList{margin: 0;}
  757. .commentsArea.coninfobox ul.commentList .madiaHead.useHeadMsg{top:16px;}
  758. /*星级*/
  759. .starShow{position: absolute;right: 0;top:50%; margin-top:-10px;overflow: hidden;}
  760. .starShow>li{float: left;margin:0 2px;display: inline-block;width: 16px;height: 16px;background-image: url(../images/favoricon.png);background-size: 100% auto;background-position:0 0;}
  761. .starShow>li.evastar{background-position:0 -16px;}
  762. /*研究方向详情弹出*/
  763. .resAreaBox{position:absolute;width:640px;left:50%;margin:80px 0 20px -320px;background:#fff;border-radius:8px;z-index:1001; margin-bottom:100px;
  764. box-shadow: 2px 4px 10px 4px #555;
  765. -webkit-box-shadow: 2px 4px 10px 4px #555; }
  766. .resAreaCon{padding:10px;margin:0 -10px 10px;}
  767. .resAreaCon .littip{font-size:13px;margin: 0 10px;padding:6px; border-bottom:1px #CCCCCC dashed;}
  768. .resAreaCover .researchArea{padding:16px 30px;background: #ff9900;color:#FFFFFF;font-size:16px; border-bottom:1px #EAEAEA solid;border-radius: 8px 8px 0 0;}
  769. .resAreaCover .form-result>ul>li:after{content: "";position: absolute;left:30px;right: 0;bottom: 0;height: 1px;background: #E5E5E5;}
  770. .resAreaCover .form-result>ul>li:last-child:after{background:transparent;}
  771. .resAreaTip>p{font-size:16px;color:#888;line-height:200px;text-align: center;}
  772. /*修改信息相关*/
  773. .replace-photo{ display:block; width:100%; height:95px; position:absolute; bottom:0; background-color:rgba(0,0,0,0.4);font-size:16px;line-height:90px; color:#fff; text-align:center;}
  774. .btnClick{position:absolute;font-style:normal; right:0;top:-10px;font-size: 14px;line-height: 48px;color: #ff9900;cursor: pointer;}
  775. .modifybox{ display:none;padding:30px; margin:20px 0;background: #fafafa;border:2px solid #F4F4F4}
  776. .modifybox .cmpFrmList{margin-left: -40px;}
  777. .cmpFrmList>li{position: relative;clear:both;margin:4px 0;padding:6px 0;line-height: 42px;}
  778. .cmpFrmList>li .lableSpan{font-size: 16px;color: #666;text-align:right;line-height: 42px;}
  779. .cmpFrmList>li .radiolabel{font-size: 16px;color: #666;line-height: 42px;font-weight: normal;margin-right:20px;}
  780. .cmpFrmList>li .radiolabel>input{margin-right:6px;}
  781. .cmpFrmList>li:before,.cmpFrmList>li:after{display:table;content:" "}
  782. .cmpFrmList>li:after{clear: both;}
  783. .cmpFrmList>li .frmadd {width: auto;position: absolute;right: 0;top: 0;background: #ff9900;color: #fff;border: none;padding: 6px 25px;}
  784. .cmpFrmList>li select{padding: 0 10px;padding-right: 20px;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
  785. .cmpFrmList>li select.mr_btn{color:#999}
  786. .cmpFrmList>li .mr_sj{position: absolute;right: 10px;top: 18px;display:inline-block;height: 0;width: 0;border: 6px solid #fff;border-color: #aaa transparent transparent;}
  787. .cmpFrmList>li .col-w-10,.cmpFrmList>li .col-w-5{position: relative;}
  788. .cmpFrmList .msgContbox{height: 200px;}
  789. .cmpFrmList .msgContbox textarea{min-height:170px;}
  790. .ulspace>li{margin-top:16px;margin-right:30px;padding:6px 10px;border-width:1px;border-style:solid;border-color:#D6D6D6;}
  791. .keyResult>ul.editUlist,.keyResult>ul.editUlistC{width: 98%;margin-right: -30px;margin-bottom:0}
  792. .keyResult>ul.editUlistC>li,.keyResult>ul.editUlist>li{position:relative;padding:6px 12px;background: #fff;margin-bottom:0}
  793. .keyResult>ul.editUlist>li{float:left;}
  794. .keyResult>ul.editUlistC>li{width:100%;margin-top:12px;}
  795. .keyResult>ul.editUlistC>li.yjlist{margin:10px 0 0 0;width:100%;text-align:left;border-radius:0;line-height: 26px;border:none;background: none;padding:0 12px 0 0;}
  796. .keyResult>ul.editUlistC>li.yjlist>div{width: auto; position:relative;border: 1px solid #E5E5E5;background: #fff;display: inline-block;padding:0 12px 0 0;}
  797. .keyResult>ul.editUlistC>li.yjlist .like{ display:inline-block;float: left;text-align:center; min-width:28px;padding:0 6px;background:#ff9900; color:#fff;font-size:10px;margin-right:5px;}
  798. .saveBtn .frmcontype{width: 120px;margin-right: 30px;margin-top: 20px;}
  799. .saveBtn .btnCancel{background: #ccc;color: #fff;}
  800. .saveBtn .fontLink{color:#666;width:60px;font-size:14px;margin-right:0;float:right;padding:0;}
  801. /*城市选择器*/
  802. .citybox2 span{position:relative;width:98%;display:inline-block;padding:0 0 0 10px;cursor:auto;margin:0;background:#fff;}
  803. .citybox2 span .mr_show{ font-style:normal;color:#AAAAAA;width:100%;display:inline-block;height:42px;line-height:42px;position:relative;}
  804. .citybox2 span .mr_show.mr_select{color:#333;}
  805. .citybox2 span .mr_sj{position: absolute;right: 10px;top: 18px;display:inline-block;height: 0;width: 0;border: 6px solid #fff;border-color: #aaa transparent transparent;}
  806. .citybox2 span ul{width:100%;position:absolute;border:1px solid #E8E8E8;background:#fff;left:-1px;top:38px;margin-bottom:10px;display:none;z-index:10;max-height:280px; overflow:auto;}
  807. .citybox2 span ul li{width:100%;float:left;overflow:hidden;border-top:1px solid #E8E8E8;}
  808. .citybox2 span ul li:first-child{border-top:0;}
  809. .citybox2 span ul li a{display:block;height:30px;line-height:30px;padding:0 8px;color:#494949;}
  810. /*日期组件*/
  811. .mr_calendar_ym {display:none;position: absolute;top: 42px;left:0;height: 160px;font-size:14px;width: 244px;background-color: #fff;z-index: 999;border: 1px solid #e7e7e7;border-radius: 4px;box-shadow: 2px 2px 4px #e7e7e7;cursor:pointer;}
  812. .mr_calendar_ym ul {float: left;}
  813. .mr_calendar_ym span{display:block;}
  814. .mr_calendar_ym .mr_year {width: 34%;height: 158px;border-right: 1px solid #efefef;overflow: auto;}
  815. .mr_calendar_ym .mr_year li {list-style:none;margin:0;cursor: pointer;line-height: 32px;background-color: #fff;color: #333;text-align: center;}
  816. .mr_calendar_ym .mr_month { word-wrap: normal;padding: 10px 10px 10px 16px;background-color: #fff; width:66%;height:158px;}
  817. .mr_calendar_ym .mr_month li {list-style:none;margin:0;float: left;cursor: pointer;width: 33%;height: 26px;line-height: 26px;color: #333;background-color: #fff;margin: 0 0 10px;}
  818. .mr_calendar_ym .full_year{width: 100%;height: 158px;border-right: 1px solid #efefef;overflow: auto;}
  819. .mr_calendar_ym .full_year li{list-style:none;margin:0;cursor: pointer;line-height: 32px;background-color: #fff;color: #333;text-align: left;padding-left:16px;}
  820. .mr_calendar_ym .active { background-color: #ff9900!important;color: #fff!important;}
  821. .updateLeft .coninfobox{padding-bottom: 30px;position: relative;}
  822. .updateLeft .coninfobox:after{content:"";height: 1px;background:#E5E5E5;position: absolute;left:30px;right: 30px;bottom: 0;}
  823. .updateLeft .coninfobox:last-child:after{content:none;}
  824. .modifybox .form-result.keyResult{margin-top: -10px;}
  825. .listnone1 .modifybox{margin-left:-25px;}
  826. .showBx + .modifybox{margin-left: -25px;}
  827. .coninfocon.listSector>ul>li.listnone1:before{content:none;}
  828. .showBx{padding-right: 30px;}
  829. .showBx .btnClick{right: -30px;}
  830. /*--------------新功能论文和专利相关--------------*/
  831. .showMainP{margin-top: 20px;}
  832. .showMainP li{overflow: hidden;}
  833. .showMainP .showTit{font-size: 14px;color: #333;padding-left: 12px;}
  834. .showMainP .showCon{font-size: 14px;color: #666;text-align:justify;word-break: break-word;}
  835. .aboutPa .form-result{margin:-6px -20px 0 0;}
  836. .aboutPa .form-result>ul>li{display:none;float:left;width: 47%;border:1px solid #E5E5E5;background:#FFFFFF;padding:20px;margin:20px 20px 0 0;min-height:auto;height: 76px;/*z-index:4;*/}
  837. .aboutPa .form-result>ul>li>a{display: block;width: 100%;}
  838. .aboutPa .form-result>ul>li .shareCode{left:-8px;z-index:2;}
  839. .aboutPa ul>li .goSpan{position: absolute; right: 20px;top: 50%;margin-top: -15px;cursor: pointer;}
  840. .aboutPa ul>li .goSpan span{width:auto;padding:2px 8px;line-height: 26px;font-size: 14px;margin:0;min-width: 56px;}
  841. .aboutPa ul>li .goSpan .attenSpan{padding-left: 20px;background-position: 8px center;background-size:10px 10px}
  842. .aboutPa ul>li .goSpan .attenedSpan{padding-left:6px}
  843. .aboutPa ul>li.lastBtn{position:absolute;right:7px;bottom:0;line-height:34px;text-align: center;cursor: pointer;}
  844. .aboutPa ul>li.pointThis{cursor: pointer;}
  845. .aboutPa .form-result>ul>li:hover{background:#FFFFFF;}
  846. .aboutPa .form-result ul.authorBox{position:relative;}
  847. .aboutPa .form-result ul.authorBox>li>a{max-width:80%;}
  848. /*--------------新版需求相关--------------*/
  849. .splitBlock{padding-top:0;padding-bottom:30px;margin-bottom:20px; clear: both;}
  850. .splitBlock:before,.splitBlock:after {display: table;content: " ";}
  851. .splitBlock:after {clear: both;}
  852. .splitBlock .coninfotit{margin-top:30px}
  853. .needinfobox.coninfobox{margin-bottom:20px;padding-bottom: 30px;}
  854. .needList.form-item ul .h1Font{font-size: 18px;margin-bottom: 10px;line-height:24px;}
  855. .needList.form-item ul .h2Font{font-size: 14px;line-height:24px;margin:8px 0;}
  856. .needList.form-item ul .h3Font{font-size: 14px;color:#888;}
  857. .needList.form-item>ul>li{padding:10px 30px;margin:0 -30px;}
  858. .needList.form-item>ul>li:hover{background: #EEEEEE;}
  859. .showli>li{font-size: 14px;color: #999;margin: 6px 0;width:25%;padding-right:16px;float:left;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;}
  860. .showliTop>li{font-size: 14px;color: #999;margin-bottom: 4px;float:left;padding-right:16px;}
  861. /*问答 2017.12.26*/
  862. .qa-owner{overflow: hidden;min-height:40px;margin: 6px 0 2px;}
  863. .qa-owner .urlgo{display: block;width: 100%;}
  864. .qa-owner .owner-head{position:absolute;top:50%;background-position: center;background-size: cover;}
  865. .qa-owner .owner-head.useHead{width:32px;height:32px;margin-top:-16px;background-image: url(../images/default-photo.jpg);border-radius: 50%;}
  866. .qa-owner .owner-info{padding-left:38px;}
  867. .owner-name{float: left;font-size:16px;color: #333;}
  868. .owner-tit{font-size:14px;margin-left:10px;float: left;max-width:90%;color:#888888}
  869. .qa-con{font-size:15px;line-height: 22px;color:#333;margin-top: 10px;}
  870. .qa-con>p{margin-bottom: 10px;text-align: justify;}
  871. .qa-con img{width:100%;}
  872. .showspan{overflow: hidden;margin-top:10px;}
  873. .showspan>span{padding-right:10px;font-size: 14px;color:#999;}
  874. .list-main ul {display: block;padding: 0;list-style-type: none;font-size: 0;}
  875. .listbg{background:#FFFFFF;padding:10px 20px;margin-bottom: 10px;}
  876. .list_content{background: #fff;padding-top:6px;}
  877. .item_detail .h1Font{font-weight:normal;font-size:24px;line-height:34px;color:#000;margin-bottom:10px;}
  878. .item_detail .list_con{font-size: 15px;color: #333;line-height: 26px;margin: 6px 0;text-align:justify;word-break: break-word;}
  879. .item_info{margin:10px 0 6px;font-size:14px;color:#888888;}
  880. .list-main .list_image{display: none;}
  881. .list_image li{display: inline-block;float:left; width:26%; -webkit-box-sizing: border-box;box-sizing: border-box;position: relative;}
  882. .list_image li>.imgspan{display: block;width: 97%;height:120px;margin-bottom:10px;background-size: cover;background-position: center;}
  883. .list_image li>.imgspan img{opacity: 0;width:100%;height:100%}
  884. .list_hander{margin:10px 0;position: relative;}
  885. .list_hander .goSpan span{margin:0 6px 0 0;width: 102px;}
  886. .list_hander .goSpan span.answered{background:none;border:1px solid #ff9900;color:#ff9900;cursor:auto;}
  887. .list_hander .goSpan span.answerDel{background:none;border:1px solid #FF0000;color:#FF0000}
  888. .list_hander .operateBlock{margin:10px 0 0 10px;}
  889. .list_hander .tip-offs>span{cursor: pointer;margin-left: 10px;}
  890. .list-hold-count{line-height:36px;overflow: hidden;}
  891. .list-hold-count>span{float: left;}
  892. .list-hold-count>span>em{font-style: normal;}
  893. .list-hold-count>ul{float: right;}
  894. .list-hold-count>ul>li{float:left;display: inline-block;cursor: pointer;}
  895. .list-hold-count>ul>li>span{position: relative;top:5px;display:inline-block;font-size:14px;line-height:24px;padding:0 10px;border:1px solid #e5e5e5}
  896. .list-hold-count>ul>li.active>span{background: #ff9900;color:#fff;border-color: #ff9900}
  897. .list-hold>ul>li{padding:10px 20px;background: #FFFFFF;}
  898. .list-hold-list>ul>li{padding:10px 20px;background: #FFFFFF;margin-bottom: 10px;}
  899. .split-line{position:relative;margin:15px 0;height:20px;color:#888;}
  900. .split-line:after{content:"其他答案";background:#f4f6f8;position: absolute;padding:0 20px;top:0;left:50%;margin-left:-48px;}
  901. .split-line:before{content:"";background:#E5E5E5;height: 1px;position: absolute;left:0;right:0;top:10px;}
  902. .qa-question{width:100%;font-size: 16px;line-height: 28px;color: #333;}
  903. .list-hold .qa-owner{min-height: 50px;margin:6px 0 10px;position: relative;}
  904. .list-hold .qa-owner .goSpan{position: absolute;right: 0; top:50%;margin-top:-17px;}
  905. .list-hold .qa-owner .goSpan>span{margin: 0px;width: 100px;background-position: 26px center;}
  906. .list-hold .qa-owner .owner-head.useHead{width:50px;height:50px;margin-top:-25px}
  907. .list-hold .qa-owner .owner-info{padding-left:60px;width: 100%;padding-right:100px;}
  908. .list-hold .owner-name{float: none;}
  909. .list-hold .owner-tit{display:block;float:none;color:#888888;max-width:100%;margin-left: 0;line-height: 22px;}
  910. .list-hold .qa-con{line-height: 24px;word-break: break-word;}
  911. /*.list-hold .msgContbox textarea{min-height:240px;margin: 0;}*/
  912. .list-hold .buttonbox{text-align: right;margin:14px 0}
  913. .list-hold .buttonbox .btnModel{width:84px;}
  914. .holdSpan>div{display:inline-block;font-size: 13px;color:#999;padding:7px 12px;margin-right:6px;background:#ffe9c8;border-radius: 4px;cursor:pointer;}
  915. .hold-icon{position:relative;top:3px;display:inline-block;width:15px;height:15px;background-size: 100% auto;background-repeat: no-repeat;}
  916. .icon-zan{background-image:url(../images/qa-icon-zan.png);background-position:0 -14px;}
  917. .icon-cai{background-image:url(../images/qa-icon-cai.png);background-position:0 -13px;}
  918. .holdSpan .noZan,.holdSpan .noCai{cursor:auto;}
  919. .holdSpan>div.active{color: #FFFFFF;background:#ff9900;}
  920. .holdSpan>div.active .icon-zan{background-image:url(../images/qa-icon-zan.png);background-position:0 0;}
  921. .holdSpan>div.active .icon-cai{background-image:url(../images/qa-icon-cai.png);background-position:0 1px;}
  922. .request-qa{padding:0}
  923. .searchRw{border-bottom: 1px solid #e5e5e5;padding:10px 10px 10px 20px}
  924. .searchRw h4{line-height:38px;font-size: 18px;}
  925. .searchA {background: #fff;border: 1px solid #d8d8d8;border-radius: 6px;overflow: hidden;}
  926. .requestLc>ul>li{padding:10px 20px;position:relative;}
  927. .requestLc>ul>li:after{content:"";background: #E5E5E5;height:1px;position:absolute;left:15px;right:15px;bottom:0;}
  928. .requestLc>ul>li:last-child:after{content:none;}
  929. .request-qa .yiyaoqing{background: #ccc;}
  930. .request-qa .js-load-more:before{content:"查看更多用户";}
  931. .request-qa .js-load-more.active:before{content:"加载中...";}
  932. .queStep{padding:20px;}
  933. .queStep .steptit{font-size: 18px;line-height:24px;}
  934. .queStep .tipShow{margin-top:16px;border:none;line-height: 24px;}
  935. .queStep .saveBtn .frmcontype{margin-right:0;margin-left:10px;margin-top:40px;float:right;}
  936. .queStep .tips{font-size:13px;color:#999;margin-left: 10px;}
  937. .queStep .artAbout>li>dl{height:150px}
  938. .queStep .artAbout>li>dl>dd{width: 30.8%;height: 140px;}
  939. .queStep ul.artAbout .uploadFile .uploadblock{padding:0;font-size:16px;line-height:22px;height: 140px;}
  940. .queStep ul.artAbout .uploadFile .uploadtip{font-size:12px;line-height:18px;}
  941. .queStep .artAbout>li>dl>dd .imgItem{width:187px;height: 138px;}
  942. .queStep .artAbout>li>dl>dd .imgItem img{max-width:187px;max-height: 138px;}