10646c94
Andy
add
|
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
|
.home_Img {
display: inline-block;
float: left;
width: 16px;
height: 16px;
margin-right: 6px;
background: url(../../img/index_Img.png) no-repeat;
background-size: 100% 100%;
}
.gs_jbxx{
padding-left: 0;
height: 495px;
}
.gs_jbxx li{
margin-bottom: 15px;
font-size: 14px;
color: #34495e;
}
.col-md-left{
float: left;
width: 85px;
text-align: right;
margin-right: 24px;
}
.peo_lxrxx .col-md-left{
width: 60px;
}
.col-md-right{
float: left;
}
.col-md-right img,.sfzh_pic img{
width: 100%;
height: 100%;
}
.yyzz_pic{
width: 184px;
height: 138px;
}
.sfzh_pic{
margin-right: 10px;
display: inline-block;
width: 184px;
height: 138px;
}
.zoomify{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.zoomify.zoomed{cursor:-webkit-zoom-out;cursor:zoom-out;padding:0;margin:0;border:none;border-radius:0;box-shadow:none;position:relative;z-index:1501}.zoomify-shadow{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;z-index:1500;background:rgba(0,0,0 ,.3);opacity:0}.zoomify-shadow.zoomed{opacity:1;cursor:pointer;cursor:-webkit-zoom-out;cursor:zoom-out}
|