
/*首页样式开始*/
.content .estate-item1{
	background: #fefefe;
	padding: 30px 0 42px;
}
.content .estate-item1 ul li a{
	display: block;
	width: 100%;
	text-align: center;
	cursor: default;
}
.content .estate-item1 ul li a img{
	display: block;
	margin: 0 auto 20px;
}
.content .estate-item1 ul li a h6{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 30px;
}
.content .estate-item1 ul li a span{
	display: block;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 30px;
}

@media (max-width:640px) {
	.content .estate-item1{
		padding: 6.25vw 0 0;
	}
	.content .estate-item1 ul li{
		margin-bottom: 5.4vw;
	}
	.content .estate-item1 ul li a img{
		display: block;
		margin: 0 auto 2.03125vw;
		width: 15.625vw;
	}
	.content .estate-item1 ul li a h6{
		font-size: 3.75vw;
		line-height: 4.6875vw;
	}
	.content .estate-item1 ul li a span{
		font-size: 3.125vw;
		line-height: 4.6875vw;
	}
	
}

/*首页第二块样式开始*/
.content .estate-item2{
	background:url(../images/estate2-bg.jpg) no-repeat center bottom;
	padding: 24px 0 125px;
}
.content  .estate-title{
	position: relative;
}
.content  .estate-title a{
	display: block;
	position: absolute;
	width: 28px;
	height: 28px;
	bottom: -14px;
	right: 15px;
}

.content  .estate-title h2{
	font-size: 36px;
	color: #272727;
	line-height: 76px;
	padding-left: 5px;
	position: relative;
	font-weight: bold;
}
.content  .estate-title h2:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 24px;
	background: url(../images/estate-title-bg.png) no-repeat left bottom;
	bottom: -12px;
	left: 0;
}
.content  .estate-title h2 small{
	font-size: 18px;
	line-height: 30px;
	color: #d5d5d5;
	padding-left: 28px;
}


.content .estate-item2 ul{
	margin-top: 40px;
}
.content .estate-item2 ul li{
	position: relative;
	margin-bottom: 30px;
	padding: 0;
}
.content .estate-item2 ul li a{
	display: block;
	width: 100%;
	text-align: center;
}
.content .estate-item2 ul li a img{
	max-width: 100%;
}
.content .estate-item2 ul li .estate-item2-information,.estate-item3 .estate-item3-sub1 .estate-item3-information, .estate-item4-information{
	position: absolute;
	background: rgba(0,0,0,0.8);
	width: 100%;
	bottom: 0;
	left:0;
	padding: 5px 10px;
}
.content .estate-item2 ul li .estate-item2-information h6,.estate-item3 .estate-item3-sub1 .estate-item3-information h6,.estate-item4-information h6{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content .estate-item2 ul li .estate-item2-information span,.estate-item3 .estate-item3-sub1 .estate-item3-information span,.estate-item4-information span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}


@media  (min-width:768px ) {
	.content .estate-item2 ul li:nth-of-type(3n+3){
		margin-right: 0;
	}
	.content .estate-item2 ul li{
		padding:0;
		width: 32.1666666666%;
		margin-right: 1.75%;
	}
}
@media  (max-width:1200px) {
	.content .estate-title a{
		bottom: 15px;
		right: 15px;
	}
	
}
@media  (max-width:768px) {
	.content .estate-item2{
		padding: 2.1875vw  0 15vw;
	}
	.content  .estate-title h2{
		font-size: 4.6875vw;
		font-weight: bold;
		padding: 0;
		margin: 0 3.125vw;
		line-height:10.9375vw;
	}
	.content  .estate-title h2 small{
		font-size: 3.125vw;
		line-height: 4.6875vw;
		padding-left: 2.1875vw;
	}
	.content  .estate-title h2:before{
		height: 3.75vw;
		background: url(../images/estate-title-bg.png) no-repeat left bottom;
		background-size:auto 3.75vw ;
		bottom: -1.875vw;
	}
	.content  .estate-title a{
		width: 4.375vw;
		height: 4.375vw;
		bottom: 2.5vw;
		right: 3.125vw;
	}
	.content  .estate-title a img{
		width: 100%;
		vertical-align: top;
	}
	.content .estate-item2 ul{
		margin: 6.25vw 3.125vw 0;
	}
	.content .estate-item2 ul li{
		width: 49.16666666666%;
		margin-bottom: 3.75vw;
	}
	.content .estate-item2 ul li:nth-of-type(2n+2){
		float: right;
	}
	.content .estate-item2 ul li .estate-item2-information{
		padding: 0.78125vw 1.5625vw;
	}
	.content .estate-item2 ul li .estate-item2-information h6{
		font-size: 3.125vw;
		line-height: 4.6875vw;
	}
	.content .estate-item2 ul li .estate-item2-information span{
		font-size: 3.125vw;
		line-height: 4.6875vw;
	}
	
}


