body{
				background: #f3f3f3;
			}
			.inx-header{
				margin: 20px 15px;
			}
			.inx-select{
				flex: 1;
				display: flex;
				background: #fff;
				border-radius: 40px;
				align-items: center;
				padding: 0px 20px;
			}
			.inx-select img{
				height: 15px;
			}
			.inx-select input{
				flex: 1;
				height: 30px;
				line-height: 30px;
				font-size: 14px;
				margin-left: 10px;
				border: 0;
			}
			.inx-header span{
				margin-left: 15px;
			}
			.inx-header span img{
				height: 15px;
			}
			.swiper-rows{
				margin: 0px 15px;
				/* background: #fff; */
				border-radius: 20px;
				overflow: hidden;
				margin-bottom: 50px;
				position: relative;
			}
			.swiper-div{
				position: relative;
			}
			
			.sw-bg{
				width: 100%;
				height: 300px;
				background-size: cover;
				background-repeat: no-repeat;
				background-position: top center;
				position: relative;
				border-radius: 15px;
				position: relative;
				z-index: 1;
			}
			.sw-fot{
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				z-index: 2;
				/* background: rgba(0,0,0,.2); */
				background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.8) ); /* Safari 5.1 - 6 */
				        background: -o-linear-gradient(bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.8)); /* Opera 11.1 - 12*/
				        background: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /* Firefox 3.6 - 15*/
				        background: linear-gradient(to bottom,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /* 标准的语法 */
				
				border-radius: 0 0 15px 15px;
				padding-top: 50px;
			}
			.swiper-content{
				padding: 15px 15px 15px 15px;
				
				
			}
			.swiper-content .con-bg{
				width: 30px;
				height: 30px;
				background-size: cover;
				background-repeat: no-repeat;
				background-position: 50% 50%;
			    border-radius: 100%;
			}
			.swiper-content .con-title{
				flex: 1;
				color: #fff;
				margin-left: 0px;
				min-width: 0;
			}
			.swiper-content .con-title p{
				font-size: 14px;
				color: #fff;
				/* white-space: nowrap; 
				  width: 100%; 
				  overflow: hidden;
				  text-overflow:ellipsis; */
			}
			.swiper-content .con-title h3{
				font-size: 18px;
				font-weight: bold;
				margin-bottom: 10px;
				white-space: nowrap; 
				  width: 100%; 
				  overflow: hidden;
				  text-overflow:ellipsis;
			}
			.con-icon{
				display: block;
				margin-bottom: 10px;
			}
			.swiper-content .con-icon label{
				padding: 2px 10px;
				background: #007AFF;
				color: #fff;
				font-size: 12px;
				display: block;
				border-radius: 30px;
				margin-right: 10px;
				width: auto;
				display: inline-block;
				float: left;
			}
			.footer-nav{
				display: flex;
				justify-content: center;
				text-align: center;
				background: #fff;
				padding: 10px 0px;
				position: fixed;
				z-index: 1000;
				width: 100%;
				bottom: 0;
			}
			.footer-nav a{
				flex: 1;
			}
			.footer-nav a img{
				height: 20px;
				margin-bottom: 5px;
			}
			
			.footer-nav a h3{
				font-weight: 400;
				font-size: 12px;
				color: #7786a6;
			}
			/* .footer-nav a.act h3{
				color: #28347e;
			} */
			 .swiper-container {
			      width: 100%;
			    }
			    .swiper-slide {
			      background-position: center;
			      background-size: cover;
			    }
				.swiper-time{
					display: flex;
					align-items: center;
					color: #fff;
					
					padding: 0px 0px 30px 15px;
					border-radius: 0 0 15px 15px;
					overflow: hidden;
				}
				.swiper-time span:nth-child(01){
					margin-right: 15px;
				}
				
				.swiper-time span img{
					height: 15px;
					position: relative;
					top: 2px;
					margin-right: 3px;
				}
				.lf-rows{
					flex: 1;
				}
				.rg-rime{
					text-align: right;
				}