@media (min-width:520px) {


	.jlhz {
		color: white !important;
		border-bottom: .02rem solid white;
	}

	.swipper img {
		border-radius: 0;
	}

	img {
		width: 100%;
		height: 100%;
		border-radius: 0.05rem;
	}

	.font26 img {
		width: .3rem;
		display: inline-block;
	}

	h1 {
		text-align: center;
		font-weight: bold;
	}

	p {
		line-height: .16rem;
	}

	.yga {
		padding-bottom: .35rem;
		width: 6rem;
		margin: 0 auto;
	}

	.yga>h1 {
		margin: .35rem 0;
	}

	.yga .nature_edu {
		position: relative;
		padding: .35rem .22rem;
		background-color: #e7f9e9;
	}

	.yga .nature_edu .b1 {
		position: absolute;
		top: -0.12rem;
		left: .12rem;
		width: .33rem;
		height: .3rem;
		border-radius: 0;
	}

	.yga .nature_edu .b2 {
		position: absolute;
		bottom: -0.12rem;
		right: .12rem;
		width: .33rem;
		height: .3rem;
		border-radius: 0;
	}

	.yga .nature_edu h1,
	.yga .nature_edu p {
		display: inline;
		color: #5a964a;
		line-height: .16rem;
	}

	.yga_jiaoliu {
		padding: 0 .18rem;
	}

	.yga_jiaoliu>p {
		text-align: center;
	}

	.yga_jiaoliu .jigou {
		display: flex;
		justify-content: space-around;
	}

	.yga_jiaoliu .jigou .item {
		margin: .1rem 0;
		text-align: center;
		color: #5a964a;
	}

	.yga_jiaoliu .images {
		display: flex;
	}

	.yga_jiaoliu .images .item1 {
		width: 30%;
		height: 2.386rem;
		padding: 0.07rem;
		padding-top: 0.018rem;
	}

	.yga_jiaoliu .images .item1 img {
		width: 100%;
		height: 100%;
		border-radius: 0.1rem;
	}

	.yga_jiaoliu .images .item2 {
		padding: 0.02rem;
		width: 68%;
		height: 2.386rem;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}

	.yga_jiaoliu .images .item2 img {
		width: 1.22rem;
		height: 1.13rem;
		display: block;
	}

	/* 交流合作 */

	.communicate {
		/* border: 1px solid red; */
		padding: .1rem;
		background-color: #f6f8ff;
		/* background-color: red; */
	}

	.communicate h1 {
		margin: .25rem 0;
	}


	/* .ttt {
  width: 6.25rem;
  margin: 0 auto;
  overflow: hidden;
} */

	.communicate .item_all {
		/* border: 1px solid red; */
		/* width: 6rem; */
		width: 6.35rem;
		margin: 0 auto;
		/* 溢出隐藏滚动 */
		/* height: 8rem;
  overflow-y: scroll; */
	}

	.communicate .item_all::-webkit-scrollbar {
		display: none;
	}

	.communicate .item_all .item {
		margin-bottom: .1rem;
		padding: .2rem .2rem;
		border-radius: .02rem;
		background-color: white;
	}

	.communicate .item_all .item .main {
		display: flex;
	}

	.communicate .item_all .item .main .text {
		flex: 7;
	}

	.communicate .item_all .item .main .img {
		flex: 3;
		margin-left: .1rem;
	}

	.item_all .item h2 {
		font-weight: bold;
		margin: .02rem 0;
	}

	.item_all .item .font14 {
		margin: .12rem 0;
		color: #6d6d6d;
		height: .5rem;
		overflow: hidden;
		/* white-space: nowrap; */
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.item_all .item .font12 {
		color: #999999;
		display: flex;
		justify-content: space-between;
		padding: 0 .1rem 0 0;
	}

	.item_all .item .font12 a {
		color: #5a964a;
		text-decoration: underline;
		font-weight: bold;
	}

	.md-search-container {
		display: none;
	}



	.md-communcate {
		display: none;
	}
	#pagination{
		width: 6.35rem;margin: .2rem auto 0;text-align: right;
	}

}

@media (max-width:520px) {
	.yga_jiaoliu {
		display: none;
	}

	.md-jlhz {
		display: none;
	}

	.search-container {
		display: none;
	}
	
	.what_yga{
		display: none;
	}

	.nature_edu img {
		display: none;
	}



	.nature_edu br {
		display: none;
		/* 移除多余的换行 */
	}

	.communicate {
		display: none;
	}
	
	.md-communcate {
		margin-bottom: 10px;
	}

	.md-jlhz-h3{
		text-align: center;
		font-size: 20px;
		font-weight: 600;
	}
		#pagination{
		margin-left: .5rem;
		margin-right: .5rem;
		margin-bottom:.2rem; 
		line-height: 1rem; /* 行高可调整 */
	}




}