/* S发现 */
.faxian{
	background-color: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 50px;
}
	.faxian .faxian-container{
		display: flex;
		justify-content: space-between;
	}
		
		.faxian .faxian-container .right{
			width: 76%;
			background-color: #fff;
			padding-bottom: 90px;
		}
			.faxian .faxian-container .right .lists{
				padding: 60px 40px;
				margin-bottom: 40px;
			}
				.faxian .faxian-container .right .lists>ul{
					display: flex;
					justify-content: space-between;
					flex-wrap: wrap;
				}
					.faxian .faxian-container .right .lists>ul>li{
						width: 48%;
					}
						.faxian .faxian-container .right .lists>ul>li a{}
							.faxian .faxian-container .right .lists>ul>li a .pic{
								height: 296px;
								background-position: center;
								background-size: cover;
								margin-bottom: 20px;
							}
							.faxian .faxian-container .right .lists>ul>li a h5{
								font-size: 20px;
								color: #333;
								margin-bottom: 40px;
								text-align: center;
							}
							.faxian .faxian-container .right .lists>ul>li a:hover h5{
								color: #1C8051;
							}
					
			.faxian .faxian-container .right .page{}
/* E发现 */