.brand_content_title p:nth-child(2) {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
    padding-top: 20px;
}
.new_center_content{
	background-color: #fff;
	padding: 3.5% 1.2%;
	overflow: hidden;
}
.new_center_content_one_btm .new_center_title{
	font-size: 20px;
	color: #000;
	font-weight: 700;
	padding-top: 10px;
/*	margin-left: -10px;*/
}
.shengshi_index_new {
    /* height: 752px; */
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
	padding-bottom: 4%;
}
.new_center_content_one {
	width: 32%;
	float: left;
	margin-right: 30px;
}
.new_center_content_one:nth-child(3){
	margin-right: 0px;
}
.new_center_content_one_top,.new_center_content_one_btm{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.new_center_content_one_top img{
	width: 100%;
}
.new_center_content_one_btm .new_center_date span:nth-child(1){
	font-size: 12px;color: #666;
	
}
.new_center_content_one_btm .new_center_date span:nth-child(2){
	font-size: 12px;color: #666;
	font-weight: 700;
}
.new_center_text{
	line-height: 25px;
	color: #8f8f8f;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 8%;
}
.new_center_content_one_top:hover img{
	transform: scale(1.2);
	transition: .3s;
	
}
.new_center_content_one_top img{
	transition: .3s;
}
.pos_more{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items:center ;
}
.new_center_content_one_top:hover .pos_more{
	opacity: 1;
	transition: .3s;
}
.more_box_btn{
	width: 93px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 20px;
	margin-top: 50%;
	margin: auto;
	cursor: pointer;
}
.more_box_btn:hover {
	border: 1px solid #29a7e1;
}
.cen_more{
	width: 143px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 20px;
	color: #999;
	font-size: 14px;
}
.btn_more_box {
	width: 100%;
	    display: flex;
	    justify-content: center;
		padding: 3% 0px 6% 0px;
}
