.myzj-list-content{
    width: 100%;
    min-height: 10rem;
}
/* 左侧 */
.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;
    padding-top: 10px;
}
/* 标题 */
.myzj-right-title{
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.myzj-right-title p{
    display: inline-block;
    font-size: 18px;
    color: #313131;
    padding: 0 10px 10px 10px;
    border-bottom: 3px solid #0089cb;
}
.myzj-right-main-content{
    padding: 25px 15px;
}
.myzj-right-main-content li{
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
    padding-right: 20px;
}
.myzj-right-main-content li:nth-of-type(odd){
    width: 100%;
    height: 38px;
    background: #ebf8ff;
    line-height: 38px;
}
.myzj-right-main-content li:nth-of-type(even){
    width: 100%;
    height: 59px;
    line-height: 59px;
    background: #ffffff;
}
.myzj-right-main-content li:nth-of-type(even) p.fr{
    margin-top: 16px;
    right: 10px;
}
.myzj-right-main-content li:nth-of-type(odd) p.fr{
    margin-top: 6px;
    right: 10px;
}
/* p.fl{
} */
.qr,
.ck{
    position: absolute;
    width: 90px;
    height: 23px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
}
.qr{
    color: #fff;
    background: #0089cb;
    border: 1px solid #0089cb;
}
.ck{
    color: #0089cb;
    background: #fff;
    border: 1px solid #0089cb;
}
@media screen and (max-width:1200px){
    .myzj-left-content{
        display: none;
    }
    .myzj-right-content
    {
        width: 100%;
        
    }
    .myzj-right-main-content{
        width: 100%;
        overflow-x: scroll;
    }
    .myzj-right-content ul{
        width: 1000px;
    }
    .myzj-right-title p{
        font-size: 0.36rem;
        padding:0.2rem;
    }

    }