policyDetail.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. *{
  2. padding: :0;
  3. margin:0;
  4. font-family: "微软雅黑";
  5. text-decoration: none;
  6. }
  7. ul{
  8. padding:0px;
  9. list-style: none;
  10. }
  11. .clear {
  12. clear:both;
  13. height: 0;
  14. line-height: 0;
  15. font-size: 0;
  16. }
  17. .wrapper{
  18. background-image:url('../../img/homepage/bg.jpg');
  19. background-repeat: no-repeat;
  20. background-attachment: fixed;
  21. background-size:100% 100%;
  22. -moz-background-size:100% 100%;
  23. clear:both;
  24. overflow:hidden;
  25. }
  26. .topbar{
  27. width: 100%;
  28. height: 40px;
  29. /*position: absolute;*/
  30. /*background-color: #0b3a7d;*/
  31. /*opacity: .8; */
  32. background: rgba(11, 58, 125, 0.8);
  33. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C80b3a7d,endColorstr=#C80b3a7d);/*rgba不起作用的时候执行*/
  34. font-size: 14px;
  35. }
  36. .some{
  37. width: 1200px;
  38. margin: 0 auto;
  39. padding-top: 9px;
  40. }
  41. .date{
  42. float: left;
  43. color: #fff;
  44. }
  45. .sign{
  46. float: right;
  47. margin-right: 10px;
  48. }
  49. .sign a{
  50. color: #fff;
  51. margin-left:10px;
  52. }
  53. .contents{
  54. width: 1200px;
  55. margin: 0 auto;
  56. clear:both;
  57. }
  58. .logo{
  59. height: 205px;
  60. display: table-cell;
  61. vertical-align:middle;
  62. }
  63. .nav{
  64. height: 70px;
  65. text-align: center;
  66. line-height: 70px;
  67. font-size: 23px;
  68. }
  69. .nav a{
  70. /*background-color: #000;*/
  71. /*opacity: .4;*/
  72. background: rgba(0, 0, 0, 0.4);
  73. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  74. width: 132px;
  75. color: #fff;
  76. display: inline-block;
  77. border-left:1px solid #6b6c70;
  78. }
  79. .nav a:nth-child(1),.nav a:nth-child(2){
  80. width: 134px;
  81. }
  82. .nav a:nth-child(3){
  83. background-color: #215299;
  84. border-left:0;
  85. }
  86. /*ie*/
  87. .nav a:first-child,.nav a:first-child+a{
  88. width: 134px;
  89. }
  90. .nav a:first-child{
  91. /*background-color: #215299;*/
  92. border-left:0;
  93. }
  94. /*ie*/
  95. .nav a:hover{
  96. background-color: #215299;
  97. }
  98. .main{
  99. margin-top: 10px auto;
  100. width: 1200px;
  101. float:left;
  102. }
  103. .partone{
  104. /* height: 670px; */
  105. width:1220px;
  106. margin: 10px 0;
  107. float:left;
  108. }
  109. .oneleft{
  110. float: left;
  111. width: 240px;
  112. height: 670px;
  113. margin-bottom:10px;
  114. background-color: #fff;
  115. margin-right: 10px;
  116. font-size: 22px;
  117. text-align: center;
  118. line-height: 60px;
  119. }
  120. .oneleft li{
  121. height: 60px;
  122. width: 240px;
  123. border-bottom:1px dotted #215496;
  124. }
  125. .oneleft a{
  126. height: 60px;
  127. width: 240px;
  128. display: block;
  129. color: #22529a;
  130. }
  131. .oneleft li:first-child{
  132. background-color: #22529a;
  133. }
  134. .oneleft li:nth-child(11){
  135. border:none;
  136. }
  137. .oneleft li:first-child a{
  138. color: #fff;
  139. }
  140. .oneright{
  141. overflow:hidden;
  142. float: left;
  143. width: 950px;
  144. /* height: 670px; */
  145. background-color: #fff;
  146. font-size: 22px;
  147. }
  148. .circle { width:901px; }
  149. .circle .crtit { width: 872px; padding-bottom:15px; line-height:30px; text-align: center; font-size: 16px; font-weight: bold; color: #000000;}
  150. .circle .ortime { width:700px; height: 36px; line-height: 36px; background: #eeeeee; margin-left: 120px;}
  151. .circle .ortime .origin { padding-left: 75px; float: left;}
  152. .circle .ortime .time { padding-left:75px; float: left;}
  153. .circle .tupian { width: 400px;height: 300px; margin-left:240px; margin-top:10px; }
  154. .circle .txt { width: 860px ;padding-left: 45px; line-height: 30px; margin-bottom:40px; font-size: 16px; }
  155. .circle .txt p { margin:0; width:860px; line-height: 30px; font-size: 16px; }
  156. .circle .txt .txt1 { width: 780px; line-height: 32px; margin-bottom: 15px;}
  157. .circle .txt .txt2 { width: 780px; line-height: 32px; text-indent: 35px; margin-bottom: 15px;}
  158. .footer{
  159. clear:both;
  160. color: #858f9b;
  161. font-size: 14px;
  162. height: 120px;
  163. background: rgba(0, 0, 0, 0.4);
  164. margin-top: 10px;
  165. overflow: hidden;
  166. }
  167. .footer div{
  168. width: 650px;
  169. margin: 20px auto;
  170. }
  171. .footer p{
  172. float: left;
  173. margin-right: 24px;
  174. line-height: 24px;
  175. }
  176. .footer p:first-child{
  177. float: none;
  178. }