﻿@charset "UTF-8";
/* OPKG -- Next Version Journal Other Page Cascading Style Sheets */
/*
    ------------------------------------------------------------
    Desc:journal other page css.
    Author:jokechen expert@siom.ac.cn
    Time:2022-08-03 10:48:33
    ------------------------------------------------------------
*/
.at-present {
    margin-bottom: 53px !important;
}

    .at-present .img .img-wrap .img-con {
        height: auto !important;
    }

@media screen and (max-width:991px) {
    .at-present .img .img-wrap {
        padding: 10px 0 0 10px;
    }

    .rowT .middle {
        padding: 0 3px !important;
    }

    .mainbody .row1 .middle {
        padding-top: 10px !important;
    }
}

@media screen and (max-width:767px) {
    .mainbody .row1 .middle {
        padding-top: 3px !important;
    }
}