﻿.hui-header.head {
				background-color: #ffffff;
				height: 50px;
				    border-bottom: 1px solid #dcdcdc;
			}

			.city {
				font-size: 14px;
				color: #333;
				line-height: 49px;
				padding-right: 18px;
				margin-left: 20px;
				position: relative;
				overflow: visible;
			}

			.city::after {
				content: '';
				display: block;
				width: 7px;
				height: 7px;
				border-bottom: 1px solid #333;
				border-right: 1px solid #333;
				position: absolute;
				right: 0;
				top: 18px;
				transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-o-transform: rotate(45deg);
			}

			.logo {
				position: absolute;
				width: 110px;
				height: 50px;
				line-height: 50px;
				left: 50%;
				margin-left: -55px;
				top: 50%;
				margin-top: -25px;
				z-index: 1;
				font-size: 18px;
				color: #e72000;
			}

			.sp_toutiao {
				background: #FFF;
				padding: 0px 15px;
				margin: 10px 0;
			}

			.shangtoutiao {
				line-height: 28px;
				height: 28px;
				margin: 10px 0;
			}

			.shangtoutiao img {
				width: 100%;
				height: 28px;
			}
			.sptt img{height: 28px;padding: 5px 0 0 10px;}
			 .swiper-container {
			   /*   width: 100%; */
			      padding-bottom: 50px ;
			    }
			.swiper-wrapper{overflow: visible;}
			 
			    .swiper-slide.list {
			      background-position: center;
			      background-size: cover;
			     
			
			    }
			
			.swiper-slide.list{
				width:80%;
				box-shadow: 2px 2px 5px #333333;
				border-radius: 0.5rem;
				margin-top:20px;
				padding-bottom: 50px;
				
			}
			.swiper-slide.list img{
				width: 86%;
				padding:20px;
			}
			.swiper-slide.list span{
				color:#121212;
				display: block;
				overflow: hidden;
			    /*height: 1.5rem;*/
				padding: 0 20px;
			}
			.swiper-slide.list b{
				color: #898989;
				font-size: 0.8rem;
				position: absolute;
				left: 0;
				padding: 0 20px;
				display: block;
				font-weight: normal;
				line-height: 30px;
				
			}
			.swiper-slide.list i{
				color: #898989;
				font-size: 0.8rem;
				position: absolute;
				right: 0;
				padding: 0 20px;
				display: block;
				text-transform: uppercase;
				color: #ff6302;
				line-height: 30px;
				
			}
			.hui-tab-item ul{padding: 6px 10px;}