.news-main{
	padding: 60px 0;
}
.news-main>ul{
	margin: 0 -15px;
}
.news-main>ul>li{
	width: 33.333333%;
	padding: 15px;
}
.news-img>a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.news-img>a>img{
	width: 100%;
}
.news-text{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 25px;
}
.news-text h3{
	font-size: 20px;
	color: #343434;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bolder;
	height: 28px;
	margin-bottom: 25px;
}
.news-text p{
	width: 100%;
    height: 75px;
    font-size: 16px;
    line-height: 1.6;
    color: #636363;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 45px;
    text-align: center;
}
.news-btn>a{
	display: block;
	width: 160px;
	height: 46px;
	border: 1px solid #d83334;
	color: #d83334;
	text-align: center;
	line-height: 44px;
	margin: 0 auto;
}
.news-btn>a>i{
	display: inline-block;
	width: 15px;
	height: 12px;
	background: url(../images/right1.png) center no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 20px;
}
.news-item:hover{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.news-btn>a:hover{
	background-color: #d83334;
	color: #ffffff;
}
.news-btn>a:hover>i{
	background: url(../images/right2.png) center no-repeat;
}
.news-more{
	padding-bottom: 80px;
}
.news-more>a{
	margin: 0 auto;
}


@media (min-width : 1200px) and (max-width: 1440px) {

}

@media screen and (max-width: 768px) {
	.banner-info h3 {
	    font-size: .3rem;
	    padding-bottom: .2rem;
	}
	.banner-info p {
	    font-size: .14rem;
	}
	.news-main {
	    padding: .3rem 0;
	}
	.news-main>ul {
	    margin: 0;
	}
	.news-main>ul>li {
	    width: 100%;
	    padding: .15rem 0;
	}
	.news-item:hover {
	    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.1);
	}
	.news-text {
	    padding: .25rem;
	}
	.news-text h3 {
	    font-size: .2rem;
	    height: .28rem;
	    margin-bottom: .25rem;
	}
	.news-text p {
	    height: .9rem;
	    font-size: .16rem;
	    margin-bottom: .45rem;
	}
	.news-btn>a {
	    width: 1.6rem;
	    height: .46rem;
	    line-height: .44rem;
	}
	.news-btn>a>i {
	    width: .15rem;
	    height: .12rem;
	    vertical-align: initial;
	    margin-left: .1rem;
	}
	.news-more {
	    padding-bottom: .5rem;
	}
	
}