news.css
1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.c-title {
font-weight: bold;
font-size: 14px;
line-height: 1.54;
margin-bottom: 10px;
}
h3 {
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.c-span6 {
float: left;
margin-right: 17px;
list-style: none;
_display: inline;
}
.c-summary {
font-size: 14px;
line-height: 1.54em;
color: #333;
overflow: hidden;
zoom: 1;
}
.c-summary span{
display: block;
margin-bottom: 5px;
}
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
p, form, ol, ul, li, dl, dt, dd, h3 {
margin: 0;
padding: 0;
list-style: none;
}
.result {
width: 540px;
word-break: break-all;
word-wrap: break-word;
margin-bottom: 25px;
}
.c_photo, .c_video {
display: block;
position: relative;
}
.c-span-last {
margin-right: 0;
}
.c-span18 {
width: 397px;
}
.c-gap-top-small {
margin-top: 5px;
}
div {
display: block;
}
#content_left {
}
.newsContent {
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
margin-top:8px;
}
.title {
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
color: #179bf0;
font-size: 16px;
}
.div-newlist-newpicbg {
float: left;
width: 66px;
height: 66px;
text-align: center;
vertical-align: middle;
background-color: #66d2fe;
}
.divNewsList {
}
.newsimg {
min-height: 81px;
min-width: 121px;
max-width:121px;
max-height: 81px;
}
#panel {
width: 540px;
padding-top: 5px;
margin:0px auto;
}