.main-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-name{
    color: rgba(0,0,0,.85);
    font-weight: bold;
    font-size: 22px;
}
.title-line{
    background-color: #447FC0;
    height: 4px;
    width: 80px;
    margin: 20px;
}
.title-content{
    color: rgba(0,0,0,.65);
    font-size: 16px;
    width: 80%;
    line-height: 28px;
    text-indent:2em;
    text-align: justify;
}
.main-content{
    padding: 34px 20px;
    background-color: #FAFAFA;
    margin-top: 45px;
    text-align: center;
}
.content-title{
    font-size: 22px;
    font-weight: bold;
    color: rgba(0,0,0,.85);
    margin-bottom: 45px;
}
.box-img{
    width: 60px;
}
.box-title{
    margin: 30px 0 20px;
    color: #3F82C4;
    font-size: 16px;
    font-weight: bold;
}
.box-info{
    color: rgba(0,0,0,.5);
    font-size: 14px;
    width: 90%;
    padding-left: 10%;
    text-align: left;
    line-height: 24px;
    text-align: justify;
}

.main-info{
    margin-top: 62px;
}
.info-title{
    margin-bottom: 25px;
    color: rgba(0,0,0,.85);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.info-item{
    margin-bottom: 25px;
}
.info-text{
    color: rgba(0,0,0,.65);
    font-size: 16px;
    margin-left: 12px;
    line-height: 28px;
}
.info-img{
    width: 18px;
}
@media screen and (max-width: 768px){
    .title-name{
        font-size: 20px;
    }
    .title-line{
        width: 50px;
        margin: 12px;
    }
    .content-title, .info-title{
        font-size: 18px;
        margin-bottom:16px
    }
    .info-img{
        width: 16px;
        margin-right: 20px;
    }
    .title-content, .info-text{
        font-size: 14px;
    }
    .main-content{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .box-img{
        width: 60px;
    }
}