.breadcrumb1 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f2f3f4;
	height: 3.5vw;
}

.c-nav {
	margin-left: 2vw;
	margin-right: 2vw;
	font-size: 0.9vw;
	color: #6a7695;
	cursor: pointer;
	padding-top: 1.04vw;
	padding-bottom: 1.04vw;
}

/* .c-nav:hover {
	color: #263b5e;
	border-bottom: 0.2vw solid #126ef8;
} */

.c-nav1{
	margin-left: 2vw;
	margin-right: 2vw;
	font-size: 0.9vw;
	color: #6a7695;
	cursor: pointer;
	padding-top: 1.04vw;
	padding-bottom: 1.04vw;
	color: #263b5e;
	border-bottom: 0.2vw solid #126ef8;
}

.con-box {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

.newspage img {
	width: 14.58vw !important;
	height: 9.38vw !important;
}

.case-button {
	width: 6.25vw;
	height: 2.08vw;
	/* background-color: #86b4f9; */
	background-color: #126ef8;
	border-radius: 0.21vw;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 0.73vw;
	margin-top: 1.3vw;
}
.newspage ul li:hover .case-button{
	background-color: #86b4f9;
	transition: all 1s linear 0s;
}
.case-time {
	font-size: 0.73vw;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0vw;
	color: #6a7695;
}
.case-name{
	font-size: 1.04vw;
	color: #263b5e;
	padding-top: 0.73vw;
}
.case-con-right{
	padding-right: 3.54vw;
}
.case-con{
	font-size: 0.73vw;
	color: #6a7695;
	padding-top: 0.94vw;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.head-img{
	background-size: 90%;
	background-repeat: no-repeat;
	width: 18vw;
	height: 100%;
}
