.myzj-content{
    width: 100%;
}
/* 左侧 */
.myzj-left-content{
    width: 235px;
    margin-right: 37px;
}
.common-list-title{
    width: 100%;
    height: 61px;
    margin-bottom: 12px;
    background: url("./common-list-title.png") no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 61px;
    font-size: 18px;
    color: #fff;
}
/* 右侧 */
.myzj-right-content{
    width: 926px;
}
.myzj-right-main-title{
    font-size: 36px;
    line-height: 60px;
    color: #0089cb;
    text-align: center;
    margin-bottom: 20px;
}
/* 放大缩小 */
.myzj-right-content-bsmain{
    position: relative;
    width: 100%;
    height: 36px;
    background: #f3f3f3;
    text-align: center;
}
.myzj-right-content-bsmain span{
    line-height: 36px;
    margin-right: 115px;
    font-size: 16px;
    color: #666666;
}
/* 放大缩小 */
.qt-print_area {
    position: absolute;
    top:5px;
    right: 20px;
}

.qt-print_right {
    float: right;
}
.qt-print_area .print_right span{
    margin-right: 0;
}
.qt-print_clear {
    clear: both;
}

.qt-print_area > .qt-print_right > span {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.qt-print_area > .qt-print_right > span img {
    width: 24px;
}

.qt-print_area > .qt-print_right > span.qt-mr-10 {
    margin: 0 10px 0 0;
}
.pr-10 {
    padding-right:10px;
}
/* end */
/* 问卷内容 */
.myzj-right-main-content{
    width: calc(100% - 60px);
    border: 20px solid #f3f3f3;
    margin-top: 20px;
    padding: 10px;
}
@media screen and (max-width:1200px){
    .myzj-left-content{
        display: none;
    }
    .myzj-right-content{
        width: 100%;
    }
    .myzj-right-main-title{
        box-sizing: border-box;
        padding: 0 0.2rem;
        font-size: 0.36rem;
        line-height: 0.8rem;
        margin-bottom: 0.2rem;
        margin-top: 0.2rem;
    }
    .myzj-right-content-bsmain{
        height: 0.6rem;
    }
    .myzj-right-content-bsmain span{
        line-height: 0.6rem;
        margin-right: 0.4rem;
        font-size: 0.24rem;
    }
    .myzj-right-content-bsmain span:nth-of-type(2){
        margin-right: 0;
    }
    .qt-print_area{
        display: none;
    }
    .myzj-right-main-content{
        width: 100%;
        box-sizing: border-box;
        border: 0.3rem solid #f3f3f3;
    }
}