﻿/* 手机端适配 */
@media screen and (max-width: 768px) {
    

.trs-banner {
    width: 100%;

    height: 1.7rem;
    background: url(../images/trs-banner.png)no-repeat bottom;

    background-size: 100% 1.7rem;
}
    .trs-btn-box ul li{
        
    margin-top: 0.1rem;}
    .trs-ngy .trs-news-li ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row wrap;
        align-content: flex-start;
        width: 100%;
        /* background-color: #f5f5f5; */
        padding: 0.2rem;
    } 
    .trs-ngy .trs-news-li ul::before{
        display: none;}

    .trs-ngy .trs-news-li ul li{
width: 49%;
height: 3rem;
float: none;
background-color: #fff;
margin-left: 0;
    }
    .trs-ngy .trs-news-li ul li img{
        width: 100%;
        height: 2rem;
    }
}