.news-breadcrumb {
    background-color: #fff;
    font-size: 14px;
    max-width: 50rem;
    margin: 6.75rem auto 1rem auto;
    color: #999;
}
.news-breadcrumb a {
    color: #EB711A;
}
.news-breadcrumb a:hover {
	color: #EB711A;
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}
.news-main{
    max-width: 50rem;
    margin: 0 auto 3.75rem auto;
    font-size: 0.875rem;
}
.news-title{
    font-size: 1.875rem;
    color: #333333;
    margin-bottom: 0.5rem;
}
.news-date{
    color: #999;
    margin-bottom: 1.5rem;
}

.news-content{
    color: #333333;
    text-indent: 1.75rem;
    line-height: 1.625rem;
    word-wrap:break-word;
    text-align: justify;
}

.news-content img,.news-content video,.news-content iframe{
	max-width: 100%;
	display: block;
	margin: auto;
}
/* 手机端 */
@media ( max-width: 991px){
	.news-title{
		margin-top:4rem;
		font-size: 1.125rem;
		font-weight: bold;
	}
	.news-date{
		font-size: 0.75rem;
		margin-bottom: 0.875rem;
	}
	.news-content{
		color: #666;
		font-size: 0.9375rem;
	}
}