/*$$
{"color":[{"val":"#26334c","title":"标题颜色"},{"val":"#a1a7b2","title":"分类标题颜色"},{"val":"#26334d","title":"分类标题选中颜色"},{"val":"#fff","title":"鼠标滑过/按钮 文字颜色"},{"val":"#666e80","title":"简介/查看更多 文字颜色"},{"val":"#226659","title":"查看更多鼠标滑过文字颜色"}],"background":[{"val":"#e6e8ed","title":"分类标题底部边框颜色"},{"val":"#226659","title":"背景颜色"},{"val":"#f2f4f7","title":"信息背景色"}],"border":[{"val":"#e6e8ed","title":"查看更多边框颜色"},{"val":"#226659","title":"鼠标滑过边框颜色"},{"val":"#bfbfbf","title":"边框"},]}
$$*/

#news_150 {

	padding: 140px 0 70px 0;

	overflow: hidden;

}



#news_150 .content {

	width: 1200px;

	margin: 0 auto;

}



#news_150 .className {

	width: 100%;

	position: relative;

	color: #26334c;

}



#news_150 .className .title-1 {

	font-size: 35px;

	line-height: 50px;

	padding-left: 30px;

	position: relative;

	text-transform: uppercase;

	font-weight: bold;

}



#news_150 .className .title-1 i {

	display: block;

	width: 25px;

	height: 17px;

	position: absolute;

	left: 0;

	top: 14px;

	background: url(/static/images/news_01_01.png) no-repeat;

}



#news_150 .className .title-2 {

	padding-left: 30px;

	font-size: 24px;

	line-height: 50px;

}



#news_150 .news-top {

	position: relative;

}



#news_150 .news-nav {

	position: absolute;

	right: 30px;

	bottom: 3%;

	font-size: 0;

}



#news_150 .news-nav::after {

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 2px;

	background: #e6e8ed;

}



#news_150 .news-nav a {

	display: inline-block;

	vertical-align: middle;

	font-size: 16px;

	color: #a1a7b2;

	position: relative;

	padding: 0 5px 20px 5px;

	margin-left: 50px;

}



#news_150 .news-nav a::after {

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 2px;

	z-index: 10;

}



#news_150 .news-nav a.cur {

	color: #26334d;

}



#news_150 .news-nav a.cur::after {

	background: #226659;

}



#news_150 .news-nav a:first-child {

	margin-left: 0px;

}



#news_150 .news-bottom{

	position: relative;

	overflow: hidden;

	padding-top: 50px;

}



#news_150 .news-item {

	float: left;

	width: 32%;

	margin-right: 1.3%;

	position: relative;

}



#news_150 .news-item:last-child {

	margin-right: 0;

}



#news_150 .news-item a {

	display: block;

	overflow: hidden;

	background: #f2f4f7;

}



#news_150 .news-item .img {

	position: relative;

	background: #000;

	height: 160px;

	overflow: hidden;

}

#news_150 .news-item .dateL{

	width: 25%;

	float: left;

	border-right:#bfbfbf solid 1px;

	height: 92px;

	position: absolute;

	top:50%;

	transform: translateY(-50%);

	text-align: center;

	

}

#news_150 .news-item .dateL .day{

	font-size: 28px;

	color: #26334c;

	line-height: 40px;

	margin-top: 11px;

}

#news_150 .news-item .dateL .date{

	font-size: 16px;

	color: #7e7e7e;

	line-height: 30px;

}

#news_150 .news-item .textR{

	width: 75%;

	float: right;

	padding: 15px 10px;

}



#news_150 .news-item .textR .title-1 {

	font-size: 16px;

	color: #26334c;

	border-bottom:#bfbfbf solid 1px;

	line-height: 40px;

	overflow: hidden;

	width: 100%;

	height: 40px;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	word-break: break-all;

}

#news_150 .news-item .textR .title-1 a{

	color: #26334c;

}

#news_150 .news-item .textR .title-2 {

	font-size: 14px;

	line-height: 28px;

	color: #666e80;

	overflow: hidden;

	margin: 10px 0;

	text-overflow: -o-ellipsis-lastline;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 3;

	line-clamp: 3;

	line-height: 30px;

	-webkit-box-orient: vertical;
	max-height:84px;
}

#news_150 .news-item .textR .title-2 a{

	color: #666e80;

}

