pagemessage.less 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. //新闻头条
  2. .topNewsPart {
  3. width: 100%;
  4. box-sizing: border-box;
  5. .inner {
  6. width: 1200px;
  7. overflow: hidden;
  8. margin-bottom: 30px;
  9. .toutiao {
  10. margin-bottom: 30px;
  11. .xwtt {
  12. width: 1200px;
  13. height: 41px;
  14. line-height: 41px;
  15. text-align: center;
  16. a {
  17. display: block;
  18. width: 600px;
  19. margin: 0 auto;
  20. height: 41px;
  21. }
  22. h1.tttitle {
  23. display: inline-block;
  24. width: 600px;
  25. height: 41px;
  26. white-space: nowrap;
  27. overflow: hidden;
  28. text-overflow: ellipsis;
  29. font-family: Microsoft YaHei, Microsoft YaHei;
  30. font-weight: bold;
  31. font-size: 30px;
  32. color: #333333;
  33. line-height: 35px;
  34. text-align: left;
  35. vertical-align: middle;
  36. }
  37. }
  38. .toutiao1 {
  39. width: 1200px;
  40. text-align: center;
  41. white-space: nowrap;
  42. overflow: hidden;
  43. text-overflow: ellipsis;
  44. font-family: Microsoft YaHei, Microsoft YaHei;
  45. font-weight: 400;
  46. font-size: 18px;
  47. color: #333333;
  48. line-height: 21px;
  49. margin-top: 20px;
  50. padding: 0 100px;
  51. box-sizing: border-box;
  52. .toutiaolist {
  53. display: inline-block;
  54. width: 300px;
  55. height: 21px;
  56. white-space: nowrap;
  57. overflow: hidden;
  58. text-overflow: ellipsis;
  59. margin-right: 30px;
  60. a {
  61. color: #333333;
  62. }
  63. }
  64. .toutiaolist:hover {
  65. a {
  66. color: #e98008;
  67. }
  68. }
  69. }
  70. }
  71. .messageLeft {
  72. float: left;
  73. width: 720px;
  74. .lunbo {
  75. width: 720px;
  76. height: 405px;
  77. }
  78. .messageleft_photo_text {
  79. width: 720px;
  80. height: 240px;
  81. margin-top: 30px;
  82. .messageleft_photo {
  83. float: left;
  84. width: 350px;
  85. height: 240px;
  86. a img {
  87. width: 350px;
  88. height: 190px;
  89. }
  90. .message_text {
  91. width: 350px;
  92. height: 50px;
  93. line-height: 50px;
  94. white-space: nowrap;
  95. overflow: hidden;
  96. text-overflow: ellipsis;
  97. font-family: Microsoft YaHei, Microsoft YaHei;
  98. font-weight: 400;
  99. font-size: 20px;
  100. color: #333333;
  101. padding: 0 10px;
  102. box-sizing: border-box;
  103. }
  104. }
  105. .messageleft_photo:hover {
  106. .message_text {
  107. color: #e98008;
  108. }
  109. }
  110. .messageleft_photo:first-child {
  111. margin-right: 20px;
  112. }
  113. }
  114. }
  115. .messageRight {
  116. float: right;
  117. width: 450px;
  118. .messageRight_title {
  119. font-family: Microsoft YaHei, Microsoft YaHei;
  120. font-weight: 400;
  121. font-size: 20px;
  122. color: #DD7D18;
  123. }
  124. .messageRight_content {
  125. width: 450px;
  126. margin-top: 20px;
  127. .messageRight_content_title {
  128. width: 450px;
  129. height: 25px;
  130. line-height: 25px;
  131. white-space: nowrap;
  132. overflow: hidden;
  133. text-overflow: ellipsis;
  134. font-family: Microsoft YaHei, Microsoft YaHei;
  135. font-weight: 400;
  136. font-size: 18px;
  137. color: #333333;
  138. margin-bottom: 17px;
  139. a {
  140. color: #333333;
  141. }
  142. }
  143. .messageRight_content_title:first-child {
  144. font-weight: bold;
  145. }
  146. .messageRight_content_title:hover {
  147. a {
  148. color: #dd7d18;
  149. }
  150. }
  151. }
  152. }
  153. }
  154. }