#content {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #e6e6e6;
}

.titP {
    width: 96%;
    margin: 30px auto 20px;
}

.titP p {
    width: 92%;
    font-size: 34px;
    text-align: center;
    color: #A40308;
    word-break: break-all;
    word-wrap: break-word;
}

.moreInfo {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #f7e9e9;
    margin: 30px auto 0;
}

.moreInfo .source {
    width: 80%;
    padding-left: 30px;
}

.moreInfo .source span {
    margin: 0 6px;
    font-size: 16px;
    color: #A40308;
}

.share {
    display: block;
    margin: 0;
}

.dhsharebuttonbox {
    width: 102px;
    height: 36px;
    background: url("../img/share-group-icon.png")left center no-repeat;
}

.dhsharebuttonbox a {
    display: block;
    width: 24px;
    height: 100%;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.conItem {
    width: 96%;
    margin: 0 auto 30px;
    line-height: 32px;
    font-size: 18px;
    text-align: justify;
    word-break: break-all;
}

.conItem img {
    display: block;
    max-width: 100%;
    margin: 5px auto;
}

.conItem table {
    width: auto;
    margin: 0 auto;
    border: 1px solid #000;
}

.conItem table td,
.conItem table tr {
    border: 1px solid #000;
}

.conItem video {
    display: block;
    margin: 0 auto;
}

/*qrcode*/
#output {
    width: 132px;
    height: 158px;
    margin: 100px auto 0;
}

#output p {
    width: 132px;
    color: #b5b5b5;
    font-size: 12px;
    line-height: 26px;
}

#output canvas {
    width: 132px;
}

.output {
    width: 400px;
    margin: 100px auto 0;
    text-align: center;
    display: none;
}

.output #QRcode {
    width: 132px;
    margin: 10px auto;
}

.output #QRcode td,
.output #QRcode tr {
    border: none;
}

.output p {
    color: #b5b5b5;
    font-size: 12px;
    line-height: 26px;
}

.output p a {
    color: #000 !important;
}

/* .w1200{
    width: 100%;
} */

.main {
    width: 1200px;
    margin: 0 auto;
}