policyDetail.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #policyDetail{width:100%;background: #F5F5F5;border-top:6px solid #2C6597; padding-bottom: 100px; }
  2. #title_top{width:100%;height:45px;background: #fff;padding-top: 15px;border-bottom: 1px solid #EDEDED;}
  3. .title_top{width:1100px;height:30px;padding-left: 25px;line-height: 24px;margin: 0 auto;
  4. background: url("../../../img/detail_home.jpg") no-repeat;}
  5. .title_top>a{color:#787878;}
  6. .title_top>a.a_detail{color:#3C3B3B;}
  7. #policy_content{width:1200px;margin: 0 auto;background: #fff;padding:40px 40px 0 50px;margin-bottom: 50px;
  8. position: relative;}
  9. .content_left{width:780px;display: inline-block;margin-bottom: 150px;}
  10. .contetn_right{width:250px;height:800px;display: inline-block;position: absolute;
  11. top:40px;right:50px;}
  12. .content_left p{text-align: justify;text-indent: 2em;}
  13. .content_left>h3{text-align: center;color:#2D6697;}
  14. .small_title{width:700px;height:50px;border-bottom: 1px solid #eee;padding-top: 25px;
  15. margin-bottom: 15px;}
  16. .small_title>span{float: right;margin-left: 20px;color:#ACACAC;}
  17. .small_title>p{color:#626161;}
  18. .content_img{width:700px;height:350px;text-align: center;margin-top:15px;border-bottom: none; }
  19. .content_img>img{width:515px;height:340px;margin: 0 auto;}
  20. .content_left>h4{font-weight: bold;font-size: 16px;margin-bottom: 15px;}
  21. .content_left h5{display: inline-block;color:#222222;margin-bottom: 0;}
  22. .content_left>p{line-height: 20px; width:780px;}
  23. .content_left>hr{margin: 0;display: inline-block;width: 780px;}
  24. .text_end{margin-top: 50px;}
  25. .next_div{width:1100px;height:30px;}
  26. .contetn_right>div{width:250px;height:60px;border-bottom:1px solid #F1F1F1;}
  27. .contetn_right>div.right_title{width:250px;height:40px;}
  28. .contetn_right>div.right_title>div{width:90px;height:40px;background: #3185D0;line-height: 40px;
  29. text-align: center;color:#F2F7FC;font-weight: bold;}
  30. .contetn_right>div>h5{margin: 0;font-weight: bold;padding-top: 10px;margin-bottom: 10px;width: 240px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
  31. .next_div span a:hover{color:#0C79FF;}
  32. #bottom{margin-top: -144px;}