.analysis {
    padding: 0 15px;
}
.analysis .content {
    box-shadow: 0px 0px 30px rgba(156, 164, 185, 0.12);
}
.analysis .bg {
    width: 100%;
    height: 60px;
    background: url('../images/analysis.png') center center/cover no-repeat;
}
.analysisList {
    padding: 0 10px;
}
.analysisList .flex-box {
    height: 40px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 1px solid #dddddd;
}
.analysisList ul li:last-child .flex-box {
    border-bottom: none;
}
.analysisList .flex-box .circle {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #FE6E6E;
    border-radius: 50%;
}
.analysisList .flex-box a {
    display: block;
}
.analysisList .flex-box .mui-ellipsis {
    width: 76%;
    font-size: 15px;
    color: #333;
}
.analysisList .flex-box .time {
    font-size: 14px;
    color: #999;
}
.analysis-list .list li {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}
.analysis-list .list li a {
    display: block;
}
.analysis-list .list li .mui-ellipsis {
    font-size: 15px;
    color: #333;
}
.analysis-list .list li .mui-ellipsis-2 {
    font-size: 15px;
    color: #555;
    line-height: 21px;
    margin: 12px 0;
}
.analysis-list .list li .time {
    text-align: right;
    font-size: 14px;
    color: #999;
}
.loadMore {
    margin-top: 40px;
}