#News {
	padding: 0;
}

.News-box {
	margin: 5px 30px 0 0;
	max-width: calc(100% - 404px);
	flex: 1;
}

.app-container>.right {
	width: 374px;
}

.search-box {
	height: 48px;
	width: 100%;
	position: relative;
	border: 1px solid #f2ecff;
}

.search-box input {
	border: none !important;
	width: 100%;
	height: 100%;
	padding: 8px 48px 8px 12px;
}

.search-box i {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	cursor: pointer;
	width: 48px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #e8e8e8;
}

.info-btn {
	background-color: #5e28bd;
	width: 100%;
	border-radius: 0;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	color: #fff !important;
	margin-top: 20px;
}

.app-container>.right>div {
	padding: 30px;
	background-color: #fbf9ff;
	margin-bottom: 30px;
}

.app-container>.right>div>.title {
	color: #1a1859;
	line-height: 2.2;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	border-bottom: 1px solid #e8e8e8;
}

.category-list {
	color: #bcc0bf;
	font-size: 16px;
	line-height: 1.8;
}

.category-list .item {
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}
.category-list .item:last-child {
	border: 0;
}
.newsList .item{
	width: 100%;
	margin-bottom: 20px;
}
.newsList .item:last-child {
	margin-bottom: 0;
}
.newsList .item .left{
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 20px;
}
.newsList .item .right {
	flex: 1;
	color: #bcc0bf;
}
.newsList .item .right .name {
	color: #1f1858;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.tagList .item {
	margin: 0 10px 10px 0;
	display: block;
	background-color: #fff;
	color: #bcc0bf;
	border: 1px solid #e8e8e8;
	padding: 8px 15px;
}
.right-imageList .item{
	width: calc((100% - 40px) / 3);
	
	margin: 20px 20px 0 0;
	
}
.right-imageList .item:nth-child(1),
.right-imageList .item:nth-child(2),
.right-imageList .item:nth-child(3){
	margin-top: 0;
}
.right-imageList .item .box{
	position: relative;
	overflow: hidden;
	padding: 50% 0;
}
.right-imageList .item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.right-imageList .item:nth-child(3n) {
	margin-right: 0;
}
.News-box{
	color: #bcc0bf;
}
.News-box .item {
	position: relative;
	display: flex;
	padding: 0;
	justify-content: space-between;
	border-top: 1px solid #e8e8e8;
	flex-direction: column;
	margin-bottom: 50px;
	box-shadow: -2px -2px 9px #0000001a;
}

.News-box .item:first-child {
	border: none;
}

.News-box .item .imgBox {
	width: 100%;
	padding: 25% 0;
	position: relative;
	overflow: hidden;
}

.News-box .item .right_box {
	width: 100%;
	padding: 40px;
	position: relative;
}

.News-box .item .imgBox img {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
}

.News-box .item .imgBox img:hover {
	transform: scale(1.1) translate(-50%, -50%);
}

.News-box .item .time {
	position: absolute;
	top: 0;
	left: 40px;
	transform: translateY(-80%);
	line-height: 20px;
	font-size: 16px;
	width: 93px;
	height: 93px;
	background-color: #4a28b7;
	box-shadow: -2px -2px 2px #0000001a;
	border-radius: 6px;
	z-index: 3;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
}

.News-box .item .time>div {
	margin: 5px;
}

.News-box .item .time>div:last-child {
	margin-left: 20px;
	font-size: 20px;
	font-weight: 400;
}

.News-box .item .time>div:first-child {

	margin-right: 20px;

}

.News-box .item .right_box .title {
	line-height: 33px;
	font-size: 22px;
	margin: 25px 0 0;
	color: #1a1859;
	font-weight: 600;
	position: relative;
}

.News-box .item .right_box .msg {
	line-height: 28px;
	/* height: 56px; */
	color: #bcc0bf;
	margin: 20px 0 0;
}

.News-box .item .right_box .more {
	display: inline-block;
	line-height: 23px;
	font-size: 16px;
	color: #bcc0bf;
	text-decoration: underline;
	margin: 70px 0 0;
}
.News-box>.title-image-box {
	width: 100%;
	padding: calc(25%) 0;
	position: relative;
	overflow: hidden;
}
.News-box>.title-image-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
}
.News-box>.title_box >h2 {
	line-height: 33px;
		font-size: 22px;
		margin: 30px  0;
		color: #1a1859;
		font-weight: 600;
		position: relative;
}
.News-box>.title_box> .info {
	margin-bottom: 40px;
	font-size: 16px;
}
.News-box>.content {
	font-size: 16px;
	overflow: hidden;
	overflow-x: auto;
	color: #000;
}
@media (max-width:992px) {
	.News-box .item .right_box {
		padding: 20px;
	}
	.News-box .item {
		flex-direction: column
	}

	#News .News-box>.item>div {
		/* margin: auto; */
		width: 100%;
	}

	.News-box {
		margin: 5px 0px 0;
		max-width: none;
		width: 100%;
		flex: 1;
	}

	.app-container>.right {
		width: 100%;
	}

	.title-list {
		flex-direction: column;
		height: auto;
	}

	.title-list .item {
		width: 100%;
	}
}