*,
*: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%;
}

.section1{
	width: 1100px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.xgzc_list{
	width: 1100px;
}
.each_xgzc{
	position: relative;
	width: 100%;
	height: 70px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 70px;
	color: #333333;
	border-bottom: 1px solid #E5E5E5;
}
.each_xgzc::after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #0168D1;
	position: absolute;
	top: 30px;
	left: 0px;
}
.each_xgzc .xgzc_title{
	display: inline-block;
	width: 900px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each_xgzc .xgzc_title:hover{
	color: #0168D1;
	
}
.xgzc_time{
	color: #AAAAAA;
}

.more_xgzc{
	width: 1100px;
	height: 40px;
	line-height: 40px;
	background-color: #F8F8F8;
	color: #666666;
	text-align: center;
}
.more_xgzc_text{
	display: block;
	position: relative;
}
.more_xgzc_text::after{
    content: "";
    width: 8px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: 506px;
    background: url(arror.png) no-repeat;
    background-size: 8px 14px;
}