
@media screen and (min-width:768px) {
    .edit-passage h2 span {
        display: inline-block;
        width: 5px;
        height: 26px;
        font-size: 0;
        background: #ff7e00;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }
    .passage-detail {
        background: #fff;
        padding: 40px;
    }

    .passage-detail h2 {
        font-size: 30px;
        color: #000;
    }

    .passage-detail .h2title,
    .passage-detail .l1,
    .passage-detail .l2 {
        text-align: center;
        font-weight: normal;
    }
    .passage-detail h2 {
        font-size: 30px;
        color: #000;
        font-weight: normal;
    }
    .passage-detail .l2 {
        font-size: 16px;
        color: #999;
        margin:15px 0 20px 0;
        
        
    }
    .edit-passage p {
        margin-top: 20px;
        font-size: 16px;
        color: #666;
        text-indent: 32px;
        line-height: 2;
    }
    .edit-passage p span {
        margin-top: 20px;
        font-size: 16px;
        color: #666;
        text-indent: 32px;
    }
    .edit-passage h2 {
        font-size: 24px;
        color: #000;
        font-weight: normal;
        text-indent: 32px;
    }
    .edit-passage div{
        text-align: center;
    }
    .groudImg {
        width: 501px;
        height: 380px;
       
    }
}

@media screen and (max-width:767px) {
    .edit-passage h2 span {
            display: inline-block;
            width: 5px;
            height: 22px;
            font-size: 0;
            background: #ff7e00;
            margin-right: 10px;
            position: relative;
            top: 5px;
    }
    .passage-detail {
        background: #fff;

    }
    .passage-detail h2 {
        font-size: 18px;
        color: #000;
        font-weight: normal;
        text-indent: 16px;
    }
    .passage-detail .h2title,
    .passage-detail .l1,
    .passage-detail .l2 {
        font-size: 18px;
        color: #000;
        text-align: center;
        font-weight: normal;
        padding-top: 20px;
    }
    .passage-detail .l2 {
        font-size: 14px;
        color: #999;
        margin: -10px 0 0 15px;
    }

    .edit-passage p {
        margin-top: 10px;
        font-size: 14px;
        color: #666;
        /* text-indent: 32px; */
        line-height: 24px;
    }

    .groudImg {
        width: 100%;
    }
}