/* 页面标题 */
.page-title{
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    color: #026FBF;
    text-align: center;
    margin: 30px 14px;
    font-weight: bold;
}
.my-content .img{
    margin: 0px 14px;
    padding: 12px 0px;
}
.my-content .page-title .img{
    margin: 0px auto !important;
}
.my-content .img img{
    margin: 0px;
}
.text{
    margin: 12px 14px;
    text-align: justify;
    text-indent: 2em;
}
.my-content .sub-title{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 30px;
    margin: 20px 14px;
}
.my-content .sub-title::before{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #005BAC;
    content: "";
    float: left;
    margin-top: 6px;
    margin-right: 0.7em;
}
.page-footer{
    margin: 10px 14px 30px 14px;
}
.page-footer .line{
    font-size: 1.8rem;
    font-style: italic;
    color: #0070C2;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.page-footer .line.left{
    text-indent: -4em;
}
.page-footer .line.right{
    text-indent: 3em;
}
@media only screen and (min-width: 420px){
    .page-footer .line{
        font-size: 23px;
    }
}
@media only screen and (min-width: 550px){
    .page-footer .line{
        font-size: 30px;
        line-height: 15px;
    }
}
@media only screen and (min-width: 560px){
    .page-footer .line{
        font-size: 32px;
        line-height: 50px;
    }
}