.intitems{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 46px;
}
.intitems .block{
    width: 44.41%;
    border-bottom: 1px dashed  #b8bcd6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 21px;
    padding-bottom: 55px;
    margin-bottom: 70px;
}
.intitems .block .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36.77%;
    height: 110px;
    border: solid 1px #e4edf8;
}
.intitems .block .desc{
    font-size: 16px;
	color: #333333;
    line-height: 30px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .intitems .block{
        flex-wrap: wrap;
        padding-bottom: 35px;
    }
    .intitems .block .img{
        width: 100%;
        margin-bottom: 8px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .intitems .block{
        flex-wrap: wrap;
        padding-bottom: 35px;
    }
    .intitems .block .img{
        width: 100%;
        margin-bottom: 8px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .intitems .block{
        width: 100%;
        flex-wrap: wrap;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .intitems .block .img{
        width: 100%;
        height: 145px;
        margin-bottom: 8px;
    }
    .mybanner{
        background-image: url(../images/lxwm/banner.jpg);
    }
}