/*头部*/
/*$${"color":[{"val":"#e8e8e8","title":"标题英文颜色"},{"val":"#4a4a4a","title":"标题中文颜色"},{"val":"#686868","title":"标题第二行颜色"},{"val":"#555555","title":"上部分小标题颜色"},{"val":"#8d8d8d","title":"上部分时间颜色"},{"val":"#575757","title":"上部分段落颜色"},{"val":"#555555","title":"下部分文字颜色"}],"background":[{"val":"#f2e117","title":"查看更多背景颜色"}],"border":[{"val":"#dcdcdc","title":"li底边框颜色"}]}$$*/
/*新闻中心*/
#news_150 {
	width: 1200px;
	margin: auto;
}

#news_150 .newsTitle {
	width: 33.3%;
	margin: auto;
	padding-top: 50px;
	box-sizing: border-box;
}

#news_150 .newsTitleEn {
	font-family: arial;
	font-weight: bold;
	line-height: 60px;
	font-size: 59.08px;
	color: #e8e8e8;
	text-align: center;
	position: relative;
	z-index: 2;
}

#news_150 .newsTitleChA {
	font-weight: bold;
	font-family: "微软雅黑";
	font-size: 28px;
	line-height: 33.34px;
	color: #4a4a4a;
	text-align: center;
	position: relative;
	z-index: 3;
	margin-top: -30px;
}

#news_150 .newsTitleChB {
	font-size: 14px;
	line-height: 36px;
	color: #686868;
	text-align: center;
	margin-top: 57px;
}

#news_150 .newsBody {
	width: 100%;
}

#news_150 .newsBodyTop {
	background: url(/static/images/news_02_01.png) no-repeat top;
	width: 100%;
	padding: 5px 0 40px 0;
}

#news_150 .newsBodyTopImg{
	float: left;
	width: 41%;
	padding-left: 0;
	height: 240px;
	overflow: hidden;
}

#news_150 .newsBodyTopImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease;
}
#news_150 .newsBodyTopImg:hover img{
	transform: scale(1.2);
}
#news_150 .newsBodyTopChar {
	width: 59%;
	float: right;
	padding: 0 35px 0 50px;
}

#news_150 .newsBodyTopCharTitle {
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#news_150 .newsBodyTopCharDate {
	font-size: 14px;
	line-height: 36px;
	color: #8d8d8d;
}

#news_150 .newsBodyTopCharBody {
	font-size: 14px;
	line-height: 36px;
	color: #575757;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 5px;
}

#news_150 .newsBodyBot {
	width: 100%;
	margin-top: 30px;
}

#news_150 .newsBodyBot ul {
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
	box-sizing: border-box;
}

#news_150 .newsBodyBot ul li {
	width: 31%;
	float: left;
	margin-right: 25px;
	border-bottom: #dcdcdc 3px solid;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
	position: relative;
}

#news_150 .newsBodyBot ul li:nth-child(3n) {
	margin-right: 0;
}

/*#news_150 .newsBodyBot ul li:hover {
	border-bottom: 3px solid #f2e117;
}*/
#news_150 .newsBodyBot ul li a{
	display: block;
}
#news_150 .newsBodyBot ul li a:after{
	width: 0;
	height: 3px;
	background: rgba(51, 136, 255, 1);
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	transition: all 0.3s;
}
#news_150 .newsBodyBot ul li:hover .newsBodyBotA{
	font-weight: bold;
}
#news_150 .newsBodyBot ul li:hover a:after{
	width: 100%;
}

#news_150 .newsBodyBotA {
	font-size: 18px;
	line-height: 48px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#news_150 .newsBodyBotB {
	font-size: 14px;
	line-height: 36px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

#news_150 .newsSee {
	width: 22%;
	margin: auto;
	margin-top: 55px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 56px;
	text-align: center;
	color: #555555;
	margin-bottom: 70px;
	height: auto;
	overflow: hidden;
}

#news_150 .newsSee a {
	color: #555555;
	display: block;
	position: relative;
	z-index: 9;
	width: 100%;
	/*height: 56px;*/
	background: rgba(51, 136, 255, 1);

}
#news_150 .newsSee a:before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    transition: 0.5s;
    border: 1px solid #f2e117;
	border-radius: 5px;
    z-index: 1;
}
#news_150 .newsSee a:hover:before {
    width: 100%;
    height: 100%;
}
#news_150 .newsSee a span{
	    position: relative;
    z-index: 999;
    transition: 0.5s;
    display: block;
}
@media screen and (max-width:1200px) {
	#news_150 {
		width: 96%;
		margin: auto;
	}
}

/* ipad */
@media screen and (max-width:992px) {
	#news_150 {
		width: 96%;
		margin: auto;
	}
	#news_150 .newsBodyTopImg{
		height: 200px;
	}
	#news_150 .newsBodyBot ul li {
		padding-right: 2%;
	}
}

/* 手机 */
@media screen and (max-width: 767px) {
	#news_150 {
		width: 100%;
	}

	#news_150 .newsTitle {
		width: 100%;
		padding-top: 0;
	}

	#news_150 .newsBodyTop {
		background-size: 100% 100%;
	}

	#news_150 .newsBodyTopImg {
		width: 100%;
		padding-left: 0;
		height: 220px;
	}

	#news_150 .newsBodyTopChar {
		width: 100%;
		padding: 10px 20px;
	}

	#news_150 .newsBodyBot ul {
		width: 100%;
		margin: auto;
	}

	#news_150 .newsBodyBot ul li {
		width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid #dcdcdc;
	
		margin-right: 0;
		padding: 0 20px;
		padding-bottom: 10px;

	}
	#news_150 .newsBodyBot{
		margin-top: 0;
	}
	#news_150 .newsSee{
		width: 30%;
		margin: 30px auto;
		line-height: 35px;
		font-size: 14px;

	}
	#news_150 .newsBodyTopCharDate{
		line-height: 25px;
	}
	#news_150 .newsBodyTopCharBody{
		margin-top: 0;
		line-height: 20px;
		font-size: 12px;
		-webkit-line-clamp: 2;
	}
	#news_150 .newsBodyTop{
		padding-bottom: 20px;
	}
	#news_150 .newsBodyBotB{
		line-height: 20px;
		color: #8d8d8d;
		font-size: 12px;
	}
	#news_150 .newsTitleEn{
		font-size: 36px;
	}
	#news_150 .newsTitleChA{
		font-size: 22px;
		margin-top: -34px;
	}
	#news_150 .newsBodyTopCharTitle{
		line-height: 36px;
		font-size: 16px;
	}
	#news_150 .newsBodyBotA{
		line-height: 30px;
		font-size: 14px;
	}

}
