@charset "utf-8";
.banner img {
    width: 100%;
}

.p-details {
    margin: 20px 0;
    padding: 20px 0;
}

.p-details .title {
    text-align: center;
}

.title h3 {
    font-size: 24px;
    line-height: 36px;
}

.title p {
    color: #999;
}

.content .line {
    margin: 20px 0;
    color: #333;
}

.content .line img {
    width: 45%;
    margin: 0 20px 20px 0;
    float: left;
}

.content .line h4 {
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
}

.content .line h4::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(221, 104, 8);
}

.content .line p {
    font-size: 14px;
    line-height: 30px;
}

.content .line:nth-child(2) .item {
    float: left;
    height: 148px;
    padding: 0 20px;
}

.content .line:nth-child(2) .item .info {
    text-indent: 2rem;
}

.content .line:nth-child(1)>p {
    padding: 0px 0 0 20px;
}

.content .img {
    width: 50%;
}
.content .words {
    width: 49%;
}

@media (max-width:768px) {
    .content .img,
    .content .words {
        width: 100%;
    }
}