/*mod01*/
.mod01 { 
    width:100%; 
    height:auto; 
}
.mod01_top { 
    height: 40px; 
   line-height: 36px;
    border-bottom: 2px solid #ce0e05;
   width:100%; 

}
.titleL{ 
   
    font-weight: 600;
    border-bottom: 4px solid #ce0e05;
    font-size: 18px;
    font-family: "微软雅黑";
    color: #fff;
    width:150px;
    background-image: url(/xbnxh/uiFramework/commonResource/image/2022052313522189859.jpg) ;
    text-align: center;
}


/*响应式代码*/
@media (max-width:800px) {
       .mod01_top{width:100%;}
      
}