﻿.articleListsNewStyle .articleListsBox{
    width: 6.9rem;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: .2rem;
    margin-top: .3rem;
    padding:.3rem 0;
}
.articleListsNewStyleBottomBorder .articleListsBox{
    border-bottom:1px solid #ECECEC;
    border-radius:0;
    margin-top: 0;
}
/* .articleListsNewStylepopularScienceTableContent .articleListsBox{
    margin-top: 0 !important;
    margin-bottom: 0.3rem !important;
} */
.articleListsNewStyle .articleListsBoxMargin{
    width: 6.3rem;
    margin: 0 auto;
}
.articleListsNewStyle .articleListsBox a{
    display: block;
}
.articleListsNewStyle .articleListsBox a .articleListsP1{
    font-size: .32rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.articleListsNewStyle .articleListsBox a .articleListsP2{
    background: #E6EDFA;
    border-radius: .1rem;
    width: 100%;
    height: .47rem;
    margin-top: .2rem;
}
.articleListsNewStyle .articleListsBox a .articleListsP2 img{
    width: .3rem;
    height: .3rem;       
    border-radius: 50%;
    margin: 0 .1rem;
}
.articleListsNewStyle .articleListsBox a .articleListsP2 .p1Left{
    font-size: .24rem;
    font-family: MicrosoftYaHei;
    color: #333333;
}
.articleListsNewStyle .articleListsBox a .articleListsP2 .p2Right{
    font-size: .24rem;
    font-family: MicrosoftYaHei;
    color: #666666;
    padding:0 .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 73%;
}
.articleListsNewStyle .articleListsBox a .articleListsP2 .p2Right::before{
    content: '';
    width: 0.02rem;
    height: .2rem;
    background: #D8D8D8;
    display: inline-block;
    position: relative;
    left: -.1rem;
}
.articleListsNewStyle .articleListsBox a .articleListsP3{
    font-size: .26rem;
    font-family: MicrosoftYaHei;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .2rem;
}
.articleListsNewStyle .articleListsBox a .articleListsP4{
    font-size: .2rem;
    font-family: MicrosoftYaHei;
    color: #999999;
    margin-top: .2rem;
}
.articleListsNewStyle .articleListsBox a .articleListsP4 p img{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    position: relative;
    top: -0.02rem;
}

.articleListsBoxListNew .articleListsBox{
    border-bottom: 0;
    margin-top: .3rem;
    border-radius:.2rem;
}