@CHARSET "UTF-8";

.header-partner .container {
	padding:0;
}

.cmpt-breadcrumb{
	color:#999;
	font-size:0.12rem;
	padding: 0.5rem 0 0.3rem;
}

.news-container{
	background-color: #fff;
    padding: 0.6rem .8rem;
    margin-bottom: 0.2rem;
}
.news-title{
	text-align: center;
    font-size: 0.18rem;
    color: #333;
    font-weight:bold;
}
.news-time-container{
    text-align: center;
    font-size: 0.14rem;
    color: #666;
}
.news-share{
	background: url('../../resources/images/button_share.png') no-repeat  left top;
	 background-size: contain;
	 width: 0.18rem;
    height: 0.18rem;
    display: inline-block;
}
.divider-line{
	width: 100%;
    height: 0.01rem;
    background-color: #E0E0E0;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
}
	
#news-content img{
	width:90%;
}

#news-content section,#news-content *{
	max-width:100%;
	word-break: break-word;
	white-space: pre-wrap;
	/* font-size:18px !important; */
	/* text-indent: 2em;  */
}

@media ( max-width : 767px) {
	
	.header-partner{
		background: #fff;
		padding-bottom: 1rem;
	}
	
	.news-container{    padding: 0.8rem 0.3rem 0.6rem 0.3rem;}
	.footer{display:none;}
	.news-title{font-size:0.36rem;}
	
	/* .upload-footer {
	    position: absolute;
	    bottom: 0;
	} */
}

@media ( min-width : 768px) {
	
	.header-partner{
		background:url('../../resources/images/notice_bg.jpg') no-repeat left top;
		background-size: 100%;
		min-height: 3rem;
		/* padding-bottom: 1rem; */
	}
	
	.mediaNews-header>p{
		margin-bottom:0.2rem;
	}

}

@media ( min-width : 1200px) {
	
}