qxkj.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. /*****内容****/
  2. .container {
  3. margin: 0 auto;
  4. max-width: 1320px;
  5. }
  6. /**左边**/
  7. .left-col {
  8. background-color: #fff;
  9. position: fixed;
  10. width: 190px;
  11. height: 100%;
  12. top: 0;
  13. bottom: 0;
  14. z-index: 999;
  15. box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
  16. }
  17. .site-branding {
  18. border-bottom: 1px solid #f5f5f5;
  19. margin-bottom: 10px;
  20. text-align: center;
  21. }
  22. .site-branding img {
  23. vertical-align: middle;
  24. width: auto;
  25. max-width: 100%;
  26. }
  27. .site-branding #logo {
  28. padding: 10px 0;
  29. }
  30. /**导航**/
  31. .nav {
  32. width: 100%;
  33. }
  34. .nav ul {
  35. margin-bottom: 10px;
  36. }
  37. .nav ul li {
  38. white-space: nowrap;
  39. }
  40. .nav ul li a {
  41. color: #333;
  42. font-size: 16px;
  43. padding: 10px 10px 10px 60px;
  44. display: block;
  45. }
  46. .nav ul li a.active ,.nav ul li a:hover{
  47. background-color: #ed4040;
  48. color: #fff;
  49. border-radius: 4px;
  50. }
  51. /**幻灯**/
  52. .gslider {
  53. width: 770px;
  54. height: 385px;
  55. margin: 20px 0;
  56. }
  57. .gslider img {
  58. width: 770px;
  59. height: 385px;
  60. }
  61. .content-wrapper {
  62. margin-right: 320px;
  63. margin-left: 190px;
  64. padding: 0 20px 0;
  65. float: left;
  66. }
  67. .content-wrapper a:hover {
  68. text-decoration: underline;
  69. color: #ed4040;
  70. }
  71. /**最新动态**/
  72. .recent-content {
  73. width: 770px;
  74. height: auto;
  75. overflow: hidden;
  76. background-color: #fff;
  77. }
  78. .recent-content h2 {
  79. border-bottom: 1px solid #f0f0f0;
  80. padding: 0 20px;
  81. position: relative;
  82. }
  83. .recent-content h2 span {
  84. display: inline-block;
  85. border-bottom: 2px solid #ff4c4c;
  86. margin-bottom: -1px;
  87. padding: 10px 0 9px;
  88. }
  89. /**文章**/
  90. .lista {
  91. padding: 20px;
  92. border-bottom: 1px solid #f4f4f4;
  93. overflow: hidden;
  94. }
  95. .lista h3 {
  96. font-size: 1.3em;
  97. margin-bottom: 12px;
  98. }
  99. .lista h3 a {
  100. font-size: 1.3em;
  101. line-height: 30px;
  102. }
  103. .pov {
  104. display: block;
  105. }
  106. .tittop {
  107. margin-bottom: 8px;
  108. font-size: 13px;
  109. color: #999;
  110. }
  111. .tittop b {
  112. color: #999;
  113. font-size: 12px;
  114. margin-right: 10px;
  115. font-weight: normal;
  116. }
  117. .lista ul {
  118. margin: 15px 0 15px;
  119. overflow: hidden;
  120. }
  121. .lista ul li {
  122. float: left;
  123. width: 32%;
  124. margin-right: 2%;
  125. overflow: hidden;
  126. }
  127. .lista .mg {
  128. margin-right: 0;
  129. clear: right;
  130. }
  131. .thumbnail-wrap {
  132. overflow: hidden;
  133. }
  134. .lista ul li:hover .thumbnail-wrap img {
  135. transform: scale(1.02);
  136. transition: all 0.4s;
  137. overflow: hidden;
  138. }
  139. .lista ul li img {
  140. width: 230px;
  141. height: 150px;
  142. overflow: hidden;
  143. }
  144. .sview {
  145. width: 100%;
  146. height: auto;
  147. }
  148. .sviewl {
  149. float: left;
  150. width: 490px;
  151. overflow: hidden;
  152. }
  153. .sviewr {
  154. float: right;
  155. width: 218px;
  156. overflow: hidden;
  157. height: auto;
  158. }
  159. .sviewr img {
  160. width: 218px;
  161. height: 140px;
  162. transform: scale(1.1);
  163. transition: all .5s;
  164. overflow: hidden;
  165. }
  166. .art_summary {
  167. margin-bottom: 12px;
  168. }
  169. .art_summary p {
  170. line-height: 26px;
  171. font-size: 16px;
  172. }
  173. .footbar {
  174. height: 26px;
  175. line-height: 26px;
  176. }
  177. .footbar i {
  178. font-style: normal;
  179. }
  180. .footbar-category {
  181. background-color: #ff4c4c;
  182. color: #fff;
  183. padding: 5px;
  184. line-height: 26px;
  185. margin-right: 20px;
  186. }
  187. .footbar-category a {
  188. color: #fff;
  189. }
  190. .footbar-category a:hover {
  191. color: #fff;
  192. text-decoration: none;
  193. }
  194. .footbar-like {
  195. margin-right: 15px;
  196. }
  197. .footbar-like a {
  198. color: #999;
  199. font-size: 12px;
  200. }
  201. /**右边**/
  202. .sitebar {
  203. width: 300px;
  204. margin-top: 20px;
  205. margin-left: -320px;
  206. float: left;
  207. }
  208. .searchbox {
  209. background-color: #fff;
  210. }
  211. .searchbox form {
  212. height: 38px;
  213. padding: 20px;
  214. position: relative;
  215. margin-right: 20px;
  216. }
  217. .search-input {
  218. width: 100%;
  219. height: 38px;
  220. line-height: 38px;
  221. border: 1px solid #e9e9e9;
  222. padding-left: 10px;
  223. font-size: 14px;
  224. }
  225. .search-submit {
  226. width: 64px;
  227. height: 38px;
  228. padding-left: 0;
  229. padding-right: 0;
  230. position: absolute;
  231. top: 20px;
  232. right: 0;
  233. border-left: none;
  234. color: #fff;
  235. font-size: 16px;
  236. line-height: 1;
  237. outline: none;
  238. cursor: pointer;
  239. text-align: center;
  240. vertical-align: middle;
  241. background-color: #ff4c4c;
  242. }
  243. .sitebar-article {
  244. margin: 20px 0;
  245. background-color: #fff;
  246. padding: 20px;
  247. box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
  248. overflow: hidden;
  249. }
  250. .sitebar-article h2 {
  251. border-bottom: 1px solid #e9e9e9;
  252. color: #333;
  253. font-size: 1em;
  254. margin: -5px 0 20px;
  255. font-size: 18px;
  256. }
  257. .sitebar-article h2 span {
  258. border-bottom-color: #ff4c4c;
  259. border-bottom: 2px solid #ff4c4c;
  260. display: inline-block;
  261. margin-bottom: -1px;
  262. padding-bottom: 10px;
  263. }
  264. .sitebar-article ul li {
  265. margin-bottom: 15px;
  266. overflow: hidden;
  267. }
  268. .sitebar-article-list ul li .artl {
  269. float: left;
  270. width: 158px;
  271. }
  272. .sitebar-article-list ul li .artl a {
  273. color: #333;
  274. line-height: 24px;
  275. font-size: 14px;
  276. }
  277. .sitebar-article-list ul li a:hover {
  278. color: #ff4c4c;
  279. text-decoration: underline;
  280. }
  281. .sitebar-article-list ul li .artl p {
  282. line-height: 24px;
  283. font-size: 14px;
  284. }
  285. .sitebar-article-list ul li .artl label {
  286. color: #999;
  287. line-height: 24px;
  288. }
  289. .sitebar-article-list ul li .artr {
  290. float: right;
  291. width: 90px;
  292. height: auto;
  293. }
  294. .sitebar-article-list ul li .artr img {
  295. width: 90px;
  296. height: 60px;
  297. }
  298. .sitebar-article-list ul li:hover .artr img {
  299. transform: scale(1.01);
  300. transition: all .5s;
  301. -ms-transform: scale(1.1);
  302. -moz-transform: scale(1.1);
  303. -webkit-transform: scale(1.1);
  304. }
  305. .ali {
  306. width: 300px;
  307. }
  308. .ali img {
  309. width: 300px;
  310. height: auto;
  311. }
  312. /**文章显示**/
  313. .showart {
  314. padding: 20px;
  315. }
  316. .loccrumbs {
  317. font-size: 13px;
  318. margin-bottom: 20px;
  319. color: #999;
  320. }
  321. .loccrumbs span {
  322. color: #999;
  323. font-size: 12px;
  324. }
  325. .loccrumbs a {
  326. color: #999;
  327. text-decoration: underline;
  328. }
  329. .showart h3 {
  330. font-size: 22px;
  331. margin-bottom: 20px;
  332. }
  333. .showart h3 a {
  334. color: #333;
  335. font-weight: bold;
  336. }
  337. .showcontent {
  338. border-top: 1px solid #f0f0f0;
  339. overflow: hidden;
  340. margin-top: 20px;
  341. padding-top: 25px;
  342. }
  343. .showcontent img {
  344. width: 730px;
  345. padding: 10px 0;
  346. }
  347. .showcontent p {
  348. line-height: 30px;
  349. font-size: 16px;
  350. margin-bottom: 20px;
  351. }