﻿body {
    margin: 0;
    padding: 0;
    background-image: url("../img/backgroundMap.png");
}

#gywm {
    background-color: #213d5e;
    color: white;
}
/*主体部分*/
#webBody {
    /*height: 800px;*/
    width: 100%;
}
/*面包屑*/
#crumbs {
    margin-top: 20px;
}

    #crumbs a {
        font-size: 16px;
    }

#crumbsBorder {
    line-height: 30px;
    border-bottom: 1px solid #31708F;
}

#title {
    margin-top: 20px;
    text-align: center;
}

    #title p {
        font-size: 50px;
        color: #31708F;
    }
#aboutContent{
    padding:2% 1%;
}
    #aboutContent img {
        width: 100%;
        max-width: 100%
    }
@media screen and (max-width:995px) {
    #aboutWebBody {
        padding: 5%;
    }
    #aboutContent img {
        width: 100%;
        max-width: 100%
    }
}