/*第三模块样式开始*/
.estate-item3{
	padding: 60px 0 116px;
	background:url(../images/estate3-bg.jpg) no-repeat center center;
	background-size:100% 100%;
	animation: zoom-bg 20s infinite linear;
	animation-direction: alternate;
}
@keyframes zoom-bg{
	from{background-size:100% 100%;}
	to{background-size:140% 140%;}
}
.estate-item3 .estate-title h2{
	color: #fff;
}
.estate-item3 .estate-item3-sub1{
	padding: 0;
	margin-top: 44px;
}
.estate-item3 .estate-item3-sub1 ul li.current{
	background: rgba(0,0,0,0.65);
}
.estate-item3 .estate-item3-sub1 ul li+li{
	display: none;
}
.estate-item3 .estate-item3-sub1 ul li a{
	display: block;
	width: 100%;
}
.estate-item3 .estate-item3-sub1 ul li a img{
	width: 100%;
}



.estate-item3 .estate-item3-sub2{
	padding: 0 3.5% 0 4.1666666666%;
	margin-top: 34px;
}
.estate-item3 .estate-item3-sub2 ul li{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #626b78;
	cursor: pointer;
}
.estate-item3 .estate-item3-sub2 ul li .sub2-left{
	flex: 1;
	text-align: center;
}
.estate-item3 .estate-item3-sub2 ul li .sub2-left img{
	max-width: 110px;
	
}
.estate-item3 .estate-item3-sub2 ul li .sub2-right{
	flex: 3.164;
}
.estate-item3 .estate-item3-sub2 ul li .sub2-right h5{
	max-width: 288px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 6.5%;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.estate-item3 .estate-item3-sub2 ul li .sub2-right p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	max-width: 90%;
	overflow: hidden;
	padding-left: 6.5%;
	height: 48px;
	margin-top: 12px;
}
@media  (max-width:1200px) {
	.estate-item3 .estate-item3-sub2 ul li{
		padding: 10px 0;
	}
	
	.estate-item3 .estate-item3-sub2 ul li .sub2-left img{
		max-width: 100%;
		
	}
	
}
@media  (max-width:992px){
	.estate-item3 .estate-item3-sub2 ul li .sub2-right p{
		height: 24px;
	}
	.estate-item3 .estate-item3-sub2 ul li .sub2-right h5{
		max-width:230px;
	}
}

@media (max-width:768px ){
	.estate-item3{
		padding:3.75vw 0 9.375vw;
	}
	.estate-item3 .estate-item3-sub2 ul li {
	    padding: 2.34375vw 0;
	}
	.estate-item3 .estate-item3-sub2 ul li .sub2-right p {
	    height: 40px;
	    line-height: 20px;
	    font-weight: normal;
	    max-width: 100%;
	    margin-top: 1.875vw;
	}
	.estate-item3 .estate-item3-sub2 {
	    margin-top: 4.6875vw;
	}
	.estate-item3 .estate-item3-sub1 {
	    margin-top: 5.46875vw;
	    padding: 0 3.125vw;
	}
	.estate-item3 .estate-item3-sub1 .estate-item3-information {
	    width: 93.75%;
	    bottom: 0;
	    left:3.125%;
	    padding: 5px 10px;
	
	}
	.estate-item3 .estate-item3-sub2 ul li .sub2-right h5{
		line-height: 24px;
		max-width: 220px;
	}
}


