policyDetail.css 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #policyDetail{width:100%;height:1250px;background: #F5F5F5;border-top:6px solid #2C6597; }
  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;height:1200px;margin: 0 auto;background: #fff;padding:40px 40px 0 50px;
  8. position: relative;}
  9. .content_left{width:700px;height:1150px;display: inline-block;}
  10. .contetn_right{width:250px;height:800px;display: inline-block;position: absolute;
  11. top:40px;right:50px;}
  12. .content_left>h3{text-align: center;color:#2D6697;}
  13. .small_title{width:700px;height:50px;border-bottom: 1px solid #eee;padding-top: 25px;
  14. margin-bottom: 15px;}
  15. .small_title>span{float: right;margin-left: 20px;color:#ACACAC;}
  16. .small_title>p{color:#626161;}
  17. .content_img{width:700px;height:350px;text-align: center;margin-top:15px;border-bottom: none; }
  18. .content_img>img{width:515px;height:340px;margin: 0 auto;}
  19. .content_left>h4{font-weight: bold;font-size: 16px;}
  20. .content_left h5{display: inline-block;color:#222222;}
  21. .content_left>p{line-height: 20px;}
  22. .content_left>hr{margin: 0;}
  23. .text_end{margin-top: 50px;}
  24. .next_div{width:700px;height:40px;}
  25. .contetn_right>div{width:250px;height:60px;border-bottom:1px solid #F1F1F1;}
  26. .contetn_right>div.right_title{width:250px;height:40px;}
  27. .contetn_right>div.right_title>div{width:90px;height:40px;background: #3185D0;line-height: 40px;
  28. text-align: center;color:#F2F7FC;font-weight: bold;}
  29. .contetn_right>div>h5{margin: 0;font-weight: bold;padding-top: 10px;margin-bottom: 10px;}
  30. #bottom{}