.newsItem{
	padding-bottom: 40px;
	padding-top: 30px;
	border-bottom: 1px solid #EBEBEB;
	cursor: pointer;
}
.newsItem .info{
	padding-left: 23px;
	position: relative;
}
.newsItem .info:before{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
}
.newsItem .pic{
	padding-top: 56%;
}
.h3{
	font-size: 18px;
	color: #232536;
	position: relative;
}
.h3:before{
	content: '';
	width: 0;
	height: 22px;
	border-left: 4px solid #444cfc;
	position: absolute;
	left: -25px;
	top: 0;
}
.hm{
	font-size: 13px;
	color: #9597a2;
}
.tag{
	margin-left: 23px;
	width: 96px;
	height: 28px;
	background: url('../static/icon_6.png') no-repeat;
	background-size: 100%;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #9597a2;
}

.tabBox {
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #E1E1E1;
}

.tabBox .tabItem {
	/* width: 64px; */
	height: 40px;
	line-height: 30px;
	color: #707070;
	font-size: 18px;
	cursor: pointer;
	transition: all .5s;
}

.tabBox>.tabItem:not(:last-child) {
	margin-right: 64px;
}

.tabBox .tabItemChecked {
	color: #232536;
	font-size: 20px;
	/* font-weight: 700;
	border-bottom: 3px solid #444CFC; */
	transition: all .5s;
}

@media (max-width: 576px){
	.newsItem .pic{
		margin-top: 20px;
	}
}