陈战涛
2023-03-14 c29ed2aa867b00eccfdc7c3a68f431008b13ea7d
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
.m-pow-dist {
    padding: 0 20px;
}
 
.ul-listpd1 {
    display: block;
    overflow: hidden;
}
 
.ul-listpd1 li {
    margin-bottom: 14px;
}
 
.ul-listpd1 .bg {
    display: inline-block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: #e8f4ef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
 
.ul-listpd1 .con {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 16px 20px;
    box-shadow: 1px 0 5px rgba(0, 0, 0, .06);
}
 
.ul-listpd1 .tit {
    font-size: 17px;
    overflow: hidden;
    line-height: 45px;
    height: 45px;
    position: relative;
    margin-bottom: 10px;
}
 
.ul-listpd1 .tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../images/a2-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
}
 
.ul-listpd1 .tit .t1 {
    display: inline-block;
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 
}
 
.ul-listpd1 .tit span {
    display: inline-block;
    vertical-align: top;
 
}
 
.ul-listpd1 .tit .time {
    display: inline-block;
    float: right;
    color: #666;
    font-size: 13px;
}
 
.ul-listpd1 .inner {
    background-image: url(../../images/d4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
}
 
.ul-listpd1 .inner .info {
    font-size: 13px;
    background-color: rgba(0, 0, 0, .05);
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
}
 
.ul-listpd1 .inner .info span {
    font-size: 20px;
}
 
.ul-listpd1 .inner .txt {
    float: left;
    width: 33.3%;
    padding: 16px 0;
    text-align: center;
    position: relative;
}
 
.ul-listpd1 .inner .txt::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, .2);
    height: 20px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
 
.ul-listpd1 .inner .txt:last-child::after {
    display: none;
}
 
.ul-listpd1 .desc {
    font-size: 14px;
}
 
.ul-listpd1 .num {
    font-size: 22px;
}
 
.ul-listpd1 .num span {
    font-size: 12px;
}