/* 页面标题 */
.page-title{
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    color: #005BAC;
    text-align: center;
    margin: 30px 14px;
    font-weight: bold;
}
.my-content .img{
    margin: 0px 14px;
    padding: 12px 0px;
    position: relative;
}
.my-content .page-title .img{
    margin: 0px auto;
}
.my-content .img img{
    margin: 0px auto;
}
.img-warper{
    margin: 0px 14px;
    font-size: 0px;
}
.img-warper .img{
    display: inline-block;
    width: 49%;
    margin: 0px auto;
}
.img-warper .img:last-child{
    margin-left: 2%;
}
.text{
    margin: 12px 14px;
    text-align: justify;
    text-indent: 2em;
}
.my-content .sub-title{
    position: relative; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 26px;
    margin: 20px 14px 0px 14px;
    padding-left: 40px;
}
.my-content .sub-title::before{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #005BAC;
    content: "";
    position: absolute;
    left: 0px;
    margin-top: 4px;
    margin-left: 8px;
    margin-right: 1em;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-box-shadow: -4px 4px 0px #D8D7D4,4px -4px 0px #D8D7D4;
    box-shadow: -4px 4px 0px #D8D7D4,4px -4px 0px #D8D7D4;
}
.my-content .sub-title .num{
    color: #FFF;
    position: absolute;
    left: 13px;
}
.double-line{
    border-top: 1px solid #005bac;
    border-bottom: 2px solid #005bac;
    height: 5px;
    margin: 5px 14px 20px 14px;
}
.img-nav{
    font-size: 1.4rem;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #005BAC;
    color: #FFFFFF;
    padding: 0px 5px;
    text-align: right;
    font-weight: bold;
}
.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: 4em;
}
@media only screen and (min-width: 360px){
    .page-footer .line{
        font-size: 22px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 430px){
    .page-footer .line{
        font-size: 28px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 560px){
    .page-footer .line{
        font-size: 32px;
        line-height: 50px;
    }
}