﻿.news-main .header {
	position: fixed !important;
	z-index: 999;
}
.news-main .footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
}
.new-box {
	padding: 60px 0 50px;
	display: flex;
	justify-content: flex-end;

	min-height: 100vh;
}

.new-box .l {
	position: fixed;
	top: 60px;
	left: 0;
	width: 64.58%;
	height: 89vh;
	z-index: 4;
	background-color: #000000;
	
}

.new-box .l ul {
	display: flex;
	padding-left: 0;
	list-style: none;
	flex-wrap: wrap;
}

.new-box .l ul li {
	position: relative;
	width: 33.33%;
	height: 31vh;
}

.new-box .l ul li::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
	opacity: 0;
}
.new-box .l ul li.active1::before{
	opacity: 1;
}
.new-box .l ul li:hover::before,
.new-box .l ul li.active::before {
	opacity: 0;
}

.new-box .l ul li:hover,
.new-box .l ul li.active {
	transform: scale(1.2);
	z-index: 3;
}

.new-box .l ul li .pic {
	height: 100%;
}

.new-box .l ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-box .r {
	position: relative;
	width: 35.42vw;
	z-index: 6;
	padding-top: 77px;
	background-color: rgb(56, 59, 67);
	height: 100%;
}

.new-box .r .r-header {
	display: flex;
	background-color: rgba(56, 59, 67, 0.9);
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	width: 35.42vw;
	z-index: 6;
	top: 60px;
	right: 0;
	height: 77px;
	z-index: 99;
}

.new-box .r .r-header span {
	color: rgb(213, 218, 222);
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 77px;
}

.new-box .r .list {
	padding: 0;
	list-style: none;
	background-color: rgb(56, 59, 67);
}

.new-box .r .list li:hover,
.new-box .r .list li.active {
	background-color: rgba(136, 146, 161, 0.5)!important;
}

.new-box .r .list li {
	align-items: center;
	cursor: pointer;
	height: 126px;
	background-color: rgba(56, 59, 67, 1);
}
.new-box .r .list li a{
	display: flex;
	width: 100%;
	height: 100%;
}
.new-box .r .list li:nth-child(2n){
	background-color: rgba(63, 66, 73, 1);
}
.new-box .r .list .pic img {
	display: block;
	width: 100%;
}

.new-box .r .list .pic {
	display: none;
}

.new-box .r .list .text-box {
	padding: 1.5vw 0 1vw 10px;
	display: flex;
	align-items: center;
}

.new-box .r .list .text-box-l {
	margin: 5px 0 0 15px;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	white-space: nowrap;
	font-family: 'PingFang SC', "Microsoft YaHei" !important;
}

.new-box .r .list .text-box-r {
	position: relative;
	margin: 0px 43px 0px 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	font-size: 20px;
	overflow: hidden;
	color: #fff;
	line-height: 32px;
	font-weight: 400;
	font-family: "PingFang SC", "Microsoft YaHei" !important;
	flex: 1;
}

.new-close {
	position: absolute;
	right: 15px;
	top: 11vh;
	font-size: 50px;
	color: #fff;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: rgba(106, 106, 106, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-close .fa {
	display: block;
	text-align: center;
}
.new-d .box1{
	padding: 10px 0 46px;
}
.new-d .box1 .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}
.new-d .box1 .box-c{
	border-top: 1px solid rgba(220, 220, 222, 1);
	margin-top: 25px;
	padding: 32px 0 160px;
	border-bottom: 1px solid rgba(220, 220, 222, 1);
}
.new-d .box1 .box-c .text-box{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.new-d .box1 .box-c .text-box:not(:last-child){
	margin-bottom: 30px;
}
.new-d .box1 .box-b{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 36px;
}
.new-d .box1 .box-b .l p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1080C2;
	line-height: 1;
}
.new-d .box1 .box-b .l p a{
	color: #1080C2;
}
.new-d .box1 .box-b .l p:hover a{
	text-decoration: underline;
}
.new-d .box1 .box-b .l p:not(:last-child){
	margin-bottom: 34px;
}
.new-d .box1 .box-b .r{
	width: 200px;
	height: 40px;
	background: #E3E3E3;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1080C2;
}
@media (max-width:1280px) {
	.new-d .box1 .title{
		font-size: 28px;
	}
}
@media (max-width:1024px) {
	.new-d .box1 .title{
		font-size: 26px;
	}
}
@media (max-width:991px) {
	.new-box .r .list li a{
		flex-direction: column;
	}
	.new-box .r .list li{
		height: auto;
	}
	.cbsect_35de298f {
		display: block !important;
	}

	.new-box .l {
		display: none;
	}

	.new-box .r {
		width: 100%;
		padding-top: 77px;
	}

	.new-box .r .r-header {
		width: 100%;
		top: 60px;
	}

	.new-box .r .r-header span {
		font-size: 18px;
	}

	.new-box .r .r-header span {
		padding-bottom: 0;
		border-bottom: none;
	}

	.new-box .r .list .pic {
		display: block;
	}

	.new-box .r .list .text-box-l {
		margin: 0;
	}

	.new-close {
		font-size: 30px;
		width: 40px;
		height: 40px;
	}

	.container {
		max-width: 94%;
	}

	.cbhead_a88297d0 {
		font-size: 26px;
	}
}

@media (max-width:768px) {
	.new-box .r .list .text-box {
		flex-direction: column;
		padding: 15px;
	}

	.new-box .r .list .text-box-r {
		margin: 5px auto 0;
		flex: none;
		width: 100%;
		font-size: 16px;
		line-height: 1.5;
	}

	.new-box .r .list .text-box-l {
		font-size: 16px;
	}

	.new-close {
		font-size: 20px;
		width: 30px;
		height: 30px;
	}

	.cbhead_a88297d0 {
		font-size: 24px;
	}
	.new-d .box1 .title{
		font-size: 24px;
	}
	.new-d .box1 .box-c .text-box{
		font-size: 18px;
	}
	.new-d .box1 .box-c{
		padding-bottom: 70px;
	}
	.new-d .box1 .box-b{
		flex-direction: column;
		align-items: flex-end;
	}
	.new-d .box1 .box-b .l{
		width: 100%;
	}
	.new-d .box1 .box-b .r{
		margin-top: 20px;
	}
	.new-d .box1 .box-b .l p:not(:last-child){
		margin-bottom: 20px;
	}
	.new-d .box1 .box-b{
		margin-top: 20px;
	}
	.new-d .box1 .box-b .l p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width:500px) {

	.new-box .r .list .text-box-l,
	.new-box .r .list .text-box-r {
		font-size: 14px;
	}

	.cbhead_a88297d0 {
		font-size: 22px;
		margin: 0 auto 15px !important;
	}
	.new-d .box1 .title{
		font-size: 22px;
	}
	.new-d .box1 .box-c .text-box{
		font-size: 16px;
	}
	.new-d .box1 .box-c .text-box:not(:last-child){
		margin-bottom: 10px;
	}
	.new-d .box1 .box-c{
		padding-bottom: 30px;
	}
}