1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- @charset "utf-8";
- /* CSS Document */
- *{-moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- -o-box-sizing: content-box;
- -ms-box-sizing: content-box;
- box-sizing: content-box; }
- html,body,div,p,ul,ol,li,h1,h2,h3,h5,h4,dd{ padding:0; margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box; }
- input{outline:none;/*去除蓝色边框*/}
- a{ text-decoration:none;}
- img{ border:none;}
- ul,ol,li{ list-style:none;}
- body{ font:12px 'Microsoft Yahei'; color:#666; background-position:top;text-align:center; }
- div{ text-align:left}
- .c{ width:1200px; margin:0 auto; text-align:center}
- .clear{ clear:both}
- .l{ float:left}
- .r{ float:right}
- .box_4{ height:4px; width:4px; display:block}
- /*head*/
- .header{ height:30px; background-color:#e3e4e5; line-height:30px;}
- .header_r{}
- .head_logo{ text-align:left}
- .head_logo img{ margin-top:65.5px;}
- .head{ height:226px; background: url(../images/dj_03.png) no-repeat top right #830303}
- .head_bottom{ height:36px; line-height:36px;}
- .search,.login{ width:600px;}
- .nav{ background:url(../images/line_02.png) repeat-x}
- .nav a{ width:133px; display:inline-block; line-height:66px; font-size:24px; color:#333}
- .head_b{height:36px;}
- a.current{ color:#830303}
- .head_b_l{ margin-top:3px;}
- .head_b_l input{ border:1px solid #ccc; background-color:#fff;height:26px;}
- .head_b_l a{ background-color:#830303; width:70px; line-height:28px; color:#fff; display:inline-block; text-align:center; margin-left:10px; border-radius:4px;}
- .head_b_r a{ font-size:16px; color:#666; line-height:36px;}
- .foot{ border-top:2px solid #aa1324; background-color:#999898; margin-top:20px; width:100%; background-size:100%;}
- .footer a{ color:#FFF; margin:5px}
- .footer p{ text-align:center; line-height:20px;}
- .footer{ margin-top:20px; color:#f5f5f5}
- .line_tit{ border-bottom:1px dashed #999; margin:10px 0px; }
- .list_tu,.list_tu2{ width:240px; float:left;}
- .list_tu{ margin:5px;}
- .list_tu2{margin:5px; background-color:#eee}
- .list_tu h6,.list_tu2 h6{ height:232px; padding:0; margin:4px;}
- .list_tu h6 img,.list_tu2 h6 img{ width:232px; height:232px;}
- .list_tu h3,.list_tu2 h3{font-weight:normal; color:#333; margin:4px; }
- .list_tu h4,.list_tu2 h4{ color:#666; font-size:12px; line-height:24px;font-weight:normal; margin:4px;}
- .list_tu h5,.list_tu2 h5{ line-height:30px; margin:4px;}
- .list_tu h5 strong,.list_tu2 h5 strong{ color:#aa1324; font-size:20px;}
- .list_tu h5 span,.list_tu2 h5 span{ float:right; margin-top:4px; }
- .list_tu h5 span a,.list_tu2 h5 span a{ margin:0px 2px;}
- /* 分页CSS代码 */
- DIV.jogger { text-align:center; height:50px; padding-top:10px;}
- DIV.jogger A {
- PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em;
- MARGIN: 2px; COLOR: #fff; PADDING-TOP: 0.5em;
- BACKGROUND-COLOR: #ee4e4e; TEXT-DECORATION: none
- }
- DIV.jogger A:hover {
- PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em;
- MARGIN: 2px; COLOR: #fff; PADDING-TOP: 0.5em; BACKGROUND-COLOR: #de1818
- }
- DIV.jogger A:active {
- PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em;
- MARGIN: 2px; COLOR: #fff; PADDING-TOP: 0.5em; BACKGROUND-COLOR: #de1818
- }
- DIV.jogger SPAN.current {
- PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em;
- MARGIN: 2px; COLOR: #6d643c; PADDING-TOP: 0.5em; BACKGROUND-COLOR: #f6efcc
- }
- DIV.jogger SPAN.disabled {
- DISPLAY: none
- }
- .bj{ position:fixed; top:0; left:0px; width:100% ; height:645px;z-index:-1;}
- .second_banner{ background-color:#820402; }
- .second_banner_txt{ text-align:center; color:#fff; font-size:60px;height:200px;}
- .second_banner_txt strong{ line-height:200px;}
- .cred{ color:#820402}
- .c666{ color:#666}
- .f16{ font-size:16px;}
- .f14{ font-size:14px;}
- .f26{ font-size:26px;}
- .fb{ font-weight:bold}
- .lh20{ line-height:20px;}
- .lh22{ line-height:22px;}
- .lh24{ line-height:24px;}
- .mb20{ margin-bottom:20px}
- .mt10{ margin-top:10px}
- .tc{ text-align:center}
- .box20{ height:20px;}
- .box10{ height:10px;}
|