You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

151 lines
1.9 KiB

  1. /*news.html*/
  2. .newSec1List{
  3. height: 100%;
  4. overflow: auto;
  5. position: relative;
  6. }
  7. .newSec1List li{
  8. padding: 5px 22px;
  9. transition:all 0.3s;
  10. -moz-transition:all 0.3s;
  11. -ms-transition:all 0.3s;
  12. -o-transition:all 0.3s;
  13. -webkit-transition:all 0.3s;
  14. }
  15. .newSec1List a{
  16. display: block;
  17. line-height: 25px;
  18. font-size: 14px;
  19. }
  20. .newSec1List span{
  21. display: block;
  22. margin-left: 20px;
  23. }
  24. .newSec1List img{
  25. width: 13px;
  26. float: left;
  27. margin-top: 4px;
  28. }
  29. .news_sec2{
  30. background: #fff;
  31. margin: 22px 22px 10px 414px;
  32. padding: 35px;
  33. overflow: auto;
  34. }
  35. .news2List{
  36. padding: 0 10px;
  37. background: #fff;
  38. }
  39. .news2List li{
  40. padding: 14px 0;
  41. border-bottom: 1px dashed #E7E7E7;
  42. }
  43. .news2List a,.news2List span{
  44. display: block;
  45. }
  46. .news2List a{
  47. font-size: 14px;
  48. }
  49. .news2T{
  50. width: 80%;
  51. overflow:hidden;
  52. white-space:nowrap;
  53. text-overflow:ellipsis;
  54. }
  55. .news2T img{
  56. float: left;
  57. margin-right: 8px;
  58. width: 18px;
  59. margin-top: 3px;
  60. }
  61. .news2Time{
  62. text-align: right;
  63. color: #C2C2C2;
  64. float: right;
  65. }
  66. .paging{
  67. height: 30px;
  68. margin-top: 30px;
  69. overflow: hidden;
  70. }
  71. .pagingTxt{
  72. float: left;
  73. line-height: 30px;
  74. font-size: 14px;
  75. color: #ABABAB;
  76. }
  77. .pagingR{
  78. float: right;
  79. }
  80. .pagingR *{
  81. display: inline-block;
  82. vertical-align: middle;
  83. font-size: 14px;
  84. height: 30px;
  85. }
  86. .pagingR a{
  87. border: 1px solid #F1F1F1;
  88. width: 68px;
  89. line-height: 28px;
  90. border-radius: 15px;
  91. margin-left: 10px;
  92. text-align: center;
  93. }
  94. .pagingR a:first-child{
  95. margin-left: 0;
  96. color: #fff;
  97. }
  98. .pagingR span{
  99. width: 50px;
  100. line-height: 30px;
  101. text-align: right;
  102. margin-right: 10px;
  103. }
  104. .pagingR input{
  105. width: 56px;
  106. border: 1px solid #F1F1F1;
  107. text-align: center;
  108. line-height: 28px;
  109. }
  110. .pagingBtn{
  111. cursor: pointer;
  112. border: 1px solid #F1F1F1;
  113. width: 68px;
  114. line-height: 28px;
  115. border-radius: 15px;
  116. margin-left: 10px;
  117. text-align: center;
  118. }
  119. /*news.html*/
  120. @media(max-width:1680px) {
  121. .news_sec2 {
  122. margin: 22px 22px 10px 344px;
  123. }
  124. }