@media (min-device-width:760px){
	.anli_list_title{
		font-size:18px;font-weight: bold;
		letter-spacing: 1px;
		margin-bottom:10px;
	}
	.p_banner {
		background-position: top center !important;
		background-repeat: no-repeat !important;
		height: 500px
	}
	.anli_list_content{
		margin-bottom:20px;
		margin-top:10px;
		font-size:15px;
		color:#666;
	}
	.infomation_content_wrap{
		border:1px solid #f0f0f0;
		transition: all 0.5s;
		margin-bottom:75px;
	}
	.infomation_content_wrap:hover{
		transform: translateY(-2px);
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	.infomation_content>img{
		width:380px;
	}
	.left{
		float:left;
	}
	.right{
		float:right;
		
	}
	.left>p{
		width:585px;
		margin-left:15px;
	}
	.right>p{
		width:585px;
		margin-right:15px;
	}
	.fenye_page{
		text-align: center;
		margin-top:50px;
	}
	.white_information{
		background-color:#fff;
		width:1200px;
		margin:25px auto 0;
		padding:25px 0;
	}
	.white_information>div{
		padding:0 85px;
	}
	.wrap{
		background-color:#f0f0f0;
	}
	.white_content{
		text-align: center;
	}
	.infomation_title{
		font-size:25px;
		color:#2d419a;
		letter-spacing: 2px;
		margin:38px 0 20px;
	}
	.infomation_text{
		font-size:18px;color:#333;
		letter-spacing: 1px;
		margin-bottom:15px;
	}
	.infomation_text2{
		font-size:15px;color:#666;
		letter-spacing: 1px;
		line-height: 2;
	}
	.news_list>.right{
		width:100%;
		/* float:right; */
		/* height:450px; */
	}
	.news_list>.right .yidongduan{
		display:none
	}
	.news_list>.right>div{
		margin-bottom:18px;
		background-color:#fff;
		border:1px solid #DDDDDD;
		padding:10px 20px;
		height:190px;
		box-sizing: border-box;
		transition: all 0.5s;
	}
	.news_list>.right>div:hover{
		background-color:#f0f0f0;
		box-shadow: 0px 5px 5px rgba(44,110,233,0.2);
		transform: translateY(-3px);
	}
	.news_list>.right>div:last-child{
		margin-bottom:0
	}
	.news_list>.right>div>div>a>p{
		background-repeat: no-repeat;
		background-size:cover;
		width:300px;
		float:left;
		height:170px;
	}
	.news_list>.right>div>div>a>div{
		padding:10px 0 10px 10px;
		float:left;
		width:650px;
	}
	.news_list>.right>div>div>a>div>.title{
		position:relative;
		color:#333;
		font-size:15px;
		margin-top:20px;
	}
	.news_list>.right>div>div>a>div>.text{
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin:8px 0;
		color:#999;
		font-size:13px;
		line-height: 2;
	}
	.news_list>.right>div>div>a>div .more{
		border-radius:3px;
		outline:none;
		background-color:#fff;
		border:1px solid #DDDDDD;
		padding:5px 20px;
		cursor: pointer;
	}
	.news_list>.right>div>div>a>div>p>.time{
		position:absolute;
		right:0;top:0;
	}
	.news_list>.right>div>div i{
		font-style:normal;
	}
	
}
@media (max-device-width:600px){
	.p_banner {
		background-position: top center !important;
		background-repeat: no-repeat !important;
		height: 150px;
		/* width:100%; */
		background-size:cover;
	}
	.anli_list_content{
		margin-bottom:20px;
		margin-top:10px;
		font-size:15px;
		color:#666;
	}
	.infomation_content_wrap{
		border:1px solid #f0f0f0;
		transition: all 0.5s;
		margin-bottom:75px;
	}
	.infomation_content_wrap:hover{
		transform: translateY(-2px);
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	.infomation_content>img{
		width:100%;
	}
	.left{
		float:left;
	}
	.right{
		float:right;
		padding:0 5px;
		
	}
	.left>p{
		/* width:100%; */
		/* margin-left:15px; */
		padding:0 5px;
	}
	.right>p{
		width:100%;
		margin-right:15px;
	}
	.fenye_page{
		text-align: center;
		margin-top:50px;
	}
	.white_information{
		background-color:#fff;
		width:100%;
		margin:25px auto 0;
		padding:25px 0;
	}
	.white_information>div{
		padding:0 15px;
	}
	.wrap{
		background-color:#f0f0f0;
	}
	.white_content{
		text-align: center;
	}
	.infomation_title{
		font-size:25px;
		color:#2d419a;
		letter-spacing: 2px;
		margin:38px 0 20px;
	}
	.infomation_text{
		font-size:18px;color:#333;
		letter-spacing: 1px;
		margin-bottom:15px;
	}
	.infomation_text2{
		font-size:15px;color:#666;
		letter-spacing: 1px;
		line-height: 2;
	}
	.news_list>.right{
		width:100%;
		/* float:right; */
		/* height:450px; */
	}
	.news_list>.right .yidongduan{
		display:none
	}
	.news_list>.right>div{
		margin-bottom:18px;
		background-color:#fff;
		border:1px solid #DDDDDD;
		padding:10px 20px;
		/* height:190px; */
		box-sizing: border-box;
		transition: all 0.5s;
	}
	/* .news_list>.right>div:hover{
		background-color:#f0f0f0;
		box-shadow: 0px 5px 5px rgba(44,110,233,0.2);
		transform: translateY(-3px);
	} */
	.news_list>.right>div:last-child{
		margin-bottom:0
	}
	.news_list>.right>div>div>a>p{
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		float:left;
		height:130px;
	}
	.news_list>.right>div>div>a>div{
		padding:10px 0 10px 10px;
		float:left;
		width:100%;
	}
	.news_list>.right>div>div>a>div>.title{
		position:relative;
		color:#333;
		font-size:15px;
		margin-top:20px;
	}
	.news_list>.right>div>div>a>div>.text{
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		margin:8px 0;
		color:#999;
		font-size:13px;
		line-height: 2;
	}
	.news_list>.right>div>div>a>div .more{
		border-radius:3px;
		outline:none;
		background-color:#fff;
		border:1px solid #DDDDDD;
		padding:5px 20px;
		cursor: pointer;
	}
	.news_list>.right>div>div>a>div>p>.time{
		/* position:absolute;
		right:0;top:0; */
		display:block;
		margin-top:10px;
	}
	.news_list>.right>div>div i{
		font-style:normal;
	}
}
	