* {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
.news-border {
	display: flex;
	justify-content: center;
	padding-top: 1.55rem;
}
.news-section {
	width: 20rem;
	margin: 0 auto;
}
.news-top {
	color: #ff4949;
	font-size: 0.6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0.833rem;
}
.red-line {
	margin-top: 0.433rem;
	height: 0.034rem;
	width: 0.466rem;
	background: #ff4949;
}
.news-mid {
	width: 20rem;
	position: relative;
	padding-left: 0.433rem;
	padding-right: 0.616rem;
	/* padding-bottom: .5rem */
}
.news-mid ul {
	display: flex;
	justify-content: space-between;
}

.news-mid ul li {
	width: 3.166rem;
	text-align: center;
	background: #f5f5f5;
	color: #666666;
	font-size: 0.266rem;
	height: 0.67rem;
	cursor: pointer;
}
.mid-li-cl {
	position: relative;
	width: 3.166rem;
	height: 0.66rem;
	line-height: 0.7rem;
	display: block;
	background: #f5f5f5;
}
.news-mid-section {
	position: relative;
	width: 20rem;
	padding: 0.5rem 0;
	display: flex;
	justify-content: space-between;
	z-index: 99;
	padding-left: 0.433rem;
	padding-right: 0.616rem;
}

.news-mid-section:nth-child(1) {
	margin-top: 0.5rem;
}

.news-mid-border {
}
.news-hover {

	z-index: 99;
}
.news-mid-img {
	height: 4.58rem;
	width: 7.5rem;
}
.news-mid-msg {
	font-size: 0.3rem;
	margin-left: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}
.news-mid-msg p {
	font-size: 14px;
	margin-top: 0.6rem;
	line-height: 2;
	font-weight: 300;
}
.news-mid-btn {
	display: flex;
	font-size: 0.233rem;
	justify-content: space-between;
}
.news-mid-btn p {
	margin-top: 0;
}
.news-btn-ani {
	position: relative;
	height: 0.466rem;
	border: 0.017rem solid #ff4949;
	text-align: center;
	border-radius: 0.1rem;
	line-height: 0.466rem;
	padding: 0 0.20rem;
	font-size: 14px;
}
.news-btn-ani:hover {
	cursor: pointer;
	color: rgba(255, 255, 255, 0);
}

.news-btn-ani:hover::after {
	width: 1.33rem;
	height: 0.466rem;
	background-color: rgba(255, 73, 73, 0.1);
	color: white;
}
.news-btn-ani::after {
	text-align: center;
	color: rgba(255, 255, 255, 0);
	content: '';
	width: 1px;
	position: absolute;
	height: 0.466rem;
	left: 0;
	border-radius: 0.1rem;
	overflow: hidden;
	white-space: nowrap;
	transition: 1s;
}
.news-mid-section:hover {
	/*background: #e9e9e9;*/
}
.news-mid-section:hover span,.news-mid-section:hover .news-btn-ani{
	/*color: #ff4949;*/
}
.news-mid-section::before {
	content: '';
	position: absolute;
	width: 0.016rem;
	height: 0.016rem;
	top: 1.266rem;
	left: 8.966rem;
	transition: 1s;
}
/*.news-mid-section:hover::before {
	width: 11.25rem;
	height: 0.016rem;
	background: #ff4949;
}*/
.news-hover {
	display: none;
}
.mid-li-cl::before {
	content: '';
}
.news-mid-section span {
	color: #ff4949;
	font-weight: bold;
}
/*
.mid-li-cl:hover::before {
	content: '';
	background-image: url(/images/news-sj.png);
	background-size: 100%;
	position: absolute;
	top: 0.66rem;
	left: 1.41rem;
	width: 0px;
	height: 0px;
	border: 0.166rem solid transparent;
	border-top: 0.06rem solid #ff4949;
	z-index: 999;
}*/
