@media screen and (max-width: 1024px) {

	#hd {
		display: none;
	}

	.wrap1024 {
		width: 90%;
	}

	.list-news .more-z {
		bottom: 0;
	}

	.tit-holder {
		padding-bottom: 30px;
		padding-top: 0;
	}

	.us_tit2 {
		padding-top: 20px;
	}
}

@media screen and (max-width: 999px) {

	.list-news li {
		float: left;
		width: 46%;
		margin: 0 2% 4% 2%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.list-news .img {
		float: none;
		width: 100%;
		padding-top: 50%;
	}

	.list-news .txt {
		margin-left: 0;
		padding: 30px;
	}

	.list-news h4 {
		height: 1.4em;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		font-size: 16px;
	}

	.list-news .more-z {
		display: none;
	}

	.basic-situation .img {
		display: none;
	}

	.basic-situation .txt {
		width: auto !important;
		float: none !important;
	}

	.list-work h4 {
		font-size: 16px;
	}

	.list-work .hd {
		float: none;
		width: auto;
	}

	.list-work .bd {
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 650px) {

	.slider-org {
		margin-left: 0;
		margin-right: 0;
	}

	.slider-org .img {
		width: 90%;
	}

	.us_tit2 {
		height: 30px;
	}

	.us_tit2 a {
		height: 30px;
	}

	.list-news li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.us_tit2 img {
		height: 16px;
	}

	.txt2 {
		padding: 30px 0;
	}
}

