.article{
    width: 100%;
    height: 15.5rem;
    background-color: #F7F7F7;
    position: relative;
}

.article-title{
    color: darkblue;
    font-size: 0.55rem;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}


.chartImg{
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0,-50%);
}

.chart img{
    width: 11.5rem;
    height: 7rem;
}

.chart-0{
    width: 100%;
    height: 18%;
    position: absolute;
    bottom: 0;
    background-color: #151515;
    opacity: 0.8;
    z-index: 10;
}

.chart-1{
    color: white;
    font-size: 0.25rem;
    padding: 0.3rem 0 0 0.3rem;

}
.chart-2{
    color: #A4A4A4;
    font-size: 0.15rem;
    padding: 0.1rem 0 0 0.3rem;
}


.article-list{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0,-50%);
    display: flex;
    flex-direction: column;
}

.article-list .outer{
    position:relative;
    height:1.5rem;
    width: 11rem;
    display: flex;
    align-items: center;
    margin-left: 2rem;
    border-bottom: 0.05rem #eeeeee solid;
}

.article-list .outer .inner1{
    display: flex;
    flex-direction: column;
}

.article-list .outer .inner2{
    display: flex;
    flex-direction: column;
    width: 9rem;
    margin:1rem;
}

.inner1 .font1{
    width: 1rem;
    font-size: 0.38rem;
    color: #ABABAB;
    font-weight: 700;
}

.inner1 .font2{
    font-size: 0.25rem;
    color: #999999;
    margin-top: 0.1rem;
}

.inner2 .font1{
    font-size: 0.32rem;
    color: #515459;
    font-weight: 600;
    display: block;
    width: 12rem;
}

.inner2 .font1:hover{
    color: red;
    cursor: pointer;
}

.inner2 .font2{
    font-size: 0.25rem;
    color: #999999;
    margin-top: 0.1rem;
}

.more-radius{
    width: 10%;
    height: 5%;
    position: absolute;
    bottom: 1.4rem;
    left: 50%;
    transform: translate(-50%,0);
}

.more-radius .more{
    font-size: 0.3rem;
    font-weight: 400;
    position: absolute;
    left: 19%;
    top: 50%;
    transform: translate(0,-50%);
}

/* .more-radius .more::after{
    content: '';
    background: url('../../img/组23.png');
    width: 0.6rem;
    height: 0.25rem;
    display: block;
} */
.more-radius img{
    width: 0.6rem;
    height: 0.25rem;
    position: absolute;
    right: 18%;
    top: 50%;
    transform: translate(0,-50%);
}

