xyzc.css
1.78 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
.laws_regulations {
width: 1200px;
margin: 0 auto;
padding-top: 30px;
overflow: hidden;
}
.item_list {
float: left;
width: 82%;
padding-bottom: 30px;
}
.item_list ul {
border-right: 1px solid #DEDEDE;
min-height: 630px;
}
.item_list li{
padding-top: 10px;
line-height: 40px;
border-bottom: 1px solid #DEDEDE;
box-sizing: border-box;
padding-right: 20px;
}
.policy_list_con li {
margin-bottom: 10px;
}
.item_list li .istop {
width: 36px;
float: right;
margin-top: 3px;
margin-left: 10px;
}
.item_list li p{
display: inline-block;
font-size: 20px;
color: #4a4a4a;
width: 79%;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.item_list li span {
color: #9B9B9B;
float: right;
}
.item_list li {
cursor: pointer;
}
.item_list li:hover p{
color: #0091FF;
}
.item_list li:hover span{
color: #0091FF;
}
.recommend_list {
float: right;
width: 200px;
margin-left: 10px;
margin-bottom: 10px;
min-height: 500px;
}
#page {
text-align: center;
margin-top: -35px;
}
.recommend_list h2 {
font-size: 18px;
margin-bottom: 15px;
color: #4A4A4A;
font-weight: 600;
}
.recommend_list h3 {
font-size: 14px;
color: #4A4A4A;
font-weight: 600;
margin-bottom: 5px;
}
.recommend_list .recommend_con {
color: #6D7278;
line-height: 21px;
font-size: 14px;
}
.recommend_list .recommend_date {
color: #9B9B9B;
font-size: 12px;
margin-top: 5px;
}
.policy_list {
padding-bottom: 20px;
border-bottom: 1px solid #DEDEDE;
}
.news_list {
padding-top: 30px;
}
.news_list img {
width: 100%;
height: 124px;
margin-bottom: 10px;
}
.sticky p {
font-size: 24px;
color: #1E9FFF!important;
font-weight: 700;
}