portal html css js resource

index.css 33KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1.  @charset "utf-8";
  2. /* CSS Document */
  3. html, body{}
  4. input{ outline:none;}
  5. .emspace{letter-spacing: 2em; }
  6. /*banner部分*/
  7. #banner{ height:auto; position:relative;}
  8. .banner img{width:100%; height:500px;}
  9. .theme{ width:100%; height:236px; position:absolute; top:40%;}
  10. .theme h1{font-size:60px;line-height:80px; color:#fff; text-align:center; text-shadow:0px 0px 10px #2d2524;}
  11. .theme h2{font-size:30px;line-height:50px; color:#fff; text-align:center; text-shadow:0px 0px 10px #2d2524;}
  12. .main-search{ width:670px; height:40px;border-radius:6px;box-shadow: 0px 0px 10px rgba(45, 38, 37, 0.6);margin:auto; margin-top:60px; position:relative}
  13. .main-search .lookwho{outline:none;position:absolute; height:40px; width:100px;border:none; box-shadow: 0px 0px 3px #ccc inset;border-radius:6px 0 0 6px; background:url(../images/downselect.png) no-repeat 70px center #fff; padding-left:16px; font-size:15px;line-height:38px; color:#ff9900;}
  14. .simuselect{position:relative;}
  15. .ulbox{ width:100px; height:40px;cursor:pointer; position:relative;}
  16. .lishow{background:#fff;overflow: hidden; border-radius:0 0 6px 6px;position:absolute; top:34px; width:99px;/* box-shadow: 0px 0px 3px #ccc inset; */z-index: 20;display:none;}
  17. .lishow li{ line-height:30px; list-style:none; padding:2px 16px;color:#888; margin-top:1px;cursor: pointer;}
  18. .lishow li:hover{ background:#f0f0f0;}
  19. .sear-txt{ width:530px; height:40px; background:#fff; border:none; border-radius: 6px 0 0 6px; float:left;font-size:15px;line-height:40px; padding-left:120px; color:#a3a3a3;}
  20. .sear-btn{ width:140px; height:41px; background:#ff9900; border-radius: 0 6px 6px 0; float:left; cursor:pointer;font-size:16px;line-height:40px; color:#fff; text-align:center; }
  21. /*寻找专家流程*/
  22. .process{ width:806px; height:205px; margin:auto;}
  23. .process1{width:126px; height:144px; float:left; margin-top:40px;}
  24. .process-icon1{ display:block; width:71px; height:64px; background:url(../images/steps01.png) no-repeat; margin:auto;}
  25. .process-icon2{ display:block; width:67px; height:64px; background:url(../images/steps02.png) no-repeat; margin:auto;}
  26. .process-icon3{ display:block; width:67px; height:64px; background:url(../images/steps03.png) no-repeat; margin:auto;}
  27. .process-icon4{ display:block; width:70px; height:64px; background:url(../images/steps04.png) no-repeat; margin:auto;}
  28. .hh3{font-size:18px;line-height:30px; color:#333; text-align:center; }
  29. .process p{font-size:14px;line-height:20px; color:#888; text-align:center; }
  30. .nextR{ width:100px; height:205px; float:left; background:url(../images/nextR.png) no-repeat center center; }
  31. /*热门领域*/
  32. .hot-field{ width:100%; background:url(../images/fieldbg.jpg) no-repeat; background-size:100% 100%;padding:40px 0;}
  33. .hh4{width:180px;margin:auto;border:2px #fff solid; border-radius:6px;font-size:20px;line-height:32px; color:#fff; text-align:center; }
  34. .field-box{ width:856px;overflow:hidden; margin:20px auto;}
  35. .field{ /*width:164px; height:140px;*/ padding:10px 25px; float:left;}
  36. .field-name{ display:block; width:164px;font-size:16px;line-height:40px; color:#fff; text-align:center;}
  37. .field-icon{ display:block; width:100px; height:100px; border-radius:50%; margin:auto;}
  38. .field-name:hover{color:#fff;}
  39. .field-icon1{ background:url(../images/fieldIcon/field20.png) no-repeat center center;}
  40. .field-icon2{ background:url(../images/fieldIcon/field11.png) no-repeat center center;}
  41. .field-icon3{ background:url(../images/fieldIcon/field16.png) no-repeat center center;}
  42. .field-icon4{ background:url(../images/fieldIcon/field04.png) no-repeat center center;}
  43. .field-icon5{ background:url(../images/fieldIcon/field18.png) no-repeat center center;}
  44. .field-icon6{ background:url(../images/fieldIcon/field07.png) no-repeat center center;}
  45. .field-icon7{ background:url(../images/fieldIcon/field02.png) no-repeat center center;}
  46. .field-icon8{ background:url(../images/fieldIcon/field05.png) no-repeat center center;}
  47. .more{position: relative; display:block; width:132px; height:35px; margin:auto;font-size:14px;line-height:32px;padding:0 30px; color:#fff;}
  48. .more em{ position: absolute; top: 50%;margin-top: -9px; margin-left: 4px;width: 16px; height: 16px; background:url(../images/more-white.png) center center no-repeat;background-size:100% 100%;}
  49. .hot-field .more{ color:#fff;}
  50. /*热门专家*/
  51. .hot-professor{ width:100%; padding: 40px 0; }
  52. .hot-professor h4{border:1px #ff9900 solid;color:#ff9900;}
  53. .hot-professor .more{border:1px #ff9900 solid;color:#ff9900;}
  54. .professor-box{ width:900px; height:610px; margin:20px auto;}
  55. .professor{ width:175px; height:255px; border-radius:6px; overflow:hidden; position:relative; float:left; margin:25px;}
  56. .professor img{width:175px; height:255px;}
  57. .professor-data{ width:100%; height:300px; position:absolute; font-size:14px;line-height:16px; text-align:center; color:#fff;top:58%; background:url(../images/p-bg.png) no-repeat;padding:25px 0; }
  58. .professor-data h5{font-size:20px;line-height:30px; }
  59. .process-resear{ list-style:inside; padding:8px;font-size:12px;line-height:16px; text-align:left; }
  60. /*搜索页*/
  61. .content{ width:100%; height:auto; background:#f8f8f8; padding:60px 0 2px 0; }
  62. .content-in{ width:1050px;/*min-height:300px;*/ margin:auto;padding-bottom:20px;}
  63. .sear-search{ width: 774px;height: 38px;border: 2px solid #ff9900;border-radius: 6px; margin: 20px 0;}
  64. .sear-search .lookwho{border-right: 2px #ff9900 solid;font-size:15px;color:#ff9900;line-height:34px; height:34px; width:100px; border:none; border-right: 2px #ff9900 solid;border-radius:4px 0 0 4px; background:url(../images/downselect.png) no-repeat 70px center #fff; padding-left:16px; }
  65. .sear-search .lishow{background: #fff; overflow: hidden;border-radius: 0 0 6px 6px; position: absolute;top: 32px;left: -2px;width: 102px;border: 2px solid #ff9900; border-top: none;z-index: 20; display: none;}
  66. .sear-search .lookwho:focus{ border:none;}
  67. .sear-search .sear-txt{ width:530px; height:34px; background:#fff; border:none; border-radius:0; float:left;font-size:15px;line-height:34px;padding-left:20px; color:#888;}
  68. .sear-search .sear-btn{ width:140px; height:34px; background:#ff9900; border-radius:0; float:left; cursor:pointer;font-size:15px;line-height:34px; color:#fff; text-align:center; }
  69. /*搜索分类*/
  70. .classify{ width:100%;border:1px #f0f0f0 solid; margin-top:10px;border-radius: 6px;background: #fff; }
  71. .class1{ width:100%; height:48px; overflow:hidden; position:relative; border-bottom:1px #efefef solid;}
  72. .class1:nth-child(even){background:#f8f8f8;}
  73. .class1:last-child{border-bottom:none;}
  74. .title{ padding:0 15px; float:left;font-size:15px;line-height:48px; color:#333;}
  75. .area-con{ float:left; width:83%;/* border:1px solid red; */overflow:hidden; margin:6px 0;}
  76. .class1 a{ padding:0px 10px; float:left;font-size:14px;line-height:30px; color:#333;margin: 4px 2px;/* margin-right:15px; */}
  77. .class1 a:hover{color:#fff; background:#ff9900;}
  78. .class1 .colorbg{ color:#fff; background:#ff9900;}
  79. .andmore{ display:block; width:100px;font-size:14px;line-height:50px; color:#333; padding:0 28px; position:absolute;right:0; cursor:pointer;}
  80. .updown{ display:block; width:12px; height:12px; background:url(../images/UpDown.png) 0 center no-repeat; float:right; margin-top:19px;}
  81. /*搜索内容*/
  82. .about{ width:100%; border-top:1px #e2e2e2 solid; padding:5px 0;}
  83. .aboutcenter{ width:1050px;height:auto; margin:auto; }
  84. .abouttab{ width:100%; margin:10px 0; border-bottom:1px solid #ccc; border-radius:6px; }
  85. .tabbtn{ font-weight:bold; position:relative;z-index:20;font-size:16px; letter-spacing:0.2em; float:left; padding:16px; width:100px; text-align:center; border-radius:6px 6px 0 0; top: 1px;color:#ff9900; cursor:pointer; margin-left:6px; }
  86. .tabcurrent{ border:1px solid #ccc; border-bottom-color:#fff;background:#f8f8f8;}
  87. .abouttablist{ margin-bottom:40px;}
  88. .aboutcon{ display:none;}
  89. .aboutcon:first-child{ display:block;}
  90. .about-in{ overflow:hidden; width:100%;height:auto; margin:auto; margin-top:10px;}
  91. .item{ width:99%;overflow: hidden; background:#f8f8f8; border:1px #f0f0f0 solid;/*box-shadow:1px 1px 1px #ff9900 inset;*/ border-radius:6px; margin:10px auto; position:relative;min-height:120px; }
  92. .operbox{float: left;position: absolute;padding: 10px 20px;margin: 20px;right: 10px; top:50%; margin-top:-20px;}
  93. .operbtn{ padding:4px 20px; font-size:13px; margin:0 2px; border: 1px solid #efefef;border-radius: 6px; background:#ff9900; color:#fff; cursor:pointer;}
  94. .photo1{width:100px;height:100px;margin:20px;float:left; overflow:hidden;}
  95. .item:hover{/* border:1px solid #ff9900; */ box-shadow: 0 1px 6px 2px #e0e0e0;}
  96. /*专家简介*/
  97. .synopsis{ float:left; padding:10px 0; width:74%;line-height:24px;cursor: pointer;}
  98. .named{display:block;font-size:18px; color:#333; float:left;}
  99. .named:hover,.named:focus,.named:active{color:#333; text-decoration:none;}
  100. .modify{ display:block; width:16px; height:16px; background:url(../images/onauth.png) center center no-repeat; background-size:100% 100%; float:left; margin:2px;}
  101. .position{ clear:both;font-size:16px; color:#777; }
  102. .science{font-size:14px; color:#999;}
  103. .ellipsisbox p{text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
  104. .industry,.address{font-size:14px; color:#999; }
  105. .proModify{width: 20px;height: 20px;margin: 14px 4px;}
  106. .proEdit{margin: 12px 6px;}
  107. .proName{font-size:20px; line-height:46px;}
  108. .proPosition{font-size:18px; line-height:34px;}
  109. .proScience{font-size:16px; line-height:34px;}
  110. .proAddress{font-size:16px; line-height:30px;}
  111. /*资源简介*/
  112. .remess{ cursor:pointer;}
  113. .resourcephoto{width:100px;height:100px;margin:20px;float:left;overflow:hidden; }
  114. .resouname{font-size:18px; color:#333;}
  115. .belongname{ font-size:17px; color:#333; }
  116. .modicon{ margin:2px;}
  117. .positionbox{ font-size:16px; color:#666; }
  118. .sciencebox,.provideservice{font-size:14px; color:#999; }
  119. /* .provideservice p{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;overflow: hidden;} */
  120. .industrybox{font-size:14px; color:#999; }
  121. /*------------------------------------------------------------------------------------*/
  122. /*账号设置*/
  123. .account{ width:1050px; min-height:100px; margin:auto; padding: 40px 0;}
  124. .account-set{ width:18%; min-height: 260px; float:left; background:#f8f8f8; border-radius:6px; margin-top:50px; overflow:hidden;}
  125. .account-title{ height:58px; padding:0 30px;font-size:18px;line-height:68px;color:#a3a3a3;}
  126. .leftsidebar{ display:block; width:100%; height:40px; padding-left:50px;font-size:16px;line-height:40px; color:#313131;}
  127. .bgcolor{ background:#ff9900; color:#fff;}
  128. .leftsidebar:hover{ background:#ff9900; color:#fff;}
  129. .contentbox{ width:80%; float: right;overflow:hidden;margin:40px 0;}
  130. .content-set{ width:100%; min-height: 460px; background:#f8f8f8; border-radius:6px; padding-bottom: 20px;margin:10px 0; overflow:hidden; display:none;}
  131. .content-set:first-child{ display:block;}
  132. .content-set form{ width: 600px;margin: auto;padding: 10px;}
  133. .content-title{height:58px;padding:0 30px;font-size:18px;line-height:64px; color:#313131; border-bottom:1px #c8c8c8 solid;}
  134. .content-main{ padding:0 20px;}
  135. .note{ width:438px;padding: 10px; margin:20px auto 10px;font-size:14px;color:#818181; text-align:center; border-bottom:1px #c8c8c8 dashed;}
  136. .note p{line-height:20px;}
  137. .acountinfor{ width:60%; margin:10px auto; }
  138. .account-photo{ width:175px; height:175px; margin:auto;margin-top:25px; margin-bottom:25px; overflow:hidden;}
  139. .account-photo img{width:100%;}
  140. .account-name{ height:50px; padding: 0 40px;}
  141. .text-txt{font-size:18px;line-height:50px;color:#515151;}
  142. .edit2{ display:block;width:22px; height:22px; background:url(../images/edit.png) no-repeat left center;margin: 15px 6px;cursor:pointer;}
  143. .text{ overflow: hidden;width:180px;margin: auto;}
  144. .text a{ overflow: hidden;font-size:14px;line-height:57px; color:#f5980b; padding-left:5px;}
  145. .account-wallet{margin:20px auto; padding: 20px; background: #E8E8E8; border-radius: 6px;}
  146. .mywallet{ font-size:16px; line-height:20px; color:grey; font-weight: 500;}
  147. .walletbox{overflow: hidden; padding:6px 14px;}
  148. .walletbrig{font-size: 14px; color: #666; margin-left:20px; }
  149. .walletbrig span{ color: #666; margin:2px 10px;font-weight:600; }
  150. .walletbrig span .amount{ font-size: 24px;}
  151. .walletbrig span .fen{ font-size:18px;}
  152. .walletrecords{font-size: 14px; line-height:40px; margin-left:20px; }
  153. .walletrecords span{ color:#666; margin:2px 6px; }
  154. .walletrecords .recordbtn{ color:#ff9900;cursor:pointer;}
  155. /*.account-sax{ clear:both; height:50px; width:100%; padding: 0 40px;}*/
  156. .name-txt{ float:left;font-size:18px;line-height:50px; color:#818181;}
  157. input[type='radio'].radio {opacity:0; display:inline-block; height:20px; float:left; }
  158. label.radio {background:url(../images/unredio.png) no-repeat; height:20px; padding-left:25px; float:left; margin-top:14px; margin-left:10px;font-size:18px;line-height:22px; color:#818181;}
  159. input[type='radio'].radio:checked + .radio {background:url(../images/redio.png) no-repeat;}
  160. .save{ clear:both; width:100px; height:30px;margin-left:220px; margin-top:20px;border-radius:6px; border:none; background:#ff9900;font-size:14px;line-height:30px; color:#fff;}
  161. /*修改密码*/
  162. /*input:focus{ border:1px solid #ff8500;}*/
  163. .msgs{font-size:14px;line-height:40px; color:#ff8500;padding-left:8px; float:left;cursor:pointer;}
  164. .msg{ clear:both;font-size:14px;line-height:26px;color:red; padding-left:120px; background:url(../images/info_warn.png) 100px center no-repeat; }
  165. .msg-yz{font-size:14px;line-height:26px; color:red; padding:0 30px;background:url(../images/info_warn.png) 10px center no-repeat; margin-bottom:10px; clear: both; }
  166. .marginT{ height:60px; width:100%;}
  167. .password{ width:100%; height:40px; clear:both; margin:6px 0; }
  168. .lable{ float:left; display:block; width:100px;font-size:16px;line-height:40px; color:#747474; padding-right:15px; text-align:right;}
  169. .psd{ width:350px; height:40px; float:left; border-radius:6px; border:1px #bdbdbd solid; box-shadow:0px 0px 2px #bdbdbd inset; padding-left:10px;}
  170. .forget{ display:block; height:40px;font-size:14px;line-height:40px; color:#ff8500; float:right;cursor:pointer; position:relative;}
  171. .forget:hover{ color:#ff8500;}
  172. /*账号绑定*/
  173. .binding{ width:100%; height:44px;font-size:16px;line-height:66px;color:#818181;margin-left:70px;; margin-top:40px; display:none; }
  174. .unbinding{width:580px; height:44px;font-size:16px;line-height:66px; color:#ff9900;margin:auto; margin-top:40px; cursor:pointer; }
  175. .email-icon{display:block; width:30px; height:30px; background:url(../images/ep.png) 0 center no-repeat; float:left; margin-right:6px; margin-top:18px;}
  176. .phone-icon{display:block; width:30px; height:30px; background:url(../images/ep.png) -30px center no-repeat;float:left; margin-right:6px; margin-top:18px;}
  177. .replace{ width:60px; height:25px; background:#ff9900; border-radius:6px; border:none;font-size:13px;line-height:24px; color:#fff; margin-left:10px; cursor:pointer;}
  178. .replace3,.replace4{ display:none;color:#666;}
  179. .coverblock{ width:100%; height:100%; background:rgba(0,0,0,0.6); position:fixed; z-index:1004; display:none;}
  180. .floatbox{ /*width:400px;*/ padding: 0 20px 10px 20px;box-shadow:1px 1px 8px #9f9d9d; border-radius:6px;background:#fff; position:absolute; top:80px; left:50%; margin-left:-240px; margin-bottom:40px;}
  181. .float-title{ height:60px;border-bottom: 1px #ff9900 solid;font-size:18px;line-height:60px; color:#818181; padding:0 20px;}
  182. .times{ background:url(../images/workclose.png) center center no-repeat; position:absolute; top:10px; right:-30px;width: 24px;height: 24px; z-index: 1005; cursor:pointer; }
  183. .bdfrm{ padding:10px 30px 60px 30px; }
  184. .yz{ width:350px; height:44px; border-radius:6px; border:1px #bdbdbd solid; box-shadow:0px 0px 2px #bdbdbd inset; padding-left:20px; margin:10px;}
  185. .cover p{ clear:both;font-size:16px;line-height:26px; color:#818181; text-align:center; margin:20px 0;}
  186. .cover2 p{ clear:both;font-size:16px;line-height:26px; color:#818181; text-align:center; margin:20px 0;}
  187. .activate{ width:140px; height:38px; background:#fff;font-size:16px;line-height:35px; color:#333; cursor:pointer; border:none; border-radius:6px; margin:auto; margin-top:30px; }
  188. .act{margin-left:40px;}
  189. .act-color{background:#ff9900;color:#fff;}
  190. .back-btn:hover{background:#ff9900;color:#fff;cursor:pointer;}
  191. .input-code{ width: 210px;margin-left: 10px;}
  192. .infor-code{ width:130px; height:40px; background:#ff9900; border:none; border-radius:6px;font-size:14px;line-height:35px; color:#fff; cursor:pointer; margin-left:5px;}
  193. /*------------------------------------------------------------------------------------*/
  194. /*专家信息页*/
  195. /*咨询模块按钮入口*/
  196. .coulstblock{position:fixed;width:100%;bottom:0;right:0;z-index:1001; cursor: pointer; background:rgba(256,256,256,.9); border:1px solid #dddddd; border-radius:4px 4px 0 0; box-shadow: -3px -2px 8px -1px rgba(0,0,0,0.2); display:none;}
  197. .coulstblock .coulstbox{display:block;padding:10px 20px;width:90%;margin:auto; overflow:hidden;}
  198. .coulstblock .coulstbox .prohead{ width:80px;margin-left:40px; overflow:hidden;}
  199. .coulstblock .coulstbox .proinfomation{margin:0 2%;width:60%; overflow:hidden;}
  200. .coulstblock .coulstbox .coulstbtn{padding:24px 10px; margin-right: 20px;}
  201. .coulstblock .coulstbox .coulstbtn span,#conbtn span{padding:5px 40px; display:block; border-radius:4px; text-align:center; color:#fff; background:#ff9900;cursor:pointer}
  202. /*专家信息头部*/
  203. .information-head{ width:1050px; margin:auto;background:#fff; border:1px solid #eaeaea; margin-top:30px; padding:20px 30px; position: relative;}
  204. .head-left{ float:left;width:200px; height:200px; position:relative;overflow:hidden;}
  205. .replace-photo{ display:block; width:100%; height:50px; position:absolute; bottom:-50px;background:url(../images/take-photo.png) no-repeat center center; background-color:rgba(0,0,0,0.4);font-size:16px;line-height:44px; color:#fff; text-align:center;}
  206. /*.take-photo{ display:block; width:20px; height:20px; position:absolute; top:50%; margin-top:-10px; left:50%; margin-left:-10px;background:url(../images/take-photo.png) no-repeat center center; }*/
  207. .head-center{ float:left; min-height:150px;margin: 0px 30px;}
  208. .input-txt{ width:180px; height:26px; color:#666; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; float:left; padding-left:10px;}
  209. .infor{clear:both; width:100%;overflow:hidden; margin:10px; }
  210. .infor2{clear:both; width:100%; margin:10px; }
  211. .infor span,.infor2 span{ display:block; width:60px; height:26px; float:left;font-size:14px;line-height:26px; margin-left:10px;}
  212. .select{ width:173px; height:24px; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; background:url(../images/downselect.png) no-repeat 150px center; float:left; overflow:hidden;}
  213. .selectbtn{ width:200px; height:24px; border:none; background:url(../images/downselect.png) no-repeat 150px center; font-size:14px;line-height:26px; color:#999;}
  214. .infor-save{ float:left; clear:both; width:130px; height:26px; background:#ff9900;box-shadow:none; border:none;cursor:pointer; color:#fff; border-radius:5px;font-size:14px;line-height:26px; margin-top:15px; margin-left:10px; }
  215. .close,.close2{float: left; width:130px; height:26px; border-radius:5px; font-weight:normal;background:none; box-shadow:none; border:none;cursor:pointer; padding:0;font-size:14px;line-height:26px; margin-top:15px; margin-left:5px;opacity: 1;color: #666; text-shadow:none; }
  216. .close:hover,.close2:hover{ background:#ff9900; color:#fff; opacity: 1; }
  217. .head-right{ float:right; margin-top:30px; position: relative;width:140px; height:140px; overflow:hidden;}
  218. #headImage,#orgImage{ width:100%; height:100%;border:0;}
  219. #orgImage{display:none;}
  220. /*专家信息内容*/
  221. .information-content{ width:1050px;height:auto; margin:auto;margin-top:20px; position:relative;overflow: hidden;}
  222. .content-left{min-height:394px;max-width: 252px;width:24%; float:left;overflow:hidden;z-index:100; }
  223. .menublock{ margin-bottom:10px;width:100%; background:#fff; border:1px #eaeaea solid; padding-bottom:10px;}
  224. .left-title{ width:165px; height:44px;font-size:20px;line-height:44px; border-bottom:1px #ffad55 solid; padding-left:10px; }
  225. .subsidebar{ display:block; width:100%; height:26px; padding-left:18px;font-size:14px;line-height:26px;color:#313131; margin-top:5px;}
  226. .subcolor{ background:#ff9900; color:#fff;}
  227. .subsidebar:hover{ background:#ff9900; color:#fff;}
  228. .content-right{ width:75%;min-height:100px; float:right; }
  229. .right-box{ width:100%; background:#fff; border:1px #eaeaea solid; margin-bottom:10px; }
  230. /*.introduction{min-height:200px;}*/
  231. .right-title{ position:relative; overflow:hidden; padding-right:20px;}
  232. .right-title span{ float:left;font-size:20px;line-height:48px; /*color:#ff9900; */padding-left:15px;}
  233. .edit-position-left{ background-position:left;}
  234. .editbox{ clear:both; width:665px; margin:auto;font-size:14px;line-height:20px;color:#666;}
  235. .reedit{ clear:both; width:665px; min-height:210px; padding:10px;margin-left:12px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; font-size:14px;line-height:20px; color:#3e3e3e;resize:none;
  236. }
  237. .edit{ display:block; float:left; width:22px; height:22px; background:url(../images/edit.png) no-repeat left center;margin: 15px 6px;cursor:pointer;}
  238. .addclick{position:absolute; right:20px; background: url(../images/addclick.png) 0 14px no-repeat; padding-left: 22px;line-height: 48px;color: #ff9900;cursor: pointer;}
  239. .exitlist{position:absolute;margin-top:2px;margin-left:6px; width:22px; height:22px; background:url(../images/edit.png) no-repeat left center;cursor:pointer;}
  240. .btnbox{ overflow:hidden;padding:16px 20px;}
  241. .btnbox .btn{margin:0 6px;}
  242. .btnbox .deletebtn{color:#F00;box-shadow: none;border: none;background:none; float:right; }
  243. .modifybox{ display:none;padding:10px 36px; margin: 6px 0;background: #FFF9EF;}
  244. .infor-browse{ clear:both;padding-bottom:16px;}
  245. .infor-browse2{padding-bottom:0;}
  246. .btn-marL{cursor:pointer; }
  247. .btn-marB{ margin-bottom:30px;cursor:pointer;}
  248. .btn{ width:105px; padding:0;cursor:pointer;}
  249. .btn:hover, .btn:focus { text-decoration: none; color:#fff;}
  250. .select-sele{ clear:both; width:100%; height:26px;}
  251. .add{ float:left;}
  252. .addbtn{ float:left; clear:both; width:105px; height:26px; background:#ff9900;box-shadow:none; border:none;cursor:pointer; color:#fff; border-radius:5px;font-size:14px;line-height:26px; margin-left:10px;cursor:pointer; }
  253. .listbox{ margin:5px 0;max-width:100%; margin-left:15px; overflow:hidden; /*border:1px solid red;*/}
  254. .list-area{ overflow:hidden; padding:10px 0 20px 0; width:670px; margin:10px auto; background:#f8f8f8;}
  255. .listbox-browse{ min-height:26px; position:relative;}
  256. .list-browse{ height:24px;box-shadow:2px 2px 1px #c9c9c9 ; text-align:center;font-size:14px;line-height:26px; color:#666; margin-left:15px; float:left;cursor:pointer;padding-right: 8px;max-width: 60%;text-overflow: ellipsis;white-space: nowrap; overflow:hidden;}
  257. .plus{ float:left;display:block; width:26px; height:26px; cursor:pointer; background:url(../images/thumb-up.png) no-repeat 0 0; margin-left:10px; }
  258. .line{ width:110px; height:1px; background:#ccc; float:left; margin-left:30px; margin-top:12px;}
  259. .like-num{ float:right;max-width:38%;height:26px; padding:0 20px; overflow:hidden; }
  260. .like-people{ width:26px; height:26px; float:left; overflow:hidden; margin-right:5px; background:url(../images/default-photo.png) no-repeat center center; background-size:100% 100%;-moz-background-size:100% 100%;}
  261. .like-people img{ width:100%; height:100%;}
  262. .like-more{ display: block; border:1px solid #CCCCCC; background:url(../images/likemore.png) no-repeat center center;}
  263. .triangleR{ display:block; width:0; height:0; border:8px solid transparent; border-left-color:#f0f1f3; float:right; margin-right:20px;margin-top:6px; cursor: pointer;}
  264. .acad{ height:26px;border:1px #c9c9c9 solid; border-radius:5px; text-align:center;font-size:14px;line-height:26px;color:#3e3e3e; margin:6px 0; margin-left:15px; float:left;cursor:pointer;padding:0 8px;}
  265. .list{ height:26px;border:1px #c9c9c9 solid; border-radius:5px; text-align:center;font-size:14px;line-height:26px; color:#3e3e3e; margin-top:12px; margin-left:15px; float:left;cursor:pointer;padding-right: 8px; overflow:hidden;}
  266. .use{ height:26px;border:1px #c9c9c9 solid; border-radius:5px; text-align:center;font-size:14px;line-height:26px; color:#3e3e3e; margin-top:12px; margin-left:15px; float:left;cursor:pointer;padding:0 10px; overflow:hidden;}
  267. .like{ display:block; float:left; width:28px;background:#ff9900; color:#fff;font-size:10px;line-height:26px; margin-right:5px;}
  268. .remove{ cursor:pointer; padding-left:5px;}
  269. .remove img{width:10px;margin-left:6px;}
  270. .cancel{ cursor:pointer; padding-left:5px;}
  271. .ann{ clear:both; color:#7f7e7e;font-size:10px;line-height:10px; margin-left:50px;}
  272. .input-width{ width:326px;}
  273. .bus-title{ clear:both;font-size:14px;line-height:26px; color:#3e3e3e; }
  274. .check{ width:257px; height:26px; float:left;margin-left:35px;font-size:14px;line-height:26px;color:#3e3e3e;}
  275. .txt-width{ width:358px;}
  276. .txtType{ position:relative;}
  277. .txtExp{ position:relative;width: 60%;}
  278. .dateExp{ position:relative;}
  279. .lineTo{height: 1px;border: 1px solid #bbb;width: 20px;margin: 15px 0 0 10px;}
  280. .required_star{ color:#ff9900;float:left;background:url(../images/requiredicon.png) center center no-repeat;background-size:100% 100%; display:block;width:8px;height:8px;position:absolute; top: 6px;left: -10px; }
  281. .edu{ font-size:16px;line-height:30px; color:#868686;padding: 0 16px; margin: 10px;width: 100%;}
  282. .edu-h{ height:52px;}
  283. .edu-txt{ width:100%;margin-left: 8px;height: 30px;font-size: 14px;line-height: 18px;}
  284. .date-box{ }
  285. .datebox{ width:540px; overflow:hidden; height:26px;}
  286. hr{ width:18px; float:left; background:#ffc688; height:2px; border:none; margin:10px;}
  287. .checkbox{ float:left; width:60px;margin-left:15px;margin-top: -1px;}
  288. .date-btn{ float:left; width:180px; background:url(../images/select.png) no-repeat right #fff;background-size:13% 100%; z-index:999;}
  289. .opacity{ width:150px;}
  290. label.edu-radio{ float:none;font-size:16px;line-height:26px; color:#868686; }
  291. .edu-select{ margin-left:10px; width:240px; }
  292. .sf{ float:left;}
  293. .radiobox{ width:115px; float:left;}
  294. .date-title{float:left; margin-right: 4px;}
  295. .edu-sel{ float:right;}
  296. .edu-about li{ list-style:none;position:relative;padding-left: 0;}
  297. .edu-about li .listdata{position:relative;margin:0 35px; padding-left:16px;}
  298. .edu-about li .listdata .listpoint{display: block;width: 6px;height: 6px; background: #999;border-radius: 50%; position: absolute;top: 10px;left:0;}
  299. /* .edu-about li.listnone{margin: 0; list-style: none;padding-left: 0;} */
  300. .edu-about{ list-style:inside;font-size:14px;line-height:26px;color:#868686;padding:10px 0 26px 0;cursor:pointer;}
  301. .edu-about span{ display:none;}
  302. .infor-browse .edu-about{ color:#666;}
  303. .infor-browse .edu-infor { color:#666;}
  304. .edu-infor li{list-style:disc inside;margin:0 35px;}
  305. .add-icon{ cursor:pointer;}
  306. .button{ float:left; width:40px; height:17px; margin-left:10px; margin-top:4px;}
  307. .modi{ cursor:pointer;padding-left:10px;}
  308. /* .floatL{ float:right;} */
  309. .addbox{ display:none;}
  310. /*下拉*/
  311. .mr_sj {position: absolute;right: 18px;top: 12px;border: 6px solid #fff;border-color: #ff9900 transparent transparent;display: block;font-size: 0;height: 0;width: 0;}
  312. .mr_timed_div .mr_btn {border: 0;text-align: left;width: 160px;height: 28px;background-color: #fff;}
  313. .mr_timed_div {position: relative;width: 180px;height: 30px;cursor: pointer; background-color: #fff;}
  314. .xl_list {position: absolute;top: 30px;left: -1px;z-index: 2;background-color: #fff;box-shadow: 2px 2px 4px #efefe4; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;width:180px;}
  315. .ul_edubg { max-height: 182px;overflow: auto;display:none;border: 1px solid #e7e7e7;}
  316. .mr_timed_div .xl_list li {line-height: 36px;padding-left: 10px;list-style:none;margin: 0 10px;}
  317. /*日期组件*/
  318. .mr_calendar_ym {position: absolute;top: 34px;left:6px;height: 160px;width: 244px;background-color: #fff;z-index: 5000;border: 1px solid #e7e7e7;border-radius: 4px;box-shadow: 2px 2px 4px #e7e7e7;cursor:pointer;display:none;}
  319. .mr_calendar_ym ul {float: left;}
  320. .mr_calendar_ym span{display:block;}
  321. .mr_calendar_ym .mr_year {width: 34%;height: 158px;border-right: 1px solid #efefef;overflow: auto;}
  322. .mr_calendar_ym .mr_year li {list-style:none;margin:0;cursor: pointer;line-height: 32px;background-color: #fff;color: #333;text-align: center;}
  323. .mr_calendar_ym .mr_month { word-wrap: normal;padding: 10px 10px 10px 16px;background-color: #fff; width:66%;height:158px;}
  324. .mr_calendar_ym .mr_month li {list-style:none;margin:0;float: left;cursor: pointer;width: 33%;height: 22px;line-height: 22px;color: #333;background-color: #fff;margin: 0 0 10px;}
  325. .mr_calendar_ym .full_year{width: 100%;height: 158px;border-right: 1px solid #efefef;overflow: auto;}
  326. .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;}
  327. .mr_calendar_ym .active { background-color: #ff9900!important;color: #fff!important;}
  328. /*<!--城市选择器-->*/
  329. .citybox{float:left; width:340px;}
  330. .infolist{width:100%;/*padding-left:5em;font-size:14px;position:relative;color:#494949;min-height:38px;margin:5px 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;clear:both;*/}
  331. .infolist .liststyle span{position:relative;height:26px;line-height:26px;width:164px;display:inline-block;padding:0 0 0 6px;cursor:pointer;float:left;margin:0;background:#fff;}
  332. .infolist .liststyle span .mr_show{ font-style:normal;width:160px;display:inline-block;height:26px;line-height:26px;position:relative;}
  333. .infolist .liststyle span .mr_sj{right:4px;top:10px;}
  334. .infolist .liststyle span ul{width:100%;border-radius:0 0 5px 5px;position:absolute;border:1px solid #E8E8E8;background:white;left:-1px;top:25px;margin-bottom:10px;display:none;z-index:10;max-height:280px; overflow:auto;}
  335. .infolist .liststyle span ul li{width:100%;float:left;overflow:hidden;border-top:1px solid #E8E8E8;}
  336. .infolist .liststyle span ul li:first-child{border-top:0;}
  337. .infolist .liststyle span ul li a{display:block;height:30px;line-height:30px;padding:0 8px;color:#494949;}
  338. .radio+.radio, .checkbox+.checkbox {
  339. margin-top: 2px;
  340. }
  341. /*------------------------------------------------------------------------------------*/
  342. /*科研资源*/
  343. .shareabout{ position:relative; margin:0 20px;}
  344. .sharesrcbox{overflow:hidden; position:relative; margin:auto;width: 96%; }
  345. .sharescrollbox{ overflow:hidden;width:30000em; position:relative; left:0;}
  346. .sharescrollbox .sharesrc{ width:200px; margin:10px 6px; float:left;}
  347. .sharescrollbox .restit{ color:#666; margin-top: 6px;}
  348. .sharescrollbox .briefinfor{ width:100%; max-height:100px; text-overflow:ellipsis; overflow:hidden; color:#777; }
  349. .sharescrollbox .shareshow{ position: relative; width: 200px; height: 200px;border-radius: 4px; overflow: hidden;}
  350. .shareopeart{ position:absolute; bottom:0px; left:0px; z-index:100; overflow:hidden; width:100%;}
  351. .sharebtn{ display:block; text-align:center; float:left; cursor:pointer; width:100%; height:30px;font-size:14px;line-height:30px; background:rgba(0,0,0,.2); color:#fff; border:1px solid #d6d6d6;}
  352. .sharebtn:hover{ color:#fff; background:#ff9900;}
  353. .resoubtn{ position:absolute;top:40%; width:30px; height:41px; background:#ccc; border-width:1px 1px 0 1px; display:none; cursor:pointer;}
  354. .resouprev{left:-4px;background:url(../images/arrows.png) -30px 0 no-repeat;}
  355. .resounext{right:-4px;background:url(../images/arrows.png) 0 0 no-repeat;}
  356. .resouprev:hover{ background:url(../images/arrows.png) -30px -41px no-repeat;}
  357. .resounext:hover{ background:url(../images/arrows.png) 0 -41px no-repeat;}
  358. /*合作历史及评价*/
  359. .evaluate2{ overflow:hidden; border-bottom:1px dashed #d6d6d6; padding:10px 0;}
  360. .evaluate2 .lefteva{ float:left; max-height:200px; width:20%; max-width:200px; text-align:center; margin-top:10px;}
  361. .evaluate2 .evaimg{ display:block; width:60px; height:60px; overflow:hidden;margin:auto;}
  362. .evaluate2 .righteva{ padding:0 10px; float:right; width:80%;}
  363. .evaluate2 .evasort{ }
  364. .evaluate2 .evasort li{ text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
  365. .evaluate2 .evastarbox{ overflow:hidden;}
  366. .evaluate2 .evastar{ display:block; width:24px; height:24px; cursor:pointer; float:left; background:url(../images/evastar.png) 0 -22px no-repeat;}
  367. .evaluate2 .evabrief{ display:block; max-height:80px; overflow:hidden; text-overflow:ellipsis; }
  368. .shareabout .morebtn{ text-align:right; overflow:hidden; margin:10px;}
  369. .shareabout .morebtn .morelink{ color:#333;font-size:14px;line-height:60px;float:right; margin-right:20px;}
  370. /*个人修改页面科研资源*/
  371. .enterwork{ color:#333;position:absolute; bottom:10px; left:102px; cursor: pointer;}
  372. .enterwork:hover{color:#ff9900;}
  373. /*机构信息页面*/
  374. .head-org{ float:left; position: relative;width:180px; height:180px; overflow:hidden;}
  375. .similarblock{ overflow:hidden; margin:0 10px; padding:10px; border-bottom:1px dashed #d6d6d6;}
  376. .similarblock .evaimg{ display:block; width:60px; height:60px; overflow:hidden; border:1px solid #999; border-radius:4px; float:left; margin-right:20px;}
  377. .rightsim{ max-width:160px; overflow:hidden; float:left;}
  378. .rightsim p{text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size:12px; line-height:16px;}
  379. .subuser{ overflow:hidden;}
  380. .subuser li{ overflow:hidden; float:left; text-align:center; padding:10px; width:24%; list-style:none;}
  381. .subuser li .evaimg{ display:block; width:60px; height:60px; overflow:hidden; border:1px solid #999; border-radius:4px; margin:auto;}
  382. #evastarboxx .staspan{background: url(../images/evastar.png) 0 1px no-repeat;}