@media screen and (max-width:750px) {
	* {
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		box-sizing: border-box;
	}

	#contact_main{
		width: 100%;
		height: auto;
		padding-top: 1.62rem;
		margin: 0 auto;
	}
	#contact_img{
		margin: 0 auto;
		display: block;
	}
	.news_page{
		width: 7.49rem;
		height: auto;
	}
	.news{
		width: 6.9rem;
		height: auto;
		opacity: 1;
		border: 1px solid #dcdcdc;
		margin: 0 auto;
		margin-top: 0.3rem;
		padding: 0.38rem 0.38rem;
	}
	.base{
		margin-bottom: 0.6rem;
	}
	.news_titles{
		text-align: center;
		height: auto;
		border-bottom: 0.01rem solid #dcdcdc;
		padding-bottom: 0.5rem;
	}
	.news_titles p{
		height: 0.79rem;
		font-size: 0.25rem;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		color: #333333;
		line-height: 0.48rem;
	}
	.news_content{
		text-align: center;
		height: auto;
	}
	.news_content p{
		display: none;
	}
	.news_content img{
		display: block;
		width: 100%;
		height: 4.08rem;
	}
	.news_details{
		margin-top: 0.5rem;
		height: auto;
	}
	.news_details p{
		font-size: 0.24rem;
		color: #666666;
		line-height: 0.48rem;
		text-align: left;
		height: auto;
	}
	.news_details p span{
		font-size: 0.3rem;
		font-weight: bold;
		height: auto;
		display: block;
	}
	.base{
		width: 6.58rem;
		margin: 0 auto;
		padding-top: 0.4rem;
		font-size: 0.24rem;
		color: #666666;
		line-height: 0.48rem;
	}
	.base p{
		height: auto;
	}

	.base p a{
		display: inline-block;
		color: #666666;
		text-decoration: none;
		text-align: left;
		width: 5.7rem;
	}
	.base span{
		color: #999999;
		vertical-align: top;
	}
	#contact_img{
		width: 6.9rem;
		height: 2rem;
		margin: 0 auto;
	}
	#contact_img img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.mynews{
		margin: 0 auto;
		width: 6.9rem;
	}
	.mynews_tit{
		font-size: 0.36rem;
		color: #333333;
		font-weight: bold;
		display: inline-block;
		margin-bottom: 0.38rem;
		width: 100%;
		height: 0.36rem;
	}
	.mynews_list{
		height: auto;
	}
	.desc{
		/*min-height: 0.6rem;*/
		color: #999999 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
	}
	.mynews_content{
		width: 6.9rem;
		height: 6.94rem;
		/* height: auto; */
		margin-bottom: 0.48rem;
	}
	.mynews_left{
		width: 15%;
		height: 2.73rem;
		background-color: #EFEFEF;
		float: left;
		text-align: center;
		padding-top: 0.3rem;
	}
	.mynews_left p{
		height: 0.24rem;
		font-size: 0.24rem;
		color: #666666;
		margin-bottom: 0.1rem;
	}
	.mynews_left p:first-child{
		font-size: 0.48rem;
		font-weight: bold;
		color: #000000;
		margin-bottom: 0.3rem;
	}
	.mynews_right{
		width: 85%;
		height: 2.73rem;
		background-color: #F7F7F7;
		float: left;
		padding: 0.27rem 0.19rem;
	}
	.mynews_certer{
		float: left;
	}
	.mynews_certer p{
		font-size: 0.24rem;
		color: #999999;
	}
	.mynews_certer p:first-child{
		font-size: 0.3rem;
		color: #141010;
		font-weight: bold;
		margin-bottom: 0.5rem;
	}
	.mynews_certer a{
		display: block;
		margin-top: 5%;
		color: #FF7A23;
		font-size: 0.19rem;
		font-weight: bold;
	}
	.mynews_img{
		display: block;
		width: 100%;
		height: 4.2rem;
	}
	.mynews_right img{
		display: none;
	}
	.mynews_bottom{
		display: none;
	}
	
}
