.inter-eye {
    float: right;
}

.eng-version .inter-eye,
.cn-version .inter-eye {
    display: none;
}

@media screen and (max-width: 768px) {
    .inter-eye {
        display: none;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1001px), 
only screen and (max-width: 768px) {
    .mp-press .mp-main-news {
         height: auto;
     }
}