.head {
    height: 380px;
    background-color: #4cb4bf;
    width: 100%;
}

.t2 {
    letter-spacing: 0px;
}

.content a {
    color: cornflowerblue;
    text-decoration: none;
}

.content p {
    color: grey;
    font-family: "楷体";
    font-size: 20px;
    margin-bottom: 10px;
}

.title {
    font-family: "微软雅黑";
    color: black;
    font-size: 35px;
    font-weight: 700;
    margin-top: 35px;
}

.content {
    margin: 50px auto;
    width: 50%;
}