html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;

}
.gl_list_head{
	width:1200px;
	height:auto;
	margin: 0 auto;
}
.gl_list_title{
	width:100%;
    /* width: 34px; */
    height: 45px;
	border-bottom:1px solid #ededed;
}
.gl_list_title h5{
	float: left;
	font-size: 20px;
	line-height: 45px;
}
.gl_list_title a{
	float: right;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 5px;
	width:60px;
	height: 24px;
	line-height: 24px;
	background: #E3E3E3;
	border-radius: 3px;
	text-align: center;
	color:#333;
	text-decoration: none;
}
.gl_list_title .active_color{
	color:#fff;
	background: #FF6C00;
}
.gl_list_list{
  width:100%;
  height:auto;
}
.gl_list_li{
	width: 1200px;
	height: 180px;
	background: #FFFFFF;
	/* box-shadow: 0px 0px 5px 1px rgba(79, 79, 79, 0.17); */
	border-radius: 3px;
	border-bottom:1px solid #ededed;
	cursor: pointer;
}
.gl_list_content{
	padding: 24px 24px;
}
.gl_list_content h5{
	font-size: 18px;
	color:#333;
	margin-bottom: 30px;
}
.gl_list_content p{
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	line-height: 28px;
}
.gl_list_content span{
	float: right;
	font-size: 14px;
	color:#999;
}
.gl_list_content .gl_list_time{
	color:#FF6C00;
}
.gl_list_li:hover{
	box-shadow: 0px 0px 5px 1px rgba(79, 79, 79, 0.17);
}
.gl_list_li:hover .gl_list_content h5{
	color:#FF6C00;
}
.gl_list_bt{
	width:100%;
	height:60px;
	line-height: 60px;
}
.gl_list_bt span{
	font-size: 14px;
	color:#999;
}