.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;
|
}
|