czt
2025-01-02 a24e6ad3dd99b50e29af6f74c57fa646bca86d43
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
.rkzc{
  top: 110px;
  height: calc(100vh - 140px);
}
.ul-rkzc .con{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 64, 40, .1);
  padding:0 15px 20px;
  margin-bottom: 15px;
}
.ul-rkzc .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  overflow: hidden;
}
.ul-rkzc .info{
  font-size: 17px;
  color: #000;
}
.ul-rkzc .link{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #31976e;
}
.ul-rkzc .mui-icon{
  font-size: 14px;
}
.ul-rkzc .box{
  overflow: hidden;
  margin: 0 -8px;
}
.ul-rkzc .item{
  float: left;
  width: 33.33%;
}
.ul-rkzc .conbox{
  border-radius: 10px;
  overflow: hidden;
  margin: 0 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.ul-rkzc .conbox .h3{
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  /* font-weight: bold; */
}
.ul-rkzc .conbox .bot{
  background: rgba(0, 108, 66,.2);
  height: 30px;  
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}