.lxwm_con{
    margin: 60px auto 0;
}
.lxwmlist{
   border-top: 4px solid #0E5A9E;
   border-left: 2px solid #DFDFDF;
   border-right: 2px solid #DFDFDF;
   border-bottom: 2px solid #DFDFDF;
   height: 360px;
   margin: 20px auto;
   display: flex;
    justify-content: space-around;
    align-items: center;
}

.lxwmditu{
    width: 700px;
    height: 300px;
}
.lxwmtitle{
    width: 700px;
    height: 300px;
}

.gongsianem{
    color: #666666;
    font-size: 26px;
    padding-top: 30px;
    font-weight: 600;
    line-height: 34px;
}

.lxwmxxname{
    color: #666666;
    font-size: 22px;
    padding-top: 30px;
    font-weight: 400;
    line-height: 30px;
}

@media only screen and (max-width: 768px){
    .lxwm_con {
        margin: 60px auto 0;
        width: 90%;
    }
    .lxwmlist {
        height: auto;
        margin: 20px auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }
    .lxwmditu {
        width: 100%;
        height: 300px;
    }
    .lxwmtitle {
        width: 90%;
        height: auto;
        padding-bottom: 15px;
    }
    .gongsianem{
        font-size: 18px;
    }
    .lxwmxxname{
        padding-top: 20px;
        font-size: 16px;
    }
}