.contentArea {
    border: none; /*1px solid #ededed;*/
    /*padding: 20px 35px;*/
    margin-top: 15px;
    margin-bottom: 40px;
}

.titleArea {
    height: auto;
    border-bottom: 1px dashed #666;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    padding: 12px 0;
}

.titleItem {
    width: 175px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
}

    .titleItem img {
        vertical-align: middle;
    }


    .titleItem.last {
        width: 105px;
    }


.questionContent {
    line-height: 26px;
    font-size: 14px;
}

    .questionContent p {
        text-indent: 2em;
        margin-bottom: 26px;
    }

        .questionContent p.sign {
            margin-bottom: 0;
            text-align: right;
        }

.questionAttachments td a,
.questionAttachments td a:hover {
    text-align: center;
    vertical-align: middle;
    /*border: 1px solid #ccc;*/
    text-decoration: underline;
    color: #3783B6;
}

    .questionAttachments td a:hover {
        font-weight: 700;
    }

.questionAttachments td {
    padding: 0 15px;
    vertical-align: middle;
    text-align: center;
}

.questionAttachments img {
    max-width: 200px;
    max-height: 200px;
}

.replyAttachments > a {
    display: inline-block;
    margin-right: 20px;
}

.titleItem.col1 {
    width: 540px;
}

.titleItem.col2 {
    width: 200px;
    float: right;
}

.titleItem.col3 {
    width: 260px;
}

.contentArea .titleItem {
    /*line-height:40px;
    height:40px;*/
}

.propertyTitle, .propertyValue {
    vertical-align: top;
}

.titleItem.col1 .propertyValue {
    width: 435px;
}

.propertyTitle.bigTitle {
    font-size: 22px;
    font-weight: bolder;
}

.main.zcjdlb.clear {
    padding-left: 45px;
    padding-right: 45px;
    background-color: #fFF;
    min-height: 500px;
}

.main-body {
    background-color: #f3f3f3;
}

.xj_icon {
    width: 30px;
}

@media screen and (max-device-width: 768px) {
    .main.zcjdlb.clear {
        padding: 0 0.3rem;
        width: 100%;
        box-sizing: border-box;
    }

    .contentArea {
        border: none; /*1px solid #ededed;*/
        /*padding: 20px 35px;*/
        margin-top: 0.15rem;
        margin-bottom: 1rem;
    }

    .titleArea {
        height: auto;
        border-bottom: 0.01rem dashed #666;
        font-size: 0.28rem;
        color: #333;
        margin-bottom: 0.2rem;
    }

    .titleItem {
        width: auto;
        line-height: 0.45rem;
        display: inline-block;
        vertical-align: top;
    }

        .titleItem img {
            vertical-align: middle;
        }


        .titleItem.last {
            width: 105px;
        }


    .questionContent {
        line-height: 0.43rem;
        font-size: 0.26rem;
    }

        .questionContent p {
            text-indent: 2em;
            margin-bottom: 0.5rem;
        }

            .questionContent p.sign {
                margin-bottom: 0;
                text-align: right;
            }


    .replyAttachments > a {
        display: inline-block;
        margin-right: 0.6rem;
    }

    .titleItem.col1 {
        width: auto;
    }

    .titleItem.col2 {
        width: auto;
    }

    .titleItem.col3 {
        width: auto;
    }

    .contentArea .titleItem {
        line-height: inherit;
        height: auto;
        margin-bottom: 0.3rem;
    }

    .propertyTitle {
        vertical-align: top;
        line-height: 0.36rem;
        /*width: 1.4rem;*/
        width:auto;
        text-align: right;
    }

    .propertyValue {
        vertical-align: top;
        width: 5.4rem;
        line-height: 0.36rem;
        text-align: left;
    }

    .titleItem.col1 .propertyValue {
        width: 5.4rem;
        line-height: 0.36rem;
        text-align: left;
    }

    .propertyTitle.bigTitle {
        font-size: 0.38rem;
        font-weight: bolder;
        line-height: 0.5rem;
        text-align: left;
    }

    .main-body {
        background-color: #f3f3f3;
    }

    .replyAttachments {
        margin-bottom: 0.5rem;
    }

    .questionAttachments {
        margin-bottom: 0.5rem;
    }

        .questionAttachments td {
            padding: 0 0.15rem;
            vertical-align: middle;
            text-align: center;
        }

            .questionAttachments td a {
                width: 2rem;
                height: 2rem;
                border: 0.01rem solid #ccc;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

        .questionAttachments img {
            max-width: 2rem;
            max-height: 2rem;
        }
}