@media screen and (max-width: 720px) {

}
/* -------------------分割線------------------------- */
@media screen and (max-width: 500px) {
    .lm-bg img {
        width: 100%;
        height: 200px;
    }
    .lm-bg {
        width: 100%;
        height: 200px;
    }
    .main-left {
        display: none;
    }
    .main-rigth {
        width: 96%;
        min-height: 850px;
        margin-left: 0;
        margin: 0 auto;
        margin-top: 15px;
        float: none;
    }
    .main-lm {
        width: 100%;
        min-height: 866px;
        margin: 0 auto;
        background: #ffffff;
    }
    .main-right-one {
        width: 100%;
        height: 50px;
        text-align: center;
        border-bottom: 5px solid #721f6f;
    }
    .main-right-one ul {
        display: none;
    }
    .main-right-one {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-bottom: 5px solid #721f6f;
    }
    .main-right-one h3 {
        color: #661c63;
        font-size: 20px;
    }
    .Ver_top {
        display: none;
    }
    .main-right-two {
        width: 100%;
        height: auto;
        overflow-x: scroll;
    }
    .main-right-two ul li a {
        font-size: 16px;
        color: #333333;
        margin-left: 18px;
        width: 70% !important;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/* -------------------分割線----------------------- */
@media screen and (max-width: 375px) {

}
/* -------------------分割線----------------------- */
@media screen and (max-width: 360px) {

}
/* -------------------分割線----------------------- */
@media screen and (max-width: 320px) {

}