.content .common_w>ul li{
    border-bottom: #efefef 2px solid;
}
.content ul li a h3{
    font-size: 18px;
    color: #666;
    font-weight: normal;
    line-height: 52px;
}
.content ul li a p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.content .tip span{
    font-size: 14px;
    margin-right: 90px;
    color: #999;
    line-height: 42px;
    margin-bottom: 10px;
}
.content .page{
    color: #b3b3b3;
    font-size: 14px;
    margin-bottom: 108px;
}
.content .page ul{
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 56px;
    justify-content: center;
    align-items: center;
}
.content .page ul *{
    color: #b3b3b3;
    font-size: 14px;
}
.content .page ul li{
    margin-right: 20px;
}
.content .page ul li.on{
    color: #d10000;
}
