page {
background: white;
}
.main {
background: #fff;
width: 100%;
}
.title_text {
padding-top: 10px;
font-family: PingFangSC-Regular;
font-size: 16px;
color: #000;
letter-spacing: 0;
margin-left: 10px;
margin-right: 10px;
}
.art_labels {
display: flex;
margin-left: 10px;
}
.home__list-item {
position: relative;
background: white;
}
.swiper {
height: 160px;
margin-top: 10px;
width: 100%;
}
.swiper image {
height: 100%;
width: 100%;
}
.content_item {
width: 100%;
height: 75px;
right: 75px;
}
.content_time {
font-family: PingFangSC-Regular;
font-size: 10px;
margin-top: 5px;
color: #c8c6c6;
margin-left: 14px;
}
.content_content {
font-family: PingFangSC-Regular;
font-size: 13px;
color: #888;
display: flex;
margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
word-break: break-all;
text-indent:2em;
}
.content_image {
width: 50px;
transform: translateY(-65px);
float: right;
margin-right: 15px;
height: 50px;
}
.zar_box {
display: flex;
}
.zar_img {
width: 25px;
height: 25px;
}
.content_zar {
font-family: PingFangSC-Regular;
font-size: 10px;
margin-left: 3px;
margin-top: 5px;
color: #c8c6c6;
}
/*item 分割线*/
.home__list-item__bottom {
height: 2px;
background: #d8dbd4;
margin-bottom: 5px;
margin-top: 5px;
left: 15px;
right: 15px;
}