/*列表标题*/
.mk_tit_nav {background-color:#d0121b;position:relative;}
.mk_tit_nav h2{         color: #fff;
    height: 100px;
    line-height: 100px;
    font-size: 1.5rem;
    font-weight: bold;
    background: url(/eportal/uiFramework/commonResource/image/2025081515583121155.png) no-repeat;
    background-size: 450%;
    background-position: 3% 38%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;}

@media screen and (max-width: 768px) {

.mk_tit_nav h2{
     height: 3rem!important;
    line-height: 3rem!important;
    text-align: center!important;
    padding-left:0px!important;
    font-size: 1.2rem!important;
}
}