.cardImg{
	display: block;
}
.cardtext{
	width: 3.55rem;
	height: .95rem;
	padding: .3rem .175rem ;
}
.news_show{
    background-color: #ffffff;
    margin-bottom: .375rem;
    flex-wrap: wrap;
}

.topics_show{
    background-color: #ffffff;
    padding: .25rem;
}
.banner_top,.banner_bottom{
	height: 17.5rem;
	height: 5.625rem;
	margin: 0rem auto .375rem;
	background-color: #ffffff;
}
.banner_Img{
	width: 8.75rem;
	height: 5.625rem;
}
.banner_tag {
    width: 50%;
    height: auto;
    padding: 0.5rem;
}
.banner_tagmid{
	margin: .3125rem auto .75rem;
}
.banner_tagmid p:first-child{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.banner_tagmid p:last-child{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner_tagtop p:first-child{
	font-size: .25rem;
	font-weight: 700;
	line-height: .33rem;
	color: rgba(51, 51, 51, 1);
	margin-bottom: .125rem;
	position: relative;
}
.banner_tagtop p:first-child::after{

}
.banner_tagtop p:last-child{
	text-align: center;
	font-size: .15rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	width: .55rem;
	height: .25rem;
	border-radius: .125rem .0625rem .0625rem 0rem;
	background: rgba(255, 141, 26, 1);
}
.banner_tagmid p:first-child{
	font-size: .325rem;
	font-weight: 700;
	line-height: .429rem;
	color: rgba(51, 51, 51, 1);

}
.banner_tagmid p:last-child{
	font-size: .2rem;
	font-weight: 400;
	line-height: .4rem;
	color: rgba(102, 102, 102, 1);
}
.banner_tagbut{
	display: block;
	width: 2.25rem;
	height: .625rem;
	background-color: #ffffff;
	color: #000000;
	font-size: .2rem;
	border: .0125rem solid rgb(0, 0, 0);
}
.banner_Img{
	width: 8.75rem !important;
  	height: 5.625rem !important;
}
@media screen and (max-width:880px){
	.banner_top {
	  width: 85%;
	  margin-bottom: 30px;

	}
	.banner_Img {
		width: 100% !important;
		height: 50% !important;
	}
	.banner_tag {
		width: 100%;
		height: 50%;
		padding: 30px 20px;
	}
	.banner_tag {
		width: 100%;
		height: 50%;
		padding: 10px 20px;
	}
	.banner_tagtop {
		margin: 0;
	}
	.banner_tagtop p:first-child {
		font-size: 14px;
	}
	.banner_tagtop p:last-child {
		font-size: 12px;
		width: 40px;
		height: 20px;
		border-radius: 10px 5px 5px 0px;
	}
	.cardtext{
		width: 100%;
		height: 124px;
		padding: 24px 14px 0px;
	}
	.news_show{
	  	width: 100%;
	}
	.topics_show {
	  	width: 100%;
	}
	.banner_top,.banner_bottom{
		height: 450px;
		flex-wrap: wrap;
	}
	.banner_Img{
		height: 450px;
	}
	.banner_top{
		margin-bottom: 30px;
		height: auto;
	}
	.banner_tagtop p:first-child{
		font-size: 12px;
		line-height: 26.4px;
	}
	.banner_tagtop p:last-child{
		font-size: 12px;
		width: 40px;
		height: 18px;
		border-radius: 10px 5px 5px 0px;
	}
	.banner_tagmid p:first-child{
		font-size: 20px;
		line-height: 34.32px;
	}
	.banner_tagmid p:last-child{
		font-size: 14px;
		line-height: 32px;
	}
	.banner_tagbut{
		margin-top:20px ;
		font-size: 12px;
		width: 150px;
		height: 30px;
		border: 1px solid rgb(0, 0, 0, );
	}
}
@media screen and (max-width:780px){
	.card {
		width: 100%;
	}
}
@media screen and (max-width:420px){
		footer div {
	  	font-size: 10px;
	}
}
@media screen and (max-width:390px) {
	.banner_tagmid p:first-child{
		font-size: 16px;
		line-height: 34.32px;
	}
	.banner_tagmid p:last-child{
		font-size: 12px;
		line-height: 32px;
	}
	.banner_tagbut{
		margin-top:10px ;

	}
}
@media screen and (max-width:315px) {
	.banner_tagmid p:first-child{
		font-size: 14px;
		line-height: 30px;
	}
	.banner_tagmid p:last-child{
		font-size: 10px;
		line-height: 20px;
	}
	.banner_tagbut{
		margin-top:5px ;

	}
}