#law-content1 {
    background-image: url(../images/profile-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}

#law-page-name {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 151px;


}

#law-nav {
    left: 0;
    height: 64px;
    line-height: 64px;
    width: 100%;
    z-index: 1;

}

.gift-type-list-top1 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}



#law-nav-title {
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
#law-nav-title a{
    color:#6FB568;
}
#law-content2 {
    padding: 30px 0;
    background: #FFFFFF;
}

#law-content2 h4 {
    width: 267px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 18px;
    line-height: 34px;
    font-weight: 700;
    font-size: 28px;
    color: #6FB568;
    position: relative;
}

#law-content2 h4::before {
    content: "";
    display: block;
    width: 4px;
    height: 24px;
    background: #6FB568;
    position: absolute;
    left: 0;
    top: 5px;
    background: linear-gradient(#073190 50%, #6FB568 50%);
}

#law-content2 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    margin: 30px 0;
}