.newsPage-info{
	text-align: center;
	padding: 40px 0;
}

.b-6-Btitle{
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	opacity: 1;
}

.b-6-title{
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 500;
}

.b-6-s-title{
	font-size: 20px;
}

.b-6-frame{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.b-6-width{
	width: 100%;
	float: left;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	min-height: 129px;
	max-height: 150px;
	overflow: hidden;
	opacity: 1;
	height: 500px;
}

.b-6-img{
	max-width: 80px;
	width: 100%;
	float: left;
	position: relative;
}

.b-6-time{
	/*border: 2px solid #ff0000;*/
}

.b-6-time p{
	color: #ff0000;
}

.b-6-year{
	padding-top: 10px;
}

.b-6-time .b-6-year ,.b-6-time .b-6-mon{
	font-size: 18px;
	    font-size: 36px;
    font-weight: 700;
}

.b-6-time .b-6-mon{
	margin-bottom: 5px;
}

.b-6-time .b-6-day{
	font-size: 14px;

}

.b-6-line{
	width: 10px;
	height: 10px;
	position: absolute;
	top: 18px;
	right: -4px;
	transform: rotate(45deg);
}

.b-6-img .b-6-time{
	width: 100%;
}

.b-6-txt{
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
	float: left;
	max-width: 400px;
	width: 100%;
}

.b-6-txt h3{
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500;
}

.b-6-txt a:hover{
	color: #ff0000;
}

.b-6-txt p{
	line-height: 24px;
	font-size: 14px;
}

.b-6-more{
	float: right;
	font-size: 14px;
	padding-right: 15px;
	color: #ff0000;
	    font-weight: 600;
}

.b-6-more:hover{
	color: #037134;
}

.b-6-txt h3{
	height: 20px;
	-webkit-line-clamp: 1;
}

.b-6-txt p{
	height: 72px;
	-webkit-line-clamp: 3;
}
.news-detail h3 {
	height: 22px;
}
.color-19 {
	color: #ff0000;
}
.news-detail .s-b2-btn {
	text-align: right;
}
.s-b2-btn a {
    position: relative;
}
.s-b2-btn a:before {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50%;
    border-bottom: 2px solid #ff0000;
    content: '';
    transition: linear 0.2s width;
	-webkit-transition: linear 0.2s width;
}
.s-b2-btn:hover a:before {
	width: 100%;
}