﻿.zmljl-content{
    width: 100%;
    margin-top: 50px;
}
/* 左侧 */
.zmljl-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;
}
/* 右侧 */
.zmljl-right-content{
    width: 925px;
    border: 1px solid #f3f3f3;
}
/* title */
.zmljl-right-title{
    width: 100%;
    height: 65px;
    color: #0089cb;
    line-height: 65px;
    font-size: 20px;
    border-bottom: 1px solid #f3f3f3;
}
.blue{
    width: 5px;
    height: 20px;
    background: #0089cb;
    margin: 23px 10px 0 10px;
}
.zmljl-right-title a.fr{
    font-size: 16px;
    color: #000;
}
.zmljl-right-main-content{
    padding: 20px 60px;
}
/* 图片盒子 */
.zmljl-right-img-box{
    width: 100%;
    overflow: hidden;
}
.img-box{
    float: left;
    width: 150px;
    height: 70px;
    border: 1px solid #0089cb;
    margin-left: 10px;
    border-radius: 5px;
    /* background: #66adca; */
}
.img-box a{
        background: #66adca;
        display: block;
        width: 98%;
        height: 98%;
        margin: 0 auto;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        line-height: 72px;
        text-align: right;
        padding-right: 20px;
        box-sizing: border-box;
}
.img-box a img{
    margin-top: 25px;
}
.img-box.first{
    margin-left: 0;
}
/* if */
.zmljl-right-if-content{
    margin-top: 20px;
}
@media screen and (max-width:1200px){
    .zmljl-content{
        margin-top: 0.3rem;
    }
    .zmljl-left-content{
        display: none;
    }
    .zmljl-right-content{
        box-sizing: border-box;
        width: 100%;
        border: 0.02rem solid #f3f3f3;
    }
    .zmljl-right-title{
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.32rem;
    }
    .blue{
        width: 0.05rem;
        height: 0.4rem;
        margin-top: 0.2rem;
    }
    .zmljl-right-title a.fr{
        font-size: 0.24rem;
    }
    .zmljl-right-main-content{
        padding: 0.2rem;
    }
    .img-box{
        width: 3rem;
        height: 1.5rem;
        margin-left: 0;
        margin-bottom: 0.1rem;
    }
    .img-box:nth-of-type(2n){
        margin-left: 0.1rem;
    }
    .zmljl-right-if-content{
        margin-top: 0.2rem;
    }
    .img-box a{
        width: 100%;
        padding: 0;
        text-align: center;
        line-height: 1.47rem;
        font-size: 0.32rem;
    }
    .img-box a img{
        margin-top: 0.6rem;
    }
}