.main-news {
	width: 100%;
	min-height: 266px;
	padding: 0 0 66px 0;
	border-top: 1px solid #111577;
}

.newsTop {
	width: 100%;
	height: 59px;
	top: -59px;
	overflow: hidden;
}

.newsTop .newsTop-list {}

.newsTop .newsTop-list li {
	width: 122px;
	height: 20px;
	margin: 0 20px;
	padding: 17px 0 10px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #141E2A;
	cursor: pointer;
}

.newsTop .newsTop-list li.on {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	background: url(../image/news-on.png) bottom no-repeat;
}

.newsList {
	width: 100%;
	min-height: 266px;
	text-align: center;
}

.newsList ol li {
	width: 100%;
	height: 140px;
	position: relative;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
}

.newsList ol li .listbj,
.newsList ol li .linear {
	width: 100%;
	right: 0;
	height: 0;
	/* transition: all .66s ease; */
}

/* .newsList ol li:hover .listbj, */
.newsList ol li:hover .linear {
	height: 140px;
}

.newsList ol li .linear {
	/* background: linear-gradient(-90deg, #CCDBFC 0%, #E1E5FE 100%); */
	background: url(../image/news-li.png) top no-repeat;
}

/* .newsList ol li .listbj {
	background: url(../image/imageStyle/list.png) right center no-repeat;
} */
.newsList ol li .li-main {
	width: 900px;
	height: 140px;
	margin: 0 auto;
	transition: all .66s ease;
}

.newsList ol li:hover .li-main {
	transform: translateX(-30px);
}

.newsList ol li .li-main a {
	display: block;
	width: 900px;
	height: 140px;
}

.newsList ol li .li-main a .left {
	width: 130px;
	height: 140px;
	line-height: 140px;
	color: #5866AD;
	padding: 0 20px 0 0;
}

.newsList ol li .li-main a .left .ri {
	font-size: 50px;
}

.newsList ol li .li-main a .left .yue {
	font-size: 24px;
	line-height: 155px;
}

.newsList ol li .li-main a .mid {
	width: 750px;
	height: 94px;
	margin-top: 25px;
	text-align: left;
}

.newsList ol li .li-main a .mid .news_title {
	display: block;
	width: 100%;
	font-size: 20px;
	color: #141e2a;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsList ol li .li-main a .mid .news_desc {
	display: block;
	width: 100%;
	height: 48px;
	font-size: 14px;
	color: #757575;
	line-height: 24px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* .newsList ol li:hover .li-main a .left,
.newsList ol li .li-main a .mid:hover .news_title,
.newsList ol li .li-main a .mid:hover .news_desc {
	color: red;
	transition: all .66s ease;
} */
.newsInfo {
	width: 860px;
	margin-top: 100px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #505050;
}

.newsInfo .newsInfo-title {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 70px;
}

.newsInfo .newsInfo-time {
	font-size: 18px;
	line-height: 30px;
	display: block;
	text-align: right;
}

.newsInfo .newsInfo-essay {
	width: 850px;
	min-height: 66px;
	margin: 50px auto 66px;
	line-height: 25px;
	text-align: justify;
	color: black;
}

.link {
	text-align: left;
	width: 1000px;
	height: 150px;
	color: black;
	line-height: 30px;
	font-family: SimSun;
	font-size: 14px;
	padding: 32px 0;
}

.link span {
	width: 100%;
	display: block;
	cursor: default;
	letter-spacing: 1px;
}

.link span a {
	color: black;
	letter-spacing: 0px;
}

.link span a:hover {
	color: #4d6aff !important;
}
