.list-ul {
	padding: 0 15px;
	margin-top: 15px;
	background: #fff;
}

.item {
	padding: 20px 0;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.item-pic {
	width: 220px;
	height: 124px;
	background: #fff;
	margin-right: 20px;
	border-radius: 4px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 220px;
	flex: 0 0 220px;
	overflow: hidden;
}

.info {
	max-height: 124px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 20px;
	background: #fff;
	border-radius: 2px;
}

.info-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: left;
	float: left;
	font-size: 20px;
	font-weight: 400;
	color: rgba(0, 0, 0, .9);
	margin-right: 10px;
}

.info p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}

.info .info-time {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 5px;
}

.item-pic img {
	width: 100%;
	height: 100%;
}

@media(max-width: 992px) {
	.list-ul li {
		padding: 10px 0 1px 0;
	}

	.item {
		flex-direction: column;
		-webkit-box-shadow: 0 20px 20px 0 rgb(0 0 0 / 10%);
		box-shadow: 0 20px 20px 0 rgb(0 0 0 / 10%);
		border-radius: 8px;
		padding: 0;
		margin-bottom: 20px;
	}

	.item-pic {
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		position: relative;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		flex: 0;
		border-radius: 8px 8px 0 0;
	}

	.info {
		border-radius: 0 0 8px 8px;
	}

	.item-pic img {
		top: 0;
		left: 0;
		position: absolute;
		width: 100%;
		height: 100%;
	}

}


@media only screen and (max-width: 767px) {
	.info {
		padding: 8px 12px;
	}

	.info-title {
		font-size: 16px;
		line-height: 24px;
	}

	.info .info-time {
		display: none;
	}

	.info p {
		font-size: 12px;
		line-height: 18px;
	}
}

/* * {
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background: no-repeat 0 0;
	background-size: 100% auto;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} */

a {
	text-decoration: none;
	color: #000
}

li {
	list-style: none
}

img {
	border: 0
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

*,
:after,
:before {
	box-sizing: border-box;
}

.container {
	width: 1170px;
	padding: 60px 105px;
	margin: 0 auto;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
	display: table;
	content: " "
}


.clearfix:after,
.container:after {
	clear: both
}

.content-container {
	position: relative;
}

@media only screen and (min-width: 1200px) {
	.container {
		padding: 60px 105px
	}
}

@media only screen and (max-width: 1200px) {
	.container {
		padding: 10px 15px;
		width: 970px;
	}
}


@media(min-width: 768px) {

	.clearfix {
		width: 100%
	}
}

@media(max-width: 992px) {
	.container {
		width: 670px
	}
}

@media only screen and (max-width: 767px) {

	/* .content-container {
		margin-top: 57px;
	} */

	.container {
		padding: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {

	body,
	html {
		background-color: #fff !important;
		box-sizing: border-box;
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.container {
		padding: 10px 15px
	}
}


.news-item {
	position: relative;
}

.new-meta {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
}

.news-item-date {
	position: absolute;
	left: 20px;
	top: 20px;
}

.news-item-date p {
	width: 41px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.news-item-date p span {
	text-align: center;
}

.news-item-date p span:last-child {
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	color: #fff
}

.news-item-date p span:first-child {
	font-size: 14px;
	height: 26px;
	line-height: 27px;
}

.news-item ul {
	margin-left: 80px
}

.news-item li {
	padding: 20px 20px 20px 0;
	position: relative;
}

.news-item li+li {
	border-top: 1px solid #f5f6f7
}

.news-item-content>div {
	display: flex;
}

.news-item-content p {
	line-height: 22px;
	color: #666;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	position: relative;
	max-height: 66px
}

.news-item-h>div:first-child {
	width: 100%
}

.news-item-content p a {
	display: inline-block;
}

.news-item-content p.b2-hover {
	padding-right: 10px
}

.news-item-content img {
	display: block;
	width: 150px;
	min-width: 150px;
	height: 100px;
}

.news-item-content h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}

.news-item-header {
	font-size: 12px;
	color: #797C80;
	margin-bottom: 8px
}

.news-item-header span {
	margin-right: 24px
}

.new-meta {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
}

.new-meta span {
	font-size: 12px;
	margin-left: 20px;
	line-height: 22px;
	display: -webkit-box;
	overflow: hidden;
	position: relative;
	color: #8590A6;
	background-color: #F7F9FA;
	padding: 2px 8px;
}
.news-item + .news-item{
    border-top:1px solid #ebebeb;
}
.new-meta a {
	color: #8590A6;
}

.new-meta-right {
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-right: 20px;
	color: #AAAEB3
}

.new-meta-right span {
	margin-left: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.new-meta-right span:hover {
	color: initial
}

.new-meta-right i {
	font-size: 18px;
	cursor: pointer;
}

.new-meta-left button {
	border: 0;
	margin-right: 8px;
	display: flex;
	align-items: center;
	line-height: 1;
	color: #8590A6;
	background-color: #F7F9FA;
}

.new-meta-left button b {
	font-weight: normal;
}

.new-meta-left button i {
	margin-right: 3px;
	font-size: 12px;
}

.new-meta-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.new-tag i {
	font-style: normal;
	font-size: 12px;
	border-radius: 100%;
	width: 17px;
	height: 17px;
	display: inline-block;
	background: #FF9900;
	text-align: center;
	line-height: 17px;
	color: #fff;
	margin-right: 3px
}

.b2-qq-line:before {
	content: "\e994";
}

.b2-wechat-line:before {
	content: "\e9c6";
}

.b2-weibo-line:before {
	content: "\e9ca";
}

.b2-flashlight-fill:before {
	content: "\ed04";
}


.news-item-date {
	border: 1px solid #38B137;
}

.b2-radius {
	border-radius: 6px;
}

.news-item-date p span:last-child {
	background: #38B137;
}

@media screen and (max-width:768px) {
	.news-item-date {
		left: 10px;
		top: 10px
	}

	.news-item li {
		padding: 10px 10px 10px 0
	}

	.news-item ul {
		margin-left: 58px;
	}

	.new-meta {
		flex-flow: column;
	}

	.new-meta-right {
		margin-top: 16px
	}

	.news-item-content img {
		display: none;
	}

	.news-item-date p span:first-child {
		font-size: 12px;
		height: 22px;
		line-height: 22px;
	}

	.news-item-date p span:last-child {
		font-size: 16px;
		height: 22px;
		line-height: 22px;
	}

	.news-item-date p {
		width: 36px
	}
}