/************************** 各类新闻样式 ******************/
/* 各类新闻列表样式 */
.news-list {
	width: 840px;
	/* margin-top: 5px; */
}

.news-list li {
	clear: both;
	line-height:40px;
	font-size: 16px;
  overflow: hidden;
}

.news-list li:before {
	float: left;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #BFBFBF;
	margin-top: 19px;
	margin-right: 10px;
}

.news-list li .title:hover {
	color: #D50000;
}

.news-list li .title {
	float: left;
}

.news-list li span:last-child {
	float: right;
	color: #BFBFBF;
}
.photonews-list{
	width: 840px;
}
.photonews-list li {
	width: 260px;
	margin: 10px;
	line-height:40px;
	font-size: 16px;
	cursor: pointer;
	list-style: none;
	float: left;
}
.photonews-list li img{
	width: 100%;
	height: 170px;
}
.photonews-list li p{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-spacing: normal;
}
.photonews-list li span:last-child {

}
/* 布局样式 */
.main-bd{
	margin: 20px auto 40px;
	overflow: hidden;
}
.left_party{
	float: left;
	width: 840px;
	margin-right:40px;
	min-height: 950px;
}
.left_party .news-list{
	/* min-height:300px; */
}
.right_part{
	float: left;
	width: 320px;
}
.title-bar{
	position: relative;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.title-bar span{
	padding: 0 15px;
}
.title-bar::before{
	position: absolute;
	top: 50%;
	margin-top: -13px;
	content: '';
	display: inline-block;
	width: 4px;
	height:26px;
	background-color: #D30000;
}
/*.title-bar::after{*/
/*	content: '';*/
/*	display: inline-block;*/
/*	width:calc(100% - 145px);*/
/*	height:10px;*/
/*	background-color: #F5F5F5;*/
/*}*/
.left_party .pagination{
	clear: both;
	margin:80px auto 0 auto;
}

.county-area {
	margin: 15px 0 5px 0;
	user-select: none;
  overflow: hidden;
}
.county-area li {
	position: relative;
	float: left;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 0 16px;
	color: #7c7a7b;
	font-size: 16px;
	cursor: pointer;
	white-space: nowrap;
}
.county-area li.sel a,
.county-area li.sel,
.county-area li:hover, .county-area li:active {
	font-weight: bold;
	color: #D0021B;
}

.county-area li a:after {
	position: absolute;
	display: inline-block;
	top: 13px;
	right:-18px;
	content: '';
	width: 1px;
	height: 16px;
	background-color: #BFBFBF;
}

.county-area li:last-child a:after {
  width: 0;
}

/*.county-area li:first-child ,*/
/*.county-area li:nth-child(11) {*/
/*	margin-left: 0;*/
/*}*/
.county-area li:last-child {
	margin-bottom: 15px;
}

/*.county-area li:last-child:after {*/
/*	height: 0;*/
/*	padding-right: 0;*/
/*}*/

/* 新闻详情页样式 */
.news-title {
	font-size: 25px;
	color: #000000;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
	line-height: 50px;
}
.news-source {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	margin: 20px auto 0;
	padding-bottom: 20px;
	color: #999;
}
.news-content {
	line-height: 1;
	font-family: Microsoft YaHei,Helvetica Neue,PingFang SC,sans-serif;
	font-size: 18px;
}
.news-content p {
	margin-bottom: 15px;
    line-height: 2;
    text-align: justify;
}
.news-content-old {
	padding: 20px 30px;
	line-height: 1;
	font-size: 18px;
}
.news-content img{
	max-width: 100%;
}
.news_center{
	padding: 0 30px;
	text-align: center;
}
.news_center img{
	max-width: 100%;
}

.video{
	position: relative;
	width: 100%;
	height: 100%;
}
.videomain{
	position: absolute;
	top:350px;
	width: 100%;
}
.videotop {
	text-align: center;
	width: 1400px;
	/*height: 350px;*/
	margin: 0 auto;
}
.videotop video {
	/*width: 100%;*/
	height: 600px;
	border: 2px solid #eb9f8f;
}
.videotop h1 {
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.videoList{
	margin-top:70px;
	padding: 40px 3% 0;
	border-top: 5px solid #eb9f8f;
}
.videoList ul{
	overflow: hidden;
	padding: 10px 9%;
	/*background: rgba(94, 0, 0, 0.8);*/

}
.videoList ul li{
	width: 15.66%;
	float: left;
	margin: 10px 0.5%;
	cursor: pointer;
}
.videoList ul li img{
	width: 100%;
}
.audioList{}
.audioList ul{
	overflow: hidden;
}
.audioList ul li{
	width: 50%;
	padding: 10px 1%;
	float: left;
}
.audioList ul li audio{
	width: 100%;
}
.audioList ul li h1{
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
