index.css 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .hot{margin-top: 20px; line-height: 14px;}
  2. .hot span{float: left;margin-right: 35px;font-size: 16px;color: #58a3ff;}
  3. .hot ul{float: left;}
  4. .hot li{margin-right: 30px; float: left;/*list-style-type:square;*/ line-height: 16px;}
  5. .hot li:last-child{margin-right:0 ;}
  6. .logo{height: 260px; line-height: 330px; text-align: center;}
  7. .search input{border-color: #58a3ff;border-radius: 0;}
  8. .search button{padding: 6px 30px;border-radius: 0;background: #58a3ff;color: #fff;border-color: #58a3ff;}
  9. .search button:hover{background: #58a3ff;color: #fff;border-color: #58a3ff;}
  10. .header_nav{margin-bottom: 20px;}
  11. .content_lt{width: 670px;margin-right: 20px;float: left;}
  12. .content_nav{border-bottom: 1px solid #ececec;background: #fafafa; overflow: auto;}
  13. .content_nav ul li{float: left;}
  14. .content_nav ul li.active a{line-height: 36px!important;}
  15. .content_nav a{width: 80px;height: 40px;line-height: 44px;display: inline-block;text-align: center; color: #333333;}
  16. .content_nav a:hover{/*line-height: 36px;background: #fff; border:1px solid #ececec; border-top:4px solid #58a3ff; border-bottom: none; color: #58a3ff!important;*/}
  17. .active{background: #fff; border:1px solid #ececec; border-top:4px solid #58a3ff; border-bottom: none; color: #58a3ff}
  18. .content_list{width: 670px; float: left;margin-top: 20px;}
  19. .content_list>div{border-top: none;}
  20. .info_img{float: left; width: 120px; height:96px;margin:0 20px;}
  21. .info_img img{width: 100%;height: 100%;}
  22. .content_info{float: left; padding: 20px 0; width: 100%; border-bottom: 1px solid #ececec;}
  23. .content_info:hover{background: #fafafa;}
  24. .info_act{background: #fafafa;}
  25. .info_txt{ width: 500px; float: left;font-size: 16px; line-height: 28px;color: #333333;}
  26. .info_txt>p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;height: 56px;}
  27. .source{font-size: 14px;}
  28. .source span{margin-right: 25px;}
  29. .source i{padding: 6px 9px;margin-right: 12px;background: #f5f5f5; color: #999999;}
  30. .source .name{color: #4466bf;background: #f0f7ff;}
  31. .zc_info_txt{padding: 0 20px;font-size: 16px; color: #333333;}
  32. .zc_info_txt .source span{margin-right: 15px;color: #999999;}
  33. .content_rt{width: 310px;float: left;border: 1px solid #ececec;}
  34. .content_rt div{padding: 10px; border-bottom: 1px dashed #d9d9d9; overflow: auto;}
  35. .content_rt div:last-child{border: none;}
  36. .content_rt ul li{float: left;}
  37. .content_rt ul li a{padding: 3px 10px; border: 1px solid #c9c9c9; display: block; border-radius: 30px; font-size: 12px; margin: 0 10px 10px 0;}
  38. .content_rt ul li a:hover{color: #fff;background: #58a3ff;border-color: #58a3ff;}
  39. .content_rt h4{margin-bottom: 14px;}