/* 新闻详情 媒体查询 */


@media screen and (max-width:900px) {
	.xq-body {
		margin-top: 0px !important;
	}
	.inner {
		margin-top: 0px !important;
	}
}

@media screen and (max-width:700px) {
        .xq-body{
            flex-wrap: wrap;
        }
        .xq-left{
            padding: 0;
            width: 100%;
        }

        .xq-right{
            width: 100%;
        }
        .r-body{
            padding: 0;
        }
        .search{
            display: none;
        }
        .l-img{
            flex-wrap: wrap;

        }
        .l-img-1{
            width: 100%;
            margin-bottom: 20px;
        }
        .l-img-2{
            width: 100%;
        }
        .r-body{
            border: 0 !important;
        }
}

@media screen and (max-width:1000px) {
    .inner{
        width: 95% !important;
    }
    .btn-1{
        display: inline-flex !important;
        text-align: center;
        align-items: center;

    }
    .search-img{
        margin-right: 0;
    }
    .btn-2{
        display: none !important;
    }
}
