/* 新闻资讯 */
.news .min-box{
	width: 1600px;
	min-height: 800px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.news .min-box .top-box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;;
	min-height: 700px;
	width: 100%;
}
.news .min-box .left-box{
	min-height: 700px;
	width: 270px;
	position: relative;
	padding-top: 120px;
	padding-bottom: 30px;
}
.news .min-box .left-box::before{
	left: 0;
	top: 0;
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 120px;
	background-color: #252525;
	color: #ffffff;
	line-height: 120px;
	padding-left: 30px;
	font-size: 30px;
}
.news .min-box .left-box .det-box{
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.news .min-box .left-box .det-box li{
	position: relative;
	line-height: 46px;
	width: 100%;
	margin-bottom: 7px;
	line-height: 46px;
	padding-left: 40px;
	font-size: 16px;
	background-color: #f1f1f1;
	color: #353333;
	border-color: #cccccc;
}
.news .min-box .left-box .det-box li::after{
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	border:solid 8px;
	border-color: transparent;
	border-left-color: inherit;
	top: 50%;
	transform: translateY(-50%);
	right: 18.3px;
}
.news .min-box .left-box .det-box li a{
	color: inherit;
	display: block;
	width: 100%;
}
.news .min-box .left-box .det-box li.acts{
	background-color: #ffc001;
	color: #ffffff;
	border-color: #ffffff;
}
.news .min-box .left-box .lxxx{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 26px;
}
.news .min-box .left-box .ttls{
	font-size: 18px;
	color: #000000!important;
	margin-bottom: 23px;
}
.news .min-box .left-box .lxxx li{
	margin-bottom: 6px;
	color: #686a6c;
}
.news .min-box .left-box .hot-ns{
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 36px;
}
.news .min-box .left-box .hot-ns .nss{
	padding-right: 20px;
	width: 100%;
	height: 110px;
	overflow: hidden;
	border-top: solid 1px #686a6c;
}
.news .min-box .left-box .hot-ns .nss a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news .min-box .left-box .hot-ns .nss a img{
	width: 110px;
	height: 70px;
}
.news .min-box .left-box .hot-ns .nss a .detsd{
	width: 126px;
	height: auto;
}
.news .min-box .left-box .hot-ns .nss a .detsd .ttle{
	width: 100%;
	font-size: 14px;
	color: #000000;
}
.news .min-box .left-box .hot-ns .nss a .detsd .times{
	height: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.news .min-box .left-box .hot-ns .nss a .detsd .times img{
	width: 14px;
	height: 14px;
	margin-right: 6px;
}
.news .min-box .left-box .hot-ns .nss a .detsd .times{
	margin-top: 10px;
	font-size: 14px;
	color: #ADADAD!important;
}









.news .min-box .right-box{
	min-height: 700px;
	width:80%;
}
.news .min-box .right-box .ceed{
	margin: 0;
	padding: 0;
	list-style: none;
}
.news .min-box .right-box .ceed li{
	width: 100%;
	height: 223px;
	border:solid 1px #f2f0f0;
	margin-bottom: 12px;
}
.news .min-box .right-box .ceed li a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px;
	color: #000000;
}
.news .min-box .right-box .ceed li a img{
	width: 250px;
	height: 160px;
}
.news .min-box .right-box .ceed li a .cssd{
	padding-top: 15px;
	width:76%;
	height: 100%;
}
.news .min-box .right-box .ceed li a .cssd .titles{
	font-size: 18px;
	margin-bottom: 23px;
	width: 100%;
}
.news .min-box .right-box .ceed li a .cssd .time{
	font-size: 14px;
	color: #9a9ba0;
	margin-bottom: 17px;
	width: 100%;
}
.news .min-box .right-box .ceed li a .cssd .det-text{
	width: 100%;
	line-height: 30px;
	color: #9a9ba0;
}



