#qq #newsCon{
    background-image:url(../../images/static/leadersBg.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

#qq #newsCon .newsRight .news{
    padding: 20px 10px;
}
#qq #newsCon .newsRight .news ol{
    display: flex;
    width:90%;
    justify-content: space-between;
    margin-top: 20px;
    margin-left:5%;
}
#qq #newsCon .newsRight .news ol li{
    padding:5px 0;
    cursor: pointer;
    font-size:18px;
}
#qq #newsCon .newsRight .news ol .currentLeader{
    color:#4170BC ;
    position: relative;
}
#qq #newsCon .newsRight .news ol .currentLeader::after{
    content: '';
    width: 50%;
    display: inline-block;
    border-bottom: 2px solid #4170BC;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%,0);
}

#qq #newsCon .newsRight .news ul{
    padding:60px 10px 10px;
}
#qq #newsCon .newsRight .news ul li{
    padding:10px 0;
    line-height: 25px;
    color: #474747;
    width: 80%;
    margin: 0 auto;
}
#qq #newsCon .newsRight .news ul li b{
    font-size: 16px;
}
#qq #newsCon .newsRight .news ul li b span{
    font-size: 22px;
    font-weight: 500;
}
#qq #newsCon .newsRight .news ul li p{
    font-size: 22px;
}
#qq #newsCon .newsRight .news ul li span{
    font-size: 22px;
}