/* 部门信息公开目录 */
/* /zfxxgk/bmxxgkml/index.shtml */

.gsgg-content .i_listbox {
  width: 100%;
}

.gsgg-content .bmlist01 {
  display: flex;
  flex-wrap: wrap;
}

.gsgg-content .i_listbox ul li {
  width:48%;
	float: left;
	margin: 1%;
	border: 1px solid #1559a3;
	border-radius: 5px;
	cursor: pointer;
}

.gsgg-content .i_listbox ul li a{
  font-size: 1rem;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 15px 10px;
	color: #1559a3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.gsgg-content .i_listbox ul li:hover a{
  color: #fff;
}

@media(max-width:640px){
  .gsgg-content .i_listbox ul li{width: 100%;}
}