.main {
    background-color: #f5f5f5;
    width: 100%;
}
.about_article {
    box-sizing: border-box;
    padding: 0.4rem 0.26rem;
    background-color: #fff
}

.about_article .title {
    font-size: 0.36rem;
    color: rgb(50,50,50);
    font-weight: bold;
    line-height: 0.56rem;
    margin-bottom: 0.4rem
}

.about_article .writer {
    font-size: 0.2rem;
    font-family: "PingFang";
    color: rgb(153,153,153)
}

.about_article .writer span {
    margin-right: 0.46rem
}

.about_article .article p {
    margin-top: 0.35rem;
    font-size: 0.3rem;
    font-family: "PingFang";
    color: rgb(50,50,50);
    line-height: 0.55rem
}

.about_article .article img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 0.64rem
}
.article_bottom_1{
    width: 100%;
    margin-top: .2rem;
    padding: 0 .3rem .2rem;
    background-color: #fff;
    box-sizing: border-box;
}
.article_bottom_1 .list .list_item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    height: .7rem;
    line-height: .7rem;
}
.article_bottom_1 .list .list_item span{
    display: block;
    width: 80%;
    font-size: .3rem;
    color: #444444;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.article_bottom_1 .list .list_item span::before{
    content: "◇";
    margin-right: .1rem;
}
.article_bottom_1 .list .list_item i{
    font-size: .26rem;
    color: #999999;
}
.article_bottom_2{
    width: 100%;
    margin-top: .2rem;
    padding: 0 .3rem .4rem;
    background-color: #fff;
    box-sizing: border-box;
}

.article_bottom_2 .list .list_item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1.4rem;
    margin-top: .4rem;
}
.article_bottom_2 .list .list_item .left{
    width: 4.4rem;
}
.article_bottom_2 .list .list_item .left .tit{
    font-size: .3rem;
    font-weight: bold;
    color: #444444;
    line-height: .36rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.article_bottom_2 .list .list_item .left .other i{
    font-size: .2rem;
    font-weight: bold;
    color: #999999;
}
.article_bottom_2 .list .list_item img{
    display: block;
    width: 2.1rem;
    height: 100%;
}
