@charset "utf-8"; @media only screen and (min-width: 1000px){ .show_info *{ font-size: 16px !important; font-family: 微软雅黑 !important; line-height:30px !important; } .rbox .news_title{ font-size:28px !important; font-family: 微软雅黑 !important; } .rbox .time{font-size:12px;} .show_info p{line-height:30px;} } @media only screen and (max-width: 998px){ .show_info *{ font-size: 14px !important; font-family: 微软雅黑 !important; } .rbox .news_title{ font-size:24px !important; font-family: 微软雅黑 !important; } .rbox .time{font-size:12px;} .show_info p{line-height:28px;} .show_info p img{max-width:80%;height:auto;display:block;margin:0 auto;} }