.center_all {
    background-color: white;
    padding: 0;
    /* margin-top: 80px; */
}

.m2nu2 {
    margin: 80px auto;
    width: 100%;
    /* margin: 3.12vw 0px; */
}

.m2nu2 li:first-child {
    padding: 0 0 3.12vw;
}

.m2nu2 li {
    padding: 3.12vw 0px;
    border-bottom: 1px solid #EBEBEB;
}

.m2nu2_a {
    display: block;
    overflow: hidden;
}

.m2nu2_a .overflowHide {
    float: left;
    height: 270px;
    width: 480px;
}

.overflowHide {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.scaleImg .bgImg {
    transition: all 0.5s ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.scaleImg img {
    transition: all 0.5s ease;
}

.bgImg img {
    display: none!important;
}

.m2nu2Rx {
    padding: 52px 400px 0px 550px;
    position: relative;
}

.m2nu2Rx strong {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    max-height: 72px;
    display: block;
    overflow: hidden;
    margin-bottom: 24px;
}

.m2n_tm2 {
    background: url(../images/m2n_i1.png) no-repeat left center;
    padding-left: 24px;
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    color: #808080;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 52px;
}

.m2nu2Rx p {
    font-size: 16px;
    line-height: 32px;
    color: #808080;
    height: 64px;
    overflow: hidden;
}

.m2nu2Rx span {
    font-size: 16px;
    line-height: 44px;
    color: #888;
    text-align: center;
    display: inline-block;
    height: 46px;
    width: 160px;
    position: absolute;
    top: 154px;
    right: 0px;
    border-radius: 1.8em;
    border: 1px solid #EBEBEB;
}

.transition {
    transition: all 0.5s ease;
}

.scaleImg:hover .bgImg {
    transform: scale(1.1);
}

.m2nu2_a:hover .m2nu2Rx span {
    color: #FFF;
    background: #113774;
    border: 1px solid #113774;
}

.center_all a:active,
.center_all a:hover {
    text-decoration: none;
    color: #103A74 !important;
    outline: 0;
}

.container {
    margin-left: auto !important;
}

@media (max-width: 767px) {
    .m2nu2 {
        width: 100%;
    }
    /* .center_all {
        padding: 5.2vw 0px 0.5vw;
    } */
    .m2nu2 {
        margin: 25px auto;
    }
    .m2nu2 li {
        padding: 25px 0;
    }
    .m2nu2_a .overflowHide {
        width: 100%;
        float: none;
    }
    .m2nu2Rx {
        padding: 25px 0 0 0;
    }
    .m2nu2Rx strong {
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        max-height: 60px;
        height: auto;
        color: black;
    }
    .m2n_tm2 {
        position: relative;
        left: 0;
        top: auto;
    }
    .m2nu2Rx p {
        max-height: 140px;
        height: auto;
        font-size: 14px;
    }
    .m2nu2Rx span {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .m2nu2_a .overflowHide {
        width: 100%;
        float: none;
    }
    .m2nu2 {
        margin-top: -25px;
    }
    .content-width {
        width: 100%;
    }
    .m2nu2 li {
        padding: 25px 0;
    }
    .m2nu2Rx {
        padding: 25px 0 0 0;
    }
    .m2nu2Rx strong {
        font-size: 19px;
        font-weight: bold;
        line-height: 30px;
        max-height: 60px;
        height: auto;
        color: black;
    }
    .m2n_tm2 {
        position: relative;
        left: 0;
        top: auto;
    }
    .m2nu2Rx p {
        /*max-height: 140px;*/
        height: auto;
        font-size: 16px;
    }
    .m2nu2Rx span {
        display: none;
    }
}