富茂链客Pcg官网
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.
 
 
 

48 lines
738 B

  1. .xhuancuanimg {
  2. margin-top: 80px;
  3. width: 100%;
  4. cursor: pointer;
  5. }
  6. .publicityBox {
  7. width: 1200px;
  8. overflow: hidden;
  9. margin: 100px auto 0 auto;
  10. display: flex;
  11. justify-content: space-between;
  12. flex-wrap: wrap;
  13. margin-bottom: 76px;
  14. }
  15. .item1Box {
  16. width: 49%;
  17. /* height: 240px; */
  18. }
  19. .item1Title {
  20. font-size: 22px;
  21. font-family: OPPOSans;
  22. font-weight: 500;
  23. color: #131D2E;
  24. margin: 20px 0 20px 0;
  25. }
  26. .item1p {
  27. font-size: 16px;
  28. font-family: Microsoft YaHei;
  29. font-weight: 400;
  30. color: #767F8F;
  31. }
  32. .item1Img {
  33. width: 100%;
  34. height: 240px;
  35. }
  36. .xian {
  37. width: 559px;
  38. height: 1px;
  39. background: #E5E5E5;
  40. margin-top: 26px;
  41. margin-bottom: 40px;
  42. }