/*初始化css样式*/
@charset "utf-8";
body {
	font-family: '微软雅黑';
	font-size: 14px;
	/*background-color: #000;*/
}
p,h1,h2,h3,h3,h4,h5,img{
	margin: 0px;
	padding: 0px;
	font-family: '微软雅黑';
}
ul,li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
a{
	color: #999;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color: #999;
}
.row {
	margin: 0px;
	padding: 0px;
}
.container {
	padding: 0px;
	margin: 0px;
}

.container-fluid {
	padding: 0px;
	margin: 0px;
}

div{
	margin: 0px;
	padding: 0px;
}
span{
	font-family: 微软雅黑;
}

/*自定义样式*/
.red{
	color: red;
}

.round{
	width:5px;
	height:5px;
	margin-right: 10px;
	display: inline-block;
	background: #666;
	border-radius:5px;
	color: #666;
	border: 1px solid #666;
}


	
.divider{
	height: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.fenye{
	/*border: 1px solid #ccc;*/
	text-align: center;
	line-height: 35px;
	margin-top: 30px;
    font-family: 微软雅黑;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #BD0B17;
	border-color: #e2e2e2;
}

.news_show_left p {
	text-align: left;
}
/*上一页，下一页*/
.up_next_div{
	text-align: left;
}
.up_next_div a{
	color: #333;
}
.down_nex_div{
	text-align: left;
}
.down_nex_div a{
	color: #333;
}

/*数据列表*/
@media(min-width: 768px){
	/*PC*/
	.news_a_pc{
		display: inline-block;
	}
	.news_a_mobile{
		display: none;
	}
	
}

@media(max-width: 768px){
	/*#content_div{
		overflow-x: scroll;
	}*/
	/*mobile*/
	.news_a_pc{
		display: none;
	}
	.news_a_mobile{
		display: inline-block;
	}

	.news_list_ul{
		/*border: 1px solid red;*/
		height: auto;
		overflow: hidden;
		display: block;
	}
	.news_list_ul li{
		line-height: 35px;
		font-size: 14px;
		/*border: 1px solid red;*/
		text-align: left;
	}

	.news_list_ul li a{
		color: #333;
	}
	.news_list_ul li span{
		float: right;
		margin-right: 5%;
		color: #999;
	}

}
