body{
    background: #f4f4f4;
}
.title h3{
    color: #0014ab;
    font-size: 24px;
    line-height: 46px;
    border-bottom: 2px solid #0078ff;
    margin-bottom: 10px;
}
.main{
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 0 100px 0;
}
.content{
    width: 1000px;
    margin: 0 auto;
}
.list li{
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
}
.list h4{
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}
.list h4 a{
    color: #666666;
}
.list p{
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    margin-bottom: 16px;
}
.list li div{
    display: flex;
    justify-content: start;
    align-items: center;
}
.list li div span{
    margin-right: 80px;
    color: #999999;
}
.page{
    color: #b3b3b3;
    font-size: 14px;
}
.page ul{
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 56px;
    justify-content: center;
    align-items: center;
}
.page ul *{
    color: #b3b3b3;
    font-size: 14px;
}
.page ul li{
    margin-right: 20px;
}
.page ul li.on a{
    color: #d10000;
}
