﻿*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {

	-moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	border: medium none;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Microsoft YaHei';
	font-size: 15px;
	color: #333;
}

em {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

*:focus {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
}

/*浮动 清除浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

/*显示 隐藏*/
.hide {
	display: none;
}

.block {
	display: block;
}

/* 背景色 */
.gray {
	background-color: #f6f6f6;
}

.white {
	background-color: #FFF;
}

/* 遮罩 */
#mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

/*		----------		公共样式结束		----------		*/
@media screen and (max-width:1100px) {
  body{
    width: 1100px !important;
  }
}

.main{
	width: 100%;
}

.container{
	width: 1100px;
	margin: 0px auto;
}
.xgzc_con{
	margin-bottom: 120px;
	position: relative;
}

.XGZC_list{
	height: 350px;
	overflow: hidden;
}
.eachXGZC{
	height: 70px;
	cursor: pointer;
	position: relative;
	padding-left: 16px;
}
.eachXGZC:before{
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #FC8D73;
	border-radius: 2px;
	top: 34px;
	left: 0px;
}
.eachXGZC a {
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: space-between;
    align-items: center;
}
.eachXGZC_title{
	display: inline-block;
	width: 900px;
	height: 70px;
	font-size: 16px;
	color: #333333;
	line-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.eachXGZC_title:hover{
	color: #FF6A47;
}

.eachXGZC_date{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #999999;
}

.pageNum_box{
	width: 950px;
	margin: 0px auto;
	margin-left: 40px;
	position: absolute;
	top: 260px;
	left: 40px;
}
.pageNum_list{
	margin: 0px auto;
}
.pageNum_list .active{
	width: 30px;
	height: 8px;
	background: #FF6744;
	border-radius: 4px;
}
.each_pageNum{
	width: 12px;
	height: 8px;
	background: #C4C4C4;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
}
.each_pageNum:last-child{
	margin-right: 0px;
}

.page_box_zc{
	width: 1100px;
	margin: 0px auto;
	position: absolute;
	top: 380px;
	left: 0px;
}
.pageNum_list_zc{
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}
.pageNum_list_zc .active{
	background-color: #FF6744;
    color: #fff;
    line-height: 28px;
}
.each_pageNum_zc{
	display: inline-block;
    font-size: 14px;
    min-width: 30px;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    margin-left: 10px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    vertical-align: top;
}
.each_pageNum_zc:hover{
	background-color: #FF6744;
	color: #fff;
}
.prePage{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 28px;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	color: #666;
	text-align: center;
}
.nextPage{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 28px;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	color: #666;
	margin-left: 10px;
	text-align: center;
}
.prePage:hover,.nextPage:hover{
	background-color: #FF6744;
	color: #fff;
}
.pageCount {
    display: flex;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    margin-left: 10px;
}
.pageNum_list_zc .unuseable{
	cursor: not-allowed;
	color: rgb(220, 220, 220);
	background-color: rgb(250, 250, 250);
}