bcrc-body.css 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. body{ background:#e7f0fb;}
  2. .contentbig{ background:url(../images/bcrc-index_01.png) no-repeat left top; background-size:100% auto;z-index:1}
  3. /*导航*/
  4. .nav{ width:100%; max-width:1400px; min-width:1000px; margin:0 auto;}
  5. .nav ul{ width:100%;}
  6. .nav ul li{ width:9%; margin:3% 1%; float:left; text-align:center; white-space:nowrap; position:relative; padding:0 0 15px 0;}
  7. .nav ul li a{ font-size:20px; color:#333; padding:8px 20px; border-radius:5px;}
  8. .nav ul li:hover{ background:url(../images/bg_nav_ch_20191009.png) no-repeat left bottom; background-size:100% auto; }
  9. .nav ul li:hover a{ color:#fff;}
  10. .nav ul li .child_nav{width:100%;background:url(../images/bcrc-index-6_03.png) repeat;position:absolute;left: 0;top: 40px;text-align:center;display: none;}
  11. .nav ul li .child_nav a{ font-size:16px; color:#333; display:block; padding:0; line-height:40px;}
  12. .nav ul li:hover .child_nav a{ background:none;}
  13. .nav ul li:hover .child_nav{ display:block;}
  14. .logo{ width: 50%; margin: 2% auto 3% auto;}
  15. .logo img{ width:100%; height:auto;}
  16. /***********************通知公告tab*******************************/
  17. .searchbox{ width:770px; margin:0 auto;height: 110px;}
  18. .searchbox .search_title{ width:100%;height:36px;}
  19. .searchbox .search_title span{display:block;float: left;font-size:16px;color:#333;padding:0 20px; text-align:center; line-height:46px; border-top-left-radius:5px; border-top-right-radius:5px;}
  20. .searchbox .search_title span.df_on{ color:#1c5bb8; background:url(../images/bcrc-index-6_03.png) repeat;}
  21. .searchbox .search_cont{ width:100%;}
  22. .searchTEXT{width: 72%;height:60px;border-top-left-radius:5px;border-bottom-left-radius:5px;border:none;background:#fff;float:left;padding: 0 2%;}
  23. .searchBUT{ width:20%; height:60px; background:url(../images/ICON.png) no-repeat 76% center #007eac; float:left; border-top-right-radius:5px; border-bottom-right-radius:5px; border:none; font-size:20px; color:#fff;padding: 0 3% 0 0;}
  24. .wz_cont{ width:100%; max-width:1400px; min-width:1000px; margin:50px auto 0 auto; background:#fff; padding:1.5% 0;}
  25. .all_title{ width:100%; height:45px; background:url(../images/bcrc-index_43.png) repeat-x left bottom;}
  26. .all_title a{ display:block; font-size:20px; color:#00aaff; background:url(../images/bcrc-index_41.png) repeat-x left bottom; line-height:45px; width:16%; text-align:center; font-weight:bold;float: left;margin: 0 20px 0 0;}
  27. .all_title a span{ display:block; background:url(../images/bcrc-index_39.png) no-repeat center bottom; line-height:45px;}
  28. .all_list li.dotted{ border-bottom:dotted 1px #ccc; margin:8px 0;}
  29. .all_list{ width:100%; margin:10px 0 0 0;}
  30. .all_list li{ line-height:34px; overflow:hidden; font-size:16px;}
  31. .all_list li a{ background:url(../images/bcrc-index_49.png) no-repeat left center; color:#333; float:left; padding:0 0 0 18px;}
  32. .all_list li em{ float:right; color:#a09f9f;}
  33. .all_list li i{float:right; color:#9bcbdc; margin:0 0 0 15px;}
  34. .footer{ background:url(../images/bcrc-index_07.png) no-repeat; background-size:100% 100%; padding:3% 0;margin: 20px 0 0 0;}
  35. .footer_in{ width:800px; overflow:hidden; margin:0 auto;}
  36. .footer_in a img{ float:left;}
  37. .footer_in a{ display:block; width:15%; float:left; margin:20px 0 0 0;}
  38. .footer_in div{ width:70%; float:left;}
  39. .footer_in div p{ font-size:16px; line-height:30px; color:#fff;}
  40. .red {
  41. color: #C70509!important;
  42. }
  43. .green {
  44. color: #269604!important;
  45. }
  46. .fy .pag .current a{ color:#fff;}