@media screen and (min-width: 1024px){
	.info-banner{
		margin-top: 5.72rem;
		width: 100%;
		height: 14.28rem;
		background-image: url(/assets/images/banner/info/1920.png);
		background-size: cover;
	}
	.info-banner .box{
		width: 100%;
		height: 14.28rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.info-banner .box .title{
		font-size: 3.42rem;
		color: #FFFFFF;
	}
	.info-banner .box .search{
		width: 28.58rem;
		height: 3.42rem;
		border: 1px solid #526bcd;
		border-radius: 2.86rem;
		background: rgba(255, 255, 255, .8);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.info-banner .box .search input{
		width: calc(100% - 6.28rem);
		background: transparent;
		padding: 0 1.42rem;
		font-size: 1.14rem;
	}
	.info-banner .box .search .banner-search-btn{
		width: 5.72rem;
		height: 100%;
		background: #526bcd;
		color: #FFFFFF;
		border-radius: 2.86rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.28rem;
		cursor: pointer;
	}
	.news-result-box {
		width: 100%;
	}
	.news-result-box .box{
		display: flex;
		align-items: center;
		padding: 0 2.42rem 2.86rem;
		font-size: 2rem;
	}
	.news-result-box .box div.total {
		font-size: 2.42rem;
		margin: 0 1.72rem;
		color: #FF0000;
	}
	.news-result-box .box .val {
		margin: 0 1.72rem;
	}
	.real-type-section{
		padding-top: 2.86rem;
		padding-bottom: 2.86rem;
		width: 100%;
	}
	.real-type-section .box{
		width: 100%;
		height: 4.28rem;
		display: flex;
		align-items: center;
		background: #F8F8F8;
		border-radius: 4px;
		padding: 0 2.42rem;
	}
	.real-type-section .box li{
		margin-left: 2.28rem;
		line-height: 1.72rem;
		cursor: pointer;
	}
	.real-type-section .box li:first-child{
		margin-left: 0;
	}
	.real-type-section .box li a{
		color: #666666;
		font-size: 1.14rem;
	}
	.real-type-section .box li.action{
		border-bottom: 1px solid var(--blue-color);
	}
	.real-type-section .box li.action a{
		color: var(--blue-color);
	}
	.real-info-section{
		width: 100%;
	}
	.real-info-section .box{
		width: 100%;
	}
	.real-info-section .box .list{
		width: 100%;
	}
	.real-info-section .box .list.list2{
		display: none;
	}
	.real-info-section .box .list .top{
		margin-bottom: 1.72rem;
		padding: 1.72rem;
		width: 100%;
		height: 42.86rem;
		border: 1px solid #F0F0F0;
		box-shadow: 0 2px 3px rgba(51, 51, 51, 0.1);
		border-radius: 4px;
		display: flex;
		justify-content: space-between;
	}
	.real-info-section .box .list .top .left,
	.real-info-section .box .list .top .right{
		width: calc((100% - 1.72rem) / 2);
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.real-info-section .box .list .top .left .imgCover{
		width: 100%;
		height: 70%;
		position: relative;
	}
	.real-info-section .box .list .top .left .imgCover img{
		width: 100%;
		height: 100%;
		border-radius: 4px;
		object-fit: cover;
	}
	.real-info-section .box .list .top .left .imgCover .title{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5.72rem;
		line-height: 2.86rem;
		padding: 0 1.72rem;
		font-size: 1.42rem;
		color: #FFFFFF;
		display: flex;
		align-items: center;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
		border-radius: 0 0 4px 4px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2; /* 显示两行 */
	}
	.real-info-section .box .list .top .left .info{
		width: 100%;
		height: 30%;
		padding-top: 1.72rem;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}
	.real-info-section .box .list .top .left .info .introduce{
		width: 100%;
		height: 6.42rem;
		line-height: 2.14rem;
		font-size: 1.14rem;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.real-info-section .box .list .top .left .info .time{
		font-size: 1.14rem;
		color: var(--local-color);
	}
	.real-info-section .box .list .top .right{
		justify-content: space-between;
	}
	.real-info-section .box .list .top .right .item{
		width: 100%;
		height: calc((100% - 3.42rem) / 3);
		display: flex;
	}
	.real-info-section .box .list .top .right .item .imgCover{
		width: 30%;
		height: 100%;
	}
	.real-info-section .box .list .top .right .item .imgCover img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 4px;
	}
	.real-info-section .box .list .top .right .item .info{
		width: 70%;
		padding-left: 1.72rem;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}
	.real-info-section .box .list .top .right .item .info .title{
		width: 100%;
		height: 3.42rem;
		line-height: 1.72rem;
		font-size: 1.14rem;
		font-weight: bold;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.real-info-section .box .list .top .right .item:hover .info .title{
		color: #365EDD;
	}
	.real-info-section .box .list .top .right .item .info .introduce{
		width: 100%;
		height: 5.14rem;
		line-height: 1.72rem;
		font-size: 1.14rem;
		color: #666666;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.real-info-section .box .list .top .right .item .info .time{
		color: #666666;
		font-size: 1rem;
	}
	.real-info-section .box .list .bot{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.real-info-section .box .list .bot .item{
		width: calc((100% - 5.16rem) / 4);
		height: auto;
		border-radius: 4px;
		box-shadow: 0 2px 3px rgba(51, 51, 51, 0.1);
		margin-left: 1.72rem;
	}
	.real-info-section .box .list .bot .item:hover{
		box-shadow: 0 .58rem .72rem rgba(51, 51, 51, 0.1);
	}
	.real-info-section .box .list .bot .item:nth-child(4n+1){
		margin-left: 0;
	}
	.real-info-section .box .list .bot .item:nth-child(n+5) {
		margin-top: 1.72rem;
	}
	.real-info-section .box .list .bot .item .imgCover{
		width: 100%;
		height: 14.28rem;
	}
	.real-info-section .box .list .bot .item .imgCover img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 4px 4px 0 0;
	}
	.real-info-section .box .list .bot .item .info{
		padding: 1.72rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-end;
	}
	.real-info-section .box .list .bot .item .info .title{
		width: 100%;
		height: 3.42rem;
		line-height: 1.72rem;
		font-size: 1.14rem;
		font-weight: bold;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.real-info-section .box .list .bot .item .info .time{
		margin-top: 1.72rem;
		font-size: 1.14rem;
		color: #666666;
	}
}

@media screen and (min-width: 350px) and (max-width: 999px){
	.info-banner{
		margin-top: 52px;
		width: 100%;
		height: 120px;
		background-image: url(/assets/images/banner/info/1920.png);
		background-size: cover;
		background-position: center;
	}
	.info-banner .box{
		width: 100%;
		height: 120px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.info-banner .box .title{
		font-size: 28px;
		color: #FFFFFF;
	}
	.info-banner .box .search{
		margin-top: 14px;
		width: 100%;
		height: 40px;
		border: 1px solid #526bcd;
		border-radius: 80px;
		background: rgba(255, 255, 255, .8);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.info-banner .box .search input{
		width: calc(100% - 80px);
		background: transparent;
		padding: 0 10px;
		font-size: 14px;
	}
	.info-banner .box .search .banner-search-btn{
		width: 80px;
		height: 100%;
		background: #526bcd;
		color: #FFFFFF;
		border-radius: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		cursor: pointer;
	}
	.real-type-section{
		padding-top: 24px;
		padding-bottom: 24px;
		width: 100%;
	}
	.real-type-section .box{
		width: 100%;
		height: 48px;
		display: flex;
		align-items: center;
		background: #F8F8F8;
		border-radius: 4px;
		padding: 0 24px;
	}
	.real-type-section .box li{
		margin-left: 24px;
		line-height: 24px;
		cursor: pointer;
	}
	.real-type-section .box li:first-child{
		margin-left: 0;
	}
	.real-type-section .box li a{
		color: #666666;
		font-size: 16px;
	}
	.real-type-section .box li.action{
		border-bottom: 1px solid var(--blue-color);
	}
	.real-type-section .box li.action a{
		color: var(--blue-color);
	}
	.news-result-box {
		width: 100%;
	}
	.news-result-box .box{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 0 24px 24px;
		font-size: 14px;
	}
	.news-result-box .box div.total {
		font-size: 24px;
		margin: 0 12px;
		color: #FF0000;
	}
	.news-result-box .box .val {
		margin: 0 12px;
		font-size: 14px;
	}
	.real-info-section{
		width: 100%;
	}
	.real-info-section .box{
		width: 100%;
	}
	.real-info-section .box .list{
		width: 100%;
	}
	.real-info-section .box .list.list2{
		display: none;
	}
	.real-info-section .box .list .top{
		margin-bottom: 24px;
		padding: 24px;
		width: 100%;
		height: auto;
		border: 0.01rem solid #F0F0F0;
		box-shadow: 0 2px 4px rgba(51, 51, 51, 0.1);
		border-radius: 4px;
		display: flex;
		flex-direction: column;
	}
	.real-info-section .box .list .top .left,
	.real-info-section .box .list .top .right{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.real-info-section .box .list .top .left .imgCover{
		width: 100%;
		height: 200px;
		position: relative;
	}
	.real-info-section .box .list .top .left .imgCover img{
		width: 100%;
		height: 100%;
		border-radius: 4px;
		object-fit: cover;
	}
	.real-info-section .box .list .top .left .imgCover .title{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 48px;
		line-height: 24px;
		font-size: 16px;
		padding: 0 24px;
		color: #FFFFFF;
		display: flex;
		align-items: center;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
		border-radius: 0 0 4px 4px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2; /* 显示两行 */
	}
	.real-info-section .box .list .top .left .info{
		width: 100%;
		height: auto;
		padding-top: 14px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}
	.real-info-section .box .list .top .left .info .introduce{
		width: 100%;
		height: 60px;
		line-height: 20px;
		font-size: 14px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.real-info-section .box .list .top .left .info .time{
		margin-top: 14px;
		font-size: 14px;
		color: var(--local-color);
	}
	.real-info-section .box .list .top .right .item{
		margin-top: 24px;
		width: 100%;
		height: 100px;
		display: flex;
	}
	.real-info-section .box .list .top .right .item .imgCover{
		width: 40%;
		height: 100%;
	}
	.real-info-section .box .list .top .right .item .imgCover img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 4px;
	}
	.real-info-section .box .list .top .right .item .info{
		width: 60%;
		padding-left: 24px;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}
	.real-info-section .box .list .top .right .item .info .title{
		width: 100%;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
		font-weight: bold;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.real-info-section .box .list .top .right .item:hover .info .title{
		color: #365EDD;
	}
	.real-info-section .box .list .top .right .item .info .introduce{
		width: 100%;
		height: 48px;
		line-height: 24px;
		font-size: 14px;
		color: #666666;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.real-info-section .box .list .top .right .item .info .time{
		color: #666666;
		font-size: 14px;
	}
	.real-info-section .box .list .bot{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.real-info-section .box .list .bot .item{
		width: 100%;
		height: auto;
		border-radius: 4px;
		box-shadow: 0 2px 3px rgba(51, 51, 51, 0.1);
	}
	.real-info-section .box .list .bot .item:hover{
		box-shadow: 0 8px .1rem rgba(51, 51, 51, 0.1);
	}
	.real-info-section .box .list .bot .item:nth-child(n+2) {
		margin-top: 24px;
	}
	.real-info-section .box .list .bot .item .imgCover{
		width: 100%;
		height: 140px;
	}
	.real-info-section .box .list .bot .item .imgCover img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 4px 4px 0 0;
	}
	.real-info-section .box .list .bot .item .info{
		padding: 12px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-end;
	}
	.real-info-section .box .list .bot .item .info .title{
		width: 100%;
		height: 48px;
		line-height: 24px;
		font-size: 16px;
		font-weight: bold;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.real-info-section .box .list .bot .item .info .time{
		margin-top: 24px;
		font-size: 14px;
		color: #666666;
	}
}
