.details-cont{
	padding: 60px 0;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}
.details-cont .details-title{
	font-size: 24px;
	font-weight: 700;
	color: #0E1C3F;

}
.details-cont .details-time{
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	margin-top: 12px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
		margin-bottom: 40px;
}

.news-view .news-menus{
	display: flex;
	margin: 60px 0;
}
.news-view .news-menus .menus-item{
	width: 103px;
	height: 42px;
	background: #EDEEEF;
	font-size: 17px;
	font-weight: 400;
	color: #000000;
	margin-right: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
	
}
.news-view .news-menus .active {
	background: #3370FF;
	color: #FFFFFF;
}
.news-view .news-menus .menus-item:hover {
	background: #3370FF;
	color: #FFFFFF;
}
.news-view .news-menus .menus-active{
	background: #3370FF;
	color: #FFFFFF;
}


.news-view .news-list .news-item{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	cursor:pointer;
}
.news-view .news-list .item-time .year{
	font-size: 14px;
	font-weight: 500;
	color: #0E1C3F;
}
.news-view .news-list .item-time .day{
	margin-top: 12px;
	font-weight: 500;
	color: #3370FF;
	font-size: 34px;

}
.news-view .news-list .xian{
	margin-top: 18px;
	margin-right: 30px;
	margin-left: 60px;
	width: 68px;
	height: 1px;
	background-color: rgba(110, 119, 140, 0.4);
}
.news-view .news-list .item-book{
	width: 618px;
}
.news-view .news-list .item-book .item-title{
	font-size: 20px;
	font-weight: 500;
	color: #0E1C3F;
}
.news-view .news-list .item-book .item-text{
	font-size: 14px;
	font-weight: 400;
	color: #0E1C3F;
	margin-top: 10px;
}
.news-view .news-list .item-img{
	width: 168px;
	height: 100px;
	margin-left: 80px;
	object-fit: cover;
}
.ms-news-list{
	display: none;
}
@media only screen and (max-width: 768px) {
	.news-view .news-list{
		display: none;
	}
	
	.news-view .news-menus{
		margin-top: 5vw;
		margin-bottom: 4vw;
	}
	.news-view .news-menus .menus-item{
		width: 20vw;
		height: 7vw;
		background: #EDEEEF;
		border-radius: 1vw;
		font-size: 3vw;
		font-weight: 400;
		color: #000000;
		margin-right: 4vw;
	}
	.ms-news-list{
		display: block;
	}
	.ms-news-list .ms-news-item{
		margin-bottom: 3vw;
		display: flex;
	}
	.ms-news-list .ms-news-item .ms-item-img{
		width: 37vw;
		height: auto;
	}
	.ms-news-list .ms-news-item .ms-item-ts{
		width: 54vw;
		padding-left: 3vw;
	}
	.ms-news-list .ms-news-item .ms-item-ts .ms-item-title{
		font-size: 4vw;
		font-weight: 500;
		color: #000000;
	}
	.ms-news-list .ms-news-item .ms-item-ts .ms-item-text{
		font-size: 3vw;
		font-weight: 400;
		color: rgba(0, 0, 0, 0.4);
	}
	.ms-news-list .ms-news-item .ms-item-ts .ms-day{
		text-align: right;
		font-size: 3vw;
		font-weight: 400;
		color: rgba(0, 0, 0, 0.4);
	}
	
	.details-cont{
		padding: 4vw 0;
		font-size: 3vw;
		min-height: 70vh;
		font-size: 3.3vw;
	}
	.details-cont img{
		width: 100%;
		height: auto;
	}
	.details-cont .details-title{
		font-size: 4vw;
	}
	.details-cont .details-time{
		font-size: 3vw;
		padding-bottom: 1vw;
		margin-top: 1vw;
		margin-bottom: 1vw;
	}
	
	
}

