﻿@media screen and (max-width:800px){
    .top-wrap{
        width: 100%;
		height:128px;
    }
    .top-wrap .logo-img-wrap{
        top: 7px;
    }
    .top-wrap .logo-img{
        width: 44%;
        margin: 0 auto;
    }
    .main-wrap{
        width: 100%;
		padding:0 12px;
		box-sizing:border-box;
    }
	.main-box-wrap{
		background:url(../img/smzq_banner.jpg) no-repeat center top;
		background-size:auto 35%;		
	}
	.section-box .section-tit{
		font-size:16px;		
	}
	.section-box{
		margin-top:10px;		
	}
	.section-box .section-main{
		padding:10px 0;		
		border:none;
	}
	.section-box .section-main .list-item{
		line-height:35px;
		padding-left:10px;		
	}
	.section-box .section-main .list-item .item-tit{
		font-size:14px;		
	}
	.section-box .section-main .list-item .time{
		font-size:13px;		
	}
	.section-box .section-main .list-item .time-wrap{
		height:auto;
		overflow:hidden;
	}
	.section-box .section-main .list-item .time-wrap .time-item{
		width:30%;
		margin:0 3% 10px 0;		
	}
	.section-box .section-main .list-item .time-wrap .time-item .tit{
		width:100%;	
		font-size:12px;	
	}
}