@media screen and (max-width: 1400px) {
    .section-right{
        width: 71%;
        margin-right: 1%;
    }
    .crumbs{
    	right: 15%;
    }
    .list-txt{
    	width: 70%;
    }
    .tz li{
    	width: 100%;
    }
    .tz-txt{
    	width: 79%;
    	overflow: hidden;
    }
    .tz-txt span{
    	height: 44px;
    }
    .tz-txt p{
    	width: 100%;
    	overflow: hidden;
    }
}
@media screen and (max-width: 1300px) {
	.tz-txt{
    	width: 76%;
    }
}
@media screen and (max-width: 1200px) {
	.section-left{
		display: none;
	}
	.tz-txt{
    	width: 78%;
    	margin: 0 1%;
    }
	.section-right{
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.crumbs{
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	.list_con01 li{
		width: 25%;
	}
	.list-txt h3, .list-txt1 h3{
		overflow: hidden;
	}
	.list-txt{
		width: 65%;
	}
	
}
@media screen and (max-width: 800px) {
	.list_con01 li{
		width: 33%;
	}
	.section-right .top-bar{
		height: auto;
		overflow: hidden;
	}
	.top-bar h3 a{
		font-size: 20px;
	}
	.top-bar span{
		font-size: 18px;
	}
	.list_con01 li span a{
		font-size: 16px;
	}
	.list-pic, .list-pic img{
		float: none;
		margin:0 auto;
	}
	.list-txt{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.list-txt h3, .list-txt1 h3{
		height: auto;
	}
	.list-txt p, .list-txt1 p{
		height: auto;
	}
	.tz-date{
		width: 70px;
	}
	.tz-txt{
    	width: calc(100% - 90px);
    }
    .tj-intro p{
    	text-align: justify;
    }
    .tj-intro img{
    	width: 80%!important;
    	height: auto!important;
    }
}
@media screen and (max-width: 600px) {
	.list_con01 li{
		width: 50%;
	}
	.tj-intro td{
		word-break: break-all;
	}
	.tz-txt span{
		display: none;
	}
	.tz-txt p{
		height: auto;
	}

}
@media screen and (max-width: 450px) {
	.list_con01 li{
		width: 100%;
	}
}