h1 {
    width: 960px;
    margin-left: 20px;
    text-align: left;
    float: left;
    border-bottom: 1px dotted #4AABED;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

h1 span {
    border: 0px;
}

#about {
    position: relative;
    margin-top: 80px;
}

#about img {
    width: 400px;
    margin-left: 20px;
}

#about_me {
    width: 540px;
    position: absolute;
    right: 20px;
    top: 0px;
}

h4 {
    font-family: "楷体";
    color: #5F6368;
    font-size: 18px;
    margin-bottom: 17px;
}

#about_me P {
    line-height: 30px;
    font-size: 12px;
}

#about_me P span {
    display: inline-block;
    width: 50px;
    height: 30px;
    text-align-last: justify;
}

#about_me P a {
    font-weight: bold;
    background-color: #00726B;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
}