.content{
    margin: 7rem 1rem 1rem 1rem;

}
.content h2{
    text-align: center;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 3rem;
}
.content h3{
    text-align: center;
    margin: 0 0 2rem 0;
    font-size: 1.4rem;
    color: #666;
    font-weight: 200;
}
.title {
    margin-bottom: 4rem;

}
.title h4{
    font-size: 1.4rem;
    line-height:1.8rem;
    color: #333;
    margin-bottom: 0;
    padding-left: 1rem;
    border-left: .8rem solid #eab84a;

}
.title p{
    font-size: 1.2rem;
    margin: .4rem 0 2rem 0;
    color: #666;
    text-align: justify;
}

.line-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list{
    width: 48%;
    margin-bottom: 4rem;
}
.list h6{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.2rem;
    margin: .4rem 0;
    color: #333;
}
.list p{
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-size: 1.2rem;
    color: #666;
    /*text-align: justify;*/
}

.list img{
    width: 100%;
}


.tips{
    font-size: 1.2rem;
    color: #888;
}
