@media (min-width:520px) {

	.zcfg {
		color: white !important;
		border-bottom: .02rem solid white;
	}

	h1 {
		font-weight: bold;
	}

	/* 最新政策 */
	.new_list {
		position: absolute;
		left: 1.8rem;
		top: 3rem;

		width: 6.35rem;
		padding: 0.08rem 0.16rem;
		margin: 0 auto;
		border-radius: 0.05rem;
		background-color: white;
	}

	.new_list .title {
		padding: 0.1rem 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.new_list .title h1 {
		margin: 0;
	}

	.new_list .title span {
		/* border: 1px solid red; */
		color: #999999;
	}

	.new_list .tags .item {
		margin: 0.12rem 0;
	}

	.new_list .tags .item .tag {
		display: inline-block;
		width: 0.16rem;
		height: 0.16rem;
		text-align: center;
		line-height: 0.16rem;
		border-radius: 0.03rem;
		background-color: #49be28;
		color: white;
	}

	.new_list .tags .item .text {
		margin: 0 0.12rem 0 0.08rem;
	}

	.new_list .tags .item .date {
		color: #999999;
	}

	/* 政策法规 */
	.main {
		width: 100%;
		padding-bottom: .1rem;
		background-color: #f6f8ff;
	}

	/* .ttt {
  width: 6.2rem;
  margin: 0 auto;
  overflow: hidden;
} */
	.main .con {
		width: 6.35rem;
		margin: 0 auto;
		/* height: 9.5rem; */
		background-color: #f6f8ff;
	}

	.main .con::-webkit-scrollbar {
		display: none;
	}

	.main .con .item a {
		color: #49be28;
		text-decoration: none;
	}

	.main .zc {
		position: relative;
		/* border: 1px solid red; */
		width: 6.35rem;
		padding-bottom: .2rem;
		margin: 0 auto;
		/* text-align: left; */
	}

	.main .zc .bottom-list {
		font-weight: bold;
		/* border-bottom: 3px solid #5a964a; */
		display: inline-block;
		padding-bottom: .05rem;
		/* border: 1px solid red; */

	}

	.main .item {
		padding: 0.2rem 0.3rem 0.2rem 0.25rem;
		width: 100%;
		border-radius: 0.03rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		background-color: white;
	}

	.main .item p {
		line-height: 0.15rem;
		color: #999999;
	}

	.main .item h2 {
		font-weight: bold;
		margin: 0.13rem 0;
	}

	.md-search-container {
		display: none;
	}

	.item-span {
		display: none;
	}
	
	.md-zcfg{
		
		display: none;
	}
	 
	#pagination{
		width: 6.35rem;margin: .2rem auto 0;text-align: right;
	}
}

@media (max-width:520px) {
	.new_list {
		display: none;
	}

  .pc-bg{
    display: none;
  }
  .pc-zcwj-2{
    display: none;
  }
	
	.new_list-1{
		margin: 20px;
	}

	.title {
		text-align: center;
	}
	
	.lay-bg{
		display: none;
	}
	

	.title h1 {
		font-size: 18px;
		font-weight: 600;
	}

	.item {
		margin-bottom: 10px;
		overflow: hidden;
		/* 超出部分隐藏 */
		text-overflow: ellipsis;
		/* 超出部分显示省略号 */
		white-space: nowrap;
		/* 强制不换行 */
	}

	.item span {
		font-size: 13px;
		margin-right: 5px;
	}

	.item a {
		font-size: 0.3rem;
	}

	.date {
		display: none;
	}


	.search-container {
		display: none;
	}

	.zc {
		display: none;
	}
	
	.pc-lay-con{
		display: none;
	}
	
	.tag1{
		display: inline-block;
		width: 5px;
		height: 5px;
		text-align: center;
		line-height: 1rem;
		border-radius: 0.1rem;
		background-color: #49be28;
		color: white;
		margin-bottom: 3px;
	}

	.tag-img img{
		height: .7rem;
		width: .7rem;
	}
	
	#pagination{
		margin-left: .5rem;
		margin-right: .5rem;
		margin-bottom:.5rem; 
		line-height: 1rem; /* 行高可调整 */
	}
	


	

}
