@charset "UTF-8";
/* CSS Document */
.banner{
	width:100%;
	overflow: hidden;}
.banner img{
	width: 100%;
}
.new_all{
	width: 100%;
	padding: 20px 0;
}
.main{
    margin-top: 30px;
    margin-bottom: 30px;
}
.details-main p.newsImg{
	padding: 8px 0;
	margin: 0;
	text-align: center;
}
.details-main img{
    width: auto;
    max-width: 100%;
}
.news-details h2{
    color: #000;
    font-size: 28px;
    text-align: center;
}
.news-details h4{
    text-align: center;
    margin: 15px 0;
    color: #666666;
}
.news-details h4 span{
    margin-left: 24px;
}
.news-details h4 span.announcer{
    margin-left: 0;
}
.details-main{
    line-height: 28px;
    margin:20px 0 0;
}
.details-main p{
	padding: 8px 0;
}

/*页码*/
.page{
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    color: #6b6b6b;
}
.page li{
    line-height: 28px;
    width: 98%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page li a{
	color: #6b6b6b;
}
.sidebar-nav-bor .details-top{
    margin-top: 0;
}

@media screen and (max-width: 1139px){
	.new_all{
		padding: 0 8px;
	}
}

@media screen and (max-width: 768px){
	.news-details h2{
	    font-size: 17px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.news-details h4{
	    text-align: center;
	    font-size: 12px;
	}
	.news-details h4 span{
	    margin-right: 20px;
	    margin-left: 0px;
	}
	.announcer{
		display: none;
	}
}