	@media (min-device-width:760px){
		.anli_list{
			width:1200px;
			margin:20px auto;
		}
		.p_banner {
			background-position: top center !important;
			background-repeat: no-repeat !important;
			height: 500px
		}
		.anli_list>div{
			width:380px;
			margin-right:30px;
			margin-bottom:30px;
			transition: all 0.5s;
			float:left;
		}
		.anli_list>p{
			text-align: center;
			float:left;
			width:100%;
			margin:30px 0 50px;
			
		}
		.anli_list>.anli_list_title{
			font-size:18px;font-weight: bold;
			letter-spacing: 1px;
			margin-bottom:10px;
		}
		.anli_list>.anli_list_content{
			margin-bottom:20px;
			margin-top:10px;
			font-size:15px;
			color:#666;
		}
		.anli_list>p>i{
			font-size:16px;
			font-weight: bold;
			padding:5px 15px;
			border:1px solid #dddddd;
			letter-spacing: 1px;
			font-style:normal;
			color:#999;
			border-radius:3px;
			cursor: pointer;
			display:inline-block;
			transition: all 0.5s;
		}
		.anli_list>p>i:hover{
			box-shadow: 2px 2px 5px rgba(44,110,233,0.2);
			transform: translateY(-3px);
		}
		.anli_list>div:hover{
			box-shadow: 0px 5px 5px rgba(44,110,233,0.2);
			transform: translateY(-3px);
		}
		.anli_list>div>a>.anli_bgr{
			background-repeat: no-repeat;
			background-size:cover;
			height:270px;
			width:100%;
		}
		.anli_list>div>a>.title{
			font-size:15px;
			margin:20px 0;
			padding:0 10px;
			color:#333;
		}
		.anli_list>div>a>.anli_text{
			font-size:13px;
			margin:0 0 20px;
			padding:0 10px;
			color:#666;
			overflow: hidden;
			text-overflow: ellipsis;
			display:-webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}
		.anli_list>div .more{
			font-size:13px;
			color:#999;
			display:inline-block;
			padding:2px 15px;
			border:1px solid #DDDDDD;
			margin-bottom:20px;
			margin-left:10px;
			cursor: pointer;
		}
		.anli_list>div:nth-child(3n){
			margin-right:0;
		}
		.fenye_page{
			text-align: center;
			width:1200px;margin:auto;
		}
	}
	@media (max-device-width:600px){
		.anli_list{
				/* width:100%; */
				/* margin:20px auto; */
				padding:0 10px;
			}
			.p_banner {
				background-position: top center !important;
				background-repeat: no-repeat !important;
				height: 150px;
				/* width:100%; */
				background-size:cover;
			}
			.anli_list>div{
				/* width:380px; */
				/* margin-right:30px; */
				margin-bottom:30px;
				/* transition: all 0.5s; */
				/* float:left; */
			}
			.anli_list>p{
				text-align: center;
				float:left;
				width:100%;
				margin:30px 0 50px;
				
			}
			.anli_list>.anli_list_title{
				font-size:18px;font-weight: bold;
				letter-spacing: 1px;
				margin-bottom:10px;
			}
			.anli_list>.anli_list_content{
				margin-bottom:20px;
				margin-top:10px;
				font-size:15px;
				color:#666;
			}
			.anli_list>p>i{
				font-size:16px;
				font-weight: bold;
				padding:5px 15px;
				border:1px solid #dddddd;
				letter-spacing: 1px;
				font-style:normal;
				color:#999;
				border-radius:3px;
				cursor: pointer;
				display:inline-block;
				transition: all 0.5s;
			}
			.anli_list>p>i:hover{
				box-shadow: 2px 2px 5px rgba(44,110,233,0.2);
				transform: translateY(-3px);
			}
			.anli_list>div:hover{
				box-shadow: 0px 5px 5px rgba(44,110,233,0.2);
				transform: translateY(-3px);
			}
			.anli_list>div>a>.anli_bgr{
				background-repeat: no-repeat;
				background-size:cover;
				height:210px;
				width:100%;
				background-position:center;
			}
			.anli_list>div>a>.title{
				font-size:15px;
				margin:20px 0;
				padding:0 10px;
				color:#333;
			}
			.anli_list>div>a>.anli_text{
				font-size:13px;
				margin:0 0 20px;
				padding:0 10px;
				color:#666;
				overflow: hidden;
				text-overflow: ellipsis;
				display:-webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}
			.anli_list>div .more{
				font-size:13px;
				color:#999;
				display:inline-block;
				padding:2px 15px;
				border:1px solid #DDDDDD;
				margin-bottom:20px;
				margin-left:10px;
				cursor: pointer;
			}
			.anli_list>div:nth-child(3n){
				margin-right:0;
			}
			.fenye_page{
				text-align: center;
				padding:0 10px;
			}
		}
	}
	