newsdetail.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. @charset "utf-8";
  2. .newsdetail-content{
  3. margin: 0 auto;
  4. width: 1280px;
  5. height: 1023px;
  6. background: url(../../images/aio/index-bg.png) no-repeat;
  7. overflow: hidden;
  8. }
  9. .newsdetail-body{
  10. width: 100%;
  11. height: 876px;
  12. }
  13. .newsdetail-body-top{
  14. padding-top: 176px;
  15. padding-bottom: 20px;
  16. width:1100px;
  17. margin: 0 auto;
  18. }
  19. .body-top-left{
  20. float:left;
  21. width:890px;
  22. text-align: center;
  23. padding: 35px 0px 0px 0px;
  24. }
  25. .top-left-title{
  26. display:inline-block;
  27. font-family: "MicrosoftYaHei";
  28. font-size: 26px;
  29. font-weight: normal;
  30. font-stretch: normal;
  31. line-height: 60px;
  32. letter-spacing: 0px;
  33. color: #ffffff;
  34. }
  35. .top-left-tip{
  36. font-family: "MicrosoftYaHei";
  37. width: 100%;
  38. font-size: 22px;
  39. font-weight: normal;
  40. font-stretch: normal;
  41. /* line-height: 90px;*/
  42. letter-spacing: 0px;
  43. color: #2484d8;
  44. }
  45. .top-left-tip td{
  46. text-align: center;
  47. }
  48. .body-top-right{
  49. float:right;
  50. width:210px;
  51. padding: 15px 0px 0px 0px;
  52. }
  53. .top-right-btn{
  54. padding: 28px 0px;
  55. float: right;
  56. margin-top: 12px;
  57. background: none;
  58. border: none;
  59. background-image: url(../../images/company/company-backbth-bg.png);
  60. background-repeat: no-repeat;
  61. outline: none;
  62. width: 210px;
  63. height: 95px;
  64. font-family: "MicrosoftYaHei";
  65. font-size: 26px;
  66. font-weight: normal;
  67. font-stretch: normal;
  68. line-height: 36px;
  69. letter-spacing: 0px;
  70. color: #ffffff;
  71. text-align: center;
  72. }
  73. .top-right-btn a{
  74. color: #ffffff;
  75. }
  76. .newsdetail-body-content{
  77. width:1100px;
  78. margin: 0 auto;
  79. height:350px;
  80. overflow-y: auto;
  81. box-shadow: 0px 5px 10px 0px #01326f;
  82. border: solid 2px #0e58d6;
  83. }
  84. .newsdetail-body-content::-webkit-scrollbar {/*滚动条整体样式*/
  85. width: 15px; /*高宽分别对应横竖滚动条的尺寸*/
  86. height: 15px;
  87. }
  88. .newsdetail-body-content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  89. border-radius: 8px;
  90. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  91. background: #0482d0;
  92. }
  93. .newsdetail-body-content::-webkit-scrollbar-track {
  94. /*滚动条里面轨道*/
  95. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  96. border-radius: 8px;
  97. background: #fff;
  98. }
  99. .body-content-info{
  100. width:1000px;
  101. margin: 0 auto;
  102. padding:30px 0px;
  103. }
  104. .content-info-top{
  105. font-family: "MicrosoftYaHei";
  106. font-size: 22px;
  107. font-weight: normal;
  108. font-stretch: normal;
  109. line-height: 35px;
  110. letter-spacing: 0px;
  111. color: #92ccff;
  112. display: inline-block;
  113. padding-bottom: 30px;
  114. border-bottom:2px solid #0e58d6;
  115. box-shadow: 0px 15px 13px -10px #01326f;
  116. }
  117. .content-info-bottom{
  118. color: #92ccff;
  119. }
  120. .content-info-bottom span{
  121. font-size:20px !important;
  122. }
  123. .content-info-bottom a{
  124. color:#92ccff !important;
  125. }
  126. .content-info-bottominfo{
  127. font-family: "MicrosoftYaHei";
  128. font-size: 22px;
  129. font-weight: normal;
  130. font-stretch: normal;
  131. line-height: 35px;
  132. letter-spacing: 0px;
  133. color: #92ccff;
  134. }
  135. .newsdetail-body-bottom{
  136. width:1000px;
  137. margin: 0 auto;
  138. padding: 38px 0px;
  139. }
  140. .newsdetail-body-bottom span,.newsdetail-body-bottom a{
  141. font-family: "MicrosoftYaHei";
  142. font-size: 22px;
  143. font-weight: normal;
  144. font-stretch: normal;
  145. line-height: 60px;
  146. letter-spacing: 0px;
  147. color: #f6901e;
  148. }