.banner {
    width: 100%;
    margin-top: 1.28rem;
    position: relative;
}
.bannerImg{
    width: 100%;
    display: block;
}
.bannerInfo {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.43rem;
    box-sizing: border-box;
    height: 100%;
}
.bannerInfo .title1 {
    color: #1d2129;
    font-family: "Alimama ShuHeiTi";
    font-size: 0.75rem;
    font-weight: 700;
}
.bannerInfo .title2 {
    color: #4e5969;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.43rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
    margin-top: 0.32rem;
}
/* 主标题 */
.main_title {
    color: #1d2129;
    font-size: 0.64rem;
    font-weight: 500;
}
/* 副标题 */
.sub_title {
    color: #86909c;
    font-size: 0.37rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.21rem;
}
.news .content .left .left_tag {
	height: 1.28rem;
	background: #ffffff;
	justify-content: space-around;
	margin-bottom: 0.27rem;
    color: #4e5969;
     font-size: 0.43rem;
}

.news .content .left .left_tag .box_active div {
	color: #4384F7 !important;

}
.news .content .left .left_tag .box {
	display: flex;
	align-items: center;
	cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 设置为透明 */
    -webkit-tap-highlight-color: transparent; /* 也可以这样写 */
}
.news .content .left .left_tag .box_active .active-img {
	display: block !important;
}
.news .content .left .left_tag .box_active .none_img {
	display: none !important;
}
.news .content .left .left_tag .box img {
	width: 0.53rem;
	height: 0.53rem;
    margin-right: 0.16rem;
}
.news .content .left .left_tag .box .active-img {
	display: none;
}
.news .content .left .left_content .mask_bg {
	width: 3.2rem;
	height: 2.13rem;
	border-radius: 0.21rem;
	margin-right: 0.32rem;
    flex: 0 0 3.2rem;
}
.news .content .left .left_content {
	background-color: #ffffff;
	margin-bottom: 0.27rem;
	display: flex;
	cursor: pointer;
	padding: 0.32rem;
    box-sizing: border-box;
}
.news .content .left .left_content .content_item{
    position: relative;
    height: 2.13rem;
    width: 100%;
}
.news .content .left .left_content .content_item .t1 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.48rem;
	display: -webkit-box;
    color: #1d2129;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.43rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.64rem;
}
.news .content .left .left_content .content_item .t4 {
    width: 100%;
	display: flex;
	align-items: center;
	color: #86909c;
	font-size: 0.29rem;
	font-style: normal;
	font-weight: 400;
    position: absolute;
    bottom: 0;
}
.news .content .left .left_content .content_item .t4 img {
	width: 0.31rem;
	height: 0.31rem;
	margin-right: 0.19rem;
}
.news .content .left .left_content .content_item .t4 .tag1 {
	margin-right: 0.53rem;
}
.moreInfoBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4384F7;
    font-size: 0.37rem;
    margin: 0.53rem auto 0.8rem;
}
.moreInfoBtn img{
    width: 0.43rem;
    height: 0.43rem;
    margin-right: 0.16rem;
}