.main {
    height: 1350px;
    padding-top: 60px;
}
.main h1 {
    text-align: center;
    line-height: 60px;
    color: #555;
}
.ty {
    height: 380px;
}
.l {
    width: 350px;
    margin-left: 30px;
}
.l img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
}
.r {
    width: 400px;
    height: 350px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 2px solid #132527;
}
.r h5 {
    font-weight: 700;
    margin-top: 30px;
    font-size: 20px;
    color: #555;
    line-height: 40px;
}
.r p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 34px;
    text-indent: 2em;
}
