.blog-section .songle-blog .blog-image img{
    height: 145px;
}
.ban-er .two-ul a{
    color: #000;
}
.ban-er .two-ul li a {
	padding: 0 1rem;
}
.ban-er .two-ul li:hover a, .ban-er .two-ul li.active a {
	color: #FFFFFF;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
}
.ban-er {
	left: 0;
	width: 100%;
	bottom: 0;
	line-height: 5rem;
	height: 5rem;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}
.ban-er .two-ul li::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	background: #04A0F2;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.ban-er .two-ul li::after {
	background: #0A40A5;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.ban-er .two-ul li {
	display: inline-block;
	font-weight: 400;
	font-size: 1rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.ban-er .two-ul li:hover::before,

.ban-er .two-ul li.active::before {

  -webkit-transform: translate3d(0, 100%, 0);

  transform: translate3d(0, 100%, 0);

}

.ban-er .two-ul li:hover::after,

.ban-er .two-ul li.active::after {

  -webkit-transition-delay: 0.175s;

  transition-delay: 0.175s;

  -webkit-transform: translate3d(0, 100%, 0);

  transform: translate3d(0, 100%, 0);

}

.newss .new-list {
	
}
.blog-text{
    
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.newss .new-tui {
	margin-bottom: 2.5rem;
	background: #fff;
	border-radius: 1.25rem;
	overflow: hidden;
}
.overh {
	overflow: hidden;
}
.newss .new-tui .new-div {
	padding: 1.3125rem 2.0625rem 1.875rem;
}
.w100 {
	width: 100%;
}
.newss .new-tui .new-div {
	padding: 1.3125rem 2.0625rem 1.875rem;
}
.newss .title {
	font-weight: 700;
	font-size: 1.375rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.newss .new-miao {
	font-size: 1rem;
	line-height: 1.7;
	margin: 0.9375rem 0;
	margin-top: 0.625rem;
	color: #717171;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.newss .tian-div {
	position: relative;
}
.newss .tian-div .day {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
	color: #04A0F2;
}
.newss .tian-div .p1 {
	color: #717171;
	font-size: 1rem;
	line-height: 1.7;
}
.newss .tian-div .new-type {
	width: 8.9375rem;
	height: 2rem;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../image/news/f23.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0.875rem;
	color: #717171;
	text-align: center;
	line-height: 2rem;
}

.new-tui:hover img {
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}


@media (max-width: 1600px) {
.color-bg {
	background: #f5f5f5;
	padding: 3.75rem 0;
}
.container {
	padding: 0 5rem;
}

}