1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- body{ background:#e7f0fb;}
- .contentbig{ background:url(../images/bcrc-index_01.png) no-repeat left top; background-size:100% auto;z-index:1}
- /*导航*/
- .nav{ width:100%; max-width:1400px; min-width:1000px; margin:0 auto;}
- .nav ul{ width:100%;}
- .nav ul li{ width:9%; margin:3% 1%; float:left; text-align:center; white-space:nowrap; position:relative; padding:0 0 15px 0;}
- .nav ul li a{ font-size:20px; color:#333; padding:8px 20px; border-radius:5px;}
- .nav ul li:hover{ background:url(../images/bg_nav_ch_20191009.png) no-repeat left bottom; background-size:100% auto; }
- .nav ul li:hover a{ color:#fff;}
- .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;}
- .nav ul li .child_nav a{ font-size:16px; color:#333; display:block; padding:0; line-height:40px;}
- .nav ul li:hover .child_nav a{ background:none;}
- .nav ul li:hover .child_nav{ display:block;}
- .logo{ width: 50%; margin: 2% auto 3% auto;}
- .logo img{ width:100%; height:auto;}
- /***********************通知公告tab*******************************/
- .searchbox{ width:770px; margin:0 auto;height: 110px;}
- .searchbox .search_title{ width:100%;height:36px;}
- .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;}
- .searchbox .search_title span.df_on{ color:#1c5bb8; background:url(../images/bcrc-index-6_03.png) repeat;}
- .searchbox .search_cont{ width:100%;}
- .searchTEXT{width: 72%;height:60px;border-top-left-radius:5px;border-bottom-left-radius:5px;border:none;background:#fff;float:left;padding: 0 2%;}
- .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;}
- .wz_cont{ width:100%; max-width:1400px; min-width:1000px; margin:50px auto 0 auto; background:#fff; padding:1.5% 0;}
- .all_title{ width:100%; height:45px; background:url(../images/bcrc-index_43.png) repeat-x left bottom;}
- .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;}
- .all_title a span{ display:block; background:url(../images/bcrc-index_39.png) no-repeat center bottom; line-height:45px;}
- .all_list li.dotted{ border-bottom:dotted 1px #ccc; margin:8px 0;}
- .all_list{ width:100%; margin:10px 0 0 0;}
- .all_list li{ line-height:34px; overflow:hidden; font-size:16px;}
- .all_list li a{ background:url(../images/bcrc-index_49.png) no-repeat left center; color:#333; float:left; padding:0 0 0 18px;}
- .all_list li em{ float:right; color:#a09f9f;}
- .all_list li i{float:right; color:#9bcbdc; margin:0 0 0 15px;}
- .footer{ background:url(../images/bcrc-index_07.png) no-repeat; background-size:100% 100%; padding:3% 0;margin: 20px 0 0 0;}
- .footer_in{ width:800px; overflow:hidden; margin:0 auto;}
- .footer_in a img{ float:left;}
- .footer_in a{ display:block; width:15%; float:left; margin:20px 0 0 0;}
- .footer_in div{ width:70%; float:left;}
- .footer_in div p{ font-size:16px; line-height:30px; color:#fff;}
- .red {
- color: #C70509!important;
- }
- .green {
- color: #269604!important;
- }
- .fy .pag .current a{ color:#fff;}
|