#news_150 .news-item a:hover {

	background: #226659;

}



#news_150 .news-item a:hover .date,

#news_150 .news-item a:hover .day,

#news_150 .news-item a:hover .title-1,

#news_150 .news-item a:hover .title-2{

	color: #fff;

}



#news_150 .news-more {

	text-align: center;

	margin: 30px 30px;

}



#news_150 .news-more a {

	width: 100%;

	display: block;

	border:#e6e8ed 1px solid;

	color: #666e80;

	font-size: 14px;

	padding: 25px 0;

	overflow: hidden;

}



#news_150 .news-more a i {

	display: inline-block;

	vertical-align: middle;

	background: url(/static/images/news_01_02.png) no-repeat;

	width: 10px;

	height: 10px;

	margin-left: 10px;

}



#news_150 .news-more a:hover {

	border:#226659 1px solid ;

	color: #226659;

}


#news_150 .new_info{

	width: 100%;

	background: #f2f4f7;

	height: 280px;

}

#news_150 .new_info .infoL{

	width: 40%;

	float: left;

	height: 100%;

}

#news_150 .new_info .infoL img{

	height: 100%;

	width: 100%;

	object-fit: cover;

}

#news_150 .new_info .infoR{

	width: 60%;

	float: left;

	padding-left: 100px;

	height: 100%;

	position: relative;

}

#news_150 .new_info .infoR .title-1{

	font-size: 16px;

	color: #26334c;

	line-height: 120px;

	width: 100%;

	position: relative;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	word-break: break-all;

	height: 105px;

	

}

#news_150 .new_info .infoR::before{

	content: '';

	position: absolute;

	top:50%;

	width: 28px;

	height: 3px;

	background: #226659;

	left: 50px;

	top:60px;

}

#news_150 .new_info .infoR .title-2{

	font-size: 14px;

	color: #666e80;

	line-height: 30px;

	text-overflow: -o-ellipsis-lastline;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp:2;

	line-clamp: 2;

	-webkit-box-orient: vertical;

	height: 60px;

}

#news_150 .btnMore{

	background: #226659;

	padding-right: 40px;

	text-align: center;

	line-height: 45px;

	width: 165px;

	height: 45px;

	display: block;

	color: #fff; 

	font-size: 12px;

	letter-spacing: 1px;

	margin-top:20px;

	position: relative;

}

#news_150 .btnMore::after{

	position: absolute;

	left:120px;

	top:50%;

	content: '';

	transform: translateY(-50%);

	width: 26px;

	height: 14px;

	background: url(/static/images/news_01_03.png) no-repeat;

	background-size: 26px 14px;

}

#news_150 .new_list{

	width: 100%;

	margin-top: 40px;

}

#news_150 .swiper-slide{

	width: 100% !important;

}

@media screen and (max-width: 1200px){

	#news_150{

		padding:60px 0 30px 0;

	}

	#news_150 .content{

		width: 96%;

	}

	#news_150 .new_info .infoR{

		padding:0 50px;

		height: 240px;

	}

	#news_150 .new_info .infoR .title-1{

		line-height: 80px;

		height: 80px;

	}

	#news_150 .new_info .infoL img{

		height: 240px;

	}

	#news_150 .new_info .infoR::before{

		left:15px;

		top:40px;

	}

}

@media screen and (max-width:992px){

	

}

@media screen and (max-width: 767px) {

	#news_150 .new_info .infoR::before{

		display: none;

	}

	#news_150{

		padding: 50px 0 50px;

	}	

	#news_150 .content{

		width: 100%;

	}

	#news_150 .className{

		width: 90%;

		padding: 0 5%;

	}

	#news_150 .news-top{

		padding-bottom: 70px;

	}

	#news_150 .news-nav{

		width: 92%;

		right:4%;

		bottom:0;

		display: flex;

	}

	#news_150 .news-nav a{

		margin-left: 0;

		flex:1;

	}

	#news_150 .new_info{

		height: 480px;

	}

	#news_150 .new_info .infoL{

		width: 100%;

		height: 240px;

	}

	#news_150 .new_info .infoR{

		width: 100%;

		padding: 0 30px;

		padding-bottom: 30px;

	}

	#news_150 .new_list{

		margin-top: 20px;

	}

	#news_150 .news-item{

		width:90%;

		margin:5px 5%;

	}

}