/*第四模块样式开始*/
.estate-item4{
	background: url(../images/estate4-bg.jpg) no-repeat left bottom;
	padding-top: 54px;
	background-size: cover;
	margin-top: 20px;
}
.estate-item4 .estate-item4-right{
	margin-top: 40px;
	padding-left: 30px;
	padding-right: 0;
}
.estate-item4 .estate-item4-right .swiper-slide a{
	display: block;
	width: 100%;
	position: relative;
}
.estate-item4 .estate-item4-right .swiper-slide a img{
	width: 100%;
}
.estate-item4 .estate-item4-information{
	background: rgba(0,0,0,0.3);
	padding-left: 20px;
}
.estate-item4 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
}
.estate-item4 .swiper-pagination-bullet-active {
    background: #fc6500;
}
.estate-item4 .swiper-container-horizontal > .swiper-pagination-bullets,.estate-item4 .swiper-pagination-custom,.estate-item4 .swiper-pagination-fraction {
    bottom: 10px;
    width: auto;
    right: 20px;
	left: auto;
}
.estate-item4 .estate-item4-right ul{
	margin-top: 12px;
}
.estate-item4 .estate-item4-right ul li a{
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	padding-left:22px;
	position: relative;
	background: url(../images/icon1.png) no-repeat left center;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.estate-item4 .estate-item4-right ul li a:hover{
	animation: radius 1.5s linear;
	animation-fill-mode: forwards;
}
@keyframes radius{
	from{border-color: transparent;border-radius: 0;}
	to{border-color: #fc6500;border-radius: 15px;}
}
.estate-item4-left{
	padding: 0;
	margin-top: 40px;
}
.estate-item4-left .item4-left-sub1{
	display: flex;
	border: 1px solid #d9d9d9;
	padding: 3px;
	align-items: center;
}
.estate-item4-left .item4-left-sub1 .item4-left-sub1-pic{
	flex:1;
}
.estate-item4-left .item4-left-sub1 .item4-left-sub1-text{
	flex:2.213;
}
.estate-item4-left .item4-left-sub1 .item4-left-sub1-text a{
	display: block;
}
.estate-item4-left .item4-left-sub1 .item4-left-sub1-text a:hover{
	color: #fc6500;
}
.estate-item4-left .item4-left-sub1 .item4-left-sub1-text h5{
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	font-weight: bold;
	padding-left: 35px;
	max-width: 440px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.estate-item4-left .item4-left-sub1 .item4-left-sub1-text p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding-left: 35px;
	max-width: 96%;
	margin-top: 13px;
}
.estate-item4-left .item4-left-sub2{
	margin-top: 14px;
}
.estate-item4-left .item4-left-sub2 ul li{
	border-bottom: 1px solid #d9d9d9;
	height: 55px;
}
.estate-item4-left .item4-left-sub2 ul li a{
	display: block;
	float: left;
	font-size: 16px;
	line-height: 55px;
	color: #333333;
	max-width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 28px;
	background: url(../images/icon1.png) no-repeat 5px center;
}
.estate-item4-left .item4-left-sub2 ul li a:hover{
	color: #fc6500;
}
.estate-item4-left .item4-left-sub2 ul li span{
	float: right;
	color: #898989;
	font-size: 16px;
	line-height: 55px;
	padding-right: 20px;
}
.estate-item4 .friendship{
	margin-top: 20px;
}
.estate-item4 .friendship .estate-title h2{
	font-size: 24px;
	line-height: 64px;
	font-weight: bold;
	color: #272727;
}
.estate-item4 .friendship .container .row>a{
	line-height: 85px;
	color: #272727;
	padding: 0 10px;
	position: relative;
	display: inline-block;
}
.estate-item4 .friendship .container .row>a:hover{
	color: #fc6500;
}
.estate-item4 .friendship .container .row>a:last-of-type:after{
	background: none;
}
.estate-item4 .friendship .container .row>a:after{
	content: " ";
	position: absolute;
	height: 14px;
	width: 2px;
	background: #333;
	top: 35px;
	right: 0;
}
@media  (max-width:1200px ) {
	.estate-item4-left .item4-left-sub1 .item4-left-sub1-text h5{
		max-width: 360px;
	}
}
@media  (max-width:992px ) {
	.estate-item4-left .item4-left-sub1 .item4-left-sub1-text h5{
		max-width: 280px;
	}
	.estate-item4-left .item4-left-sub2 ul li{
		height: 45px;
	}
	.estate-item4-left .item4-left-sub2 ul li a{
		max-width: 300px;
		line-height: 45px;
	}
	.estate-item4-left .item4-left-sub2 ul li span{
		line-height: 45px;
	}
	.estate-item4{
		padding-bottom: 60px;
	}
}
@media  (max-width:768px ) {
	.estate-item4-left .item4-left-sub1 .item4-left-sub1-text h5{
		max-width: 360px;
	}
	.estate-item4-left {
	    margin: 6.25vw  0;
	    padding: 0 3.125vw;
	}
	.estate-item4-left .item4-left-sub1 .item4-left-sub1-text h5{
		max-width: 58vw;
		padding-left: 2.5vw;
		font-size: 14px;
		line-height: 20px;
	}
	.estate-item4-left .item4-left-sub1 .item4-left-sub1-text p{
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		padding-left: 2.5vw;
		max-width: 100%;
		margin-top: 1.875vw;
	}
	.estate-item4-left .item4-left-sub2 ul li{
		height: 7.8125vw;
	}
	.estate-item4-left .item4-left-sub2 ul li a{
		max-width: 65.625vw;
		font-size: 14px;
		line-height: 7.8125vw;
	}
	.estate-item4-left .item4-left-sub2 ul li span{
		font-size: 14px;
		line-height: 7.8125vw;
		padding-right: 0;
	}
	.estate-item4 .estate-item4-right{
		padding-left: 3.125vw;
		padding-right: 3.125vw;
		margin-top: 10px;
	}
	.estate-item4 .estate-item4-right ul li a{
		font-size: 14px;
		line-height:7.8125vw ;
	}
	.estate-item4{
		padding-bottom: 9.375vw;
		padding-top: 0;
	}
}


/*产品中心样式*/
.main .estate-product{
	margin-top: 25px;
}
.main .estate-product li{
	padding: 0;
}
.main .estate-product li a{
	display: block;
	position: relative;
}




.main .estate-product li .estate-item2-information{
	position: absolute;
	background: rgba(0,0,0,0.8);
	width: 100%;
	bottom: 0;
	left:0;
	padding: 5px 10px;
}
.main .estate-product li .estate-item2-information h6{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main .estate-product li .estate-item2-information span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}


@media  (min-width:768px ) {
	.main .estate-product li{
		width: 32.183908%;
		margin-bottom: 30px;
	}
	.main .estate-product li:nth-of-type(3n+2){
		margin-left: 1.72413793%;
		margin-right:  1.72413793%;
	}
}

@media  (max-width:768px) {
	.main .estate-product li{
		margin-bottom: 30px;
		width: 49.166666666%;
	}
	.main .estate-product li a img{
		width: 100%;
	}
	.main .estate-product li .estate-item2-information{
		padding: 0.78125vw 1.5625vw;
	}
	.main .estate-product li .estate-item2-information h6{
		font-size: 3.125vw;
		line-height: 4.6875vw;
	}
	.main .estate-product li .estate-item2-information span{
		font-size: 3.125vw;
		line-height: 4.6875vw;
	}
	.main .estate-product li:nth-of-type(2n+2){
		float: right;
	}
	
}


/*新闻列表页样式开始*/
.article .news-list{
	margin-top: 25px;
}
.article .news-list li{
	margin-bottom: 1.302083333vw;
}
.article .news-list li .dv-sub1{
	display: flex;
	box-sizing: border-box;
}
.article .news-list li .dv-sub1 .dv-sub1-left{
	flex: 1;
}
.article .news-list li .dv-sub1 .dv-sub1-left a{
	display: block;
	text-align: left;
}
.article .news-list li .dv-sub1 .dv-sub1-left a img{
	max-width: 178px;
}
.article .news-list li .dv-sub1 .dv-sub1-right{
	flex: 3.88164;
	text-align: left;
	padding-right: 10px;
}
.article .news-list li .dv-sub1 .dv-sub1-right h4{
	padding-top: 0.6770833333vw;
	margin-bottom: 1.041666666vw;
	
}
.article .news-list li .dv-sub1 .dv-sub1-right h4 a{
	display: block;
	font-size: 18px;
	color: #3e3e3e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
	max-width: 28vw;
}
.article .news-list li .dv-sub1 .dv-sub1-right p a{
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	word-break: break-all;
}
.article .news-list li .dv-sub1 .dv-sub1-right>a{
	display: inline-block;
	color: #a1a1a1;
	line-height: 1;
	margin-top: 27px;
}
.article .news-list li .dv-sub1 .dv-sub1-right>span{
	display: inline-block;
	float: right;
	color: #5c5c5c;
	margin-top: 27px;
	position: relative;
	padding-left: 16px;
}
.article .news-list li .dv-sub1 .dv-sub1-right>span:before{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border: 2px solid #a8975c;
	border-radius: 50%;
	left: 0;
	top: 4px;
}
.article .news-list li .dv-sub1 .dv-sub1-right a:hover{
	color: #a10d00;
}

@media  (max-width:768px) {
	.article .news-list {
	    padding-left: 2.34375vw;
	    padding-right: 2.34375vw;
	    margin-top: 5.46875vw;
	}
	.article .news-list li {
	    margin-bottom: 5.3125vw;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right h4{
		padding-top: 1.875vw;
		margin-bottom: 2.5vw;
		
	}
	.article .news-list li .dv-sub1 .dv-sub1-right h4 a {
	    font-size: 16px;
	    max-width: 59.375vw;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right{
		padding-left: 3.90625vw;
	}
	.article .news-list li .dv-sub1 .dv-sub1-left a img{
		max-width: 25.625vw;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right p a{
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right>a{
		margin-top: 1.875vw;
		font-size: 3.125vw;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right>span{
		float: right;
		margin-top: 1.875vw;
		padding-left: 2.5vw;
		font-size: 3.125vw;
		line-height: 1;
	}
	.article .news-list li .dv-sub1 .dv-sub1-right>span:before{
		width: 1.5625vw;
		height: 1.5625vw;
		border: 2px solid #a8975c;
		border-radius: 50%;
		left: 0;
		top: 0.9375vw;;
	}
}

@media  (min-width: 768px) {
	.article .news-list li .dv-sub1 .dv-sub1-right{
		padding-left: 10px;
	}
}
@media  (min-width:1024px ) {
	.article .news-list li .dv-sub1 .dv-sub1-right{
		padding-left: 30px;
	}
}
/*新闻列表页样式结束*/



/*行业新闻样式开始*/
.main .article .hy-news{
}
.main .article .hy-news li{
	
}
.main .article .hy-news li .hy-news-item{
	display: block;
	border-bottom: 1px dashed #cebcce;
	height: 140px;
	padding: 33.5px 0;
}
.hy-news li .hy-news-item .item-sub1{
	box-sizing: border-box;
	border: 1px solid #b7b7b7;
	text-align: center;
	overflow: hidden;
	float: left;
	width: 10%;
	height: 77px;
}
.hy-news li .hy-news-item .item-sub1 b{
	font-size: 24px;
	line-height: 1;
	color: #787878;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.hy-news li .hy-news-item .item-sub1 span{
	display: block;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #787878;
}
.hy-news li .hy-news-item .item-sub2{
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	width: 90%;
	box-sizing: border-box;
}
.hy-news li .hy-news-item .item-sub2 h4{
	margin-bottom: 11px;
	max-width: 31.25vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 18px;
}
.hy-news li .hy-news-item .item-sub2 p{
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
@media  (max-width:992px ){
	.hy-news li .hy-news-item .item-sub1{
		width: 87px;
	}
	.hy-news li .hy-news-item .item-sub2{
		width: 445.5px;
	}
}

@media  (max-width:768px ) {
	.main .article .hy-news li .hy-news-item{
		border-bottom: 1px dashed #cebcce;
		height: 21.875vw;
		padding: 5.234375vw 0;
	}
	.hy-news li .hy-news-item .item-sub2 h4{
		max-width: 62.5vw;
		line-height: 16px;
		font-size: 14px;
	}
	.main .article .hy-news {
	    padding-top: 3vw;
	}
	.hy-news li .hy-news-item .item-sub1{
		width:14.5%;
		height: auto;
	}
	.hy-news li .hy-news-item .item-sub2 {
	    padding-left: 3.75vw;
	    padding-right: 0;
	    width: 85.5%;
	}
	.hy-news li .hy-news-item .item-sub1 b{
		font-size: 16px;
		margin-top: 2.5625vw;
	}
	.hy-news li .hy-news-item .item-sub1 span{
		font-size: 2.1875vw;
		margin-bottom: 1.5625vw;
		margin-top: 2.5625vw;
		color: #787878;
	}
	.hy-news li .hy-news-item .item-sub2 p {
	    font-size: 12px;
	    color: #787878;
	    line-height: 14px;
	    height: 28px;
	    overflow: hidden;
	}
	.hy-news li .hy-news-item .item-sub2 h4{
		margin-bottom: 6px;
	}
}
/*行业新闻样式结束*/

/*新闻中心3样式开始*/
.news-center-item3 li a{
	display: block;
	border-bottom:1px dashed #cebcce ;
	box-sizing: border-box;
	padding: 30px 0;
}
.news-center-item3 li a h4{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding-left: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	max-width: 500px;
	background: url(../images/icon1.png) no-repeat 7px center;
}
.news-center-item3 li a p{
	padding-left: 32px;
	padding-right: 100px;
	line-height: 24px;
	color: #787878;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}

@media  (max-width:768px ) {
	.news-center-item3 li a{
		padding: 4.6875vw 0;
	}
	.news-center-item3 li a h4{
		font-size: 14px;
		max-width: 78.125vw;
	}
	.news-center-item3 li a p{
		font-size: 14px;
		padding-right: 0;
	}
}