
.news-img{
	width: 100%;
    height: 8.0rem;
    background: url(../../images/news/banner.png) center top no-repeat;
    background-size: 100%,8.0rem;
    margin-top: 2.3rem;
    
}
.news-box{
	width: 47%;
    height: 10.8rem;
    margin-bottom: 0.3rem;
    float: left;
    margin-left: 0.3rem;
	background-color: #ffffff;
}
.news-bor{
	width: 100%;
	height: 4rem;
	padding: 0.3rem;
}
.news-title{
	width: 100%;
    height: 1rem;
    margin-top: 0.3rem;
    font-size: 0.6rem;
    color: #555555;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-content{
	width: 100%;
    height: 2rem;
    font-size: 0.5rem;
    color: #555555;
    margin-top: 0.3rem;
}
.pls-one{
	background-color: #ffffff;
    padding-top: 1.2rem;
    margin-top:1rem;
}
