/* 大于1100px */
@media screen and (min-width:1100px) {}

/* 小于1100px */
@media screen and (max-width:1100px) {
	header{
		padding:0px 12px;
	}
	.header_center{
		width: 100%;
	}
	.header_btn{
		display: none;
	}
	.sidebar{
		display: none;
	}
	.center{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.content{
		border-radius: 0px;
	}
	.post{
		height: 60px;
		padding:10px;
	}
	.wz_icon{
		flex-basis: 60px;
		height: 60px;
	}
	.wz_icon img{
		height: 60px;
	}
	.post_time{
		display: none;
	}
	.post_fl{
		display: none;
	}
	.post_content{
		height: 60px;
	}
	.post_title{
	font-size: 16px;
    margin-bottom: 8px;
    margin-top: 1px;
    height: 18px;
	}
	.post_jj{
	     margin-top: 2px;
    margin-bottom: 0;
    font-size: 12px;
    height: 28px;
	}
	.post_ydl{
		flex-basis: 40px;
		height:60px;
	}
	.post_ydl_box img{
		margin-top: 16px;
	}
	.post_ydl_box{
		width: 40px;
	}
	.post_sidebar{
		margin-left: 0;
		margin-top:20px;
	}
	.post_center{
		width:auto;
		display: block;
	}
	.post_content_xxx{
		width:100%;
	}
	.wzxq_post_mbx{
		padding:0px 12px;
	}
	.wzxq_post_wzzt{
		padding:0px 12px;
	}
	.wzxq_post_zw{
		border-radius: 0px;
	}
	.post_sidebar_btn{
		width: auto;
		padding:0 12px;
	}
	footer{
		padding:0 12px;
	}
	.post-near{
		border-radius: 0px;
	}
	.post_center{
		margin:80px auto 80px auto;
	}
	.m_nav{
		display: block;
	}
	.header_search{
		float: right;
		margin-right: 40px;
	}
	.fankui{
		display: none;
	}
	.index_content{
	    margin-bottom:80px;
		width: 100%;
	}
	.header_nav{
		display: none;
	}
	.m_class_bt{
		padding:0px 12px;
	}
	.m_class_fl{
		grid-template-columns: repeat(1,1fr);
		grid-gap:0px;
	}
	.m_class_fl a{
		border-radius: 0px;
		border-bottom: 1px solid #f1f5f9;
	}
	.m_class{
		margin-bottom: 25px;
	}
	.go_top{
		bottom:80px;    right: 20px;
	}
	.class_center{
		width: 100%;
	}
	.sls_box_content{
		width: auto;
	}
	.sls_box_content_1 img{
		width:100%;
		height: auto;
	}
	.sls_box_content_1{
		height: auto;
	}
	.sls_box_content_2_2{
		padding:0px 20px;
	}
	.wzxq_post_wzzt_box_bt {
    display: block;
    height: auto;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.wzxq_post_wzzt_box_jj {
    font-size: 12px;
    color: #64748b;
    display: block;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.post-near li a {
    flex-grow: 1;
    height: 16px;
    color: #10172a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
}