@charset "utf-8";
/*新闻详情*/
body{
	background-color: #f5f5f5 !important;
}
.publish-operation{
	margin: 50px 170px 50px 170px;
	display: flex;  
    justify-content: center; /* 水平居中 */  
    list-style-type: none; /* 移除列表前的默认项目符号 */  
    padding: 0; /* 移除默认的填充 */  
}

.publish-operation li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12%;
	border: 1px solid #DADADA;
	padding: 10px;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
	cursor: pointer;
}

.publish-button-red{
	background-color: #f92b20;
	border: none !important;
	color: white;
}

.publish-button-grey{
	background-color: #bfbfbf;
	border: none !important;
	color: white;
}
.about-picDIV{
	background:#a8b7c7 url(../../../img/user/about_us.png) no-repeat center;
	height: 130px;
	min-width: 1200px;
}
.local{
	background-color: white;
	border-top: 1px solid #DADADA;
	margin-bottom: 20px;
}

.local p{
	width: 1200px;
	margin: auto;
	padding: 10px 0px;
	color: #999999;
}

.local p font{
	color: #f92b20;
}

.newsDetail{
	width: 1200px;
	margin:15px auto 40px;
	overflow: auto;
}
.newsContent ol{
	padding-left:2em;
}
.newsContent ul{
	padding-left:2em;
	list-style-type:square;
}
.newsContent{
	float: left;
	width: 880px;
    line-height: 1.5;
    font-size: 16px;
    color: black;
}
.newsContentReview{
	width: 880px;
    line-height: 1.5;
    font-size: 16px;
    color: black;
    margin-left: auto;
    margin-right: auto;
}
.part1{
	background-color: white;
	padding: 35px 35px;
}
.news-titile{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	text-indent: 0px;	
}

.news-time{
	border-bottom: 1px dashed #DADADA;
	padding-bottom: 20px;
	text-indent: 0px;
	color: #595757;
	font-size: 14px;
}
.right-list{
	float: right;
	width: 280px;
}
.activities{
	width: 280px;
	background-color: white;
	padding: 40px 35px;
	float: right;
}

.act-title{
	font-size: 18px;
	color: #000000;
	padding-bottom: 20px;
}

.act-title img{
	font-size: 20px;
	margin-right: 10px;
}

.activities ul li{
	border-top: 1px dashed #DADADA;
	padding: 15px 0px;
}

.activities ul li p{
	padding: 5px 0px;
	margin: 0px;
}

.activities ul li p.p1{
	font-size: 16px;
	padding: 5px 0px 10px 0px;
	color: #000000;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.activities ul li p.p2{
	font-size: 14px;
	color: #595757;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
	margin-bottom: 10px !important;
}

.activities ul li p.p3{
	font-size: 12px;
	color: #595757;
}
.activities ul li p.p3 i{
	margin-right: 10px;
}

.news-c{
	padding: 20px 0px;
	line-height: 1.5;
}
.part2{
	margin-top: 15px;
	padding: 20px 35px;
	background-color: white;
	color: #000000;
}
.part2 p{
	font-size: 18px;
	border-bottom: 1px dashed #dadada;
	padding-bottom: 20px;
}
.part2 p img{
	margin-right: 10px;
	vertical-align: middle;
}
.part2 ul{
	list-style-type: disc;
	margin-left: 20px;
	font-size: 14px;
	margin-top: 20px;
}
.part2 ul li{
	margin-bottom: 10px;
}
.ent-left-panel{
	background:#ffffff;
	padding:50px 49px 70px;
	width:830px;
	word-break:break-all;
}
.ent-img-panel{
	margin-left: 35px;
	position: relative;
}
#entBigImg{
	width:655px;
	height:400px;
}
.ent-sm-panel{
	padding:12px 0 12px 12px;
	position: absolute;
	height:100px;
	background:#000;
	width:655px;
	bottom:0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.ent-sm-img{
	width:76px;
	height:76px;
	margin-right:12px;
}