/*mobile*/
@media (max-width: 767px){
.t_hr .body {background-color: #fff;}
.t_hr .m_wrap {padding: 0 2em;height: 100%;}   
    
/* 图片 */
.t_hr .img_box {width: 100%;height: auto;margin-top: 1.17rem;}
.t_hr .img_box img {width: 100%;}

/* 文字 */
.t_hr .word {margin: 1rem 0;}

/* 外链 */
.t_hr .link {width: 90%;margin: 0 auto;} 
.t_hr .link .block{display: flex;width: 100%;margin-bottom: 1.25rem;} 

.t_hr .link .img_box1 {display: flex; width: 37%;}
.t_hr .link .info {display: flex;justify-content: center;align-items: center;width: 64%;font-size: 1.2rem; color: #fff;}
.t_hr .link .info img {width: 100%;}

.t_hr .link .bg1 {background-color: #003377;}
.t_hr .link .bg2 {background-color: #00b6ee;}
.t_hr .link .bg3 {background-color: #e50011;}

}