ggxq.css
2.84 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
* {
padding: 0;
margin: 0;
}
.mainbody {
width: 1200px;
margin: 0 auto;
color: #4a4a4a;
}
/* --------------------导航tab------------------------- */
.navigation_crumbs {
width: 100%;
height: 45px;
padding: 10px 0;
line-height: 25px;
background: #fafafa;
border: 1px solid #e6e6e6;
box-sizing: border-box;
}
.contentBox {
width: 1200px;
margin: 0 auto;
overflow: hidden;
}
.one_content {
border: 1px solid #dedede;
margin-top: 30px;
}
.one_content .layui-tab {
margin: 0;
}
.one_content .layui-tab-title li {
width: 100px;
font-weight: 600;
color: #6d7278;
}
.one_content .layui-tab-title .layui-this {
color: #4a4a4a;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
border-color: #006cff;
}
.layui-tab .layui-tab-brief .layui-this {
color: #006cff;
}
.layui-tab .layui-tab-brief li {
width: 90px;
}
.online_business {
margin-top: 20px;
}
.online_business h2 {
width: 100%;
height: 43px;
line-height: 43px;
background: #fafafa;
border-radius: 4px;
border: 1px solid #dedede;
padding-left: 15px;
box-sizing: border-box;
}
.online_list {
padding-bottom: 20px;
overflow: hidden;
}
.online_list li {
width: 45% !important;
float: left;
height: 60px;
line-height: 60px;
border-bottom: 1px dotted #dedede;
}
.online_list li:nth-child(even) {
margin-left: 10%;
}
.online_list li a {
display: block;
width: 100%;
}
/* .online_list li a:hover span {
color: #f46143;
} */
.online_list li a button {
float: right;
margin-top: 15px;
}
div.navigation {
text-align: center;
}
.navigation .layui-nav-item {
width: 147px;
position: relative;
}
.layui-bg-blue {
background-color: #006cff !important;
}
.title {
width: 900px;
height: 30px;
font-size: 30px;
font-weight: 500;
color: #4a4a4a;
line-height: 30px;
text-align: center;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 36px;
}
.release {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
font-size: 16px;
font-weight: 400;
color: #6d7278;
line-height: 12px;
margin-bottom: 40px;
}
.release div {
display: inline-block;
}
.release div p {
display: inline-block;
}
.mainbody .DividingLine {
width: 1200px;
height: 1px;
margin:0 auto;
background-color:#DEDEDE;
margin-bottom:40px
}
.body {
padding-top: 20px;
border-top: 1px solid #dedede;
height: auto;
font-size: 16px;
font-weight: 400;
color: #4a4a4a;
line-height: 24px;
padding-bottom: 30px;
}
.notice_content {
margin-bottom: 100px;
}
.releaseTime {
display: inline-block;
}
.source p {
display: inline-block;
}
/* 附件下载 */
.download-attachment {
margin: 15px 0;
}
.download-attachment a{
color: #006cff;
font-size: 16px;
margin-right: 10px;
cursor: pointer;
}
.download-attachment a:hover {
color: #006cff;
text-decoration:underline;
}