| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- @charset "utf-8";
- * {
- margin:0;
- padding:0;
- list-style-type:none;
- }
- a, img {
- border:0;
- }
- body {
- font:12px/180% Arial, Helvetica, sans-serif, "新宋体";
- }
- .demo {
- width:100%;
- margin-left:0px;
- margin-top:20px;
- overflow:scroll;
- }
- /*history*/
- .history {
- background:url(../images/line04.gif) repeat-y 90px 0;
- overflow:hidden;
- position:relative;
- }
- .history-date {
- overflow:scroll;
- position:relative;
- }
- .history-date h2 {
- background:#fff url(../images/icon06.gif) no-repeat 120px 0;
- height:59px;
- font-size:25px;
- font-family:微软雅黑;
- font-weight:normal;
- padding-left:45px;
- margin-bottom:74px;
- }
- .history-date h2.first {
- position:absolute;
- left:0;
- top:0;
- width:935px;
- z-index:99;
- }
- .history-date h2 a {
- color:#00bbff;
- display:inline-block;
- *display:inline;
- zoom:1;
- background:url(../images/icon08.gif) no-repeat right 50%;
- padding-right:17px;
- margin:21px 97px 0 0;
- }
- .history-date h2 a:hover {
- text-decoration:none;
- }
- .history-date h2 img {
- vertical-align:-5px;
- }
- .history-date h2.date02 {
- background:none;
- }
- /*
- .history-date ul li {
- background:url(../images/icon07.gif) no-repeat 83px 0;
- padding-bottom:30px;
- zoom:1;
- }
- */
- .history-date ul li.last {
- padding-bottom:0;
- }
- .history-date ul li:after {
- content:" ";
- display:block;
- height:0;
- clear:both;
- visibility:hidden;
- }
- .history-date ul li h3 {
- float:left;
- width:100px;
- text-align:right;
- padding-right:19px;
- color:#c3c3c3;
- font:normal 15px/12px Arial;
- }
- .history-date ul li h3 span {
- display:block;
- color:#d0d0d0;
- font-size:12px;
- }
- .history-date ul li dl {
- float:left;
- padding-left:0px;
- margin-left:5px;
- margin-top:0px;
- font-family:微软雅黑;
- }
- .history-date ul li dl dt {
- font:15px/12px 微软雅黑;
- color:#737373;
- }
- .history-date ul li dl dt span {
- color:#787878;
- font-size:12px;
- font-weight:normal;
- line-height:20px;
- }
- .history-date ul li.green h3 {
- color:#1db702;
- }
- .history-date ul li.green h3 span {
- color:#a8dda3;
- }
- .history-date ul li.green dl {
- margin-top:0px;
- }
- .history-date ul li.green dl dt {
- font-size:15px;
- line-height:15px;
- font-weight: bold;
- }
- .history-date ul li.green dl dt a {
- /* display:inline-block;
- *display:inline;
- zoom:1;
- overflow:scroll;
- vertical-align:middle;
- margin-left:12px; */
- }
- .history-date ul li.green dl dd {
- padding-top:20px;
- display:none;
- }
- .history-date ul li.green dl dd img {
- float:left;
- }
- .history-date ul li.green dl dd p {
- overflow:scroll;
- zoom:1;
- line-height:21px;
- color:#787878;
- }
- .history-date h2.first .more-history {
- font-size:16px;
- background:transparent;
- margin-left:30px;
- }
- .history-date h2.first .more-history:hover {
- text-decoration:underline;
- }
- *body .history-date ul li dl dt {
- _font-size:12px!important;
- _font-weight:bold;
- }
- *body .history-date ul li dl dt span {
- _font-weight:normal!important;
- }
- *body .history-date ul li.green dl dt a {
- _background:transparent!important;
- *background:transparent!important;
- *font-size:12px!important;
- _font-weight:normal!important;
- }
- .hide{
- display:none;
- }
- .bounceInDown{
- margin-top: 0px;
-
- animation-duration: 1s;
- animation-timing-function: ease;
- animation-fill-mode: both;
- }
- .history-date ul li.red h3 {
- color:#ff0000;
- }
- .history-date ul li.red h3 span {
- color:#ff0000;
- }
- a.nodeName{
- padding: 2px 6px;
- border: 1px solid #ccc;
- color: #fff;
- background-color: #ccc;
- font-size:13px;
- }
|