.news .news-banner {
	position: relative;
}
.news .news-banner .banner-msg {
	position: absolute;
	top: 41%;
	left: 19%;
	color: #fff;
}
.news .news-banner .banner-msg h1 {
	font-size: 55px;
	font-weight: bold;
	letter-spacing: 4px;
}
.news .news-banner .banner-msg p {
	font-size: 32px;
	margin-top: 10px;
}
.news .unified-width {
	width: 66%;
	min-width: 1200px;
	margin: auto;
}
.news .encyclopedias {
	margin-top: 45px;
	margin-bottom: 45px;
}
.news .encyclopedias .top-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 2px solid #999;
}
.news .encyclopedias .top-title > p:first-child {
	background-color: #8ec7e5;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	padding: 10px 22px;
	border-radius: 10px;
	letter-spacing: 3px;
}
.news .encyclopedias .top-title a {
	color: #000;
}
.news .encyclopedias .top-title a p:last-child {
	font-size: 20px;
	font-weight: bold;
}
.news .encyclopedias .top-title p:last-child .iconfont {
	font-size: 20px;
}
.news .encyclopedias .top .top-msg {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.news .encyclopedias .top .top-msg li {
	width: 32%;
	border: 1px solid #999;
	border-radius: 12px;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
}
.news .encyclopedias .top .top-msg li img {
	width: 100%;
}
.news .encyclopedias .top .top-msg li a {
    color: #000;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ededed;
}
.news .encyclopedias .top .top-msg li a:last-child {
	border-bottom: 0;
}
.news .encyclopedias .top .top-msg li a p span:last-child {
	float: right;
}
.news .encyclopedias .top .top-msg li h1 {
	background: #7fd8c2;
	color: #fff;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: bold;
}
.news .encyclopedias .bottom {
	display: flex;
	margin-top: 35px;
}
.news .encyclopedias .bottom .left {
	width: 33%;
	margin-right: 35px;
}
.news .encyclopedias .bottom .left .left-msg {
	border: 1px solid #999;
	border-radius: 12px;
	overflow: hidden;
	padding: 0 15px 10px;
}
.news .encyclopedias .bottom .left .left-msg a {
	color: #000;
	padding: 10.5px 0;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #ededed;
}
.news .encyclopedias .bottom .left .left-msg a:last-child {
	border-bottom: 0;
}
.news .encyclopedias .bottom .left .left-msg a li span:last-child {
	float: right;
}
.news .encyclopedias .bottom .right {
	flex: 1;
}
.news .encyclopedias .bottom .right .right-center, .news .encyclopedias .bottom .right .right-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .encyclopedias .bottom .right .right-center li {
	width: 49%;
}
.news .encyclopedias .bottom .right .right-center li h1 {
	font-size: 22px;
	line-height: 50px;
}
.news .encyclopedias .bottom .right .right-center li .right-msg {
	display: flex;
	color: #5b5b5b !important;
}
.news .encyclopedias .bottom .right .right-center li .right-msg img {
	width: 190px;
	height: 140px;
	margin-right: 10px;
}
.news .encyclopedias .bottom .right .right-center li .right-msg div > span {
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news .encyclopedias .bottom .right .right-center li .right-msg div p {
	margin-top: 6px;
}
.news .encyclopedias .bottom .right .right-center li .right-msg div p span {
	float: right;
	color: #000;
}
.news .encyclopedias .bottom .right .right-bottom a {
	color: #000;
	width: 49%;
}
.news .encyclopedias .bottom .right .right-bottom a li {
	margin-top: 18px;
}
.news .encyclopedias .bottom .right .right-bottom a li span:first-child {
	background: #ff4f4f;
	color: #fff;
	padding: 4px 16px;
	font-size: 18px;
	margin-right: 5px;
	border-radius: 2px;
}
.news .encyclopedias .bottom .right .right-bottom a li span:last-child {
	font-size: 19px;
}